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

12345

/freebsd-current/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-current/sys/rpc/
H A Dauth.h101 int window; /* window option value */ member in struct:krb4_svc_data
251 * AUTH *authsecdes_create(servername, window, timehost, ckey)
253 * u_int window; - time to live
307 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status)
311 * const u_int window; - time to live
/freebsd-current/include/rpc/
H A Dauth.h101 int window; /* window option value */ member in struct:krb4_svc_data
254 * AUTH *authsecdes_create(servername, window, timehost, ckey)
256 * u_int window; - time to live
311 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status)
315 * const u_int window; - time to live
/freebsd-current/sys/netinet/
H A Dtcp_lro.h145 uint16_t window; member in struct:lro_entry
189 uint16_t win; /* TCP window */
H A Dtcp_lro.c735 pa->tcp->th_win = le->window;
893 /* Pull out TCP sequence numbers and window size. */
896 le->window = th->th_win;
1073 le->window == th->th_win))) {
1082 le->window = th->th_win;
1085 if (WIN_GT(th->th_win, le->window)) {
1086 le->window = th->th_win;
/freebsd-current/tools/test/stress2/misc/
H A Dnfsrename.sh73 * window where the file may not exist. It also appears that FreeBSD
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c59 static int wpas_set_replay_protect(void *wpa_s, bool enabled, u32 window) argument
61 return wpa_drv_set_replay_protect(wpa_s, enabled, window);
/freebsd-current/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-current/contrib/bearssl/src/ec/
H A Dec_p256_m64.c1260 * Inner function for computing a point multiplication. A window is
1299 * Lookup point in window. If the bits are 0,
1339 * Convert a window from Jacobian to affine coordinates. A single
1352 * Convert the window points to affine coordinates. We use the
1476 } window; local
1480 * Compute window, in Jacobian coordinates.
1482 window.jac[0] = *P;
1484 window.jac[i - 1] = window.jac[(i >> 1) - 1];
1486 p256_double(&window
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1275 * Returns an adjusted window log that is large enough to fit the source and the dictionary.
1277 * is within the window. So the hashLog and chainLog should be large enough to reference both
1278 * the dictionary and the window. So we must use this adjusted dictAndWindowLog when downsizing
1294 /* If the window size is already large enough to fit both the source and the dictionary
1295 * then just use the window size. Otherwise adjust so that it fits the dictionary and
1296 * the window.
1301 return ZSTD_WINDOWLOG_MAX; /* Larger than max window log */
1684 ZSTD_window_clear(&ms->window);
1686 ms->nextToUpdate = ms->window.dictLimit;
1741 ZSTD_window_init(&ms->window);
[all...]
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dle.c80 int window; local
100 window = (int)(atof(argv[2])/0.625);
101 window = (window < 4) ? 4 : interval;
120 cp.le_scan_window = window;
1273 "le_set_scan_param [active|passive] interval(ms) window(ms) [public|random] [all|whitelist] \n"
/freebsd-current/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c75 static int hapd_set_replay_protect(void *priv, bool enabled, u32 window) argument
82 window);
/freebsd-current/contrib/tcpdump/
H A Dprint-slow.c152 nd_uint64_t window; member in struct:slow_oam_link_event_t
678 GET_BE_U_8(tlv.slow_oam_link_event->window),
/freebsd-current/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h147 int (*set_replay_protect)(void *ctx, bool enabled, u32 window);
/freebsd-current/sys/contrib/zlib/
H A Ddeflate.h100 /* A Pos is an index in the character window. We use short instead of int to
119 uInt w_size; /* LZ77 window size (32K by default) */
123 Bytef *window; member in struct:internal_state
124 /* Sliding window. Input bytes are read into the second half of the window,
129 * the window size to 64K, which is quite useful on MSDOS.
130 * To do: use the user input buffer as sliding window.
134 /* Actual size of window: 2*wSize, except when the user input buffer
135 * is directly used as sliding window.
141 * An index in this array is thus a window inde
[all...]
/freebsd-current/sys/dev/ata/chipsets/
H A Data-promise.c1082 caddr_t window = rman_get_virtual(ctlr->r_res1); local
1110 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_APKT_OFFSET);
1127 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_HSG_OFFSET);
1135 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_LSG_OFFSET);
1140 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_ASG_OFFSET);
1145 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_HPKT_OFFSET);
1155 (window + (ch->unit * ATA_PDC_CHN_OFFSET) + ATA_PDC_APKT_OFFSET);
/freebsd-current/contrib/libarchive/libarchive/
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_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_rar5.c225 in the window buffer. */
233 int64_t solid_offset; /* Additional offset inside the window
508 static void circular_memcpy(uint8_t* dst, uint8_t* window, const uint64_t mask, argument
515 memcpy(dst, &window[start & mask], len1);
516 memcpy(dst + len1, window, len2);
518 memcpy(dst, &window[start & mask], (size_t) (end - start));
719 /* Check if our unpacked data is wrapped inside the window circular
752 * unpack window buffer as a source location. */
1136 ssize_t window = 4096; local
1141 while (offset + window <
2369 ssize_t bytes, window = 4096; local
[all...]
H A Darchive_read_support_format_7zip.c531 ssize_t window = 4096; local
533 while (offset + window <= (SFX_MAX_ADDR)) {
535 offset + window, &bytes_avail);
537 /* Remaining bytes are less than window. */
538 window >>= 1;
539 if (window < 0x40)
588 ssize_t bytes, window; local
601 window = 1;
602 while (offset + window <= SFX_MAX_ADDR - SFX_MIN_ADDR) {
603 h = __archive_read_ahead(a, window,
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c461 unsigned int window)
467 __func__, enabled, window);
470 drv->replay_window = window;
460 macsec_qca_set_replay_protect(void *priv, bool enabled, unsigned int window) argument
H A Ddriver_macsec_linux.c431 * macsec_drv_set_replay_protect - Set replay protect status and window size
435 * @window: replay window size, valid only when replay protect enabled
439 u32 window)
444 enabled ? "TRUE" : "FALSE", window);
449 drv->replay_window = window;
438 macsec_drv_set_replay_protect(void *priv, bool enabled, u32 window) argument
/freebsd-current/sbin/pfctl/
H A Dpfctl_osfp.c96 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, local
154 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU|
194 fp.fp_wsize = window;
/freebsd-current/sys/arm/mv/
H A Dmv_common.c1089 printf("CPU window#%d: c 0x%08x, b 0x%08x", i,
1201 * Remap function is not used for a given window
1274 printf("Disabling SDRAM decoding window: %d\n", j);
1396 printf("CESA window#%d: c 0x%08x, b 0x%08x\n", i,
1424 * MBUS window opened at given DRAM CS reaches
1426 * by setting the window size to the closest possible
1438 /* Set the first free CESA window */
1484 printf("USB window#%d: c 0x%08x, b 0x%08x\n", i,
1519 /* Set the first free USB window */
1548 printf("USB3.0 window#
2153 xor_active_dram(u_long base, int c, int e, int *window) argument
2192 int i, j, z, e = 1, m, window; local
[all...]

Completed in 430 milliseconds

12345