FreeBSD kernel kern code
uuid_private Struct Reference

Data Fields

union {
   uint64_t   ll
 
   struct {
      uint32_t   low
 
      uint16_t   mid
 
      uint16_t   hi
 
   }   x
 
time
 
uint16_t seq
 
uint16_t node [UUID_NODE_LEN >>1]
 

Detailed Description

Definition at line 59 of file kern_uuid.c.

Field Documentation

uint16_t uuid_private::hi

Definition at line 65 of file kern_uuid.c.

uint64_t uuid_private::ll

Definition at line 61 of file kern_uuid.c.

Referenced by kern_uuidgen().

uint32_t uuid_private::low

Definition at line 63 of file kern_uuid.c.

uint16_t uuid_private::mid

Definition at line 64 of file kern_uuid.c.

uint16_t uuid_private::node[UUID_NODE_LEN >>1]

Definition at line 69 of file kern_uuid.c.

Referenced by kern_uuidgen(), and snprintf_uuid().

uint16_t uuid_private::seq

Definition at line 68 of file kern_uuid.c.

Referenced by kern_uuidgen(), and snprintf_uuid().

union { ... } uuid_private::time

Referenced by kern_uuidgen(), and snprintf_uuid().

struct { ... } uuid_private::x

Referenced by kern_uuidgen(), and snprintf_uuid().


The documentation for this struct was generated from the following file: