Searched refs:burst (Results 1 - 13 of 13) sorted by relevance
| /bind-9.11.3/bin/tests/system/fetchlimit/ |
| H A D | clean.sh | 13 rm -f burst.input.*
|
| H A D | tests.sh | 15 burst() { function 17 rm -f burst.input.$$ 20 echo "${num}${1}${2}.lamesub.example A" >> burst.input.$$ 22 $PERL ../ditch.pl -p 5300 -s 10.53.0.3 burst.input.$$ 23 rm -f burst.input.$$ 42 burst a $try 80 burst b $try 95 burst c $try 123 burst b $try 300 162 burst [all...] |
| /bind-9.11.3/bin/tests/system/rrl/ |
| H A D | tests.sh | 64 burst () { function 159 burst 5 a1.tld3 +norec 161 burst 3 a1.tld2 164 burst 10 a1.tld2 166 burst 30 'x$CNT.a2.tld2' 168 burst 10 'y.x$CNT.a2.tld2' 186 burst 10 'x.a3.tld3' 187 burst 10 'y$CNT.a3.tld3' 188 burst 10 'z$CNT.a4.tld2' 209 burst 1 [all...] |
| /illumos-gate/usr/src/uts/common/inet/sctp/ |
| H A D | sctp_output.c | 2216 int burst; local 2323 for (tot_wnd -= pkt_len, burst = sctps->sctps_maxburst - 1; 2324 meta != NULL && burst > 0; meta = meta->b_next, burst--) {
|
| /illumos-gate/usr/src/uts/common/io/atge/ |
| H A D | atge_main.c | 1058 uint16_t burst; local 1206 burst = pci_config_get16(atgep->atge_conf_handle, 1212 atgep->atge_dma_rd_burst = ((burst >> 12) & 0x07) << 1218 atgep->atge_dma_wr_burst = ((burst >> 5) & 0x07) << 1223 (128 << ((burst >> 12) & 0x07)), 1224 (128 << ((burst >> 5) & 0x07))));
|
| /illumos-gate/usr/src/stand/lib/tcp/ |
| H A D | tcp.c | 148 /* TCP cwnd burst factor. */ 4209 * to be sent in one time to tcp_snd_burst, the burst variable. 4219 int32_t burst = tcp->tcp_snd_burst; local 4238 (burst > 0) && (snxt_mp != NULL)) { 4271 burst--;
|
| /illumos-gate/usr/src/uts/common/io/chxge/ |
| H A D | ch.c | 1992 uint32_t burst; local 2003 /* check burst size and transaction count */ 2005 burst = (v >> 18) & 3; 2008 switch (burst) { 2010 /* 512 burst size legal with split cnts 1,2,3 */ 2018 /* 1024 burst size legal with split cnts 1,2 */ 2026 /* 2048 burst size legal with split cnts 1 */ 2041 * if illegal burst size seen, then default to 1024 burst size 2088 cmn_err(CE_WARN, "%s illegal burst siz [all...] |
| /illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | rdsv3_debug.c | 356 int burst; member in struct:ratelimit_state 363 #define DEFINE_RATELIMIT_STATE(name, interval, burst) \ 364 static struct ratelimit_state name = {interval, burst, } 393 if (rs->burst && rs->burst > rs->printed) {
|
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_txdma.c | 2099 uint32_t burst = 0; local 2130 (void) npi_txc_dma_max_burst(handle, OP_GET, channel, &burst); 2136 printf("\n\tTXC max burst %d", burst);
|
| /illumos-gate/usr/src/uts/common/io/iwi/ |
| H A D | ipw2200_impl.h | 689 uint16_t burst[WME_NUM_AC]; member in struct:ipw2200_wme_params
|
| /illumos-gate/usr/src/cmd/lp/model/ |
| H A D | uri | 99 # Generate an ASCII burst page and pass it to the printer 100 # This may be much faster than the PostScript(TM) burst page 115 # Generate a PostScript(TM) burst page (this assumes an 8.5x11 page size) 169 burst-page-type=* )
|
| /illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/ |
| H A D | sun7i-a20.dtsi | 194 snps,fixed-burst;
|
| /illumos-gate/usr/src/uts/common/io/iwn/ |
| H A D | if_iwnreg.h | 1440 uint32_t burst; member in struct:iwn_general_stats
|
Completed in 121 milliseconds