Searched refs:ffs (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched.h109 return (ffs(pData));
/xnu-2422.115.4/bsd/libkern/
H A Dlibkern.h141 extern int ffs(int);
/xnu-2422.115.4/osfmk/kern/
H A Dmisc_protos.h70 extern int ffs(
/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c153 ffs(unsigned int mask) function
160 * 'ffs'
/xnu-2422.115.4/bsd/kern/
H A Dkern_sig.c694 nc = ffs((long)p->p_sigcatch);
1301 signum = ffs((unsigned int)sigw);
2248 signum = ffs((long)sigbits);
2535 signum = ffs((long)sigbits);
H A Dsys_generic.c1327 while ((j = ffs(bits)) && (fd = i + --j) < nfd) {
1650 while ((j = ffs(bits)) && (fd = i + --j) < nfd) {
1740 while ((j = ffs(bits)) && (fd = i + --j) < nfd) {
/xnu-2422.115.4/bsd/conf/
H A Dfiles111 OPTIONS/ffs optional ffs
/xnu-2422.115.4/security/
H A Dmac_base.c844 slot = ffs(mac_slot_offsets_free);

Completed in 70 milliseconds