Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dparam.h210 #define setbit(a, i) (((unsigned char *)(a))[(i)/NBBY] |= 1u<<((i)%NBBY)) macro
/xnu-10002.41.9/osfmk/kern/
H A Dmisc_protos.h59 extern void setbit(
/xnu-10002.41.9/bsd/kern/
H A Dtty_subr.c325 setbit(clp->c_cq, i); in putc()
H A Dkdebug.c190 setbit(tf, csc); in typefilter_allow_csc()
/xnu-10002.41.9/osfmk/x86_64/
H A Dloose_ends.c127 setbit(int bitno, int *s) in setbit() function
/xnu-10002.41.9/osfmk/arm64/
H A Dloose_ends.c723 setbit(int bitno, int *s) in setbit() function
/xnu-10002.41.9/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()
/xnu-10002.41.9/osfmk/arm/pmap/
H A Dpmap.c10046 setbit(current_index, (int *)grand->nested_pmap->nested_region_unnested_table_bitmap);