Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dfile.h46 #define DTYPE_KQUEUE 4 /* event queue */ macro
/openbsd/usr.bin/fstat/
H A Dfstat.c413 case DTYPE_KQUEUE: in fstat_dofile()
/openbsd/sys/kern/
H A Dkern_event.c1047 fp->f_type = DTYPE_KQUEUE; in dokqueue()
1105 if (fp->f_type != DTYPE_KQUEUE) { in sys_kevent()
H A Dkern_descrip.c1152 fp->f_type == DTYPE_KQUEUE) { in fdcopy()
H A Duipc_usrreq.c1295 if (fp->f_type == DTYPE_KQUEUE) { in unp_internalize()
H A Dkern_sysctl.c1615 case DTYPE_KQUEUE: { in fill_file()
/openbsd/lib/libkvm/
H A Dkvm_file2.c704 case DTYPE_KQUEUE: { in fill_file()