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

/opensolaris-onvv-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c665 int rv, urand_fd; local
674 urand_fd = open("/dev/random", O_RDONLY);
675 if (urand_fd == -1) {
678 (void) read(urand_fd, rand_buf, RAND_BUF_SIZE);

Completed in 44 milliseconds