Searched refs:bitmap (Results 151 - 175 of 212) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c42 #include <sys/bitmap.h>
823 * The x86 feature set is implemented as a bitmap array. That bitmap array is
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c38 #include <sys/bitmap.h>
H A Dsig.c33 #include <sys/bitmap.h>
55 #include <sys/bitmap.h>
H A Dexacct.c41 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c3937 uint8_t bitmap[512]; local
4005 bzero((void *) bitmap, 512);
4007 bitmap[i / 8] = (1 << (i % 8));
4008 BE_SWAP32_BCOPY(bitmap, fcf_rec->vlan_bitmap, 512);
4010 bzero((void *) bitmap, 512);
4011 bitmap[0] = 1; /* represents bit 0 */
4012 BE_SWAP32_BCOPY(bitmap, fcf_rec->vlan_bitmap, 512);
5576 uint8_t bitmap[512]; local
5636 bzero((void *) bitmap, 512);
5638 bitmap[
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl306 * There is some sort of logon bitmap structure in here, which I
313 * BYTE bitmap[21];
340 BYTE bitmap[SAMR_SET_USER_HOURS_SZ];
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c52 #include <bitmap.h>
H A Dndmpd_fhistory.c62 #include <bitmap.h>
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c43 #include <sys/bitmap.h>
H A Dufs_vfsops.c43 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c47 #include <sys/bitmap.h>
H A Dseg_kp.c73 #include <sys/bitmap.h>
498 * Mark this page to be a segkp page in the bitmap.
681 * Clear the bit for this page from the bitmap.
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c40 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c41 #include <sys/bitmap.h>
H A Dtavor_misc.c44 #include <sys/bitmap.h>
H A Dtavor_qp.c40 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c35 #include <sys/bitmap.h>
271 /* bitmap to limit scsi_pkt allocation violation messages */
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c45 #include <sys/bitmap.h>
139 * poll(2) design, no lwp will ever need to grow bitmap of other lwp.
237 * differences are: (1) /dev/poll requires scanning the bitmap starting at
493 * bitmap -- which effectively latches the
526 * in bitmap.
608 * allocate a pollcache skeleton here. Delay allocating bitmap
874 * the bit in bitmap to force DP_POLL ioctl
1382 * bitmap. This ensures that a subsequent DP_POLL operation on the bitmap will
1384 * such a way that dp_pcache_poll() does not clear the parent bitmap entr
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile93 bitmap.h \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c305 LogMsg("PrintTypeBitmap: malformed bitmap, bitmaplen %d short", bitmaplen);
334 mDNSexport void NSEC3Parse(const ResourceRecord *const rr, mDNSu8 **salt, int *hashLength, mDNSu8 **nxtName, int *bitmaplen, mDNSu8 **bitmap) argument
359 if (bitmap)
360 *bitmap = p;
1756 // typically answer that e.g., the bitmap asserts that q->qtype does not exist. If we have
2407 // Sanity check whether the bitmap is good
2808 // Sanity check whether the NSEC/NSEC3 bitmap is good
3250 bmaplen = len; // Save the length of the bitmap
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c44 #include <sys/bitmap.h>
432 * and the active queue bitmap.
2096 * priority. This depends on the bitmap implementation.
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c49 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c57 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c44 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c32 #include <sys/bitmap.h>

Completed in 2406 milliseconds

123456789