Home
last modified time | relevance | path

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

/NextBSD/usr.bin/random/
HDrandomize_fd.c43 static struct rand_node *rand_root;
44 static struct rand_node *rand_tail;
46 static struct rand_node *
49 struct rand_node *n; in rand_node_allocate()
51 n = (struct rand_node *)malloc(sizeof(struct rand_node)); in rand_node_allocate()
62 rand_node_free(struct rand_node *n) in rand_node_free()
73 rand_node_free_rec(struct rand_node *n) in rand_node_free_rec()
84 rand_node_append(struct rand_node *n) in rand_node_append()
100 struct rand_node *n, *prev; in randomize_fd()
HDrandomize_fd.h43 struct rand_node { struct
46 struct rand_node *next; argument