Searched refs:obits (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Duser.h188 u_int32_t *ibits, *obits; /* bits to select on */ member in struct:uthread::_select
189 uint nbytes; /* number of bytes in ibits and obits */
/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1007 if (sel->obits != NULL) {
1008 FREE(sel->obits, M_TEMP);
1010 sel->obits = NULL;
1016 MALLOC(sel->obits, u_int32_t *, nbytes, M_TEMP, M_WAITOK | M_ZERO);
1017 if (sel->obits == NULL) {
1028 bzero((caddr_t)sel->obits, sel->nbytes);
1201 /* cleanup obits and try again */
1263 copyout((caddr_t)&sel->obits[(x) * nw], uap->name, ni))) \
1308 u_int32_t *ibits, *obits; local
1323 obits
[all...]
H A Dkern_fork.c1567 FREE(sel->obits, M_TEMP);

Completed in 86 milliseconds