Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_bus.c2533 uint16_t attachentropy; in device_attach() local
2581 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
2582 random_harvest_direct(&attachentropy, sizeof(attachentropy), RANDOM_ATTACH); in device_attach()