| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 45 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], … 56 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], … 68 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], … 79 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], … 150 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1… 151 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1… 153 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1… 154 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1… 156 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], … 157 …frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], … [all …]
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | beep.c | 239 bp->frequency = freq; in beeper_freq() 271 return (beep_mktone(bp->frequency, bp->duration)); in beep() 324 if (bp->frequency != 0) { in beeper_on() 329 bp->frequency); in beeper_on() 347 beep_mktone(int frequency, int duration) in beep_mktone() argument 352 BEEP_DEBUG1((CE_CONT, "beep_mktone(%d, %d) : start.", frequency, in beep_mktone() 358 if (frequency < 0 || frequency > INT16_MAX) in beep_mktone() 370 if (frequency != 0) { in beep_mktone() 382 frequency = (unsigned short)frequency; in beep_mktone() 397 if (frequency != 0) { in beep_mktone() [all …]
|
| H A D | kbd.c | 522 int frequency; in kbdioctl() local 580 frequency = UINT16_MAX; in kbdioctl() 582 frequency = 0; in kbdioctl() 584 frequency = (PIT_HZ + cycles / 2) / cycles; in kbdioctl() 585 if (frequency > UINT16_MAX) in kbdioctl() 586 frequency = UINT16_MAX; in kbdioctl() 589 err = beep_mktone(frequency, msecs); in kbdioctl()
|
| /onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | Distribution.java | 75 long frequency; in Distribution() local 77 frequency = frequencies[i]; in Distribution() 78 total += frequency; in Distribution() 113 long frequency; in initialize() local 118 frequency = bucket.getFrequency(); in initialize() 122 total += frequency; in initialize() 343 b.frequency /= normal; in normalizeBuckets() 365 private long frequency; // non-final so native code can normalize field in Distribution.Bucket 423 frequency = valuesInRange; in Bucket() 451 return frequency; in getFrequency() [all …]
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | beep.h | 48 unsigned short frequency; member 105 int frequency; /* Hz */ member 127 extern int beep_mktone(int frequency, int duration);
|
| H A D | videodev2.h | 1170 uint32_t frequency; member
|
| /onnv-gate/usr/src/cmd/fps/fpsd/ |
| H A D | fpsd_sched.c | 66 unsigned tstswap, int frequency, int group_no, int fpu_index); 118 int frequency, /* Frequency of the processor under test */ in check_invoke_prog() argument 149 (void) snprintf(frequency_c, sizeof (frequency_c), "%d", frequency); in check_invoke_prog() 291 frequency, sig_str); in check_invoke_prog() 330 int frequency; in test_fpu_thr() local 424 fpuid = identify_fpu_to_run_test(&frequency, &group_no, &fpu_index);\ in test_fpu_thr() 441 ret = check_invoke_prog(fpuid, &last, tswap, frequency, \ in test_fpu_thr() 449 frequency, group_no, fpu_index); \ in test_fpu_thr() 719 *freq = fps_cpu.frequency; in identify_fpu_to_run_test()
|
| H A D | fpsd.h | 78 int frequency; member
|
| H A D | fpsd_main.c | 330 freq = m_stat->m_cpus[i].frequency; in calculateTotalIterations() 561 m_stat->m_cpus[i].frequency = cpu_freq; in fpsd_probe()
|
| /onnv-gate/usr/src/lib/libpp/common/ |
| H A D | pp.tab | 119 %flags # state : coupled, high frequency 154 %flags # mode : coupled, low frequency 177 %flags # options : uncoupled, low frequency
|
| /onnv-gate/usr/src/uts/common/io/kb8042/ |
| H A D | kb8042.c | 864 int frequency; local 979 frequency = UINT16_MAX; 981 frequency = 0; 983 frequency = (PIT_HZ + cycles / 2) / cycles; 984 if (frequency > UINT16_MAX) 985 frequency = UINT16_MAX; 988 error = beep_mktone(frequency, msecs);
|
| /onnv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/ |
| H A D | picl_asr.conf | 68 cpu0 cpu disabled /SUNW,UltraSPARC-IIIi@0,0 I?ID=0:I?clock-frequency=0 69 cpu1 cpu disabled /SUNW,UltraSPARC-IIIi@1,0 I?ID=1:I?clock-frequency=0
|
| /onnv-gate/usr/src/cmd/picl/plugins/sun4u/ents/devtree/ |
| H A D | picl_asr.conf | 68 cpu0 cpu disabled /SUNW,UltraSPARC-IIIi@0,0 I?ID=0:I?clock-frequency=0 69 cpu1 cpu disabled /SUNW,UltraSPARC-IIIi@1,0 I?ID=1:I?clock-frequency=0
|
| /onnv-gate/usr/src/uts/common/io/usb/clients/usbkbm/ |
| H A D | usbkbm.c | 700 int frequency; in usbkbm_ioctl() local 884 frequency = UINT16_MAX; in usbkbm_ioctl() 886 frequency = 0; in usbkbm_ioctl() 888 frequency = (PIT_HZ + cycles / 2) / cycles; in usbkbm_ioctl() 889 if (frequency > UINT16_MAX) in usbkbm_ioctl() 890 frequency = UINT16_MAX; in usbkbm_ioctl() 893 err = beep_mktone(frequency, msecs); in usbkbm_ioctl()
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | nfslogd.dfl | 40 # CYCLE_FREQUENCY specifies the frequency (in hours) with which the
|
| /onnv-gate/usr/src/cmd/terminfo/ |
| H A D | sperry.ti | 35 # frequency here, internally at sperry. It is also similar, i
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| H A D | README.caching | 41 * Improve performance by reducing the frequency of datastore lookups.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlretut.pod | 1521 print "frequency of '$_' is $chars{$_}\n" 1526 frequency of ' ' is 2 1527 frequency of 't' is 2 1528 frequency of 'l' is 2 1529 frequency of 'B' is 1 1530 frequency of 'c' is 1 1531 frequency of 'e' is 1 1532 frequency of 'h' is 1 1533 frequency of 'i' is 1 1534 frequency of 'a' is 1
|
| H A D | perlfaq.pod | 917 How can I print out a word-frequency or line-frequency summary?
|
| H A D | perlfaq6.pod | 474 =head2 How can I print out a word-frequency or line-frequency summary?
|
| H A D | perltoc.pod | 1380 =item How can I print out a word-frequency or line-frequency summary?
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | util.c | 362 U32 frequency = 256; in Perl_fbm_compile() local 400 if (PL_freq[s[i]] < frequency) { in Perl_fbm_compile() 402 frequency = PL_freq[s[i]]; in Perl_fbm_compile()
|
| /onnv-gate/usr/src/cmd/fm/eversholt/files/common/ |
| H A D | pciex.esc | 52 * high frequency. We will also be quite conservative about nonfatal internal
|
| /onnv-gate/usr/src/cmd/zic/ |
| H A D | europe | 596 # department for time and frequency transmission. He explained that the
|
| /onnv-gate/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 4661 welcome. This will result in an increase in the frequency of releases and 8420 of _SCP (cooling preference) and _TZP (polling frequency) values 8422 frequency to 5 seconds, and "echo scp=1 > info" sets the cooling
|