Searched refs:want (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h140 extern int fdalloc(proc_t p, int want, int *result);
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c426 * If it's a fifo test, then the helper is definitely going to want the write end.
534 init_test_common(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want, int ispoll) argument
541 tst->t_want_event = (want > 0);
550 tst->t_nbytes = want;
559 * counts of prep and cleanup actions, what event to watch for, and whether you want an event/how many bytes read.
561 * "want" does double duty as whether you want an event and how many bytes you might want to read
565 init_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want) argument
567 init_test_common(tst, testname, watchfile, nprep, nclean, event, want,
574 init_poll_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c845 * bits that we want set or clear, respectively. They are in the
862 return 0; /* some bits we want set were clear */
865 return 0; /* some bits we want clear were set */
1252 * and we want to find both in the same bucket.
1295 * a rule we absolutely do not want to remove (e.g. because we are
2275 u_int32_t *want = (u_int32_t *) local
2282 ( want[0] == (hdr[0] & mask[0]) &&
2283 want[1] == (hdr[1] & mask[1]) &&
2284 want[2] == (hdr[2] & mask[2]) );
3138 * @arg log_only is 1 if we only want t
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c143 /* We don't want these exported */
2746 * want The fd we would prefer to get
2757 fdalloc(proc_t p, int want, int *result) argument
2767 * of want or fd_freefile. If that fails, consider
2777 if ((i = want) < fdp->fd_freefile)
2784 if (want <= fdp->fd_freefile)
H A Duipc_mbuf.c2309 unsigned int num = 0, cnum = 0, want = needed; local
2486 if ((num + cnum) < want)
2487 m_fail_cnt(class) += (want - (num + cnum));
3658 * The caller doesn't want all the requested buffers; only some.
3815 * The caller doesn't want all the requested buffers; only some.
4519 * If the caller doesn't want to be put to sleep, mark it with
6540 * If the allocation bucket we want is occupied

Completed in 154 milliseconds