HomeSort by relevance Sort by last modified time
    Searched defs:bitmap (Results 1 - 25 of 31) sorted by null

1 2

  /netvirt/usr/src/cmd/cdrw/
options.h 39 uchar_t bitmap[16]; member in struct:option_mask
  /netvirt/usr/src/uts/common/io/nxge/
nxge_txc.c 128 uint32_t bitmap = 0; local
136 (void) npi_txc_port_dma_list_get(handle, nxgep->function_num, &bitmap);
140 NXGE_DEBUG_MSG((nxgep, TX_CTL, "\n\tTXC port bitmap 0x%x", bitmap));
nxge_txdma.c 1755 uint32_t bitmap = 0; local
    [all...]
  /netvirt/usr/src/cmd/lp/filter/postscript/postdmd/
postdmd.c 34 * postdmd - PostScript translator for DMD bitmap files.
39 * Although the program supports two different input bitmap formats, by far the
40 * most important is the Eighth (and Ninth) Edition bitfile format. A bitmap in
42 * zero. The next 8 bytes set the x and y coordinates of the bitmap's origin and
100 * bitmap
102 * v8format flip scanlength scanlines bitmap -
104 * Prints the bitmap that's read from standard input. The bitmap consists
106 * v8format is true the picture is assumed to be an Eighth Edition bitmap,
148 int flip = FALSE; /* ones complement the bitmap */
518 bitmap(FILE *fp) function
    [all...]
  /netvirt/usr/src/cmd/sendmail/db/lock/
lock_deadlock.c 69 u_int32_t *bitmap, *deadlock, i, killid, nentries, nlockers; local
91 /* Build the waits-for bitmap. */
92 if ((ret = __dd_build(dbenv, &bitmap, &nlockers, &idmap)) != 0)
99 __dd_debug(dbenv, idmap, bitmap, nlockers);
102 deadlock = __dd_find(bitmap, idmap, nlockers);
139 killid = (deadlock - bitmap) / nentries;
181 __os_free(bitmap, 0);
202 u_int32_t *bitmap, count, *entryp, i, id, nentries, *tmpmap; local
229 * Allocate enough space for a count by count bitmap matrix.
236 sizeof(u_int32_t) * nentries, &bitmap)) != 0
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_log.c 93 * is the mapsize and attribute bitmap copied from the xvattr_t.
94 * Following the bitmap and bitmapsize two 64 bit words are reserved
102 uint32_t *bitmap; local
113 bitmap = &lrattr->lr_attr_bitmap;
114 for (i = 0; i != xvap->xva_mapsize; i++, bitmap++) {
115 *bitmap = xvap->xva_reqattrmap[i];
119 attrs = (uint64_t *)bitmap;
zfs_replay.c 85 uint32_t *bitmap; local
97 bitmap = &lrattr->lr_attr_bitmap;
98 for (i = 0; i != lrattr->lr_attr_masksize; i++, bitmap++)
99 xvap->xva_reqattrmap[i] = *bitmap;
248 /* swap the bitmap */
  /netvirt/usr/src/uts/common/io/
cpc.c 468 static ulong_t *kcpc_cpumap; /* bitmap of cpus */
775 uint64_t bitmap = 0; local
800 if ((bitmap & (1 << n)) != 0)
802 bitmap |= (1 << n);
  /netvirt/usr/src/uts/common/xen/public/
physdev.h 78 * Set the current VCPU's I/O-port permissions bitmap.
84 XEN_GUEST_HANDLE_00030205(uint8_t) bitmap; member in struct:physdev_set_iobitmap
  /netvirt/usr/src/uts/sun4v/pcbe/
niagara_pcbe.c 217 uint64_t bitmap = 0; local
220 bitmap = 0x1;
222 bitmap |= 0x2;
224 return (bitmap);
  /netvirt/usr/src/cmd/backup/dump/
dumptraverse.c 623 bitmap(map, typ) function
  /netvirt/usr/src/cmd/filebench/common/
ipc.h 127 int bitmap[FILEBENCH_TYPES][FILEBENCH_MAXBITMAP]; member in struct:filebench_shm
  /netvirt/usr/src/common/openssl/ssl/
d1_pkt.c 127 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap,
129 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
456 dtls1_record_bitmap_update(s, &(s->d1->bitmap));/* Mark receipt of record. */
491 DTLS1_BITMAP *bitmap; local
590 bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch);
591 if ( bitmap == NULL)
598 if ( ! dtls1_record_replay_check(s, bitmap, &(rr->seq_num)))
613 dtls1_record_bitmap_update(s, bitmap);
    [all...]
dtls1.h 93 unsigned long length; /* sizeof the bitmap in bits */
153 DTLS1_BITMAP bitmap; member in struct:dtls1_state_st
  /netvirt/usr/src/psm/stand/cpr/sparcv9/sun4u/
