Searched refs:clrbit (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | fsck.h | 217 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro 223 #define clrbmap(blkno) clrbit(blockmap, blkno) 227 #define clrbusy(blkno) clrbit(busymap, blkno)
|
/titanic_44/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.h | 34 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 170 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_aux.c | 789 clrbit(asc->asc_keymap, keyix); in ath_key_delete() 796 clrbit(asc->asc_keymap, keyix+64); in ath_key_delete() 799 clrbit(asc->asc_keymap, keyix+32); in ath_key_delete() 801 clrbit(asc->asc_keymap, keyix+32+64); in ath_key_delete()
|
H A D | ath_impl.h | 64 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1 << ((i)%NBBY))) macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass4.c | 220 clrbit(cg_blksfree(cgp), in pass4check()
|
H A D | fsck.h | 376 #define clrbmap(blkno) clrbit(blockmap, blkno)
|
H A D | inode.c | 1420 clrbit(cg_inosused(cgp), ino % sblock.fs_ipg); in freeino()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | param.h | 251 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 735 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 816 clrbit(iused, inot); in ufs_ifree() 955 clrbit(blksfree, bno + i); in fragextend() 1070 clrbit(blksfree, bno + i); in alloccg()
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 758 clrbit(bitmap, rel); in cpr_clrbit()
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 926 clrbit(&sc->open_device_map, pi->port_id); in t4_uninit_synchronized()
|
H A D | t4_nexus.c | 758 clrbit(&sc->registered_device_map, i); in t4_devo_detach() 2263 clrbit(&sc->offload_map, pi->port_id); in toe_capability()
|
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 4978 clrbit(cg_blksfree(&acg), bit+j); in allocfrags() 5025 clrbit(cg_blksfree(&acg), cfp->ofrag - cgbase(&sblock, 0)); in alloccsfragfree()
|