Searched refs:urandom_read (Results 1 – 5 of 5) sorted by relevance
25 struct urandom_read { struct32 int prog2(struct urandom_read *ctx) in prog2()
17 urandom_read
16 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
291 TRACE_EVENT(urandom_read,
1883 urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in urandom_read() function2034 .read = urandom_read,2062 return urandom_read(NULL, buf, count, NULL); in SYSCALL_DEFINE3()