Searched defs:bitmap (Results 26 - 50 of 58) sorted by relevance

123

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c41 #include <bitmap.h>
64 * Size of bitmap table.
101 * Macros of bitmap flags.
114 * of bitmap.
134 * When loading a bitmap chunk, if it is new set the bitmap
147 * - The bitmap vector.
176 u_quad_t bm_len; /* bitmap length */
184 * Disk bitmap table. Upon allocating a dbitmap, one slot
195 * - The bitmap vecto
214 typedef struct bitmap { struct
250 static bitmap_t bitmap[BMAP_MAX]; variable
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.c301 _nscd_cfg_bitmap_is_equal(g_info->bitmap, gi->bitmap))
308 _nscd_cfg_bitmap_value(g_info->bitmap), gi->num_param,
309 _nscd_cfg_bitmap_value(gi->bitmap));
413 g_info.bitmap = NSCD_CFG_BITMAP_ZERO;
432 * set bitmap: the rightmost bit represents
437 _nscd_cfg_bitmap_set_nth(g_info.bitmap, fn);
516 g_info.bitmap, gdesc->gi.bitmap)) {
527 g_info.bitmap),
1892 nscd_cfg_bitmap_t bitmap; local
2281 nscd_cfg_bitmap_t bitmap; local
[all...]
H A Dnscd_config.h159 * 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:__anon1007
510 * counters and the corresponding bitmap.
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c463 /* replace the bitmap */
464 (*pp)->bitmap = e->bitmap;
709 uint32_t bitmap = lcp->data[2].ui; local
711 if (bitmap != 0) {
720 attr->value.ui = bitmap;
1395 if (SCN_TEST(e, p->bitmap, p->uid, t->uid, t->nt)) {
1396 if (p->bitmap & ISNS_MGMT_REG) {
1764 (p->bitmap &
1860 * bitmap
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c457 char *bitmap; local
461 bitmap = urdc->primary.bitmap;
464 bitmap = urdc->secondary.bitmap;
468 krdc->b_tok = nsc_register_path(bitmap, NSC_CACHE | NSC_DEVICE,
555 cmn_err(CE_WARN, "!rdc: unregister bitmap %d", rc);
608 * data device, not the bitmap.
1227 * bitmap is failed or reserve, then we fill the buf from remote
2135 urdc->secondary.bitmap);
[all...]
H A Drdc_ioctl.h152 char bitmap[NSC_MAXPATH]; member in struct:rdc_addr
160 char bitmap[NSC_MAXPATH]; member in struct:rdc_addr32
178 int bits_set; /* Bits set in bitmap */
204 int32_t bits_set; /* Bits set in bitmap */
242 nsc_off_t offset; /* byte offset within bitmap mod fba */
246 int32_t len; /* length of bitmap in bytes */
247 unsigned long addr; /* address of bitmap in userland */
376 #define RDC_CLR_AFTERSYNC 0x2000 /* clr bitmap on secondary after sync */
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c30 * 3. Tag kernel pages into corresponding bitmap
171 * Set bitmap size in bytes based on phys_install.
294 * Write bitmap descriptor array, followed by merged bitmaps.
723 char *bitmap; local
730 bitmap = DESC_TO_MAP(dp, mapflag);
732 if ((clr = isclr(bitmap, rel)) != 0)
733 setbit(bitmap, rel);
748 char *bitmap; local
755 bitmap = DESC_TO_MAP(dp, mapflag);
757 if ((set = isset(bitmap, re
781 char *bitmap; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c920 kcpc_overflow_intr(caddr_t arg, uint64_t bitmap) argument
1026 bitmap & (1 << i) &&
1060 uint64_t bitmap; local
1065 (bitmap = pcbe_ops->pcbe_overflow_bitmap()) == 0)
1089 (*dtrace_cpc_fire)(bitmap);
1104 if (bitmap & (1 << req.kr_picnum)) {
1145 if ((ctx = kcpc_overflow_intr(arg1, bitmap)) != NULL) {
1703 uint64_t bitmap = 0, resmap = 0; local
1729 ASSERT((bitmap & (1 << set->ks_req[i].kr_picnum)) == 0);
1730 bitmap |
[all...]
H A Ddumpsubr.c47 #include <sys/bitmap.h>
179 PERPAGE(bitmap) PERPAGE(map) PERPAGE(unmap) \
405 ulong_t *bitmap; /* bitmap for marking pages to dump */ member in struct:dumpcfg
406 ulong_t *rbitmap; /* bitmap for used CBUF_MAPSIZE ranges */
407 pgcnt_t bitmapsize; /* size of bitmap */
408 pgcnt_t rbitmapsize; /* size of bitmap for ranges */
498 * backed by pages not being dumped, according to the bitmap. If
759 * Set/test bitmap for a CBUF_MAPSIZE range which includes pfn. The
829 * it. The kernel (kas) pages are always set in the bitmap
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c42 #include <sys/bitmap.h>
2048 uint8_t *bitmap; local
2084 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl);
2092 if (!HERMON_BMAP_BIT_ISSET(bitmap, index2)) {
2150 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl);
2203 uint8_t *bitmap; local
2228 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl);
2290 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl);
H A Dhermon.c45 #include <sys/bitmap.h>
989 uint8_t *bitmap; local
1048 /* ensure existence of bitmap and dmainfo, sets "dma_info" */
1049 hermon_bitmap(bitmap, dma_info, icm, index1, num_to_hdl);
1067 "icm_addr/len (%llx/%x) bitmap %p", type, index1, index2,
1068 (longlong_t)dma_info->icmaddr, dma_info->length, bitmap);
1103 /* Set the bit for this slot in the table bitmap */
1145 /* Clear the bit in the ICM table bitmap */
3314 * Clean up all icm_tables. Free the bitmap and dma_info arrays.
3338 /* Free the table bitmap */
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c55 #include <sys/bitmap.h>
205 /* Increase bitmap by one BT_NBIPUL */
220 vlds_minor_free(ulong_t *bitmap) argument
222 if (bitmap != &vlds_bitmap_initial)
223 kmem_free(bitmap, BT_SIZEOFMAP(vlds_minor_bits));
236 /* All busy - allocate additional binding handle bitmap space */
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c631 uint64_t bitmap = 0; local
637 bitmap |= (1 << i);
640 return (bitmap);
719 uint8_t bitmap = 0; /* for used pic config */ local
730 bitmap |= (uint8_t)(1 << tmp->opl_picno);
733 if (bitmap == 0)
738 if (bitmap & (1 << i))
818 uint8_t bitmap = 0; /* for used pic config */ local
831 bitmap |= (uint8_t)(1 << ctmp->opl_picno);
834 if (bitmap
[all...]
H A Dus234_pcbe.c740 uint64_t bitmap = 0; local
744 bitmap = 0x1;
747 bitmap |= 0x2;
749 return (bitmap);
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c678 uint64_t bitmap = 0; local
682 bitmap = 0x1;
685 bitmap |= 0x2;
687 return (bitmap);
H A Dcore_pcbe.c1244 /* Too wide for the overflow bitmap */
1500 uint64_t bitmap; local
1505 bitmap = 0;
1511 bitmap |= (n->supported_counters &
1516 bitmap |= BITMASK_XBITS(num_gpc);
1518 bitmap |= 1ULL;
1521 bitmap |= BITMASK_XBITS(num_gpc);
1524 bitmap |= 1ULL;
1527 bitmap |= 1ULL << 1;
1536 bitmap |
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c2098 uint32_t bitmap = 0; local
2129 (void) npi_txc_port_dma_list_get(handle, nxgep->function_num, &bitmap);
2135 printf("\n\tTXC port bitmap 0x%x", bitmap);
H A Dnxge_virtual.c2577 int i, j, ngrps, bitmap, end, st_rdc; local
2610 bitmap = 0;
2613 bitmap |= (1 << i);
2616 nxgep->tx_set.owned.map |= bitmap; /* Owned, & not shared. */
2618 p_dma_cfgp->tx_dma_map = bitmap;
2626 tdc_grp_p->map = bitmap;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c2171 ulong_t *bitmap, size_t position, size_t npages)
2179 while (bt_range(bitmap, &pos1, &pos2, end_pos)) {
2229 size_t mlock_size; /* size of bitmap */
2230 ulong_t *mlock_map; /* pointer to bitmap used */
3029 * then it reduces the pagesizes to the next size in the bitmap and
3122 * as_iset_default_lpsize() breaks its chunk according to the size code bitmap
2170 as_segunlock(struct seg *seg, caddr_t addr, int attr, ulong_t *bitmap, size_t position, size_t npages) argument
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2236 uint64_t *bitmap = (uint64_t *)(sens + 1); local
2241 bcopy(bitmap, &((_bslabel_impl_t *)sl)->compartments,
2266 uint8_t *bitmap; local
2287 bitmap = (uint8_t *)(sens + 1);
2288 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4);
2303 uint64_t *bitmap = (uint64_t *)(sens + 1); local
2326 for (i = 0; i < sens_len; i++, bitmap++)
2329 prefix, sensname, i, *bitmap);
2342 bitmap = (uint64_t *)(sens + 1 + sens_len);
2344 for (i = 0; i < integ_len; i++, bitmap
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c101 unsigned long bm_size; /* size in bytes of bitmap */
102 unsigned long bm_actual; /* original number of bits in bitmap */
779 (void) snprintf(key, sizeof (key), "ii.set%d.bitmap", setno);
1353 free_bitmap(unsigned char *bitmap) argument
1355 free(bitmap);
1406 perror(gettext("malloc bitmap"));
1412 perror(gettext("malloc bitmap"));
1428 * bitmap that contains the total set of differences between the
1466 gettext("\t-[IJ] volume_set bitmap"));
1485 "bitmap"));
2332 unsigned char *bitmap; local
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c107 char fbitmap[NSC_MAXPATH]; /* Primary bitmap device */
111 char tbitmap[NSC_MAXPATH]; /* Secondary bitmap device */
181 return (gettext("bitmap failed"));
583 * Local bitmap must also have same ctag.
591 * Assure that if the primary has a device group, so must the bitmap
595 rdc_warn(NULL, gettext("bitmap %s is not in disk group \"%s\""),
601 * Assure that if the if there is a ctag, it must match the bitmap
607 "match disk group name \"%s\" of bitmap %s"), ctag,
804 char bitmap[NSC_MAXPATH]; local
811 bzero(&bitmap, sizeo
831 char *bitmap; local
5607 rdc_bitmapset(char *tohost, char *tofile, char *bitmap, int op, nsc_off_t offset) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h147 kstat_named_t shdbits; /* # bits set shadow bitmap */
148 kstat_named_t copybits; /* # bits set copy bitmap */
159 kstat_named_t bmp_c; /* .. bitmap */
167 kstat_named_t bmp_io; /* kstat_io of bitmap */
311 kstat_t *bitmap; member in struct:_ii_kstat_info_s
348 unsigned char *bi_bitmap; /* Master device bitmap */
351 char *bi_busy; /* Busy bitmap */
352 nsc_off_t bi_shdfba; /* location of shadow bitmap */
353 nsc_size_t bi_shdbits; /* shadow bitmap counter */
354 nsc_off_t bi_copyfba; /* location of copy bitmap */
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c6273 u16_t bitmap = 0; local
6337 bitmap |= (1<<LM_TOE_FW_RSS_ID(pdev,rss_idx));
6341 data->toe_rss_bitmap = bitmap;
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h40 XEN_GUEST_HANDLE_64(uint8) bitmap; member in struct:xenctl_cpumap
175 /* Log-dirty bitmap operations. */
176 /* Return the bitmap and clean internal copy for next round. */
178 /* Return the bitmap but do not modify internal copy. */
200 * Log pages in a bitmap as they are dirtied.

Completed in 263 milliseconds

123