Searched refs:window (Results 51 - 75 of 118) sorted by relevance

12345

/freebsd-11-stable/sys/dev/digi/
H A Ddigi.h137 u_int wport; /* window select I/O port */
167 u_char window; /* saved window */ member in struct:digi_softc
H A Ddigi_isa.c76 outb(sc->wport, sc->window = FEPWIN | (addr >> sc->win_bits));
83 outb(sc->wport, sc->window = FEPMEM);
90 outb(sc->wport, sc->window = 0);
97 outb(sc->wport, sc->window = win);
103 outb(sc->wport, sc->window = FEPMEM);
304 sc->hidewin(sc); /* set initial sc->window */
H A Ddigi.c265 outb(sc->wport, 0xff); /* window 7 */
989 int window; local
1005 window = sc->window;
1074 if (sc->window != 0)
1076 if (window != 0)
1077 sc->towin(sc, window);
1094 int size, window; local
1113 window = sc->window;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c109 svn_error_t *svn_delta_noop_window_handler(svn_txdelta_window_t *window,
108 svn_delta_noop_window_handler(svn_txdelta_window_t *window, void *baton) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.h63 /* the txdelta window information cached / to be cached */
64 svn_txdelta_window_t *window; member in struct:__anon164
66 /* the revision file read pointer position before reading the window */
69 /* the revision file read pointer position right after reading the window */
H A Dcached_data.c126 description = " (txdelta window)";
470 /* The txdelta window cache to use or NULL. */
489 int chunk_index; /* number of the window to read */
904 /* If not NULL, this is the base for the first delta window in rs_list */
949 window stream before we continue normal operation. */
960 /* Set window key in *KEY to address the window described by RS.
980 * success of the lookup. Allocations (of the window in particualar) will
990 /* length of the txdelta window in its on-disk format */
993 /* expanded (and combined) window lengt
1007 const svn_fs_x__txdelta_cached_window_t *window = data; local
1084 set_cached_window(svn_txdelta_window_t *window, rep_state_t *rs, apr_off_t start_offset, apr_pool_t *scratch_pool) argument
1132 set_cached_combined_window(svn_stringbuf_t *window, rep_state_t *rs, apr_pool_t *scratch_pool) argument
1451 svn_txdelta_window_t *window; local
1471 svn_txdelta_window_t *window; local
1624 svn_txdelta_window_t *window; local
2322 delta_read_next_window(svn_txdelta_window_t **window, void *baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h383 read or consumed. The allocation of a sliding window will be deferred to
471 call. Z_FINISH also informs inflate to not maintain a sliding window if the
474 enough output space is provided, then a sliding window will be allocated and
483 memory for a sliding window when Z_FINISH is used.
552 The windowBits parameter is the base two logarithm of the window size
559 window size of 256 bytes) is not supported. As a result, a request for 8
560 will result in 9 (a 512-byte window). In that case, providing 8 to
567 determines the window size. deflate() will then generate raw deflate data
578 For raw deflate or gzip encoding, a request for a 256-byte window is
580 transmitting the window siz
[all...]
H A Ddeflate.h96 /* A Pos is an index in the character window. We use short instead of int to
115 uInt w_size; /* LZ77 window size (32K by default) */
119 Bytef *window; member in struct:internal_state
120 /* Sliding window. Input bytes are read into the second half of the window,
125 * the window size to 64K, which is quite useful on MSDOS.
126 * To do: use the user input buffer as sliding window.
130 /* Actual size of window: 2*wSize, except when the user input buffer
131 * is directly used as sliding window.
137 * An index in this array is thus a window inde
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_des.c96 u_int ad_window; /* client specified window */
153 authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window, argument
208 ad->ad_window = window;
321 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
H A Drpc_soc.c389 authdes_create(char *servername, u_int window, struct sockaddr *syncaddr, argument
393 * u_int window; // time to live
411 nauth = authdes_seccreate(servername, window, hostname, ckey);
415 dummy = authdes_seccreate(servername, window, NULL, ckey);
/freebsd-11-stable/include/rpc/
H A Dauth.h104 int window; /* window option value */ member in struct:krb4_svc_data
257 * AUTH *authsecdes_create(servername, window, timehost, ckey)
259 * u_int window; - time to live
313 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status)
317 * const u_int window; - time to live
/freebsd-11-stable/sys/rpc/
H A Dauth.h104 int window; /* window option value */ member in struct:krb4_svc_data
253 * AUTH *authsecdes_create(servername, window, timehost, ckey)
255 * u_int window; - time to live
309 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status)
313 * const u_int window; - time to live
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c57 * window and then tries a bunch of randomly chosen encrypted timestamps,
59 * We therefore reject any RPCs with a window size larger than a preset
74 if (des_cred->adc_fullname.window > WINDOW) {
75 yp_error("warning: client-specified window size \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c121 svn_skel_t *window;
129 /* check the window. */
130 window = skel->children->next;
131 len = svn_skel__list_length(window);
134 if (! ((! window->children->is_atom)
135 && (window->children->next->is_atom)
136 && (window->children->next->next->is_atom)))
139 && (! window->children->next->next->next->is_atom))
144 diff = window->children;
562 /* Allocate a chunk and its window */
119 svn_skel_t *window; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c59 static int wpas_set_replay_protect(void *wpa_s, Boolean enabled, u32 window) argument
61 return wpa_drv_set_replay_protect(wpa_s, enabled, window);
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c348 th->th_win = le->window;
740 le->window == th->th_win))) {
760 le->window = th->th_win;
763 le->window = WIN_MAX(le->window, th->th_win);
859 le->window = th->th_win;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js13 /*global window: false, jQuery: false, console: false, define: false */
15 /* Cache window, document, undefined */
16 (function( window, document, undefined ) {
710 win = $(window),
736 if(doc.body.offsetWidth !== (window.innerWidth || doc.documentElement.clientWidth)) { offset = $(doc.body).offset(); }
766 // Check if window or document is the target
767 else if(target[0] === document || target[0] === window) {
768 targetWidth = BROWSER.iOS ? window.innerWidth : target.width();
769 targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
771 if(target[0] === window) {
[all...]
H A Djquery.js16 (function( window, undefined ) {
18 // Use the correct document accordingly with window argument (sandbox)
19 var document = window.document,
20 navigator = window.navigator,
21 location = window.location;
31 _jQuery = window.jQuery,
34 _$ = window.$,
392 if ( window.$ === jQuery ) {
393 window.$ = _$;
396 if ( deep && window
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c75 static int hapd_set_replay_protect(void *priv, Boolean enabled, u32 window) argument
82 window);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h90 /* A Pos is an index in the character window. We use short instead of int to
109 uInt w_size; /* LZ77 window size (32K by default) */
113 Bytef *window; member in struct:internal_state
114 /* Sliding window. Input bytes are read into the second half of the window,
119 * the window size to 64K, which is quite useful on MSDOS.
120 * To do: use the user input buffer as sliding window.
124 /* Actual size of window: 2*wSize, except when the user input buffer
125 * is directly used as sliding window.
131 * An index in this array is thus a window inde
[all...]
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h147 int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c1097 caddr_t window = rman_get_virtual(ctlr->r_res1); local
1125 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_APKT_OFFSET);
1142 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_HSG_OFFSET);
1151 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_LSG_OFFSET);
1156 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_ASG_OFFSET);
1161 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_HPKT_OFFSET);
1171 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_APKT_OFFSET);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c78 /* The insert position to the window. */
80 /* The position where we can copy decoded code from the window. */
83 * the window. */
352 ssize_t bytes_avail, offset, window; local
369 window = 4096;
371 buff = __archive_read_ahead(a, offset + window,
374 /* Remaining bytes are less than window. */
375 window >>= 1;
376 if (window < (H_SIZE + 3))
428 ssize_t bytes, window; local
[all...]
H A Darchive_read_support_format_cab.c63 /* The insert position to the window. */
65 /* The position where we can copy decoded code from the window. */
68 * the window. */
413 ssize_t bytes_avail, offset, window; local
433 window = 4096;
435 const char *h = __archive_read_ahead(a, offset + window,
438 /* Remaining bytes are less than window. */
439 window >>= 1;
440 if (window < 128)
491 ssize_t bytes, window; local
[all...]
H A Darchive_read_support_format_7zip.c493 ssize_t window = 4096; local
495 while (offset + window <= (SFX_MAX_ADDR)) {
497 offset + window, &bytes_avail);
499 /* Remaining bytes are less than window. */
500 window >>= 1;
501 if (window < 0x40)
550 ssize_t bytes, window; local
563 window = 1;
564 while (offset + window <= SFX_MAX_ADDR - SFX_MIN_ADDR) {
565 h = __archive_read_ahead(a, window,
[all...]

Completed in 493 milliseconds

12345