Home
last modified time | relevance | path

Searched refs:test_open (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m410 static int test_open(struct inode *ip, struct file *fp) { return 0; }
21 .proc_open = test_open,
/freebsd-14.2/stand/userboot/test/
H A Dtest.c106 test_open(void *arg, const char *filename, void **h_return) in test_open() function
411 .open = test_open,