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

/darwin-on-arm/xnu/bsd/libkern/
H A Drandom.c78 return (mask & RandomULong());
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.h56 u_int32_t RandomULong( void );
H A Drandomdev.c598 RandomULong(void) function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c259 msg_id = RandomULong();
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c2036 inp_hash_seed = RandomULong();
2047 fh.infh_rand1 = RandomULong();
2048 fh.infh_rand2 = RandomULong();
2054 inp_hash_seed = RandomULong();

Completed in 26 milliseconds