Searched refs:rand_node (Results 1 - 2 of 2) sorted by last modified time

/freebsd-current/usr.bin/random/
H A Drandomize_fd.c42 static struct rand_node *rand_root;
43 static struct rand_node *rand_tail;
45 static struct rand_node *
48 struct rand_node *n;
50 n = (struct rand_node *)malloc(sizeof(struct rand_node));
61 rand_node_free(struct rand_node *n)
72 rand_node_free_rec(struct rand_node *n)
83 rand_node_append(struct rand_node *n)
99 struct rand_node *
[all...]
H A Drandomize_fd.h35 struct rand_node { struct
38 struct rand_node *next;

Completed in 108 milliseconds