/src/sys/rump/librump/rumpvfs/ |
rumpblk.c | 140 static unsigned randstate; variable in typeref:typename:unsigned 197 randstate = strtoul(buf, NULL, 10); 199 randstate = cprng_fast32(); 202 "seed %u\n", blkfail, BLKFAIL_MAX, randstate); 577 return (randstate = randstate * 1103515245 + 12345) % (0x80000000L);
|
rumpblk.c | 140 static unsigned randstate; variable in typeref:typename:unsigned 197 randstate = strtoul(buf, NULL, 10); 199 randstate = cprng_fast32(); 202 "seed %u\n", blkfail, BLKFAIL_MAX, randstate); 577 return (randstate = randstate * 1103515245 + 12345) % (0x80000000L);
|