Home
last modified time | relevance | path

Searched refs:freebsd_ufs_uuid (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/efi/gptboot/
H A Dproto.c41 static const uuid_t freebsd_ufs_uuid = GPT_ENT_TYPE_FREEBSD_UFS; variable
256 while (gptfind(&freebsd_ufs_uuid, &dsk, -1) != -1) { in choice_protocol()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c58 static const uuid_t freebsd_ufs_uuid = GPT_ENT_TYPE_FREEBSD_UFS; variable
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()