Symbol: thresh
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
119
thresh = getxdr_u_long();
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
120
if (thresh == ULONG_MAX)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
123
(void) sprintf(line, " %lu", thresh);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
133
thresh = getxdr_u_long();
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
134
if (thresh == ULONG_MAX)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
137
(void) sprintf(line, " %lu", thresh);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
213
thresh = showxdr_u_long("Input rows = %lu");
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_solarnet.c
82
ulong_t thresh;
usr/src/cmd/logadm/main.c
1137
off_t written = 0, rem, last = 0, thresh = 1024 * 1024;
usr/src/cmd/logadm/main.c
1199
if ((rem = s.st_size - written) < thresh) {
usr/src/cmd/mdb/common/mdb/mdb_io.c
1029
int i, mag = 1, thresh;
usr/src/cmd/mdb/common/mdb/mdb_io.c
1034
for (thresh = mag * 10; mag >= 1; mag /= 10, i--) {
usr/src/cmd/mdb/common/mdb/mdb_io.c
1066
if (v < thresh) {
usr/src/cmd/power/handlers.c
1214
char *thresh = LINEARG(1);
usr/src/cmd/power/handlers.c
1216
if (strcmp(thresh, always_on) == 0)
usr/src/cmd/power/handlers.c
1218
else if ((value = get_scaled_value(thresh, &nerr)) < 0 || nerr) {
usr/src/cmd/troff/n8.c
125
thresh = THRESH;
usr/src/cmd/troff/n8.c
129
thresh = atoi();
usr/src/cmd/troff/n8.c
345
if (maxval > thresh)
usr/src/cmd/troff/n8.c
55
int thresh = THRESH;
usr/src/grub/grub-0.97/stage2/jfs.h
154
u8 thresh; /* Alert Threshold (in percent) */
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1439
uint8_t raw_thresh, const struct sensor_thresh *thresh)
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1446
"%s", thresh->sthr_propname, topo_node_name(fnode));
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1450
thresh->sthr_propname, TOPO_PROP_IMMUTABLE, conv_thresh, &err) !=
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1453
"(%s)", thresh->sthr_propname, topo_node_name(fnode),
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1469
ipmi_sensor_thresholds_t thresh = { 0 };
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1610
if (ipmi_get_sensor_thresholds(hdl, &thresh,
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1632
mask = thresh.ithr_readable_mask;
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
1638
*(uint8_t *)((char *)&thresh +
usr/src/lib/libipmi/common/ipmi_sensor.c
101
ipmi_get_sensor_thresholds(ipmi_handle_t *ihp, ipmi_sensor_thresholds_t *thresh,
usr/src/lib/libipmi/common/ipmi_sensor.c
119
(void) memcpy(thresh, resp->ic_data, sizeof (ipmi_sensor_thresholds_t));
usr/src/lib/libmvec/common/__vcos.c
1020
if ((xsb1 & ~0x80000000) < thresh[n1&1])
usr/src/lib/libmvec/common/__vcos.c
1067
if ((xsb0 & ~0x80000000) < thresh[n0&1])
usr/src/lib/libmvec/common/__vcos.c
667
i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
usr/src/lib/libmvec/common/__vcos.c
669
i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
usr/src/lib/libmvec/common/__vcos.c
671
i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
usr/src/lib/libmvec/common/__vcos.c
82
static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 };
usr/src/lib/libmvec/common/__vcosbig.c
68
int stridey, int thresh)
usr/src/lib/libmvec/common/__vcosbig.c
79
if (hx <= thresh || hx >= 0x7ff00000)
usr/src/lib/libmvec/common/__vcosbig_ultra3.c
219
i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
usr/src/lib/libmvec/common/__vcosbig_ultra3.c
221
i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
usr/src/lib/libmvec/common/__vcosbig_ultra3.c
223
i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
usr/src/lib/libmvec/common/__vcosbig_ultra3.c
572
if ((xsb1 & ~0x80000000) < thresh[n1&1])
usr/src/lib/libmvec/common/__vcosbig_ultra3.c
619
if ((xsb0 & ~0x80000000) < thresh[n0&1])
usr/src/lib/libmvec/common/__vcosbig_ultra3.c
69
static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 };
usr/src/lib/libmvec/common/__vsin.c
1028
if ((xsb1 & ~0x80000000) < thresh[n1&1])
usr/src/lib/libmvec/common/__vsin.c
1075
if ((xsb0 & ~0x80000000) < thresh[n0&1])
usr/src/lib/libmvec/common/__vsin.c
675
i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
usr/src/lib/libmvec/common/__vsin.c
677
i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
usr/src/lib/libmvec/common/__vsin.c
679
i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
usr/src/lib/libmvec/common/__vsin.c
70
static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 };
usr/src/lib/libmvec/common/__vsinbig.c
68
int stridey, int thresh)
usr/src/lib/libmvec/common/__vsinbig.c
79
if (hx <= thresh || hx >= 0x7ff00000)
usr/src/lib/libmvec/common/__vsinbig_ultra3.c
219
i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
usr/src/lib/libmvec/common/__vsinbig_ultra3.c
221
i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
usr/src/lib/libmvec/common/__vsinbig_ultra3.c
223
i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
usr/src/lib/libmvec/common/__vsinbig_ultra3.c
572
if ((xsb1 & ~0x80000000) < thresh[n1&1])
usr/src/lib/libmvec/common/__vsinbig_ultra3.c
619
if ((xsb0 & ~0x80000000) < thresh[n0&1])
usr/src/lib/libmvec/common/__vsinbig_ultra3.c
69
static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 };
usr/src/lib/libmvec/common/__vsincosbig.c
69
double * restrict cc, int stridecc, int thresh)
usr/src/lib/libmvec/common/__vsincosbig.c
80
if (hx <= thresh || hx >= 0x7ff00000)
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2312
uint_t thresh = 1;
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2320
thresh++;
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2329
thresh++;
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2341
if (vfsp->vfs_count > thresh || rvp->v_count > 1 ||
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2778
u32 thresh = (ELINK_ETH_MAX_JUMBO_PACKET_SIZE +
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2782
REG_WR(cb, PBF_REG_P0_ARB_THRSH + port*4, thresh);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2786
init_crd = thresh + 553 - 22;
usr/src/uts/common/io/hxge/hpi_rxdma.h
158
#define RXDMA_RCR_THRESH_VALID(thresh) ((thresh <= 0x8000))
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6480
int thresh = 0;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6491
thresh = IBD_FREE_SWQES_THRESH;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6497
thresh = IBD_FREE_LSOS_THRESH;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6500
if (met_thresh > thresh)
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6503
if (met_thresh > thresh) {
usr/src/uts/common/io/nxge/npi/npi_rxdma.h
116
#define RXDMA_RCR_THRESH_VALID(thresh) ((thresh) && (thresh < 512))
usr/src/uts/common/io/pm.c
1995
int thresh;
usr/src/uts/common/io/pm.c
1997
&thresh);
usr/src/uts/common/io/pm.c
1998
retval = thresh - (now - timestamp[i]);
usr/src/uts/common/io/pm.c
2001
" retval %x\n", cmdstr, thresh, now,
usr/src/uts/common/io/pm.c
784
pm_set_idle_threshold(dev_info_t *dip, int thresh, int flag)
usr/src/uts/common/io/pm.c
792
PM_DEVICE(dip), thresh))
usr/src/uts/common/io/pm.c
793
pm_set_device_threshold(dip, thresh, flag);
usr/src/uts/common/io/sata/impl/sata.c
9972
uint8_t smart_data[512], id, value, worst, thresh;
usr/src/uts/common/io/sata/impl/sata.c
9986
thresh = smart_data[index + 2];
usr/src/uts/common/io/sata/impl/sata.c
9994
max_count = value - thresh;
usr/src/uts/common/os/sunpm.c
1196
time_t *timestamp, idletime, now, thresh;
usr/src/uts/common/os/sunpm.c
1276
thresh = cur_threshold(dip, i); /* comp i threshold */
usr/src/uts/common/os/sunpm.c
1280
timeleft = max(thresh, min_scan);
usr/src/uts/common/os/sunpm.c
1283
timeleft, max(thresh, min_scan));
usr/src/uts/common/os/sunpm.c
1290
if (idletime >= thresh || PM_IS_PID(dip)) {
usr/src/uts/common/os/sunpm.c
1326
timeleft = thresh - idletime;
usr/src/uts/common/os/sunpm.c
1328
timeleft = min(timeleft, (thresh - idletime));
usr/src/uts/common/os/sunpm.c
3630
int thresh;
usr/src/uts/common/os/sunpm.c
3632
thresh = pm_default_nexus_threshold;
usr/src/uts/common/os/sunpm.c
3634
thresh = pm_cpu_idle_threshold;
usr/src/uts/common/os/sunpm.c
3636
thresh = pm_system_idle_threshold;
usr/src/uts/common/os/sunpm.c
3637
return (thresh);
usr/src/uts/common/os/sunpm.c
4279
int thresh;
usr/src/uts/common/os/sunpm.c
4296
thresh = pm_default_nexus_threshold;
usr/src/uts/common/os/sunpm.c
4301
pmc->pmc_thresh[level] = thresh;
usr/src/uts/common/os/sunpm.c
4366
thresh = target_threshold / transitions;
usr/src/uts/common/os/sunpm.c
4371
pmc->pmc_thresh[level] = thresh;
usr/src/uts/common/os/sunpm.c
4388
remainder = target_threshold - thresh * transitions;
usr/src/uts/common/os/sunpm.c
4392
"trans=%d\n", pmf, remainder, target_threshold, thresh,
usr/src/uts/common/os/sunpm.c
8662
time_t idletime, thresh;
usr/src/uts/common/os/sunpm.c
8795
thresh = cur_threshold(dip, comp);
usr/src/uts/common/os/sunpm.c
8799
((idletime < thresh) && !PM_IS_PID(dip)))) {
usr/src/uts/common/os/sunpm.c
8807
if (idletime < thresh)