Searched refs:gptfind (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/libsa/ |
H A D | gpt.h | 36 int gptfind(const uuid_t *uuid, struct dsk *dskp, int part);
|
H A D | gpt.c | 91 gptfind(const uuid_t *uuid, struct dsk *dskp, int part) in gptfind() function
|
/freebsd/stand/efi/gptboot/ |
H A D | proto.c | 256 while (gptfind(&freebsd_ufs_uuid, &dsk, -1) != -1) { in choice_protocol()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 236 if (gptfind(&freebsd_ufs_uuid, &gdsk.dsk, gdsk.dsk.part) == -1) { in gptinit() 339 if (gptfind(&freebsd_ufs_uuid, &gdsk.dsk, -1) == -1) in main()
|