Searched refs:_rs_allocate (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Darc4random.c75 /* Maybe be preserved in fork children, if _rs_allocate() decides. */
84 static inline int _rs_allocate(struct _rs **, struct _rsx **);
97 if (_rs_allocate(&rs, &rsx) == -1)
123 if (_rs_allocate(&rs, &rsx) == -1)
H A Darc4random.h103 _rs_allocate(struct _rs **rsp, struct _rsx **rsxp) function

Completed in 101 milliseconds