sr_uuid
u_int8_t sr_uuid[BOOTSR_UUID_MAX];
memcpy(sr_bootuuid.sui_id, obd.sr_uuid,
memcpy(obd->sr_uuid, bv->sbv_uuid.sui_id,
sizeof(obd->sr_uuid));
void sr_uuid_generate(struct sr_uuid *);
char *sr_uuid_format(struct sr_uuid *);
void sr_uuid_print(struct sr_uuid *, int);
sizeof(struct sr_uuid));
struct sr_uuid uuid;
struct sr_uuid uuid;
memcpy(&hm->scmi.scm_uuid, &uuid, sizeof(struct sr_uuid));
memcpy(&sm->ssdi.ssd_uuid, &uuid, sizeof(struct sr_uuid));
sr_uuid_generate(struct sr_uuid *uuid)
sr_uuid_format(struct sr_uuid *uuid)
sr_uuid_print(struct sr_uuid *uuid, int cr)
struct sr_uuid sr_bootuuid;
sizeof(struct sr_uuid));
sizeof(struct sr_uuid));
struct sr_uuid ssd_uuid; /* unique identifier */
struct sr_uuid scm_uuid; /* unique identifier */
struct sr_uuid sbv_uuid; /* Volume UUID. */
extern struct sr_uuid sr_bootuuid;
struct sr_uuid kd_uuid;