Searched refs:clrbit (Results 1 – 12 of 12) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| H A D | fsck.h | 190 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro 196 #define clrbmap(blkno) clrbit(blockmap, blkno) 200 #define clrbusy(blkno) clrbit(busymap, blkno)
|
| /illumos-gate/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
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | pass4.c | 218 clrbit(cg_blksfree(cgp), in pass4check()
|
| H A D | fsck.h | 370 #define clrbmap(blkno) clrbit(blockmap, blkno)
|
| H A D | inode.c | 1426 clrbit(cg_inosused(cgp), ino % sblock.fs_ipg); in freeino()
|
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | param.h | 251 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
| /illumos-gate/usr/src/boot/sys/sys/ |
| H A D | param.h | 283 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
| /illumos-gate/usr/src/uts/common/sys/fs/ |
| H A D | ufs_fs.h | 733 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/uts/common/cpr/ |
| H A D | cpr_dump.c | 758 clrbit(bitmap, rel); in cpr_clrbit()
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
| H A D | mkfs.c | 5003 clrbit(cg_blksfree(&acg), bit+j); in allocfrags() 5050 clrbit(cg_blksfree(&acg), cfp->ofrag - cgbase(&sblock, 0)); in alloccsfragfree()
|