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

1234

/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c249 select_cpus(processorid_t low, processorid_t high) argument
257 if (high < 0 || high >= g_max_cpus)
258 fatal("invalid cpu '%d'\n", high);
260 if (low >= high)
261 fatal("invalid range '%d' to '%d'\n", low, high);
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)) {
479 sprintf(scratch, badversion, low, high);
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c185 uint_t high = id->id_high != 0 ? id->id_high : id->id_low; local
188 for (i = id->id_low; i <= high; i++) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c148 uint32_t high = param ? 1 : 0; local
152 weakSigThrCck[high]);
153 if (high != aniState->cckWeakSigThreshold) {
154 if (high)
159 aniState->cckWeakSigThreshold = (uint8_t)high;
260 "OFDM Trigger is too high for hw counters\n"));
268 "CCK Trigger is too high for hw counters\n"));
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c433 uint_t high; local
442 high = ACPIDEV_REG_TYPE_MEMORY;
444 high |= ACPIDEV_REG_SUB_DEC;
447 high |= ACPIDEV_REG_TRANSLATED;
450 high |= ACPIDEV_REG_MEM_COHERENT_NC;
452 high |= ACPIDEV_REG_MEM_COHERENT_CA;
455 high |= ACPIDEV_REG_MEM_COHERENT_WC;
458 high |= ACPIDEV_REG_MEM_COHERENT_PF;
467 high |= ACPIDEV_REG_MEM_WRITABLE;
475 reg.phys_hi = high;
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h88 u_long high; /* highest verion supported */ member in struct:rpc_err::__anon2767::__anon2768
262 u_long vers_high; -- high version number
/illumos-gate/usr/src/cmd/sh/
H A Dname.c117 int high; local
125 high = n - 1;
127 while (low <= high)
129 mid = (low + high) / 2;
132 high = mid - 1;
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h155 uint32_t high; 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);
276 ASSERT(high < sp->sem_nsems);
280 for (i = low; i <= high; i++)
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h86 ushort_t high; member in struct:_fdisk_partition_::__anon1983::__anon1984
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c118 uid_t high; /* high bound for this uid block */ member in struct:uid_blk
784 uid_sp->high = (UID_MIN -1);
980 passwd_st.pw_uid = uid_sp->high + 1;
1407 uid_p->high = uid_tp->high;
1426 uid_tp->high = uid_tp->low = num;
1434 * with low represents the low inclusive end and high represents
1435 * the high inclusive end. In the beginning, we initialize a linked
1436 * list of one uid_blk with low = high
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c171 "high throughput", "normal throughput"));
174 "high reliability", "normal reliability"));
1283 cipso2sl(const uchar_t *opt, bslabel_t *sl, int *high) argument
1288 *high = 0;
1294 *high = 1;
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c378 * that fails, it obtains the high order and the low order version number. If
431 maxvers = rpcerr.re_vers.high;
446 maxvers = rpcerr.re_vers.high;
779 if (err.re_vers.high == PMAPVERS) {
780 int high, low; local
823 high = (pmaphead->pml_map.pm_port >> 8) & 0xff;
826 high, low);
1422 maxvers = rpcerr.re_vers.high;
1436 maxvers = rpcerr.re_vers.high;
1536 maxvers = rpcerr.re_vers.high;
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c169 higher(int high) argument
173 for (i = high + 1; i <= sdbc_max_devices; i++) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c462 int low, mid, high; local
470 high = NFSL_ERR_CNT;
474 (mid < high)) {
476 high = mid;
480 mid = low + ((high - low) / 2);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c609 long high; local
628 for (low = 0, high = tbl_hdr->number; low < high; ) {
629 mid = (low + high) / 2;
643 high = mid;
708 long high; local
760 for (low = 0, high = map_hdr->hash_of_num;
761 low < high; /* NOP */) {
762 mid = (low + high) / 2;
777 high
[all...]
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c417 select_cpus(processorid_t low, processorid_t high) argument
425 if (high < 0 || high >= g_max_cpus)
426 fatal("invalid cpu '%d'\n", high);
428 if (low >= high)
429 fatal("invalid range '%d' to '%d'\n", low, high);
434 } while (++low <= high);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1511 uint32_t high, low, size; local
1520 (ql_8021_rom_fast_read(ha, flashaddr + 4, &high))) {
1524 data = ((uint64_t)high << 32) | low;
1536 (ql_8021_rom_fast_read(ha, flashaddr + 4, &high))) {
1540 data = ((uint64_t)high << 32) | low;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.h50 U32 high; member in struct:desc_value::__anon6123
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h448 u_int low, high; local
450 __asm __volatile("xgetbv" : "=a" (low), "=d" (high) : "c" (reg));
451 return (low | ((uint64_t)high << 32));
457 u_int low, high; local
460 high = val >> 32;
461 __asm __volatile("xsetbv" : : "c" (reg), "a" (low), "d" (high));
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h347 uint32_t low, high; local
349 __asm __volatile("rdmsr" : "=a" (low), "=d" (high) : "c" (msr));
350 return (low | ((uint64_t)high << 32));
365 uint32_t low, high; local
367 __asm __volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (pmc));
368 return (low | ((uint64_t)high << 32));
374 uint32_t low, high; local
376 __asm __volatile("rdtsc" : "=a" (low), "=d" (high));
377 return (low | ((uint64_t)high << 32));
404 uint32_t low, high; local
470 u_int low, high; local
479 u_int low, high; local
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c979 dtj_int128(JNIEnv *jenv, uint64_t high, uint64_t low) argument
986 g_bigint_val_jsm, high);
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2517 BIGNUM *high, *low, *mid, *t; local
2557 high = &t2;
2561 if ((err = big_mul(&prod, high, high)) != BIG_OK) {
2566 err = big_copy(result, high);
2570 (void) big_sub_pos(mid, high, low);
2572 (void) big_add_abs(mid, high, low);
2578 t = high;
2579 high = mid;
2589 (void) big_sub_pos(mid, high, lo
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c192 * if high end of tick is below entry address,
320 * number of pc-hits is high.
751 size_t low = 0, middle, high = nelem - 1; local
756 if (keypc > pclist[high])
759 while (low != high) {
760 middle = (high + low) >> 1;
766 high = middle;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2537 long high = dynaddr_n - 1, high_bnd; local
2547 high_bnd = high;
2548 while (low <= high) {
2549 mid = (low + high) / 2;
2553 if ((sym[dynaddr_ndx[high]].st_value + base) >=
2555 high_bnd = high;
2556 high = mid - 1;

Completed in 140 milliseconds

1234