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 61 of file kern_uuid.c.

Field Documentation

◆ hi

uint16_t uuid_private::hi

Definition at line 67 of file kern_uuid.c.

Referenced by kern_uuidgen(), and snprintf_uuid().

◆ ll

uint64_t uuid_private::ll

Definition at line 63 of file kern_uuid.c.

Referenced by kern_uuidgen().

◆ low

uint32_t uuid_private::low

Definition at line 65 of file kern_uuid.c.

Referenced by kern_uuidgen(), and snprintf_uuid().

◆ mid

uint16_t uuid_private::mid

Definition at line 66 of file kern_uuid.c.

Referenced by kern_uuidgen(), and snprintf_uuid().

◆ node

uint16_t uuid_private::node[UUID_NODE_LEN > >1]

Definition at line 71 of file kern_uuid.c.

Referenced by kern_uuidgen(), and snprintf_uuid().

◆ seq

uint16_t uuid_private::seq

Definition at line 70 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: