Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_event.c98 static int kqueue_fpathconf(file_t *, int, register_t *);
190 .fo_fpathconf = kqueue_fpathconf,
2255 kqueue_fpathconf(struct file *fp, int name, register_t *retval) in kqueue_fpathconf() function