Home
last modified time | relevance | path

Searched refs:setbit (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dparam.h210 #define setbit(a, i) (((unsigned char *)(a))[(i)/NBBY] |= 1u<<((i)%NBBY)) macro
/xnu-8020.101.4/osfmk/kern/
H A Dmisc_protos.h59 extern void setbit(
/xnu-8020.101.4/bsd/kern/
H A Dtty_subr.c325 setbit(clp->c_cq, i); in putc()
H A Dkdebug.c188 setbit(tf, csc); in typefilter_allow_csc()
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c395 setbit(int bitno, int *s) in setbit() function
H A Dpmap.c10043 setbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap);
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c624 setbit(int bitno, int *s) in setbit() function
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c129 setbit(int bitno, int *s) in setbit() function
/xnu-8020.101.4/bsd/vfs/
H A Dkpi_vfs.c958 setbit(vfs_typenum_arr, tmp); in vfs_fsadd()
975 setbit(vfs_typenum_arr, newvfstbl->vfc_typenum); in vfs_fsadd()