Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dparam.h210 #define setbit(a, i) (((unsigned char *)(a))[(i)/NBBY] |= 1u<<((i)%NBBY)) macro
/xnu-12377.81.4/osfmk/kern/
H A Dmisc_protos.h59 extern void setbit(
/xnu-12377.81.4/bsd/kern/
H A Dtty_subr.c325 setbit(clp->c_cq, i); in putc()
H A Dkdebug.c194 setbit(tf, csc); in typefilter_allow_csc()
/xnu-12377.81.4/osfmk/x86_64/
H A Dloose_ends.c127 setbit(int bitno, int *s) in setbit() function
/xnu-12377.81.4/osfmk/arm64/
H A Dloose_ends.c932 setbit(int bitno, int *s) in setbit() function
/xnu-12377.81.4/bsd/vfs/
H A Dkpi_vfs.c998 setbit(vfs_typenum_arr, tmp); in vfs_fsadd()
1015 setbit(vfs_typenum_arr, newvfstbl->vfc_typenum); in vfs_fsadd()
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c10307setbit(UNNEST_BIT(current_index), (int *)grand->nested_pmap->nested_region_unnested_table_bitmap);
10308setbit(UNNEST_IN_PROGRESS_BIT(current_index), (int *)grand->nested_pmap->nested_region_unnested_ta…