Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 25 of 31) sorted by relevance

12

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c84 ulong_t thresh; in interpret_solarnet_fw() local
121 thresh = getxdr_u_long(); in interpret_solarnet_fw()
122 if (thresh == ULONG_MAX) in interpret_solarnet_fw()
125 (void) sprintf(line, " %lu", thresh); in interpret_solarnet_fw()
135 thresh = getxdr_u_long(); in interpret_solarnet_fw()
136 if (thresh == ULONG_MAX) in interpret_solarnet_fw()
139 (void) sprintf(line, " %lu", thresh); in interpret_solarnet_fw()
215 thresh = showxdr_u_long("Input rows = %lu"); in interpret_solarnet_fw()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh36 int thresh;
41 thresh = 10;
63 /((total * 100) / (timestamp - start)) > thresh/
67 printf("expected no more than %d%%!\n", thresh);
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dqsort.c43 static int thresh; /* THRESHold in chars */ variable
65 thresh = qsz * THRESH; in qsort()
70 hi = base + thresh; in qsort()
213 if (lo >= thresh) in qst()
218 if (hi >= thresh) in qst()
222 } while (lo >= thresh); in qst()
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Dpsycho.esc47 event error.io.psy.ecc.thresh@hostbridge;
50 event ereport.io.psy.ecc.thresh@hostbridge;
62 error.io.psy.ecc.thresh@hostbridge;
66 trip=ereport.io.psy.ecc.thresh@hostbridge;
74 prop error.io.psy.ecc.thresh@hostbridge (2)->
75 ereport.io.psy.ecc.thresh@hostbridge,
99 error.io.psy.ecc.thresh@hostbridge;
106 event error.io.cpu.ecc.thresh@cpu;
121 error.io.cpu.ecc.thresh@cpu;
123 prop error.io.cpu.ecc.thresh@cpu (1)->
[all …]
H A Dschizo.esc50 event error.io.sch.ecc.thresh@hostbridge;
66 event ereport.io.sch.ecc.thresh@hostbridge{within(5s)};
100 error.io.sch.ecc.thresh@hostbridge,
105 prop error.io.sch.ecc.thresh@hostbridge (2)->
106 ereport.io.sch.ecc.thresh@hostbridge,
125 trip=ereport.io.sch.ecc.thresh@hostbridge;
142 event error.io.cpu.ecc.thresh@cpu;
192 error.io.cpu.ecc.thresh@cpu;
194 prop error.io.cpu.ecc.thresh@cpu (1)->
195 ereport.io.sch.ecc.thresh@hostbridge<>;
[all …]
H A Dxmits.esc50 event error.io.xmits.ecc.thresh@hostbridge;
71 event ereport.io.xmits.ecc.thresh@hostbridge{within(5s)};
124 error.io.xmits.ecc.thresh@hostbridge,
129 prop error.io.xmits.ecc.thresh@hostbridge (2)->
130 ereport.io.xmits.ecc.thresh@hostbridge,
149 trip=ereport.io.xmits.ecc.thresh@hostbridge;
166 event error.io.cpu.ecc.thresh@cpu;
192 error.io.cpu.ecc.thresh@cpu;
194 prop error.io.cpu.ecc.thresh@cpu (1)->
195 ereport.io.xmits.ecc.thresh@hostbridge<>;
[all …]
/titanic_44/usr/src/cmd/troff/
H A Dn8.c57 int thresh = THRESH; variable
127 thresh = THRESH; in caseht()
131 thresh = atoi(); in caseht()
347 if (maxval > thresh) in digram()
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/
H A DSUNW,Sun-Fire-15000.esc43 event ereport.io.cpu.ecc.thresh@cpu;
59 ereport.io.cpu.ecc.thresh@cpu[cpuid];
63 trip=ereport.io.cpu.ecc.thresh@cpu;
/titanic_44/usr/src/lib/libmvec/common/
H A D__vsincosbig.c69 double * restrict cc, int stridecc, int thresh) in __vlibm_vsincos_big() argument
80 if (hx <= thresh || hx >= 0x7ff00000) in __vlibm_vsincos_big()
H A D__vcosbig.c68 int stridey, int thresh) in __vlibm_vcos_big() argument
79 if (hx <= thresh || hx >= 0x7ff00000) in __vlibm_vcos_big()
H A D__vsinbig.c68 int stridey, int thresh) in __vlibm_vsin_big() argument
79 if (hx <= thresh || hx >= 0x7ff00000) in __vlibm_vsin_big()
H A D__vcosbig_ultra3.c69 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
219 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31; in __vlibm_vcos_big_ultra3()
221 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2; in __vlibm_vcos_big_ultra3()
223 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4; in __vlibm_vcos_big_ultra3()
572 if ((xsb1 & ~0x80000000) < thresh[n1&1]) in __vlibm_vcos_big_ultra3()
619 if ((xsb0 & ~0x80000000) < thresh[n0&1]) in __vlibm_vcos_big_ultra3()
H A D__vsinbig_ultra3.c69 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
219 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31; in __vlibm_vsin_big_ultra3()
221 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2; in __vlibm_vsin_big_ultra3()
223 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4; in __vlibm_vsin_big_ultra3()
572 if ((xsb1 & ~0x80000000) < thresh[n1&1]) in __vlibm_vsin_big_ultra3()
619 if ((xsb0 & ~0x80000000) < thresh[n0&1]) in __vlibm_vsin_big_ultra3()
H A D__vcos.c82 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
666 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31; in __vcos()
668 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2; in __vcos()
670 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4; in __vcos()
1019 if ((xsb1 & ~0x80000000) < thresh[n1&1]) in __vcos()
1066 if ((xsb0 & ~0x80000000) < thresh[n0&1]) in __vcos()
H A D__vsin.c70 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
674 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31; in __vsin()
676 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2; in __vsin()
678 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4; in __vsin()
1027 if ((xsb1 & ~0x80000000) < thresh[n1&1]) in __vsin()
1074 if ((xsb0 & ~0x80000000) < thresh[n0&1]) in __vsin()
/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.h116 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh) && (thresh < 512)) argument
/titanic_44/usr/src/uts/common/io/hxge/
H A Dhpi_rxdma.h158 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh <= 0x8000)) argument
/titanic_44/usr/src/uts/common/os/
H A Dsunpm.c1194 time_t *timestamp, idletime, now, thresh; in pm_scan_dev() local
1275 thresh = cur_threshold(dip, i); /* comp i threshold */ in pm_scan_dev()
1279 timeleft = max(thresh, min_scan); in pm_scan_dev()
1282 timeleft, max(thresh, min_scan)); in pm_scan_dev()
1289 if (idletime >= thresh || PM_IS_PID(dip)) { in pm_scan_dev()
1325 timeleft = thresh - idletime; in pm_scan_dev()
1327 timeleft = min(timeleft, (thresh - idletime)); in pm_scan_dev()
3635 int thresh; in cur_threshold() local
3637 thresh = pm_default_nexus_threshold; in cur_threshold()
3639 thresh = pm_cpu_idle_threshold; in cur_threshold()
[all …]
/titanic_44/usr/src/cmd/power/
H A Dhandlers.c1213 char *thresh = LINEARG(1); in cmnthr() local
1215 if (strcmp(thresh, always_on) == 0) in cmnthr()
1217 else if ((value = get_scaled_value(thresh, &nerr)) < 0 || nerr) { in cmnthr()
/titanic_44/usr/src/uts/common/io/
H A Dpm.c784 pm_set_idle_threshold(dev_info_t *dip, int thresh, int flag) in pm_set_idle_threshold() argument
792 PM_DEVICE(dip), thresh)) in pm_set_idle_threshold()
793 pm_set_device_threshold(dip, thresh, flag); in pm_set_idle_threshold()
1995 int thresh; in pm_ioctl() local
1997 &thresh); in pm_ioctl()
1998 retval = thresh - (now - timestamp[i]); in pm_ioctl()
2001 " retval %x\n", cmdstr, thresh, now, in pm_ioctl()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Djfs.h154 u8 thresh; /* Alert Threshold (in percent) */ member
/titanic_44/usr/src/lib/libmvec/common/vis/
H A D__vsin.S81 #define thresh 0xa8 macro
1542 add %l5,thresh+4,%o7
1548 add %l5,thresh,%g1
1830 add %l5,thresh-4,%g1
2667 add %l5,thresh,%g1
2685 add %l5,thresh+4,%o7
2754 add %l5,thresh-4,%g1
2766 add %l5,thresh,%g1
2784 add %l5,thresh+4,%o7
2853 add %l5,thresh-4,%g1
H A D__vcos.S81 #define thresh 0xa8 macro
1618 add %l5,thresh+4,%o7
1624 add %l5,thresh,%g1
1906 add %l5,thresh-4,%g1
2743 add %l5,thresh,%g1
2761 add %l5,thresh+4,%o7
2830 add %l5,thresh-4,%g1
2842 add %l5,thresh,%g1
2860 add %l5,thresh+4,%o7
2929 add %l5,thresh-4,%g1
H A D__vexp.S600 #define thresh 0x8 macro
670 ! f38 thresh
714 ldd [%o3+thresh],THRESH
/titanic_44/usr/src/cmd/logadm/
H A Dmain.c1109 off_t written = 0, rem, last = 0, thresh = 1024 * 1024; in docopytruncate() local
1171 if ((rem = s.st_size - written) < thresh) { in docopytruncate()

12