Lines Matching +full:pre +full:- +full:configurable

97 argument, which is a bitwise-inclusive OR of the following flags:
98 .Bl -tag -width "KQUEUE_CLOEXEC"
155 is a non-NULL pointer, it specifies a maximum interval to wait
164 argument should be non-NULL, pointing to a zero-valued
180 .Bd -literal
195 .Bl -tag -width "Fa filter"
202 The pre-defined
207 Filter-specific flags.
209 Filter-specific data value.
211 Opaque user-defined value passed through the kernel unchanged.
224 members are always passed through the kernel as-is,
231 .Bl -tag -width EV_DISPATCH
234 Re-adding an existing event
284 Filters may set this flag to indicate filter-specific EOF condition.
313 .Bl -tag -width "Dv EVFILT_PROCDESC"
319 .Bl -tag -width 2n
331 This may be overridden with a per-filter low water mark at the
442 .Bl -tag -width "Dv NOTE_CLOSE_WRITE"
502 .Bl -tag -width "Dv NOTE_TRACKERR"
553 .Bl -tag -width "Dv NOTE_EXIT"
603 For non-monotonic timers, this filter automatically sets the
610 .Bl -tag -width "Dv NOTE_MSECONDS"
640 If an existing timer is re-added, the existing timer will be
642 timer expiration) and re-started using the new parameters contained in
659 .Bl -tag -width "Dv NOTE_FFLAGSMASK"
681 .Bl -tag -width "Dv NOTE_FFLAGSMASK"
693 is non-zero, i.e., the function is potentially blocking, the call
705 If there was an error creating the kernel event queue, a value of -1 is
728 .Dv -1
736 .Bd -literal -compact
754 if (fd == -1)
759 if (kq == -1)
767 if (ret == -1)
773 if (ret == -1) {
792 .Bl -tag -width Er
803 The per-process descriptor table is full.
811 .Bl -tag -width Er
835 This maximum is configurable via the
865 .%D June 25-30, 2001