bitmap.c 27 #pragma ident "@(#)bitmap.c 1.8 05/10/30 SMI"
66 char *bitmap; local
71 bitmap = (char *)dp->cbd_reg_bitmap;
74 setbit(bitmap, rel);
76 rval = isset(bitmap, rel);
78 rval = isclr(bitmap, rel);
262 * check bitmap desc and relocate bitmap data
284 prom_printf("%s: too many bitmap descriptors %d, max %d\n",
290 * copy bitmap descriptors to aligned space, check magic numbers
    [all...]
  /netvirt/usr/src/uts/common/os/
kcpc.c 790 kcpc_overflow_intr(caddr_t arg, uint64_t bitmap)
871 bitmap & (1 << i) &&
898 uint64_t bitmap; local
901 (bitmap = pcbe_ops->pcbe_overflow_bitmap()) == 0)
924 if ((ctx = kcpc_overflow_intr(arg1, bitmap)) != NULL) {
1418 uint64_t bitmap = 0, resmap = 0; local
    [all...]
  /netvirt/usr/src/cmd/iscsi/iscsitgtd/
isns_client.c 224 uint32_t bitmap = 0; local
265 bcopy(tlv->attr_value, &bitmap, tlv->attr_len);
266 bitmap = ntohl(bitmap);
268 "PROCESS_SCN bitmap %u\n", bitmap);
284 switch (bitmap) {
1108 uint32_t bitmap = 0; local
1135 /* SCN bitmap */
1136 bitmap = ISNS_INIT_SELF_INFO_ONLY | ISNS_OBJ_REMOVED
    [all...]
  /netvirt/usr/src/uts/intel/pcbe/
p123_pcbe.c 549 uint64_t bitmap = 0; local
552 bitmap = 0x1;
554 bitmap |= 0x2;
556 return (bitmap);
  /netvirt/usr/src/uts/sun4u/pcbe/
opl_pcbe.c 501 uint64_t bitmap = 0; local
506 bitmap |= (1 << i);
509 return (bitmap);
581 uint8_t bitmap = 0; /* for used pic config */ local
592 bitmap |= (uint8_t)(1 << tmp->opl_picno);
595 if (bitmap == 0)
600 if (bitmap & (1 << i))
680 uint8_t bitmap = 0; /* for used pic config */ local
693 bitmap |= (uint8_t)(1 << ctmp->opl_picno);
696 if (bitmap == 0
    [all...]
us234_pcbe.c 564 uint64_t bitmap = 0; local
567 bitmap = 0x1;
569 bitmap |= 0x2;
571 return (bitmap);
  /netvirt/usr/src/cmd/nscd/
nscd_config.c 303 _nscd_cfg_bitmap_is_equal(g_info->bitmap, gi->bitmap))
310 _nscd_cfg_bitmap_value(g_info->bitmap), gi->num_param,
311 _nscd_cfg_bitmap_value(gi->bitmap));
415 g_info.bitmap = NSCD_CFG_BITMAP_ZERO;
434 * set bitmap: the rightmost bit represents
439 _nscd_cfg_bitmap_set_nth(g_info.bitmap, fn);
518 g_info.bitmap, gdesc->gi.bitmap)) {
528 _nscd_cfg_bitmap_value(g_info.bitmap),
1890 nscd_cfg_bitmap_t bitmap; local
2279 nscd_cfg_bitmap_t bitmap; local
    [all...]
nscd_config.h 159 * the bitmap in the group info should be
200 * send entire group data, but use bitmap to indicate
245 * typedef for flag, bitmap, and boolean
311 * parameters and the corresponding bitmap.
316 nscd_cfg_bitmap_t bitmap; member in struct:__anon894
511 * counters and the corresponding bitmap.
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/
regcomp.h 97 char bitmap[ANYOF_BITMAP_SIZE]; member in struct:regnode_charclass
104 char bitmap[ANYOF_BITMAP_SIZE]; member in struct:regnode_charclass_class
235 /* Utility macros for the bitmap and classes of ANYOF */
251 #define ANYOF_BITMAP_ZERO(ret) Zero(((struct regnode_charclass*)(ret))->bitmap, ANYOF_BITMAP_SIZE, char)
253 #define ANYOF_BITMAP(p) (((struct regnode_charclass*)(p))->bitmap)
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/
regcomp.h 105 char bitmap[ANYOF_BITMAP_SIZE]; /* only compile-time */ member in struct:regnode_charclass
113 char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time */ member in struct:regnode_charclass_class
273 /* Utility macros for the bitmap and classes of ANYOF */
288 #define ANYOF_BITMAP_ZERO(ret) Zero(((struct regnode_charclass*)(ret))->bitmap, ANYOF_BITMAP_SIZE, char)
290 #define ANYOF_BITMAP(p) (((struct regnode_charclass*)(p))->bitmap)
  /netvirt/usr/src/uts/common/cpr/
cpr_dump.c 32 * 3. Tag kernel pages into corresponding bitmap
173 * Set bitmap size in bytes based on phys_install.
296 * Write bitmap descriptor array, followed by merged bitmaps.
725 char *bitmap; local
732 bitmap = DESC_TO_MAP(dp, mapflag);
734 if ((clr = isclr(bitmap, rel)) != 0)
735 setbit(bitmap, rel);
750 char *bitmap; local
757 bitmap = DESC_TO_MAP(dp, mapflag);
759 if ((set = isset(bitmap, rel)) != 0
783 char *bitmap; local
    [all...]

Completed in 5019 milliseconds

1 2