/src/sbin/gpt/ |
set.c | 85 if (gpt == NULL || gpt_human_get(gpt, &start) == -1)
|
unset.c | 85 if (gpt == NULL || gpt_human_get(gpt, &start) == -1)
|
resize.c | 153 gpt_human_get(gpt, &start);
|
add.c | 176 if (gpt_human_get(gpt, &block) == -1)
|
gpt.h | 136 int gpt_human_get(gpt_t, off_t *);
|
biosboot.c | 295 if (gpt_human_get(gpt, &start) == -1)
|
gpt.c | 980 gpt_human_get(gpt_t gpt, off_t *human) function in typeref:typename:int 1013 if (gpt_human_get(gpt, &find->block) == -1) 1134 if (gpt_human_get(gpt, alignment) == -1)
|
show.c | 443 if (gpt_human_get(gpt, &start) == -1)
|