Searched defs:high (Results 76 - 90 of 90) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h337 uint32_t high; member in struct:igb_ether_addr::__anon308
/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/lib/libdladm/common/
H A Dlinkprop.c431 { "high", MPL_HIGH }
686 { "priority", { "high", MPL_RESET },
2554 int i, off, high; local
2562 high = ffsl(ntohl(v6addr._S6_un._S6_u32[i]));
2563 if (high != 0)
2567 off += high;
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8092 int high; local
8114 high = startchunk + bits_per_fba - startchunk%bits_per_fba;
8115 if (high > maxchunk)
8116 high = maxchunk;
8117 for (; startchunk < high; chunk++, startchunk++) {
8147 for (; --wanted > 0 && nextchunk < 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/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/uts/common/io/mwl/
H A Dmwl_var.h358 uint32_t high; member in struct:__anon6216::__anon6217::__anon6218::__anon6219
362 uint32_t high; member in struct:__anon6216::__anon6217::__anon6218::__anon6220
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h612 uint32_t high; member in struct:_e1000g_ether_addr::__anon164
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h379 uint32_t high; member in struct:ixgbe_ether_addr::__anon23
/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/uts/sfmmu/vm/
H A Dhat_sfmmu.c3195 panic("too high lckcnt-hmeblk %p",
4172 * adaptive locks. The second, SUSPEND, is called at high PIL with
6755 kmutex_t *low, *high; local
6816 * low and high refer to the need to grab the mlist locks in a
6827 sfmmu_mlist_reloc_enter(tpp, rpp, &low, &high);
6861 * Raise the PIL yet again, this time to block all high-level
6942 sfmmu_mlist_reloc_exit(low, high);
9218 * is not very high that a large page mapping exists in parallel to a small
10752 * low and high will be returned as pointers to the mutexes for these pages.
10754 * high refer
10766 sfmmu_mlist_reloc_enter(struct page *targ, struct page *repl, kmutex_t **low, kmutex_t **high) argument
10799 sfmmu_mlist_reloc_exit(kmutex_t *low, kmutex_t *high) argument
[all...]
/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/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/grub/grub-0.97/netboot/
H A De1000_hw.h352 /* Number of high/low register pairs in the RAR. The RAR (Receive Address
503 volatile uint32_t high; /* receive address high */ member in struct:e1000_rar
H A Dtg3.h1819 uint32_t high, low; member in struct:__anon2159

Completed in 538 milliseconds

1234