Home
last modified time | relevance | path

Searched refs:low (Results 101 – 125 of 385) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_msg.h94 rpcvers_t low; member
114 rpcvers_t low; member
H A Dclnt_perr.c208 e.re_vers.low, e.re_vers.high); in clnt_sperror()
229 e.re_vers.low, e.re_vers.high); in clnt_sperror()
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c330 unsigned low, size; in makefixed() local
345 low = 0; in makefixed()
347 if ((low % 7) == 0) printf("\n "); in makefixed()
348 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
349 state.lencode[low].bits, state.lencode[low].val); in makefixed()
350 if (++low == size) break; in makefixed()
356 low = 0; in makefixed()
358 if ((low % 6) == 0) printf("\n "); in makefixed()
359 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
360 state.distcode[low].val); in makefixed()
[all …]
/illumos-gate/usr/src/uts/sun4u/cherrystone/ml/
H A Dcherrystone_asm.S69 srlx %g1, 32, %o0 ! put the high 32 bits in low part of o0
93 srlx %g1, 32, %o0 ! put the high 32 bits in low part of o0
/illumos-gate/usr/src/uts/sun4u/daktari/ml/
H A Ddaktari_asm.S63 srlx %g1, 32, %o0 ! put the high 32 bits in low part of o0
87 srlx %g1, 32, %o0 ! put the high 32 bits in low part of o0
/illumos-gate/usr/src/common/ficl/
H A Dficl.h609 #define FICL_2INTEGER_SET(high, low, doublei) \ argument
610 ((doublei) = (ficl2Integer)(((ficlUnsigned)(low)) | \
612 #define FICL_2UNSIGNED_SET(high, low, doubleu) \ argument
613 ((doubleu) = ((ficl2Unsigned)(low)) | \
648 ficlUnsigned low; member
654 ficlInteger low; member
659 { ficl2Integer x; x.low = (lo); x.high = (hi); (doublei) = x; }
661 { ficl2Unsigned x; x.low = (lo); x.high = (hi); (doubleu) = x; }
662 #define FICL_2UNSIGNED_GET_LOW(doubleu) ((doubleu).low)
664 #define FICL_2UNSIGNED_NOT_ZERO(doubleu) ((doubleu).high || (doubleu).low)
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c488 int cond, low, mid, high; in binsearch() local
490 low = 0; in binsearch()
492 while (low <= high) { in binsearch()
493 mid = (low + high) / 2; in binsearch()
497 low = mid + 1; in binsearch()
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c417 select_cpus(processorid_t low, processorid_t high) in select_cpus() argument
422 if (low < 0 || low >= g_max_cpus) in select_cpus()
423 fatal("invalid cpu '%d'\n", low); in select_cpus()
428 if (low >= high) in select_cpus()
429 fatal("invalid range '%d' to '%d'\n", low, high); in select_cpus()
432 if (p_online(low, P_STATUS) != -1) in select_cpus()
433 g_selected[low] = 1; in select_cpus()
434 } while (++low <= high); in select_cpus()
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME45 which perform full/low speed transactions.
90 1.Hub specific low speed overhead
138 4.For non-periodic transfers, reserve for at least one low-speed device
141 one low-speed transaction takes 0x628h full speed bits (197 bytes),
314 This field is used for for high, full and low speed usb device interrupt
322 * For all low/full speed devices, and for high speed devices with
349 This field is used only for full/low speed usb device interrupt and
356 /* Only full/low speed devices */
398 full/low speed device connected through a high speed hub, you need both
457 High speed split transactions (for full and low speed devices only):
[all …]
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c117 uid_t low; /* low bound for this uid block */ member
785 uid_sp->low = (UID_MIN -1); in main()
1428 uid_tp->high = uid_tp->low = num; in add_ublk()
1462 if (uid >= uid_p->link->low) in add_uid()
1465 else if (uid >= uid_p->low && in add_uid()
1473 (uid_p->link->low - 1)) { in add_uid()
1479 else if (uid == (uid_p->link->low - 1)) { in add_uid()
1480 uid_p->link->low --; in add_uid()
1484 else if (uid < uid_p->link->low) { in add_uid()
1495 } else if (uid >= uid_p->low && in add_uid()
/illumos-gate/usr/src/cmd/sh/
H A Dname.c116 int low; in syslook() local
124 low = 0; in syslook()
127 while (low <= high) in syslook()
129 mid = (low + high) / 2; in syslook()
134 low = mid + 1; in syslook()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c185 cred->adc_fullname.key.key.low = (uint32_t)*ixdr++; in _svcauth_des()
203 verf.adv_xtimestamp.key.low = (uint32_t)*ixdr++; in _svcauth_des()
235 cryptbuf[1].key.low = verf.adv_winverf; in _svcauth_des()
236 ivec.key.high = ivec.key.low = 0; in _svcauth_des()
343 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.low; in _svcauth_des()
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py143 low = 0
146 yield(low, i)
147 low = i+1
149 if low != len(strlist):
150 yield(low, len(strlist))
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafterl.S135 movl 8(%ebp),%eax / low x
136 addl $1,%eax / low x + ulp
H A Dnexttowardl.S135 movl 8(%ebp),%eax / low x
136 addl $1,%eax / low x + ulp
H A Dhypot.S84 pushl 16(%ebp) / low y
86 pushl 8(%ebp) / low x
H A Dexp.S107 pushl 8(%ebp) / low x
109 pushl 8(%ebp) / low x
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c4534 2 * i * sizeof(u32), low); in ecore_llh_add_mac_filter_bb_ah()
4570 u32 high, low, entry_num; in ecore_llh_add_mac_filter() local
4650 u32 high, low, entry_num; in ecore_llh_remove_mac_filter() local
4739 u32 high, low, entry_num; in ecore_llh_add_protocol_filter() local
4746 low = 0; in ecore_llh_add_protocol_filter()
4757 low = dest_port; in ecore_llh_add_protocol_filter()
4774 low, &entry_num); in ecore_llh_add_protocol_filter()
4896 u32 high, low, entry_num; in ecore_llh_remove_protocol_filter() local
4903 low = 0; in ecore_llh_remove_protocol_filter()
4914 low = dest_port; in ecore_llh_remove_protocol_filter()
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c319 DbgBreakIf(mem_phy.as_u32.low & LM_PAGE_MASK); in init_context_5709()
792 (mem_phy.as_u32.low & LM_PAGE_MASK)); in lm_setup_bd_chain_ring()
806 next_ptr->tx_bd_next_paddr_lo = mem_phy.as_u32.low; in lm_setup_bd_chain_ring()
818 next_ptr->tx_bd_next_paddr_lo = start_mem_phy.as_u32.low; in lm_setup_bd_chain_ring()
844 *page_entry = page_base_phy.as_u32.low; in setup_page_table()
902 val = pdev->ofld.gen_chain.bd_chain_phy.as_u32.low; in l4_reset_setup()
953 val = pdev->ofld.hcopy_chain.bd_chain_phy.as_u32.low; in l4_reset_setup()
1084 val = txq->bd_chain_phy.as_u32.low; in init_l2txq()
1154 val = rxq->bd_chain_phy.as_u32.low; in init_l2rxq()
1242 val = kq->kwq_pgtbl_phy.as_u32.low; in init_kq()
[all …]
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c430 minvers = rpcerr.re_vers.low;
445 minvers = rpcerr.re_vers.low;
533 if (err.re_vers.low > PMAPVERS)
769 if (err.re_vers.low == RPCBVERS4) {
780 int high, low; local
822 low = pmaphead->pml_map.pm_port & 0xff;
826 high, low);
1421 minvers = rpcerr.re_vers.low;
1435 minvers = rpcerr.re_vers.low;
1535 minvers = rpcerr.re_vers.low;
[all …]
/illumos-gate/usr/src/cmd/mdb/
H A DREADME28 mdb(1) is an extensible utility for low-level debugging and editing of the
33 removed, or are themselves low-level debugging tools, and for customer
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.e22 1 low
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dsystm.h34 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c184 set_range(char *s, int *low, int *high) in set_range() argument
190 if (!(*low)) in set_range()
192 *low = (int)atol(w); in set_range()
726 check_range(int low, int hi, size_t bound, char *filename) in check_range() argument
728 if (((size_t)low > bound) || (low <= 0)) { in check_range()
731 prog_name, filename, low); in check_range()
741 if (hi && (low > hi)) { in check_range()
744 prog_name, filename, low, hi); in check_range()
748 return (hi - low + 1); in check_range()
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN.iso2022-7%UTF-8.c665 int low, high, mid; in binsearch() local
667 low = 0; in binsearch()
669 while (low <= high) { in binsearch()
670 mid = (low + high) / 2; in binsearch()
674 low = mid + 1; in binsearch()

12345678910>>...16