Searched refs:gpt_check_ais (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sbin/gpt/ |
| D | resize.c | 175 if ((sectors = gpt_check_ais(gpt, alignment, entry, size)) == -1) in cmd_resize()
|
| D | gpt.h | 129 off_t gpt_check_ais(gpt_t, off_t, u_int, off_t);
|
| D | add.c | 209 if ((sectors = gpt_check_ais(gpt, alignment, ~0U, size)) == -1) in cmd_add()
|
| D | resizedisk.c | 259 if ((sector = gpt_check_ais(gpt, 0, (u_int)~0, size)) == -1) in cmd_resizedisk()
|
| D | gpt.c | 1152 gpt_check_ais(gpt_t gpt, off_t alignment, u_int entry, off_t size) in gpt_check_ais() function
|