Home
last modified time | relevance | path

Searched refs:bmap (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Doptions.c65 uchar_t bmap = 0; in compare_options_mask() local
70 bmap = msk->bitmap[i] | specified->bitmap[i]; in compare_options_mask()
71 bmap ^= msk->bitmap[i]; in compare_options_mask()
72 if (bmap) in compare_options_mask()
81 if (bmap & bitlocation[j]) in compare_options_mask()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h275 #define HERMON_BMAP_BIT_SET(bmap, ind) \ argument
276 ((bmap)[HERMON_IND_BYTE(ind)] |= HERMON_IND_BIT(ind))
277 #define HERMON_BMAP_BIT_CLR(bmap, ind) \ argument
278 ((bmap)[HERMON_IND_BYTE(ind)] &= ~HERMON_IND_BIT(ind))
279 #define HERMON_BMAP_BIT_ISSET(bmap, ind) \ argument
280 ((bmap)[HERMON_IND_BYTE(ind)] & HERMON_IND_BIT(ind))
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c270 win = *bmap++; in PrintTypeBitmap()
271 wlen = *bmap++; in PrintTypeBitmap()
289 bmap += wlen; in PrintTypeBitmap()
395 mDNSu8 *bmap; in GetRRDisplayString_rdb() local
1441 win = *bmap++; in BitmapTypeCheck()
1483 mDNSu8 *bmap; in RRAssertsExistence() local
1490 bmap = nsec + len; in RRAssertsExistence()
2556 while (bmap < end) in SanityCheckBitMap()
2564 win = *bmap++; in SanityCheckBitMap()
2578 bmap += wlen; in SanityCheckBitMap()
[all …]
H A DDNSCommon.h278 extern mDNSBool BitmapTypeCheck(mDNSu8 *bmap, int bitmaplen, mDNSu16 type);
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c121 daddr_t bmap(daddr_t);
504 d = bmap(lbn); in dreaddir()
608 bmap(daddr_t i) in bmap() function
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c140 diskaddr_t bmap(diskaddr_t i);
567 d = bmap(lbn); in dreaddir()
667 bmap(diskaddr_t i) in bmap() function
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c188 static int bmap[3] = {1, 3, 2}; in sendButtonEvent() local
196 VUID_PUTNEXT(qp, (uchar_t)BUT(bmap[b]), FE_PAIR_NONE, 0, in sendButtonEvent()
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c977 unsigned char *bmap; in ParseDNSSECRecords() local
985 bmap = (unsigned char *)((unsigned char *)next + len); in ParseDNSSECRecords()
997 win = *bmap++; in ParseDNSSECRecords()
998 wlen = *bmap++; in ParseDNSSECRecords()
1013 if (bmap[i>>3] & (128 >> (i&7))) in ParseDNSSECRecords()
1016 bmap += wlen; in ParseDNSSECRecords()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c283 static long bmap();
1401 (bmap((long)value) << FRGSHIFT)) == 0) in main()
2459 if ((addr = ((u_offset_t)bmap(block++) << in follow_path()
3051 if ((addr = (bmap((long)i++) << FRGSHIFT)) == 0) in getdirslot()
3174 addr = bmap(lblkno(fs, cur_bytes)) << FRGSHIFT; in syncshadowscan()
4329 (keep_on && taddr < (bmap(cur_block) << FRGSHIFT))) { in check_addr()
4341 if ((addr = bmap(cur_block) << FRGSHIFT) == 0) { in check_addr()
4356 if ((addr = bmap(cur_block) << FRGSHIFT) == 0) { in check_addr()
4782 bmap(long bn) in bmap() function
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c631 int cg, bmap, bbase; in free() local
704 bmap = blkmap(fs, blksfree, bbase); in free()
705 fragacct(fs, bmap, cgp->cg_frsum, -1); in free()
738 bmap = blkmap(fs, blksfree, bbase); in free()
739 fragacct(fs, bmap, cgp->cg_frsum, 1); in free()