Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_nrandom.c263 ibaa->IBAA_byte_index = sizeof(ibaa->IBAA_results); in IBAA_Init()
275 ibaa->IBAA_byte_index = 0; in IBAA_Call()
323 index = ibaa->IBAA_byte_index; in IBAA_Byte()
329 ibaa->IBAA_byte_index = index + 1; in IBAA_Byte()
/dragonfly/sys/sys/
HDibaa.h14 int IBAA_byte_index; member