Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c364 hrtime_t guid_timestamp; in hci1394_rio_guid_init() local
369 guid_timestamp = gethrtime(); in hci1394_rio_guid_init()
372 guid_timestamp = guid_timestamp & RIOREG_GUID_MASK; in hci1394_rio_guid_init()
375 guid_timestamp = guid_timestamp | RIOREG_GUID_SUN_MICROSYSTEMS; in hci1394_rio_guid_init()
380 (uint32_t)(guid_timestamp >> 32)); in hci1394_rio_guid_init()
383 (uint32_t)(guid_timestamp & 0xFFFFFFFF)); in hci1394_rio_guid_init()