fd_rand           238 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     int fd_rand;
fd_rand           292 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         if(-1 == (fd_rand = open("/dev/urandom", O_RDONLY))) {
fd_rand           295 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             bytes_read = read(fd_rand, (char *) unique_key, 16);
fd_rand           299 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             close(fd_rand);
fd_rand           140 orte/util/pre_condition_transports.c     int fd_rand;
fd_rand           152 orte/util/pre_condition_transports.c     if(-1 == (fd_rand = open("/dev/urandom", O_RDONLY))) {
fd_rand           155 orte/util/pre_condition_transports.c         bytes_read = read(fd_rand, (char *) unique_key, 16);
fd_rand           159 orte/util/pre_condition_transports.c         close(fd_rand);