Home
last modified time | relevance | path

Searched +full:32 +full:kb (Results 1 – 25 of 202) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dvga.c51 #define KB (1024UL) macro
227 data = (((sc->vga_ram[offset + 0 * 64*KB] >> bit) & 0x1) << 0) | in vga_get_pixel()
228 (((sc->vga_ram[offset + 1 * 64*KB] >> bit) & 0x1) << 1) | in vga_get_pixel()
229 (((sc->vga_ram[offset + 2 * 64*KB] >> bit) & 0x1) << 2) | in vga_get_pixel()
230 (((sc->vga_ram[offset + 3 * 64*KB] >> bit) & 0x1) << 3); in vga_get_pixel()
274 ch = sc->vga_ram[offset + 0 * 64*KB]; in vga_get_text_pixel()
275 attr = sc->vga_ram[offset + 1 * 64*KB]; in vga_get_text_pixel()
298 font = sc->vga_ram[font_offset + 2 * 64*KB]; in vga_get_text_pixel()
357 offset &= (128 * KB - 1); in vga_mem_rd_handler()
364 offset &= (64 * KB - 1); in vga_mem_rd_handler()
[all …]
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h37 #define LC_NAME_LEN 32
73 * 64-bit rcapd & 32-bit rcapstat, so we need to force a standard size
101 uint64_t lpc_rss; /* resident set size (kB) */
102 uint64_t lpc_unrm; /* scannable set size (kB) (est.) */
103 uint64_t lpc_size; /* process image size (kB) */
122 uint64_t lcols_pg_att; /* kB attempted to page */
123 uint64_t lcols_pg_eff; /* kB paged out (est.) */
131 uint64_t lcols_min_rss; /* minimum RSS (kB), this interval */
132 uint64_t lcols_max_rss; /* maximum RSS (kB), this interval */
155 uint64_t lcol_rss; /* RSS of all processes (kB) */
[all …]
/illumos-gate/usr/src/man/man4m/
H A Dusbkbm.4m31 \fBkb\fR(4M). Refer to the \fBDESCRIPTION\fR section of \fBkb\fR(4M) for a
37 ioctls than \fBkb\fR(4M):
88 The \fBkb\fR(4M) indicates that inappropriate commands for particular keyboards
100 Set keyboard LEDs. Same as \fBkb\fR(4M).
145 32-bit ELF kernel STREAMS module (x86 platform only)
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Diwarp_common.h49 #define IWARP_SHARED_QUEUE_PAGE_SIZE (0x8000) //32KB page for Shared Queue Page
50 #define IWARP_SHARED_QUEUE_PAGE_RQ_PBL_OFFSET (0x4000) //First 12KB of Shared Queue Page is reserv…
51 #define IWARP_SHARED_QUEUE_PAGE_RQ_PBL_MAX_SIZE (0x1000) //Max RQ PBL Size is 4KB
53 #define IWARP_SHARED_QUEUE_PAGE_SQ_PBL_MAX_SIZE (0x3000) //Max SQ PBL Size is 12KB
H A Dcommon_hsi.h61 #define FW_ASSERT_GENERAL_ATTN_IDX 32
63 #define MAX_PINNED_CCFC 32
408 #define QM_WFQ_CRD_REG_WIDTH 32
410 #define QM_RL_CRD_REG_WIDTH 32
588 #define PXP_VF_BAR0_GRC_WINDOW_LENGTH 32
640 /* Number of PBF command queue lines. Each line is 32B. */
1213 …_FLAGS_GENEVE_OPTION_OVERSIZED_MASK 0x1 /* set if geneve option size was over 32 byte */
1376 #define RDIF_TASK_CONTEXT_INTERVALSIZE_MASK 0x7 /* 0=512B, 1=1KB, 2=2KB, 3=4KB, 4=8KB */
1495 #define TDIF_TASK_CONTEXT_INTERVALSIZE_MASK 0x7 /* 0=512B, 1=1KB, 2=2KB, 3=4KB, 4=8KB */
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h45 #define IXGBE_DCB_MAX_TSO_SIZE (32 * 1024) /* Max TSO pkt size in DCB*/
48 /* 513 for 32KB TSO packet */
111 /* PBA[0-7] each use 64KB FIFO */
113 /* PBA[0-3] each use 80KB, PBA[4-7] each use 48KB */
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c76 #define kb(x) ((x) / (1024 / DEV_BSIZE)) macro
78 #define kb(x) ((x) * (DEV_BSIZE / 1024)) macro
183 zexit(32); in main()
228 return (32); in showname()
258 zexit(32); in showquotas()
452 kb(dqp->dqb_curblocks - dqp->dqb_bsoftlimit + 1)); in warn()
459 kb(dqp->dqb_curblocks - dqp->dqb_bsoftlimit + 1), in warn()
465 kb(dqp->dqb_curblocks - dqp->dqb_bsoftlimit + 1)); in warn()
558 kb(dqp->dqb_curblocks), in prquota()
559 kb(dqp->dqb_bsoftlimit), in prquota()
[all …]
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S50 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be
75 * boot2 is, but it's currently under 128kB so we'll copy 4 blocks of 32kB
90 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks
93 mov %ds,%ax # the end of the next 32k to
97 mov %es,%ax # the end of the next 32k into
100 mov $COPY_BLK_SZ,%cx # Copy 32k
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO97 the 32KB limit. I'm not sure if this is really necessary, because the
101 task should be done depends on if existing PXE ROMs support >32KB
/illumos-gate/usr/src/uts/sun4/os/
H A Diommutsb.c50 * <= 32MB 64KB 64MB
51 * <= 128MB 256KB 256MB
52 * <= 512MB 512KB 512MB
56 * 32-bit kernels.
/illumos-gate/usr/src/man/man1/
H A Dpmap.1593 FF31C000 32K rwx-- /usr/lib/libnsl.so.1
594 FF324000 32K rwx-- /usr/lib/libnsl.so.1
630 FF336000 32 32 8 - rwx-- libc.so.1
640 total Kb 1072 1032 56 -
719 FF33A000 32 32 32 - rwx-- libc.so.1
727 total Kb 50464 42264 18888 16384
781 FF33A000 32 32 32 - 8K rwx-- libc.so.1
789 total Kb 50464 42264 18888 16384
822 FF33A000 32 32 rwx-- libc.so.1
830 total Kb 50464 23496
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c62 * each mapping request has an additional 16Kb added to it - mappings over
64 * in the 16Kb overhead the mapping would use another 4Mb-16kb - that is
65 * why there is 16Kb subtracted from the total
69 #define SMALLFILESIZE (32*1024) /* dont mmap files less than 32kb */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h52 #define FWEXTSIZE (0x4000 * 4) /* bytes - 16kb multiples */
53 #define FWFCESIZE (0x4000 * 4) /* bytes - 16kb multiples */
101 uint16_t mb[32];
102 uint8_t reserved1[32];
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/
H A Datapi.h79 #define ATAPI_MAX_BYTES_PER_DRQ 0xf800 /* 16 bits - 2KB ie 62KB */
81 #define ATAPI_SECTORS_PER_TRK 32
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.h89 #define ATAPI_MAX_BYTES_PER_DRQ 0xf800 /* 16 bits - 2KB ie 62KB */
91 #define ATAPI_SECTORS_PER_TRK 32
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DKB24 name KB
32 ' 32 2 39
33 ( 32 3 40
34 ) 32 3 41
84 ` 32 2 96
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_map.h65 u32 crc; /* 32-bit CRC */
121 char name[32];
122 char option[32];
207 #define NVM_DIR_MAX_SIZE (FLASH_PAGE_SIZE) /* 4Kb */
209 #define FPGA_MIM_MAX_SIZE (62*FLASH_PAGE_SIZE) /* 250Kb */
212 …* The LIM itself should be very small, so limit it to 8Kb, but in order to open a new page, we dec…
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c204 /* format a Double density 720KB (or 360KB) disk */ in main()
566 * "medium" density both use 500 KB/sec in format_diskette()
572 /* assumes only DD uses 250 KB/sec */ in format_diskette()
602 * formatting a 360KB DD diskette in in format_diskette()
610 capacity = "360 KB"; in format_diskette()
616 capacity = "720 KB"; in format_diskette()
625 * 416.67 KB/sec is the effective transfer rate of a "medium" in format_diskette()
1182 " -D format 720KB (3.5\") or 360KB (5.25\") Double-density diskette\n")); in usage()
1196 " -l format 720KB (3.5\") or 360KB (5.25\") Double-density diskette\n")); in usage()
1199 " -L format 720KB (3.5\") or 360KB (5.25\") Double-density diskette\n")); in usage()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c1030 * | 128 64 32 16 8 4 2 1 | <-----+-+-- missing disks
1043 * | 128 64 32 16 8 4 2 1 |
1629 * Blocks of size 128 KB have been preallocated for this volume. I/Os less than
1630 * 128 KB will not fill an entire block; in addition, they may not be properly
1631 * aligned. In that case, this function uses the preallocated 128 KB block and
1635 * Looking at an example of a 32 KB I/O to a RAID-Z vdev with 5 child vdevs:
1637 * vdev_raidz_io_start(data, size: 32 KB, offset: 64 KB)
1639 * If this were a standard RAID-Z dataset, a block of at least 40 KB would be
1640 * allocated which spans all five child vdevs. 8 KB of data would be written to
1647 * 8 KB parity ------8 KB data blocks------
[all …]
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c168 * Same as LZ4_compressCtx(), but specific to small inputs (<64KB).
169 * isize *Must* be <64KB, otherwise the output will be corrupted.
183 * typically improves speed, due to cache effect (ex: L1 32KB for Intel,
184 * L1 64KB for AMD). Memory usage formula : N->2^(N+2) Bytes
185 * (examples : 12 -> 16KB ; 17 -> 512KB)
213 /* 32 or 64 bits ? */
455 if (!(val >> 32)) { in LZ4_NbCommonBytes()
459 val >>= 32; in LZ4_NbCommonBytes()
525 static const int DeBruijnBytePos[32] = { in LZ4_NbCommonBytes()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h100 #define __HYPERVISOR_event_channel_op 32
315 #define CONSOLEIO_get_device 32
323 /* x86/32 guests: simulate full 4GB segment limits. */
326 /* x86/32 guests: trap (vector 15) whenever above vmassist is used. */
397 * 1024 if a long is 32 bits; 4096 if a long is 64 bits.
418 * ((((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul) >> 32)
420 * ((10^9 << 32) / tsc_to_system_mul) >> tsc_shift
425 }; /* 32 bytes */
536 * 4. Bootstrap elements are packed together, but each is 4kB-aligned.
543 * 8. There is guaranteed to be at least 512kB padding after the final
[all …]
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c680 char barname[32]; in pcieadm_cfgspace_print_bars()
723 addr += (uint64_t)barp[i+1] << 32; in pcieadm_cfgspace_print_bars()
732 locstr = "32-bit"; in pcieadm_cfgspace_print_bars()
773 nwords = bitlen / 32; in pcieadm_cfgspace_print_ecv()
779 char tshort[32], thuman[128]; in pcieadm_cfgspace_print_ecv()
808 char tshort[32], thuman[128]; in pcieadm_cfgspace_print_dpa_paa()
897 .prd_val = { .prdv_strval = { "16-bit", "32-bit" } } },
905 .prd_val = { .prdv_strval = { "16-bit", "32-bit" } } },
948 .prd_val = { .prdv_strval = { "32-bit", "64-bit" } } },
956 .prd_val = { .prdv_strval = { "32-bit", "64-bit" } } },
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src358 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
504 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
523 :ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
551 :im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
624 :k6=\200@:k7=\200A:k8=\200B:k9=\200C:k;=\200D:kB=\200^O:\
625 :kD=\200S:kI=\200R:kN=\200Q:kP=\200I:kb=^H:kd=\200P:\
689 :kN=\Eb:kP=\Ea:kb=^H:kd=\EB:kh=\EE:kl=\ED:kr=\EC:ku=\EA:\
705 :kN=\Eb:kP=\E\Ea:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E\EE:\
720 :k;=\EY:kD=\177:kI=\EI:kN=\Eb:kP=\Ea:kb=^H:kd=\EB:kh=\EE:\
735 :kP=\Ea:kb=^H:kd=\EB:kh=\EE:kl=\ED:kr=\EC:ku=\EA:le=^H:\
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h35 * The above fields plus this one must equal 0 mod 2^32.
64 && (! (MULTIBOOT_AOUT_KLUDGE & *((int *) (addr + 4))) || (len) >= 32) \
80 /* Align all boot modules on i386 page (4KB) boundaries. */
/illumos-gate/usr/src/man/man8/
H A Dfssnap_ufs.8243 the block size of the file system (typically \fB32k\fR).
433 Backing store size : 192 KB
436 Copy-on-write granularity : 32 KB

123456789