| /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...] |
| /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/uts/common/ipp/meters/ |
| tokenmtddi.c | 38 #define D_SM_COMMENT "IPP Single-Two Rate Token Meter" 159 /* parse yellow next action name, if present this is Two Rate meter */ 191 /* parse committed rate - in kilo bits / sec */ 196 " committed rate missing\n")); 202 tokenmt0dbg(("tokenmt_create_action: invalid committed rate, "\ 245 tokenmt0dbg(("tokenmt_create_action: peak rate "\ 253 "peak rate, %u\n", cfg_parms->peak_rate)); 392 uint32_t rate, cbs, pbs; local 478 /* parse committed rate, if present */ 479 if ((err = nvlist_lookup_uint32(nvlp, TOKENMT_COMMITTED_RATE, &rate)) [all...] |
| tswtclddi.c | 172 /* parse committed rate - in bits / sec */ 177 " committed rate missing\n")); 182 /* parse peak rate - in bits / sec */ 187 " peak rate missing\n")); 195 " peak rate < committed rate\n")); 290 uint32_t rate; local 370 /* parse committed rate, if present */ 371 if ((err = nvlist_lookup_uint32(nvlp, TSWTCL_COMMITTED_RATE, &rate)) 373 cfg_parms->committed_rate = rate; [all...] |
| /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/uts/common/io/arn/ |
| arn_beacon.c | 67 * up all required antenna switch parameters, rate codes, and channel flags. 68 * Beacons are always sent out at the lowest rate, and are not retried. 83 uint8_t rix, rate; local 111 * Calculate rate code. 112 * XXX everything at min xmit rate 116 rate = rt->info[rix].ratecode; 118 rate |= rt->info[rix].short_preamble; 137 series[0].Rate = rate;
|
| /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/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/uts/common/io/net80211/ |
| net80211_input.c | 515 * Install received rate set information in the node's state block. 531 * Tack on 11g extended supported rate element. 538 "[%s] extended rate set too large;" 1145 uint8_t rate; local [all...] |
| net80211_node.c | 177 * Set/change the channel. The rate set is also updated as 189 * Gotta be careful here; the rate set returned by 190 * ieee80211_get_suprates is actually any HT rate 192 * install the legacy rate est in ni_rates and the 193 * HT rate set in ni_htrates. 391 * Do mode-specific rate setup. 422 uint8_t rate; local 448 rate = ieee80211_fix_rate(in, &in->in_rates, 450 if (rate & IEEE80211_RATE_BASIC) 505 /* best/max rate preferred if signal level close enough * [all...] |
| net80211_ht.c | 967 * Install received HT rate set by parsing the HT cap ie. 988 "WARNING, HT rate set too large; only " 1000 * Mark rates in a node's HT rate set as basic according 1016 "WARNING, empty HT rate set\n"); 1873 int i, rate; local [all...] |
| /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...] |
| /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/cmd/avs/sdbc/ |
| sd_trace.c | 780 double rate; local 806 rate = delta_done * 1000.0 / dc_delta_time; 809 * Calculate rate of updates as a weighted average 810 * of previous and current rate 813 rate = (rate_prev[cd] * 4.0 + rate) / 5.0; 814 rate_prev[cd] = rate; 823 time_left = (long)(updates_left/rate); /* time left in seconds */
|
| /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/i86pc/cpu/authenticamd/ |
| authamd_main.c | 610 * NB Watchdog policy, and rate we use if enabling. 627 AUTHAMD_SCRUB_FIXED, /* assign our chosen rate */ 628 AUTHAMD_SCRUB_MAX /* use higher of ours and BIOS rate */ 638 uint32_t rate; local 648 rate = osrate; 659 rate = MIN(osrate, biosrate); /* small is fast */ 661 rate = osrate ? osrate : biosrate; 664 return (rate); 747 break; /* if enabled leave rate intact */
|
| /onnv/onnv-gate/usr/src/cmd/trapstat/sun4/ |
| trapstat.c | 764 " [ -P ] [ -a ] [ -r rate ] [[ interval [ count ] ] | " 780 " -r hz Set sampling rate to be hz samples " 1661 long count = 0, rate = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/rum/ |
| rum_reg.h | 225 uint8_t rate; member in struct:rum_rx_desc
|
| 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_reg.h | 80 #define RAL_TXRX_CSR11 0x0456 /* Auto responder basic rate */ 202 uint8_t rate; member in struct:ural_rx_desc
|
| 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/uts/sun4/io/ |
| su_driver.c | 137 * Baud rate table. Indexed by #defines found in sys/termios.h 140 0, /* 0 baud rate */ 141 0x900, /* 50 baud rate */ 142 0x600, /* 75 baud rate */ 143 0x417, /* 110 baud rate (%0.026) */ 144 0x359, /* 134 baud rate (%0.058) */ 145 0x300, /* 150 baud rate */ 146 0x240, /* 200 baud rate */ 147 0x180, /* 300 baud rate */ 148 0x0c0, /* 600 baud rate */ 2436 unsigned int rate; local 2608 unsigned int rate; local 3028 unsigned int rate, divisor; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
| piclenvd.c | 1492 float rate; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ral/ |
| rt2560_reg.h | 83 #define RT2560_ARSP_PLCP_1 0x009c /* Auto Responder Basic Rate mask */ 266 uint8_t rate; member in struct:rt2560_rx_desc
|