Searched refs:bitmap (Results 26 - 50 of 212) sorted by relevance

123456789

/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...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c55 struct bitmap { struct
75 static int add_bitmap_entry(struct bitmap *bmp, _sd_bitmap_t bits, int any_fail,
77 static int flush_bitmap_list(struct bitmap *bmp, dev_t dev, nsc_off_t *blkno);
79 nsc_off_t *blkno, int failed, struct bitmap *bmaps);
265 * array of bitmap entries.
270 start_bitmap_list(struct bitmap *bmp, int bpb)
285 * add_bitmap_entry - Add a bitmap entry to the chain of bitmap
293 * bits - the bitmap entry to add.
295 * bitmap entr
[all...]
/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/io/
H A Dvcons_conf.c34 #include <sys/bitmap.h>
H A Dsuntpi.c31 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dpghw.h37 #include <sys/bitmap.h>
H A Dacctctl.h30 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/sun4v/os/
H A Dcpc_subr.c51 extern kcpc_ctx_t *kcpc_overflow_intr(caddr_t arg, uint64_t bitmap);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpc_subr.c52 extern kcpc_ctx_t *kcpc_overflow_intr(caddr_t arg, uint64_t bitmap);
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c65 char *bitmap; local
70 bitmap = (char *)dp->cbd_reg_bitmap;
73 setbit(bitmap, rel);
75 rval = isset(bitmap, rel);
77 rval = isclr(bitmap, rel);
261 * check bitmap desc and relocate bitmap data
283 prom_printf("%s: too many bitmap descriptors %d, max %d\n",
289 * copy bitmap descriptors to aligned space, check magic numbers,
337 /* advance past all the bitmap dat
[all...]
/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/lib/libdtrace/common/
H A Ddt_regset.c33 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_transport.c31 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c304 uint64_t bitmap = 0; local
308 bitmap = 0x1;
311 bitmap |= 0x2;
313 return (bitmap);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_impl.h30 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c1099 cmn_err(CE_NOTE, "!sndr: %s:%s bitmap failed: %s",
1231 bd.data.data_val = (char *)update->bitmap;
1328 * Lookup enabled sets for a bitmap match
1352 if (strncmp(pathname, urdc->primary.bitmap,
1356 if (strncmp(pathname, urdc->secondary.bitmap,
2011 (rdc_set->primary.bitmap[0] == 0) ||
2015 (rdc_set->secondary.bitmap[0] == 0)) {
2058 /* Check that the local data volume isn't in use as a bitmap */
2089 /* Check that the bitmap isn't in use as a data volume */
2091 local_bitmap = rdc_set->primary.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/os/
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...]
H A Derrorq.c259 #include <sys/bitmap.h>
476 errorq_availbit(ulong_t *bitmap, size_t nbits, index_t curindex) argument
495 if (bx >= nextbitindex && !(bitmap[nextword] & bit))
501 * bitmap. Use bt_availbit() to find any free bits.
504 if ((rval = bt_availbit(&bitmap[nextword],
509 * from the beginning of the bitmap to the current rotor position.
511 return (bt_availbit(bitmap, nextindex));
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...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diicpbmp.c140 (void) fprintf(stderr, gettext("Both old and new bitmap "
147 gettext("New bitmap name is too long.\n"));
154 gettext("Old bitmap not in existing cfg\n"));
171 (void) fprintf(stderr, gettext("Can't open old bitmap file\n"));
175 /* Check old header looks like an Point-in-Time Copy bitmap header */
178 (void) fprintf(stderr, gettext("Can't read old bitmap file\n"));
184 "bitmap.\n"), old_bitmap);
190 "%s has Point-in-Time Copy bitmap magic number,\n"
197 (void) fprintf(stderr, gettext("Can't open new bitmap file\n"));
209 gettext("Can't write new bitmap heade
244 find_bitmap_cfg(char *bitmap) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c66 /* Get the first and last bits set in a bitmap */
67 #define GET_BOUNDS(bitmap, low, high) { \
71 if (bitmap & (1UL << _i)) { \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c104 * is the mapsize and attribute bitmap copied from the xvattr_t.
105 * Following the bitmap and bitmapsize two 64 bit words are reserved
113 uint32_t *bitmap; local
124 bitmap = &lrattr->lr_attr_bitmap;
125 for (i = 0; i != xvap->xva_mapsize; i++, bitmap++) {
126 *bitmap = xvap->xva_reqattrmap[i];
130 attrs = (uint64_t *)bitmap;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h302 ulong_t bitmap[SFMMU_HMERGNMAP_WORDS]; member in struct:sf_hmeregion_map
306 ulong_t bitmap[SFMMU_ISMRGNMAP_WORDS]; member in struct:sf_ismregion_map
314 ulong_t bitmap[SFMMU_RGNMAP_WORDS]; member in union:sf_region_map_u
320 (map).bitmap[_i] = 0; \
330 if ((map1)->bitmap[_i] != (map2)->bitmap[_i]) \
339 #define SF_RGNMAP_ADD(map, r) BT_SET((map).bitmap, r)
340 #define SF_RGNMAP_DEL(map, r) BT_CLEAR((map).bitmap, r)
341 #define SF_RGNMAP_TEST(map, r) BT_TEST((map).bitmap, r)
350 if (((map1)->bitmap[_
[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...]

Completed in 2619 milliseconds

123456789