Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 303) sorted by path

12345678910>>...13

/illumos-gate/usr/src/boot/i386/libi386/
H A Damd64_tramp.S60 .long 0 # high
/illumos-gate/usr/src/boot/libsa/x86/
H A Dhypervisor.c38 uint_t high; in x86_hypervisor() member
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h354 uint32_t low, high; in rdmsr() local
357 return (low | ((uint64_t)high << 32)); in rdmsr()
372 uint32_t low, high; in rdpmc() local
375 return (low | ((uint64_t)high << 32)); in rdpmc()
381 uint32_t low, high; in rdtsc() local
384 return (low | ((uint64_t)high << 32)); in rdtsc()
411 uint32_t low, high; in wrmsr() local
414 high = newval >> 32; in wrmsr()
477 u_int low, high; in rxcr() local
486 u_int low, high; in load_xcr() local
[all …]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h451 u_int low, high; in rxcr() local
453 __asm __volatile("xgetbv" : "=a" (low), "=d" (high) : "c" (reg)); in rxcr()
454 return (low | ((uint64_t)high << 32)); in rxcr()
460 u_int low, high; in load_xcr() local
463 high = val >> 32; in load_xcr()
464 __asm __volatile("xsetbv" : : "c" (reg), "a" (low), "d" (high)); in load_xcr()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtmx68 * high resolution Time_t support
H A Dtv68 * high resolution Tv_t interface definitions
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtmx68 * high resolution Time_t support
H A Dtv68 * high resolution Tv_t interface definitions
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtmx68 * high resolution Time_t support
H A Dtv68 * high resolution Tv_t interface definitions
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtmx68 * high resolution Time_t support
H A Dtv68 * high resolution Tv_t interface definitions
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c488 int cond, low, mid, high; in binsearch() local
491 high = n - 1; in binsearch()
492 while (low <= high) { in binsearch()
493 mid = (low + high) / 2; in binsearch()
495 high = mid - 1; in binsearch()
/illumos-gate/usr/src/cmd/bnu/
H A DGrades69 high F Any User Any
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample33 # low medium and high respectively.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1283 cipso2sl(const uchar_t *opt, bslabel_t *sl, int *high) in cipso2sl() argument
1288 *high = 0; in cipso2sl()
1294 *high = 1; in cipso2sl()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java272 long high = 6; in getLogLinearDistribution() local
290 while (order <= high) { in getLogLinearDistribution()
305 LogLinearDistribution d = new LogLinearDistribution(factor, low, high, in getLogLinearDistribution()
/illumos-gate/usr/src/cmd/filesync/
H A DREADME43 active ingredients a reading list of high points
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc52 * high frequency. We will also be quite conservative about nonfatal internal
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c460 int low, mid, high; in nfslog_get_status() local
468 high = NFSL_ERR_CNT; in nfslog_get_status()
472 (mid < high)) { in nfslog_get_status()
474 high = mid; in nfslog_get_status()
478 mid = low + ((high - low) / 2); in nfslog_get_status()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c607 long high; in map_l_f() local
626 for (low = 0, high = tbl_hdr->number; low < high; ) { in map_l_f()
627 mid = (low + high) / 2; in map_l_f()
641 high = mid; in map_l_f()
706 long high; in map_h_l() local
758 for (low = 0, high = map_hdr->hash_of_num; in map_h_l()
759 low < high; /* NOP */) { in map_h_l()
760 mid = (low + high) / 2; in map_h_l()
775 high = mid; in map_h_l()
H A Ditm_comp.l264 int high; in at_name_to_token() local
272 low < high; /* NOP */) { in at_name_to_token()
273 mid = (low + high) / 2; in at_name_to_token()
276 high = mid; in at_name_to_token()
295 int high; in hexadecimal_data() local
325 high = *(seq + j); in hexadecimal_data()
327 if (('0' <= high) && (high <= '9')) { in hexadecimal_data()
328 val = ((high - '0') << 4); in hexadecimal_data()
329 } else if (('a' <= high) && (high <= 'f')) { in hexadecimal_data()
330 val = ((high - 'a' + 10) << 4); in hexadecimal_data()
[all …]
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c250 select_cpus(processorid_t low, processorid_t high) in select_cpus() argument
258 if (high < 0 || high >= g_max_cpus) in select_cpus()
259 fatal("invalid cpu '%d'\n", high); in select_cpus()
261 if (low >= high) in select_cpus()
262 fatal("invalid range '%d' to '%d'\n", low, high); in select_cpus()
267 } while (++low <= high); in select_cpus()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c457 master->key.high = random();
463 master->key.high = rand();
649 arg->remotename, arg->deskey.key.high,
658 res->cryptkeyres_u.deskey.key.high,
677 arg->remotename, arg->deskey.key.high,
686 res->cryptkeyres_u.deskey.key.high,
764 res->cryptkeyres_u.deskey.key.high, in __key_get_conv_2_svc()
793 res->cryptkeyres_u.deskey.key.high,
820 res->cryptkeyres_u.deskey.key.high,
921 i, dp->key.high, dp->key.low)); in __key_encrypt_3_svc()
[all …]
H A Dsetkey.c1472 cp->deskey.deskeyarray_val[i].key.high, in getdeskey3()

12345678910>>...13