• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/bsd/sys/

Lines Matching refs:fflags

90 	uint32_t	fflags;		/* filter-specific flags */
101 uint32_t fflags; /* filter-specific flags */
110 uint32_t fflags; /* filter-specific flags */
123 uint32_t fflags; /* filter-specific flags */
134 __kevp__->fflags = (d); \
144 __kevp__->fflags = (d); \
193 * data/hint fflags for EVFILT_USER, shared with userspace
202 * On input, the top two bits of fflags specifies how the lower twenty four
203 * bits should be applied to the stored value of fflags.
206 * remaining twenty four bits will contain the stored fflags value.
208 #define NOTE_FFNOP 0x00000000 /* ignore input fflags */
209 #define NOTE_FFAND 0x40000000 /* and fflags */
210 #define NOTE_FFOR 0x80000000 /* or fflags */
211 #define NOTE_FFCOPY 0xc0000000 /* copy fflags */
216 * data/hint fflags for EVFILT_{READ|WRITE}, shared with userspace
223 * data/hint fflags for EVFILT_VNODE, shared with userspace
235 * data/hint fflags for EVFILT_PROC, shared with userspace
292 * data/hint fflags for EVFILT_VM, shared with userspace.
302 * data/hint fflags for EVFILT_MEMORYSTATUS, shared with userspace.
319 * data/hint fflags for EVFILT_TIMER, shared with userspace.
335 * data/hint fflags for EVFILT_SOCK, shared with userspace.
356 * data/hint fflags for EVFILT_MACHPORT, shared with userspace.
360 * The fflags field can optionally contain the MACH_RCV_MSG, MACH_RCV_LARGE,
368 * the fflags field contains the return code normally returned by mach_msg().
370 * If no message receipt options were provided in the fflags field on setup, no
436 #define kn_fflags kn_kevent.fflags