Searched refs:high (Results 176 - 191 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1474 cp->deskey.deskeyarray_val[i].key.high,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c1324 LM_SHMEM2_WRITE(pdev, OFFSETOF(shmem2_region_t, drv_info_host_addr_hi), pdev->vars.stats.stats_collect.drv_info_to_mfw.drv_info_to_mfw_phys_addr.as_u32.high );
H A Dlm_devinfo.c413 bar_addr->as_u32.high = val;
414 DbgMessage(pdev, INFORMi, "BAR %d high 0x%x\n", bar_num,
415 bar_addr->as_u32.high);
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c2562 major_t low, high, m; local
2566 high = devcnt - 1;
2570 low = high = major;
2573 for (m = low; m <= high; m++) {
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c1259 rply.acpted_rply.ar_vers.high = high_vers;
2098 * have the low and the high watermark. Once the high watermark is reached in
2110 * on once the high watermark is reached for a transport so that the underlying
2114 * The high watermark: 2 * enough_reqs
2120 * total length of queued requests for the whole pool reaches the high
2135 * The high watermark: 1/5 of available memory
2138 * Once the high watermark is reached we turn the flow control on only for
2142 * the high watermark / number of transports
2147 * particular pool might grow up to 2 * the high watermar
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1922 " [req desc high part] %x \n", (uint_t)(req_desc->Words >> 32)));
2008 " req desc high part %x", (uint_t)(req_desc->Words >> 32)));
2054 " req desc high part %x", (uint_t)(req_desc->Words >> 32)));
2682 (d_val.u1.high != 0xffffffff)) {
2888 i, d_val.u1.high, d_val.u1.low));
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c2287 uint16_t high, uint16_t nsteps, int64_t value)
2305 for (this *= factor; order <= high; order++) {
2311 * with a high magnitude that allows 64-bits to
2336 * power of one plus the high magnitude -- return the top bucket.
2347 uint16_t high = DTRACE_LLQUANTIZE_HIGH(arg); local
2351 low, high, nsteps, nval)] += incr;
2825 * a serious performance issue, a high-performance DTrace-specific
3395 * always due to a high-level interrupt. (And we're assuming
3396 * that there is only a single high level interrupt.)
10732 uint16_t high local
2286 dtrace_aggregate_llquantize_bucket(uint16_t factor, uint16_t low, uint16_t high, uint16_t nsteps, int64_t value) argument
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c610 static off_t high; variable
1333 high = stbuf.st_size;
4976 a = bsrch(s, i, low, high);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4130 uint64_t low, high; local
4132 if (!valid_uint(lowstr, &low) || !valid_uint(highstr, &high) ||
4133 low < 1 || low > high)
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S53 * q = 2^(j/256) (high 64 bits)
954 faddd %f0,%f6,%f6 ! cont exp(x) : apply tbl[j] high bits
H A D__vpow.S38 ! __mt_constlog2[2*i] = high order rounded 32 bits log2(1+i/256)*256, i = [0, 255]
307 ! __mt_constexp2[2*i] = high order bits 2^(i/256), i = [0, 255]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c318 rx_bd->addr_hi = frag->addr.as_u32.high;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1889 dptr = (char *)&port_info->pi_attrs.hba_fru_details.high;
1898 port_info->pi_attrs.hba_fru_details.high =
1899 LE_SWAP64(port_info->pi_attrs.hba_fru_details.high);
2060 port_info->pi_attrs.hba_fru_details.high);
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2269 #define REX_R 0x04 /* high order bit extension of ModRM reg field */
2270 #define REX_X 0x02 /* high order bit extension of SIB index field */
2399 * Get the next byte and separate the op code into the high and low nibbles.
2402 dtrace_get_opcode(dis86_t *x, uint_t *high, uint_t *low) argument
2420 *high = byte >> 4 & 0xf; /* xxxx---- bits 7 to 4 */
2908 uint_t opcode1; /* high nibble of 1st byte */
2911 uint_t opcode4; /* high nibble of 2nd byte */
2913 uint_t opcode6; /* high nibble of 3rd byte */
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c145 0xFFFFFFFFull, /* high DMA address range */
391 0xFFFFFFFFull, /* high DMA address range */
406 0x0, /* high DMA address range [set in _init()] */
2015 "%s %s value too high: value = %d limit %d\n",
2058 "%s density[%d] value too high: value ="
4600 * the last successful space operation, we keep the number high because as
12506 "Soft error rate (%d%%) during %s was too high",
12670 "%s was too high", retries,
14699 uint32_t high; local
14702 high
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4322 % being visible, for instance under high magnification.

Completed in 500 milliseconds

12345678