Searched refs:normal (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s97 ! +0: normal start
98 ! +4: normal start
/illumos-gate/usr/src/uts/common/sys/
H A Dnetlb.h48 * Each has a generic type (normal/external/internal), a name (e.g. the
73 normal, enumerator in enum:__anon8179
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_vartree003.sh60 -adobe-avantgarde-demi-r-normal--199-120-1200-1200-p-1130-iso8859-1
77 -adobe-avantgarde-demi-r-normal--199-120-1200-1200-p-1130-iso8859-1
83 -adobe-avantgarde-demi-i-normal--199-120-1200-1200-p-1130-iso8859-1
100 -adobe-avantgarde-demi-i-normal--199-120-1200-1200-p-1130-iso8859-1
106 -adobe-avantgarde-demi-r-normal--422-120-2540-2540-p-2395-iso8859-1
123 -adobe-avantgarde-demi-r-normal--422-120-2540-2540-p-2395-iso8859-1
129 -adobe-avantgarde-demi-i-normal--422-120-2540-2540-p-2395-iso8859-1
146 -adobe-avantgarde-demi-i-normal--422-120-2540-2540-p-2395-iso8859-1
H A Dsun_solaris_getconf.sh81 print -u2 "getconf/normal built mismatch: |\$t|:|\$a| != |\$b|"
137 ## run normal test
139 (( getconf_keys == 0 )) && err_exit "getconf/normal not working (PATH=${PATH})."
140 (( mismatch > 0 )) && err_exit "getconf/normal test found ${mismatch} differences (PATH=${PATH})."
150 (( getconf_keys == 0 )) && err_exit \"getconf/normal not working (PATH=\${PATH}).\" ; \
151 (( mismatch > 0 )) && err_exit \"getconf/normal test found \${mismatch} differences (PATH=\${PATH}).\" ; \
167 (( getconf_keys == 0 )) && err_exit \"getconf/normal not working (PATH=\${PATH}).\" ; \
168 (( mismatch > 0 )) && err_exit \"getconf/normal test found \${mismatch} differences (PATH=\${PATH}).\" ; \
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathpath.c93 do if (s <= path) goto normal; while (*--s == '/');
94 do if (s <= path) goto normal; while (*--s != '/');
100 goto normal;
103 normal: ;
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.h62 unsigned short normal; member in struct:keyboard_translate
H A Dboot_keyboard.c222 * we just let the normal code handle it. Perhaps we
266 switch (keyboard_translate[code].normal) {
324 switch (k->normal & 0xFF00) {
342 action = k->normal;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c235 int64_t normal = (int64_t)unormal; local
236 int32_t n = (int32_t)normal;
250 *((int64_t *)addr) / normal));
259 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
261 uint32_t n = (uint32_t)normal;
275 *((uint64_t *)addr) / normal));
283 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
286 return (pfprint_sint(dtp, fp, format, pfd, addr, size, normal));
288 return (pfprint_uint(dtp, fp, format, pfd, addr, size, normal));
294 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
258 pfprint_uint(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
282 pfprint_dint(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
293 pfprint_fp(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
316 pfprint_addr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
344 pfprint_mod(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
352 pfprint_umod(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
360 pfprint_uaddr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
397 pfprint_stack(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *vaddr, size_t size, uint64_t normal) argument
448 pfprint_time(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
486 pfprint_time822(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
501 pfprint_port(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
517 pfprint_inetaddr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
544 pfprint_cstr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
556 pfprint_wstr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
568 pfprint_estr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
583 pfprint_echr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
607 pfprint_pct(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1263 pfprint_average(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1277 pfprint_stddev(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1291 pfprint_quantize(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1299 pfprint_lquantize(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1307 pfprint_llquantize(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1325 uint64_t normal; local
[all...]
H A Ddt_consume.c373 dt_stddev(uint64_t *data, uint64_t normal) argument
385 dt_divide_128(data + 2, normal, avg_of_squares);
388 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0];
585 uint64_t normal, long double total)
619 (long long)val / normal));
624 uint64_t normal, long double total, char positives, char negatives)
642 normal, total));
652 spaces + depth, (long long)val / normal));
660 ats + len - depth, (long long)val / normal));
667 * the size of normal quantiz
584 dt_print_quantline_utf8(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total) argument
623 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
755 dt_print_quantize(dtrace_hdl_t *dtp, FILE *fp, const void *addr, size_t size, uint64_t normal) argument
853 dt_print_lquantize(dtrace_hdl_t *dtp, FILE *fp, const void *addr, size_t size, uint64_t normal) argument
984 dt_print_llquantize(dtrace_hdl_t *dtp, FILE *fp, const void *addr, size_t size, uint64_t normal) argument
1100 dt_print_average(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t size, uint64_t normal) argument
1112 dt_print_stddev(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t size, uint64_t normal) argument
1601 dt_normal_t *normal = arg; local
1618 dt_normal_t normal; local
1788 dt_print_datum(dtrace_hdl_t *dtp, FILE *fp, dtrace_recdesc_t *rec, caddr_t addr, size_t size, const dtrace_aggdata_t *aggdata, uint64_t normal, dt_print_aggdata_t *pd) argument
1986 uint64_t normal; local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h116 var bool normtty; /* Have to restore normal mode from normf */
125 void normal(ttymode);
H A Dex_put.c98 * with normal print mode to be done by normchar.
943 * Set output through normal command mode routine.
1017 normal(normf);
1112 normal(f);
1150 * Restore flags to normal state f.
1153 normal(ttymode f) function
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h182 ..\..\source\os_specific\service_layers\oswinxf.c(701) : {937} normal block at 0x002E9190, 40 bytes long.
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s44 * sn0 - spill normal tl 0
45 * sn1 - spill normal tl >0
54 ! Spill normal tl0 fault.
98 ! Spill normal tl1 fault.
190 ! Spill normal tl0 fault.
234 ! Spill normal tl1 fault.
259 ! Spill normal kernel tl1.
287 ! Spill normal kernel tl1.
381 * fn0 - fill normal tl 0
382 * fn1 - fill normal t
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s43 * sn0 - spill normal tl 0
44 * sn1 - spill normal tl >0
53 ! Spill normal tl0 fault.
97 ! Spill normal tl1 fault.
187 ! Spill normal tl0 fault.
231 ! Spill normal tl1 fault.
319 * fn0 - fill normal tl 0
320 * fn1 - fill normal tl 1
329 ! Fill normal tl0 fault.
366 ! Fill normal tl
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1219 dtj_average(caddr_t addr, uint64_t normal) argument
1225 (data[1] / (int64_t)normal / data[0]) : 0);
1229 dtj_avg_total(caddr_t addr, uint64_t normal) argument
1234 return (data[1] / (int64_t)normal);
1247 dtj_stddev_total_squares(JNIEnv *jenv, caddr_t addr, uint64_t normal) argument
1260 if (normal != 1) {
1265 g_bigint_jc, g_bigint_val_jsm, normal);
1282 dtj_stddev(JNIEnv *jenv, caddr_t addr, uint64_t normal) argument
1287 total_squares = dtj_stddev_total_squares(jenv, addr, normal);
1289 dtj_avg_count(addr), dtj_avg_total(addr, normal), total_square
1528 uint64_t normal = data->dtada_normal; local
2016 uint64_t normal; local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s50 ! normal, copy forwards
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s50 ! normal, copy forwards
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java340 normalizeBuckets(long normal) argument
343 b.frequency /= normal;
/illumos-gate/usr/src/cmd/vntsd/
H A Dsvc-vntsd96 root::::type=normal;auths=solaris.vntsd.grant;lock_after_retries=0
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s105 ! +0: normal start
121 ! Create a stack frame, perform PIC set up. If we're a "normal" start, we have
177 ! target program (normal), or if return value of _setup is "0" we have
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c124 goto normal;
131 normal:
734 * The normal case -- we are inserting into the
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s143 movl %ebx, %ecx / in %ecx as normal
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c306 static const char normal[] = {CC_esc,'[','0','m'}; local
311 sfwrite(sp, normal, sizeof(normal));
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex468 % Make each space character in the input produce a normal interword
640 % @: forces normal size whitespace following.
665 % to keep its height that of a normal line. According to the rules for
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
756 % Do a \strut just to make the height of this box be normal, so the
757 % normal leading is inserted relative to the preceding line.
1456 \def\rmbshape{bx} %where the normal face is bold
1741 % the end of a paragraph. Restore normal hyphenation at the end of the
1747 % Set sfcode to normal for the chars that usually have another value.
1780 % which makes spaces the same size as normal i
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2365 "can't get normal power values\n", PM_DEVICE(dip));
3375 "%s@%s(%s#%d) to normal\n", pmf,
3481 * if normal power not set yet, we don't really know
3482 * what *ANY* of the power values are. If normal
3484 * compatible case that the values are 0, normal power.
3493 * Components of BC devices start at their normal power,
3553 * out at their normal power, so they are "up", others start out
3591 * "normal" (max) power.
3667 * Update the maxpower (normal) power of a component. Note that the
3698 * Bring all components of device to normal powe
3704 int *normal; local
3742 int *normal; local
9079 int *normal; local
[all...]

Completed in 119 milliseconds

123