| /onnv/onnv-gate/usr/src/cmd/mdb/intel/amd64/random/ |
| Makefile | 28 MODULE = random.so 31 MODSRCS = random.c
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/random/ |
| Makefile | 28 MODULE = random.so 31 MODSRCS = random.c
|
| /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/random/ |
| Makefile | 28 MODULE = random.so 31 MODSRCS = random.c
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fb_random.c | 36 * Reads a 64 bit random number from the urandom "file". 38 * the random number after rounding it off by "round". 45 uint64_t random; local 61 random = avd_get_int(avd); 66 if (read(urandomfd, &random, 76 random = random / (FILEBENCH_RANDMAX64 / max); 78 random = random / round; 79 random *= round 99 uint32_t random; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| magic.c | 44 * Attempts to compute a random number seed which will not repeat. 77 return (double)random() / (double)0x7fffffffL; /* 2**31-1 */ 83 return random();
|
| /onnv/onnv-gate/usr/src/cmd/filebench/workloads/ |
| tpcso.f | 82 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 84 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 86 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 88 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 90 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 92 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 94 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 96 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 98 iosize=$iosize,workingset=10g,random,dsync,directio,iters=10 100 iosize=$iosize,workingset=10g,random,dsync,directio,iters=1 [all...] |
| randomrw.f | 47 flowop read name=rand-read1,filename=largefile1,iosize=$iosize,random,workingset=$workingset,directio=$directio 52 flowop write name=rand-write1,filename=largefile1,iosize=$iosize,random,workingset=$workingset,directio=$directio 57 echo "Random RW Version 2.1 IO personality successfully loaded"
|
| oltp.f | 60 iosize=256k,random,directio=$directio,dsync 72 iosize=$iosize,workingset=$workingset,random,iters=100,opennext,directio=$directio,dsync 85 iosize=$iosize,workingset=$workingset,random,opennext,directio=$directio 89 flowop eventlimit name=random-rate
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/badioctl/ |
| badioctl.c | 61 int fd = -1, random, ps = sysconf(_SC_PAGESIZE); local 66 if ((random = open("/dev/random", O_RDONLY)) == -1) 67 fatal("couldn't open /dev/random"); 102 * Every thousand iterations, change our random gunk. 104 read(random, addr, ps); 107 read(random, &ioc, sizeof (ioc));
|
| /onnv/onnv-gate/usr/src/lib/storage/libg_fc/common/ |
| cmd.c | 76 int random; local 82 * as 'seed' to generate a random number. Then, 85 * the seed so that the random number is always 87 * generate a random number at the same time. 98 /* get a random number. */ 101 random = rand_r(&seed); 104 random = ((random % 500) + 100) * MILLISEC; 105 tval.tv_sec = random / MICROSEC; 106 tval.tv_usec = random % MICROSEC [all...] |
| /onnv/onnv-gate/usr/src/uts/common/netinet/ |
| igmp_var.h | 65 * Macro to compute a random timer value between 1 and maxticks. 66 * Include <sys/random.h> for random_get_pseudo_bytes() declaration. 68 #include <sys/random.h>
|
| /onnv/onnv-gate/usr/src/cmd/crypt/ |
| crypt.c | 57 unsigned random; local 84 random = seed % 65521; 86 ic = (random&MASK)%(k+1); 87 random >>= 8; 92 ic = (random&MASK) % k;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/uwin/ |
| random.c | 40 * @(#)random.c 5.5 (Berkeley) 7/6/88 45 #define random ______random macro 55 #undef random macro 63 extern long int random(); 67 /* An improved random number generation package. In addition to the standard 71 then initialized to contain information for random number generation with 76 information and generates far better random numbers than a linear 85 for details). The random number generation technique is a linear feedback 92 also influenced by pseudo-random carries out of the lower bits. The 102 /* For each of the currently supported random number generators, we have 352 extern long int random() function [all...] |
| /onnv/onnv-gate/usr/src/common/mpi/ |
| mpprime.c | 59 #include <sys/random.h> 65 #define RANDOM() rand() 67 #define RANDOM() foo_rand() 81 Assigns a random value to a. This value is generated using the 86 As many digits as a currently has are filled with random digits. 99 next = (next << CHAR_BIT) | (RANDOM() & UCHAR_MAX);
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
| prng.c | 33 #include <sys/random.h> 39 * Solaris kerberos: we don't need a random number generator 40 * for the /dev/[u]random, as it uses entropy in the kernel. 65 * /dev/[u]random interface provided in Solaris 9 for getting random 70 * random confounder. 88 * Solaris kerberos uses /dev/[u]random 119 * a pseudo random algorithm to produce randomness. Most of the time it
|
| /onnv/onnv-gate/usr/src/uts/intel/ipw/ |
| Makefile | 60 LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
|
| /onnv/onnv-gate/usr/src/uts/intel/iwh/ |
| Makefile | 64 LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
|
| /onnv/onnv-gate/usr/src/uts/intel/iwi/ |
| Makefile | 59 LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
|
| /onnv/onnv-gate/usr/src/uts/intel/iwk/ |
| Makefile | 65 LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
|
| /onnv/onnv-gate/usr/src/uts/intel/random/ |
| Makefile | 23 # uts/intel/random/Makefile 30 # This makefile drives the production of the random driver 43 MODULE = random
|
| /onnv/onnv-gate/usr/src/uts/intel/wpi/ |
| Makefile | 65 LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
|
| /onnv/onnv-gate/usr/src/uts/sparc/random/ |
| Makefile | 23 # uts/sparc/random/Makefile 29 # This makefile drives the production of the random driver 42 MODULE = random
|
| /onnv/onnv-gate/usr/src/uts/intel/simnet/ |
| Makefile | 55 LDFLAGS += -dy -Ndrv/dld -Nmisc/mac -Nmisc/dls -Ndrv/random
|
| /onnv/onnv-gate/usr/src/uts/sparc/simnet/ |
| Makefile | 55 LDFLAGS += -dy -Ndrv/dld -Nmisc/mac -Nmisc/dls -Ndrv/random
|
| /onnv/onnv-gate/usr/src/uts/intel/iwp/ |
| Makefile | 64 LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Ndrv/random -Ndrv/ip
|