Searched defs:low (Results 26 - 50 of 100) sorted by relevance

1234

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c67 #define GET_BOUNDS(bitmap, low, high) { \
69 low = high = -1; \
72 if (low == -1) \
73 low = _i; \
228 int low, high; local
254 low = high = 0;
258 GET_BOUNDS(sels, low, high);
261 for (i = low; i <= high; i++) {
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c220 int low; local
229 low = 0;
233 while (low <= high) {
234 next = (low + high) / 2;
246 low = next + 1;
256 int low = 0; local
265 while (low <= high) {
266 next = (low + high) / 2;
272 low = next + 1;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c38 struct DWstruct {Wtype low, high;}; member in struct:DWstruct
81 d0 = dd.s.low;
83 n0 = nn.s.low;
112 rr.s.low = n0;
131 rr.s.low = n0;
163 rr.s.low = n0;
196 rr.s.low = (n1 << b) | (n0 >> bm);
204 const DWunion ww = {{.low = q0, .high = q1}};
/illumos-gate/usr/src/common/ficl/
H A Dstack.c55 * Stack grows from low to high memory
236 ficlInteger low = ficlStackPopInteger(stack); local
237 FICL_2INTEGER_SET(high, low, ret);
246 ficlUnsigned low = ficlStackPopUnsigned(stack); local
247 FICL_2UNSIGNED_SET(high, low, ret);
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c327 unsigned low, size; local
342 low = 0;
344 if ((low % 7) == 0) printf("\n ");
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
347 if (++low == size) break;
353 low = 0;
355 if ((low
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c831 size_t low, hi; local
834 low = dstndx;
837 low = srcndx;
841 if ((low + cnt) > hi)
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c249 select_cpus(processorid_t low, processorid_t high) argument
254 if (low < 0 || low >= g_max_cpus)
255 fatal("invalid cpu '%d'\n", low);
260 if (low >= high)
261 fatal("invalid range '%d' to '%d'\n", low, high);
264 if (p_online(low, P_STATUS) != -1)
265 g_present[low] = 1;
266 } while (++low <= high);
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c465 int low, high; local
475 if (nls_chkmsg(bp, size, &low, &high, svc_code_p)) {
476 if ((low == 0) || (low == 2))
477 Nlsversion = low;
479 sprintf(scratch, badversion, low, high);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c795 uint8_t low; local
801 low = slot & 0x00FF;
819 if ((low > hi) || (hi - low > 4)) {
834 from_svcp = hca->ih_ioc[slot].ii_srvcs + low;
835 bcopy(from_svcp, to_svcp, sizeof (ib_dm_srv_t) * (hi - low + 1));
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c198 u32 high1, high2, low, count; local
209 * High & low register fields aren't synchronized, so make sure
210 * we get a low value that's stable across two reads of the high
216 low = ((I915_READ(low_frame) & PIPE_FRAME_LOW_MASK) >>
222 count = (high1 << 8) | low;
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h87 u_long low; /* lowest verion supported */ member in struct:rpc_err::__anon2767::__anon2768
261 u_long vers_low; -- low version number
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c635 uint64_t low, hi; local
679 low = assign_p->pci_phys_low;
680 hi = low + assign_p->pci_size_low;
681 if ((addr < hi) && (addr >= low)) {
/illumos-gate/usr/src/cmd/sh/
H A Dname.c116 int low; local
124 low = 0;
127 while (low <= high)
129 mid = (low + high) / 2;
134 low = mid + 1;
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h156 uint32_t low; member in struct:des_block::__anon6855
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c270 sem_undo_clear(ksemid_t *sp, ushort_t low, ushort_t high) argument
275 ASSERT(low <= high);
280 for (i = low; i <= high; i++)
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c527 uint32_t high1, high2, low; local
547 low = counter[0];
551 value = ((uint64_t)high1 << 32) | low;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h40 uint32_t low; member in struct:emlxs_config
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h85 ushort_t low; member in struct:_fdisk_partition_::__anon1983::__anon1984
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c117 uid_t low; /* low bound for this uid block */ member in struct:uid_blk
783 uid_sp->low = (UID_MIN -1);
1426 uid_tp->high = uid_tp->low = num;
1434 * with low represents the low inclusive end and high represents
1436 * list of one uid_blk with low = high = (UID_MIN-1). This was
1439 * list by either making a new uid_blk, decrementing the low of
1460 if (uid >= uid_p->link->low)
1463 else if (uid >= uid_p->low
[all...]
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c378 * that fails, it obtains the high order and the low order version number. If
430 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;
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c462 int low, mid, high; local
469 low = 0;
473 while (((errstat = nfsl_status[mid]) != status) && (low < mid) &&
478 low = mid;
480 mid = low + ((high - low) / 2);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c611 long low; local
628 for (low = 0, high = tbl_hdr->number; low < high; ) {
629 mid = (low + high) / 2;
645 low = mid + 1;
710 long low; local
760 for (low = 0, high = map_hdr->hash_of_num;
761 low < high; /* NOP */) {
762 mid = (low + high) / 2;
779 low
[all...]
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c417 select_cpus(processorid_t low, processorid_t high) argument
422 if (low < 0 || low >= g_max_cpus)
423 fatal("invalid cpu '%d'\n", low);
428 if (low >= high)
429 fatal("invalid range '%d' to '%d'\n", low, high);
432 if (p_online(low, P_STATUS) != -1)
433 g_selected[low] = 1;
434 } while (++low <= high);
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c473 uint32_t low; local
476 low = value & 0xffffffff;
483 if ((ddi_ffs(low) == ddi_fls(low)) &&
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1511 uint32_t high, low, size; local
1519 if ((ql_8021_rom_fast_read(ha, flashaddr, &low)) ||
1524 data = ((uint64_t)high << 32) | low;
1535 if ((ql_8021_rom_fast_read(ha, flashaddr, &low)) ||
1540 data = ((uint64_t)high << 32) | low;

Completed in 141 milliseconds

1234