HomeSort by relevance Sort by last modified time
    Searched refs:thresh (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
tst.cputime.ksh 36 int thresh;
41 thresh = 10;
63 /((total * 100) / (timestamp - start)) > thresh/
67 printf("expected no more than %d%%!\n", thresh);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
qsort.c 38 #define THRESH 4 /* threshold for insertion */
43 static int thresh; /* THRESHold in chars */ variable
65 thresh = qsz * THRESH;
68 if (n >= THRESH) {
70 hi = base + thresh;
75 * First put smallest element, which must be in the first THRESH, in
77 * the first THRESH elements (or the first n if n < THRESH), finding
121 * this code. Stopping when there are less than THRESH elements in a partitio
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_solarnet.c 84 ulong_t thresh; local
121 thresh = getxdr_u_long();
122 if (thresh == ULONG_MAX)
125 (void) sprintf(line, " %lu", thresh);
135 thresh = getxdr_u_long();
136 if (thresh == ULONG_MAX)
139 (void) sprintf(line, " %lu", thresh);
215 thresh = showxdr_u_long("Input rows = %lu");
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/
SUNW,Sun-Fire-15000.esc 43 event ereport.io.cpu.ecc.thresh@cpu;
59 ereport.io.cpu.ecc.thresh@cpu[cpuid];
63 trip=ereport.io.cpu.ecc.thresh@cpu;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
psycho.esc 47 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...]
schizo.esc 50 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...]
xmits.esc 50 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...]
  /onnv/onnv-gate/usr/src/cmd/troff/
n8.c 56 #define THRESH 160 /*digram goodness threshold*/
57 int thresh = THRESH; variable
127 thresh = THRESH;
131 thresh = atoi();
347 if (maxval > thresh)
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/npi/
npi_rxdma.h 108 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh) && (thresh < 512))
  /onnv/onnv-gate/usr/src/uts/common/io/hxge/
hpi_rxdma.h 158 #define RXDMA_RCR_THRESH_VALID(thresh) ((thresh <= 0x8000))
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
jfs.h 154 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
  /onnv/onnv-gate/usr/src/uts/common/os/
sunpm.c 1191 time_t *timestamp, idletime, now, thresh; local
3632 int thresh; local
4280 int thresh; local
8665 time_t idletime, thresh; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/power/
handlers.c 726 * Convert a single threshold string or paren groups of thresh's as
727 * described below. All thresh's are saved to an allocated list at
730 * a single thresh or N groups of thresh's with a trailing zero:
1212 char *thresh = LINEARG(1); local
1214 if (strcmp(thresh, always_on) == 0)
1216 else if ((value = get_scaled_value(thresh, &nerr)) < 0 || nerr) {
  /onnv/onnv-gate/usr/src/uts/common/io/
pm.c 784 pm_set_idle_threshold(dev_info_t *dip, int thresh, int flag)
791 "%s@%s(%s#%d) default thresh to 0t%d\n",
792 PM_DEVICE(dip), thresh))
793 pm_set_device_threshold(dip, thresh, flag);
1995 int thresh; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
jfs_types.h 222 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/ibd/
ibd.c 5123 int thresh = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/sata/impl/
sata.c 7974 uint8_t smart_data[512], id, value, worst, thresh; local
    [all...]

Completed in 1439 milliseconds