HomeSort by: relevance | last modified time | path
    Searched refs:gpt_check_ais (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/gpt/
resize.c 175 if ((sectors = gpt_check_ais(gpt, alignment, entry, size)) == -1)
add.c 209 if ((sectors = gpt_check_ais(gpt, alignment, ~0U, size)) == -1)
gpt.h 129 off_t gpt_check_ais(gpt_t, off_t, u_int, off_t);
resizedisk.c 259 if ((sector = gpt_check_ais(gpt, 0, (u_int)~0, size)) == -1)
gpt.c 1152 gpt_check_ais(gpt_t gpt, off_t alignment, u_int entry, off_t size) function in typeref:typename:off_t

Completed in 13 milliseconds