Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 112) sorted by path

12345

/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h154 char window; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2129 int window; in settcpwindow() local
2133 window = (int)strtol(argv[1], &endp, 10); in settcpwindow()
2134 if (errno || window < 0 || *endp != '\0') in settcpwindow()
2138 tcpwindowsize = window; in settcpwindow()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c234 Bytef *window; member
982 match = s->window + cur_match;
1137 zmemcpy((charf *)s->window, (charf *)s->window+wsize,
3119 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
3233 s->read = s->write = s->window;
3255 s->end = s->window + w;
3536 ZFREE(z, s->window, s->end - s->window);
3587 s->read = q = s->window;
4288 f = s->window;
4368 q = s->window;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dtswtclmt.types34 params window uint32
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1136 uint8_t window; in opt_format_nummode() local
1138 GETINT8(window, optdata); in opt_format_nummode()
1139 (void) sprintf(get_line(0, 0), "Window = %d", window); in opt_format_nummode()
1860 uint8_t window; in opt_format_deflate() local
1865 window = method >> 4; in opt_format_deflate()
1871 (void) sprintf(get_line(0, 0), "Maximum Window Size = %d", window); in opt_format_deflate()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c409 static int window = 60; in nfs_create_ah() local
423 return (authdes_seccreate(netname, window, hostname, in nfs_create_ah()
/illumos-gate/usr/src/cmd/latencytop/
H A Ddisplay.c152 print_statistics(WINDOW * window, int begin_line, int nlines, void *list) in print_statistics() argument
178 (void) mvwprintw(window, i + begin_line, 0, "%s", tmp); in print_statistics()
182 (void) mvwprintw(window, i + begin_line, BEGIN_COUNT, in print_statistics()
185 (void) mvwprintw(window, i + begin_line, BEGIN_AVG, in print_statistics()
190 (void) mvwprintw(window, i + begin_line, BEGIN_MAX, in print_statistics()
205 (void) mvwprintw(window, i + begin_line, BEGIN_PCT, in print_statistics()
/illumos-gate/usr/src/cmd/look/
H A Dwords24718 window
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c315 if (window == 0) in main()
316 window = lines - 1; in main()
317 if (window <= 1) in main()
318 window = 2; in main()
439 (off_t)window + 1; in screen()
566 window = (int)nlines; in command()
573 (off_t)window - 1; in command()
584 (off_t)window + 1; in command()
1268 (off_t)window in search()
1276 (off_t)window in search()
[all …]
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c771 hrtime_t window; in check_denial_of_service() local
782 window = current - orig_time; in check_denial_of_service()
783 if (window > MILLI_TO_NANO(sliding_interval_ms)) { in check_denial_of_service()
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME1037 necessary as it opens a window for spammers. Specifically,
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4500 # Width of the window
/illumos-gate/usr/src/cmd/spell/
H A Dlist24717 window
/illumos-gate/usr/src/cmd/svc/profile/
H A DREADME37 run the window system, SVM, or vold. It retains ssh and
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news191 window.
287 A bug which allowed you to set window to a value larger than
381 The provisions for changing the window size with a numeric
383 The correct way to change the window size is to use the z
411 window size. That is, 2^F moves forward 2 pages.
631 a 23 line window at 1200 baud with
635 :set window=5
901 The provisions for changing the window size with a numeric
903 The correct way to change the window size is to use the z
923 window size. That is, 2^F moves forward 2 pages.
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1323 Bytef *window; member
2107 window = state->window;
2409 state->window = Z_NULL;
2552 if (state->window == Z_NULL) {
3381 if (state->window != Z_NULL) ZFREE(strm, state->window);
3550 unsigned char FAR *window; local
3563 window = Z_NULL;
3567 if (window == Z_NULL) {
3582 if (window != Z_NULL) {
3584 zmemcpy(window, state->window, wsize);
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE1328 08-07-03 When the window change signal, WINCH, is received, the current
1425 08-04-30 +The emacs and vi editors have been modified to handle window
1772 06-06-13 A window between fork/exec in which a signal could get lost
1830 modes handle lines longer than the window width. Instead of
1893 COLUMNS variables in sync with the actual window size.
H A Dsh.memo511 line screen edit window.
515 Editing can be performed on this window until the
522 commands from this file into the input edit window.
593 copying the command into the input edit window.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c383 window = Window; in ed_viread()
384 window[0] = '\0'; in ed_viread()
535 window[0] = '\0'; in ed_viread()
812 window[0] = '\0'; in cntlmode()
841 window[0] = '\0'; in cntlmode()
1177 window[0] = '\0'; in del_line()
2000 window[w++] = physical[p++]; in refresh()
2007 window[w++] = ' '; in refresh()
2020 putchar(window[w++]); in refresh()
2108 window[cur_window] = c; in replace()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE440 06-10-31 disc/sfdcseekable.c: add SFSK_DISCARD for seekable window control
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c6195 …etryCount, &laddr, &raddr, mDNSVal16(lport), mDNSVal16(rport), &eth, mti.seq, mti.ack, mti.window); in UpdateKeepaliveRData()
6197 …etryCount, &laddr, &raddr, mDNSVal16(lport), mDNSVal16(rport), &eth, mti.seq, mti.ack, mti.window); in UpdateKeepaliveRData()
H A DmDNSEmbeddedAPI.h640 mDNSu16 window;
650 mDNSu16 window; member
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog8 - Fix bug when window full in deflate_stored()
68 - Fix deflate stored bug when pulling last block from window
94 - Reject a window size of 256 bytes if not using the zlib wrapper
280 - Avoid searching past window for Z_RLE strategy
321 - Have inflate() with Z_FINISH avoid the allocation of a window
570 - Use zlib header window size if windowBits is 0 in inflateInit2()
1051 - Does not allocate 32K window unless and until needed
1106 - Avoid accesses before window for invalid distances with inflate window
1108 - force windowBits > 8 to avoid a bug in the encoder for a window size
1459 - default window size is same for compression and decompression
H A Ddeflate.c1130 TRY_FREE(strm, strm->state->window);
1179 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
1323 match = s->window + cur_match;
1441 match = s->window + cur_match;
1492 if (zmemcmp(s->window + match,
1497 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
1550 zmemcpy(s->window, s->window+wsize, (unsigned)wsize - more);
1580 s->ins_h = s->window[str];
1791 zmemcpy(s->window, s->window + s->w_size, s->strstart);
1821 zmemcpy(s->window, s->window + s->w_size, s->strstart);
[all …]
H A Ddeflate.h117 Bytef *window; member

12345