Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/file.h
Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Lines | |||||
#define DTYPE_KQUEUE 5 /* event queue */ | #define DTYPE_KQUEUE 5 /* event queue */ | ||||
#define DTYPE_CRYPTO 6 /* crypto */ | #define DTYPE_CRYPTO 6 /* crypto */ | ||||
#define DTYPE_MQUEUE 7 /* posix message queue */ | #define DTYPE_MQUEUE 7 /* posix message queue */ | ||||
#define DTYPE_SHM 8 /* swap-backed shared memory */ | #define DTYPE_SHM 8 /* swap-backed shared memory */ | ||||
#define DTYPE_SEM 9 /* posix semaphore */ | #define DTYPE_SEM 9 /* posix semaphore */ | ||||
#define DTYPE_PTS 10 /* pseudo teletype master device */ | #define DTYPE_PTS 10 /* pseudo teletype master device */ | ||||
#define DTYPE_DEV 11 /* Device specific fd type */ | #define DTYPE_DEV 11 /* Device specific fd type */ | ||||
#define DTYPE_PROCDESC 12 /* process descriptor */ | #define DTYPE_PROCDESC 12 /* process descriptor */ | ||||
#define DTYPE_LINUXEFD 13 /* emulation eventfd type */ | #define DTYPE_EVENTFD 13 /* emulation eventfd type */ | ||||
#define DTYPE_LINUXTFD 14 /* emulation timerfd type */ | #define DTYPE_LINUXTFD 14 /* emulation timerfd type */ | ||||
#ifdef _KERNEL | #ifdef _KERNEL | ||||
struct file; | struct file; | ||||
struct filecaps; | struct filecaps; | ||||
struct kaiocb; | struct kaiocb; | ||||
struct kinfo_file; | struct kinfo_file; | ||||
▲ Show 20 Lines • Show All 384 Lines • Show Last 20 Lines |