<def f='src/src/sys/sys/uuid.h' l='49' ll='56'/>
<size>16</size>
<doc f='src/src/sys/sys/uuid.h' l='42'>/*
 * See also:
 *      http://www.opengroup.org/dce/info/draft-leach-uuids-guids-01.txt
 *      http://www.opengroup.org/onlinepubs/009629399/apdxa.htm
 *
 * A DCE 1.1 compatible source representation of UUIDs.
 */</doc>
<mbr r='uuid::time_low' o='0' t='__uint32_t'/>
<mbr r='uuid::time_mid' o='32' t='__uint16_t'/>
<mbr r='uuid::time_hi_and_version' o='48' t='__uint16_t'/>
<mbr r='uuid::clock_seq_hi_and_reserved' o='64' t='__uint8_t'/>
<mbr r='uuid::clock_seq_low' o='72' t='__uint8_t'/>
<mbr r='uuid::node' o='80' t='__uint8_t [6]'/>
