Lines Matching defs:want
222 fd_next_zero(filedesc_t *fdp, uint32_t *bitmap, int want, u_int bits)
231 if (want > bits)
234 off = want >> NDENTRYSHIFT;
235 i = want & NDENTRYMASK;
889 fd_alloc(proc_t *p, int want, int *result)
900 * of want or fd_freefile.
910 if ((i = want) < fdp->fd_freefile)
922 * below want, try again with higher want.
924 want = (hi + 1) << NDENTRYSHIFT;
938 if (want <= fdp->fd_freefile) {
2295 /* pick only the one we want */
2296 /* XXX want 0 to mean "kernel files" */