Searched refs:bitmap (Results 101 - 125 of 212) sorted by relevance

123456789

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_event.c30 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h53 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h34 #include <sys/bitmap.h>
207 * A DS portset is a bitmap that represents a collection of DS
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h151 #error please implement devset with bitmap to support more 64 devices
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c32 #include <sys/bitmap.h>
/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 Dsndrboot.c72 char fbitmap[NSC_MAXPATH]; /* Primary bitmap device */
76 char tbitmap[NSC_MAXPATH]; /* Secondary bitmap device */
415 (void) strncpy(parms.rdc_set->primary.bitmap, frombitmap, NSC_MAXPATH);
420 (void) strncpy(parms.rdc_set->secondary.bitmap, tobitmap, NSC_MAXPATH);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1016 otape(1); /* bitmap is the first to tape write */
1058 bitmap(clrmap, TS_CLRI);
1065 bitmap(nodmap, TS_BITS);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c40 #include <sys/bitmap.h>
H A Dchip_intel.c39 #include <sys/bitmap.h>
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c38 #include <sys/bitmap.h>
176 * Make sure parents bitmap is setup
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c50 #include <sys/bitmap.h>
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c46 #include <bitmap.h>
60 * mp_bmd: the bitmap describptor.
122 * bmd (input) - bitmap descriptor
145 * Count bits set in the bitmap.
149 * bmd (input) - bitmap descriptor
226 * in the bitmap.
322 /* check the dates and mark the bitmap inode */
441 * path (input) - path for which the bitmap should be created
442 * value (input) - the initial value for the bitmap
476 * A helper function to create a bitmap wit
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c39 #include <sys/bitmap.h>
/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/avs/ns/rdc/
H A Drdc_io.h67 #define RDC_IKSTAT_BITMAP "bitmap"
248 char bitmap[NSC_MAXPATH]; member in struct:__anon4509
295 #define RDC_BITMAP_FBA 1 /* Offset at which the bitmap starts */
505 void *bitmap_ref; /* Incore bitmap bit ref */
508 int bmaprsrv; /* bitmap reserve count */
517 kmutex_t bmapmutex; /* mutex for bitmap ops */
528 kstat_t *bmp_kstats; /* bitmap io kstat */
556 * which device(s) to reserve - integer bitmap.
561 #define RDC_BMP 0x4 /* bitmap device */
583 int rdc_type; /* open type, diskq or bitmap */
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c33 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/os/
H A Dpid.c43 #include <sys/bitmap.h>
H A Dport_subr.c43 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_clnt.c48 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c40 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_lock.c34 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c40 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c41 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h43 #include <sys/bitmap.h>
394 * Macros for manipulating sets of CPUs as a bitmap. Note that this
395 * bitmap may vary in size depending on the maximum CPU id a specific

Completed in 3621 milliseconds

123456789