/src/sbin/gpt/ |
set.c | 89 if (gpt == NULL || gpt_uint_get(gpt, &entry) == -1)
|
unset.c | 89 if (gpt == NULL || gpt_uint_get(gpt, &entry) == -1)
|
create.c | 145 if (gpt_uint_get(gpt, &parts) == -1)
|
gpt.h | 135 int gpt_uint_get(gpt_t, u_int *);
|
main.c | 186 if (gpt_uint_get(NULL, &secsz) == -1)
|
biosboot.c | 287 if (gpt_uint_get(gpt, &entry) == -1)
|
migrate.c | 361 if (gpt_uint_get(gpt, &parts) == -1)
|
gpt.c | 1017 if (gpt_uint_get(gpt, &find->entry) == -1) 1138 if (gpt_uint_get(gpt, entry) == -1) 1351 gpt_uint_get(gpt_t gpt, u_int *entry) function in typeref:typename:int
|
show.c | 439 if (gpt_uint_get(gpt, &entry) == -1)
|