Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus.c2937 uint16_t attachentropy; in device_attach() local
2967 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
2968 random_harvest_direct(&attachentropy, sizeof(attachentropy), RANDOM_ATTACH); in device_attach()