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

1234

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c2007 Dwarf_Signed high = fdecount - 1L; local
2011 while (low <= high) {
2012 middle = (low + high) / 2;
2015 high = middle - 1;
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h98 rpcvers_t high; /* highest verion supported */ member in struct:rpc_err::__anon6858::__anon6860
774 * const rpcvers_t vers_high; -- high version number
794 * const prcvers_t vers_high; -- high version number
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h218 uint64_t high; member in struct:fca_hba_fru_details
/illumos-gate/usr/src/uts/common/io/myri10ge/firmware/
H A Dmyri10ge_mcp.h48 uint32_t high; member in struct:mcp_dma_addr
84 uint32_t data1; /* will be high portion if data > 32 bits */
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c268 * At a high interrupt level we can't:
291 * one active cpu after this, and our priority will be too high
1366 uint_t high; member in struct:__anon10311::__anon10312
1444 top = ((uint64_t)tk.half.high << 4) * tick_scale;
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c324 uint64_t ssize, low, high, boundary; local
333 high = low+(uint64_t)(ml->ml_size);
334 while (low < high) {
336 boundary = MIN(high, boundary);
370 * whole show in to the high end of memory. Having
480 uint64_t low, high; local
494 high = low + list->size;
495 while (low < high) {
497 boundary = MIN(high, boundary);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c3459 ssize_t low, high; local
3468 high = i;
3478 *lenp = high - low + PAGESIZE;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c225 uint16_t high = DTRACE_LLQUANTIZE_HIGH(arg); local
242 while (order <= high) {
H A Ddt_consume.c988 uint16_t factor, low, high, nsteps; local
1004 high = DTRACE_LLQUANTIZE_HIGH(arg);
1011 if (size > INT32_MAX || factor < 2 || low >= high ||
1064 while (order <= high) {
/illumos-gate/usr/src/common/ficl/
H A Dficl.h607 #define FICL_2INTEGER_SET(high, low, doublei) \
609 (((ficl2Integer)(high)) << FICL_BITS_PER_CELL)))
610 #define FICL_2UNSIGNED_SET(high, low, doubleu) \
612 (((ficl2Unsigned)(high)) << FICL_BITS_PER_CELL))
645 ficlUnsigned high; member in struct:__anon483
651 ficlInteger high; member in struct:__anon484
657 { ficl2Integer x; x.low = (lo); x.high = (hi); (doublei) = x; }
659 { ficl2Unsigned x; x.low = (lo); x.high = (hi); (doubleu) = x; }
661 #define FICL_2UNSIGNED_GET_HIGH(doubleu) ((doubleu).high)
662 #define FICL_2UNSIGNED_NOT_ZERO(doubleu) ((doubleu).high || (double
[all...]
H A Dprimitives.c3318 ficlInteger low, high; local
3321 high = LONG_MAX;
3322 FICL_2INTEGER_SET(high, low, id);
3324 high = ULONG_MAX;
3325 FICL_2INTEGER_SET(high, low, id);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1194 int high = locks & ~low; local
1196 spa_config_enter(spa, high, spa, RW_WRITER);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c183 set_range(char *s, int *low, int *high) argument
193 if (!(*high))
195 *high = (int)atol(w);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c359 uint32_t low, high; local
362 tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &high);
368 high &= 0x000f;
370 high != test_pat[chan][i+1]) {
1896 * TG3_BDINFO_HOST_ADDR: high/low parts of DMA address of ring
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c147 uint16_t flags, uint16_t *low, uint16_t *high)
153 *high = pCap->high_5ghz_chan;
158 *high = pCap->high_2ghz_chan;
146 ath9k_get_channel_edges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h108 uint32_t high; member in struct:myri10ge_dma_stuff
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3566 * changes are done from from high pfn's to low pfn's so that roots
4055 clear_boot_mappings(uintptr_t low, uintptr_t high) argument
4067 while (vaddr < high) {
4068 pte = htable_walk(kas.a_hat, &ht, &vaddr, high);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c212 * kernelbase being set too high.
1274 * The kernel uses high VA, and this is lowering the
1841 protect_boot_range(uintptr_t low, uintptr_t high, int setaside) argument
1850 while (kbm_probe(&va, &len, &pfn, &prot) != 0 && va < high) {
1851 if (va + len >= high)
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c198 * kmem_alloc()/kmem_free() at high PIL
799 ACPI_IO_ADDRESS high; member in struct:io_perm
816 if ((p->low <= addr) && (addr <= p->high))
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c107 #define ZONESTAT_NAME_HIGH "high"
137 #define ZSTAT_REPORT_TEXT_HIGH "report-high"
628 uint64_t high; local
640 high = val / 1024;
641 low = val * 10 / 1024 - (high * 10);
642 (void) snprintf(str, len, "%llu%1.1lluK", high, low);
647 high = val;
648 (void) snprintf(str, len, "%lluK", high);
652 high = val / 1024;
653 low = val * 10 / 1024 - (high * 1
708 uint_t high; local
759 uint64_t high; local
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c209 CLzmaProb high[kLenNumHighSymbols]; member in struct:__anon1990
750 p->high[i] = kProbInitValue;
771 RcTree_Encode(rc, p->high, kLenNumHighBits, symbol - kLenNumLowSymbols - kLenNumMidSymbols);
796 prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbols, ProbPrices);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c167 * because there's a high probability we'll overcome the
777 // it is in reset is very high (this will cause GRC_TIMEOUT)
3053 u32_t high = 0; local
3066 high = 513;
3091 high = low + 56;
3095 REG_WR(pdev,BRB1_REG_PAUSE_HIGH_THRESHOLD_0+port*4,high);
3309 REG_WR_IND(pdev, (PORT_ID(pdev) ? SRC_REG_FIRSTFREE1 : SRC_REG_FIRSTFREE0)+4,pdev->vars.searcher_t2_phys_addr_table[0].as_u32.high);
3313 REG_WR_IND(pdev, (PORT_ID(pdev) ? SRC_REG_LASTFREE1 : SRC_REG_LASTFREE0)+4,src_addr.as_u32.high);
4030 eq_data.base_addr.hi = lm_bd_chain_phys_addr(&pdev->eq_info.eq_chain.bd_chain, 0).as_u32.high;
4048 REG_WR(pdev,XSEM_REG_FAST_MEMORY + (XSTORM_SPQ_PAGE_BASE_OFFSET(func)) + 4,pdev->sq_info.sq_chain.bd_chain_phy.as_u32.high);
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h554 u32_t high; member in struct:_lm_u64_t::_lm_u64_as_u32_t
558 u32_t high;
580 (result)->as_u32.high++; \
594 (result)->as_u32.high--; \
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2698 int high, mid, low, p; local
2701 high = (sizeof (ev_table) / sizeof (ev_table[0])) - 1;
2702 while (low <= high) {
2703 mid = (high + low) / 2;
2708 high = mid - 1;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h790 uint32_t high; member in struct:__anon6200

Completed in 269 milliseconds

1234