| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| eventgen.c | 32 * by event rate (flowoplib_eventlimit), by I/O operations rate 33 * (flowoplib_iopslimit()), by operations rate (flowoplib_opslimit), 56 (void) fprintf(stderr, "eventgen rate=<rate>\n"); 74 * average rate at the requested rate. 88 int count, rate; local 94 rate = avd_get_int(filebench_shm->shm_eventgen_hz); 95 if (rate > 0) [all...] |
| eventgen.h | 38 void eventgen_setrate(avd_t rate); 43 #define EVENTGEN_VAR "rate"
|
| /onnv/onnv-gate/usr/src/uts/common/io/ath/ |
| ath_rate.h | 50 void ath_rate_update(ath_t *asc, struct ieee80211_node *in, int32_t rate);
|
| ath_rate.c | 73 ath_rate_update(ath_t *asc, struct ieee80211_node *in, int32_t rate) 81 in->in_txrate = rate; 90 * Before associating a node has no rate set setup 94 * lowest hardware rate. 99 in->in_rates.ir_rates[rate] & IEEE80211_RATE_VAL]; 105 * Hardware supports multi-rate retry; setup two 106 * step-down retry rates and make the lowest rate 111 an->an_tx_try0 = 1 + 3; /* 4 tries at rate 0 */ 112 if (--rate >= 0) { 114 in->in_rates.ir_rates[rate]&IEEE80211_RATE_VAL] [all...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/workloads/ |
| randomread.f | 26 # $eventrate - event generator rate (0 == free run) 39 eventgen rate=$eventrate 48 flowop eventlimit name=rand-rate
|
| randomwrite.f | 26 # $eventrate - event generator rate (0 == free run) 39 eventgen rate=$eventrate 48 flowop eventlimit name=rand-rate
|
| randomrw.f | 26 # $eventrate - event generator rate (0 == free run) 39 eventgen rate=$eventrate
|
| oltp.f | 26 # $eventrate - event generator rate (0 == free run) 49 eventgen rate = $eventrate 89 flowop eventlimit name=random-rate
|
| ratelimcopyfiles.f | 27 # set to the writewholefile flowop to limit the rate to one writewholefile 30 # it will run at half the rate. Without the target attribute, this workload 31 # is identical to copyfiles.f. Set the event generator rate by setting 38 # $eventrate - event generator rate (0 == free run) 52 eventgen rate=$eventrate
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| xti_osi.h | 88 * rate structure 91 struct rate { struct 102 struct rate called; /* called rate */ 103 struct rate calling; /* calling rate */
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
| postcomm.h | 135 * The baud rate can be set on the command line using the -b option. If you omit 147 * strings into termio values that represent the requested baud rate. 154 char *rate; /* string identifying the baud rate */ member in struct:__anon725 162 * BAUDTABLE initializes the array that's used to translate baud rate requests 164 * the rate field.
|
| /onnv/onnv-gate/usr/src/cmd/cdrw/ |
| misc_scsi.c | 822 uint16_t rate = 0; local 841 rate = read_scsi16(&mp2a[offset]); 853 rate = read_scsi16(&mp2a[offset]); 864 rate = read_scsi16(&mp2a[offset]); 868 rate = read_scsi16(&mp2a[offset]); 870 if (rate == 0) { 876 rate = read_scsi16(&mp2a[offset]); 887 "Read" : "Write", cdrw_bandwidth_to_x(rate)); 888 return (rate); 905 uint16_t rate; local 984 uint_t rate; local [all...] |
| device.h | 83 uint_t cdrw_bandwidth_to_x(uint_t rate);
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| postio.h | 172 * The baud rate can be set on the command line using the -b option. If you omit 182 * strings into termio values that represent the requested baud rate. 188 char *rate; /* string identifying the baud rate */ member in struct:__anon4 195 * BAUDTABLE initializes the array that's used to translate baud rate requests 197 * the rate field.
|
| /onnv/onnv-gate/usr/src/cmd/kbd/ |
| kbd.c | 32 * rate] 44 * -R autorepeat rate sets autorepeat rate, unit in ms 110 char *copt, *aopt, *delay, *rate, *layout_name, *b_type, *freq_str; local 160 rate = optarg; 205 if (Rflag && atoi(rate) <= 0) { 206 (void) fprintf(stderr, "Invalid arguments: -R %s\n", rate); 244 if (Rflag && (error = set_repeat_rate(rate, kbd)) != 0) 476 * also, included the autorepeat delay and rate being used 483 /* these two variables are used for getting delay&rate */ 484 int delay, rate; local 600 int rate = atoi(rate_str); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| qlc.conf | 184 #Name: Fibre Channel Data Rate Option 191 #Usage: This field specifies the data rate which the driver uses. 192 fc-data-rate=2;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/nxge/ |
| nxge_n2_esr_hw.h | 148 uint16_t rate : 2; member in struct:_esr_ti_cfgrx_l::__anon7650 156 uint16_t rate : 2; 261 uint16_t rate : 2; member in struct:_esr_ti_cfgtx_l::__anon7653 269 uint16_t rate : 2; 328 uint16_t rate : 2; member in struct:_esr_ti_testcfg::__anon7655 348 uint16_t rate : 2;
|
| /onnv/onnv-gate/usr/src/cmd/audio/utilities/ |
| AudioHdrParse.cc | 65 // Return a string containing the sample rate 182 char *rate; local 189 rate = RateString(); 191 (void) sprintf(str, "%s, %s, %s", enc, rate, chan); 192 delete rate; 198 // Parse a string containing the sample rate 207 int rate; local 239 rate = irint(r); 245 if ((rate <= 0) || (rate > 500000)) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/zyd/ |
| zyd.c | 159 zyd_plcp_signal(uint16_t rate) 161 switch (rate) { 287 uint16_t frame_size, additional_size, rate; local 362 * pickup a rate. May need work to make adaptive - at present, 363 * picks best rate for mode. 367 rate = (uint16_t)in->in_rates.ir_rates[0]; 369 rate = (uint16_t)ic->ic_sup_rates[ic->ic_curmode]. 372 rate = (uint16_t)ic->ic_sup_rates[ic->ic_curmode]. 375 rate &= IEEE80211_RATE_VAL; 376 if (rate == 0) /* should not happen * [all...] |
| /onnv/onnv-gate/usr/src/uts/common/dtrace/ |
| profile.c | 190 int i, j, rate, kind; local 232 if ((rate = profile_rates[i]) == 0) 236 PROF_PREFIX_PROFILE, rate); 237 profile_create(NANOSEC / rate, n, PROF_PROFILE); 241 if ((rate = profile_ticks[i]) == 0) 245 PROF_PREFIX_TICK, rate); 246 profile_create(NANOSEC / rate, n, PROF_TICK);
|
| /onnv/onnv-gate/usr/src/uts/common/io/ral/ |
| rt2560.c | 54 /* quickly determine if a given rate is CCK or OFDM */ 55 #define RAL_RATE_IS_OFDM(rate) ((rate) >= 12 && (rate) != 22) 213 /* update basic rate set */ 830 * the rate adaptation statistics. 1251 /* give rssi to the rate adatation algorithm */ 1294 * Return the expected ack rate for a frame transmitted at rate `rate' 1432 int rate, err = DDI_SUCCESS; local 1565 int rate, err = DDI_SUCCESS; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/wpi/ |
| wpireg.h | 231 uint8_t rate; member in struct:wpi_tx_stat 269 uint8_t rate; member in struct:wpi_rx_head 413 uint8_t rate; member in struct:wpi_node 435 uint8_t rate; member in struct:wpi_cmd_data 458 uint8_t rate; member in struct:wpi_cmd_beacon 532 uint8_t rate; member in struct:wpi_scan_hdr
|
| /onnv/onnv-gate/usr/src/uts/common/io/rum/ |
| rum.c | 50 /* quickly determine if a given rate is CCK or OFDM */ 51 #define RUM_RATE_IS_OFDM(rate) ((rate) >= 12 && (rate) != 22) 593 * Return the expected ack rate for a frame transmitted at rate `rate'. 596 rum_ack_rate(struct ieee80211com *ic, int rate) 598 switch (rate) { 605 return ((ic->ic_curmode == IEEE80211_MODE_11B) ? 4 : rate); 731 int rate, err = DDI_SUCCESS, rv; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ural/ |
| ural.c | 49 /* quickly determine if a given rate is CCK or OFDM */ 50 #define RAL_RATE_IS_OFDM(rate) ((rate) >= 12 && (rate) != 22) 530 * Return the expected ack rate for a frame transmitted at rate `rate'. 531 * this should depend on the destination node basic rate set. 534 ural_ack_rate(struct ieee80211com *ic, int rate) 536 switch (rate) { 670 int rate, err = DDI_SUCCESS; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| Benchmark.pm | 215 Rate b a 237 [ '', 'Rate', 'b', 'a' ], 335 Rate b a 355 Rate b a 889 my $rate = $_->[6] / (( $style eq 'nop' ? $_->[4] + $_->[5] 891 $_->[7] = $rate; 894 # Sort by rate 905 $display_as_rate ? 'Rate' : 's/iter', 927 # We assume that we'll never get a 0 rate. 928 my $rate = $display_as_rate ? $row_rate : 1 / $row_rate [all...] |