Home
last modified time | relevance | path

Searched refs:ds_type_uuid (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/kern/
HDsubr_diskmbr.c550 bzero(&sp->ds_type_uuid, sizeof(sp->ds_type_uuid)); in mbr_setslice()
551 bzero(&sp->ds_stor_uuid, sizeof(sp->ds_type_uuid)); in mbr_setslice()
HDsubr_diskgpt.c238 sp->ds_type_uuid = sent->ent_type; in gpt_setslice()
HDsubr_diskslice.c515 dpart->fstype_uuid = sp->ds_type_uuid; in dsioctl()
/dragonfly/sys/sys/
HDdiskslice.h145 struct uuid ds_type_uuid; /* slice type uuid */ member