Searched refs:window (Results 76 - 100 of 118) sorted by relevance

12345

/freebsd-11-stable/sys/arm/mv/
H A Dmv_common.c713 printf("CPU window#%d: c 0x%08x, b 0x%08x", i,
801 printf("CPU window#%d: DDR target window is not "
807 printf("CPU window#%d: not capable of remapping, but "
820 printf("CPU window#%d: no space for size 0x%08x at "
827 printf("CPU window#%d: address 0x%08x is not aligned "
835 printf("CPU window#%d: (0x%08x - 0x%08x) overlaps "
885 * Remap function is not used for a given window
960 printf("Disabling SDRAM decoding window: %d\n", j);
1082 printf("USB window#
1753 xor_active_dram(u_long base, int c, int e, int *window) argument
1792 int i, j, z, e = 1, m, window; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-slow.c151 uint8_t window[8]; member in struct:slow_oam_link_event_t
681 EXTRACT_64BITS(&tlv.slow_oam_link_event->window),
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscfu.c294 sscf->funcs->window(sscf, sscf->aarg, 1);
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.h268 u16 window; member in struct:xge_lro_entry_t
H A Dif_nxge.c2497 header_tcp->th_win = lro_session->window;
2633 lro_session->window = header_tcp->th_win;
2678 lro_session->window = header_tcp->th_win;
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsyscons.s210 # Init RAM window
/freebsd-11-stable/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-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c439 unsigned int window)
445 __func__, enabled, window);
448 drv->replay_window = window;
438 macsec_qca_set_replay_protect(void *priv, Boolean enabled, unsigned int window) argument
H A Ddriver_macsec_linux.c433 * macsec_drv_set_replay_protect - Set replay protect status and window size
437 * @window: replay window size, valid only when replay protect enabled
441 u32 window)
446 enabled ? "TRUE" : "FALSE", window);
451 drv->replay_window = window;
440 macsec_drv_set_replay_protect(void *priv, Boolean enabled, u32 window) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c829 window_handler(svn_txdelta_window_t *window, argument
834 SVN_ERR(fb->apply_handler(window, fb->apply_baton));
836 if (!window)
H A Dblame.c111 /* The baton used by the txdelta window handler. Allocated per revision */
390 /* The delta window handler for the text delta between the previously seen
398 window_handler(svn_txdelta_window_t *window, void *baton) argument
404 SVN_ERR(dbaton->wrapped_handler(window, dbaton->wrapped_baton));
406 /* We patiently wait for the NULL window marking the end. */
407 if (window)
497 /* Prepare the text delta window handler. */
515 /* Wrap the window handler with our own. */
573 /* Proper delta - get window handler for applying delta.
H A Dexport.c539 the last textdelta window handler call returns. */
682 window_handler(svn_txdelta_window_t *window, void *baton)
687 err = hb->apply_handler(window, hb->apply_baton);
679 window_handler(svn_txdelta_window_t *window, void *baton) argument
/freebsd-11-stable/crypto/openssh/
H A Dssh.c1761 /* Store window size in the packet. */
1925 int window, packetmax, in, out, err; local
1946 window = CHAN_SES_WINDOW_DEFAULT;
1949 window >>= 1;
1954 window, packetmax, CHAN_EXTENDED_WRITE,
H A Dmux.c317 u_int i, j, len, env_len, escape_char, window, packetmax; local
450 window = CHAN_SES_WINDOW_DEFAULT;
453 window >>= 1;
458 new_fd[0], new_fd[1], new_fd[2], window, packetmax,
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf54 progs whois window write xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec40 Summary: A passphrase dialog for OpenSSH and the X window System.
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h769 Boolean enabled, u32 window)
774 window);
768 wpa_drv_set_replay_protect(struct wpa_supplicant *wpa_s, Boolean enabled, u32 window) argument
/freebsd-11-stable/contrib/ee/
H A Dee.c118 | defines for type of data to show in info window
165 int info_window = TRUE; /* flag to indicate if help window visible */
263 int out_char P_((WINDOW *window, int character, int column));
355 {"", NULL, NULL, NULL, NULL, -1}, /* 6. info window */
446 char *com_win_message; /* to be shown in com_win if no info window */
933 out_char(window, character, column) /* output non-printing character */
934 WINDOW *window;
948 waddch(window, ' ');
967 waddch(window, (unsigned char)character );
973 waddch(window, (unsigne
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c789 window_handler(svn_txdelta_window_t *window, void *baton)
794 err = hb->apply_handler(window, hb->apply_baton);
795 if (window != NULL && !err)
788 window_handler(svn_txdelta_window_t *window, void *baton) argument
/freebsd-11-stable/contrib/ldns/
H A Drr.c2433 * The RR type space is split into 256 window blocks, each representing
2436 * window number (from 0 to 255), a single octet bitmap length (from 1
2437 * to 32) indicating the number of octets used for the window block's
2459 uint8_t window; /* most significant octet of type */ local
2461 uint16_t windows[256] /* Max subtype per window */
2478 window = d->_type >> 8;
2480 if (windows[window] < subtype) {
2481 windows[window] = subtype;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h221 u16 window; member in struct:tcplro
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c225 in the window buffer. */
233 int64_t solid_offset; /* Additional offset inside the window
503 static void circular_memcpy(uint8_t* dst, uint8_t* window, const uint64_t mask, argument
510 memcpy(dst, &window[start & mask], len1);
511 memcpy(dst + len1, window, len2);
513 memcpy(dst, &window[start & mask], (size_t) (end - start));
714 /* Check if our unpacked data is wrapped inside the window circular
747 * unpack window buffer as a source location. */
1682 /* Archives which declare solid files without initializing the window
1687 "Declared solid file, but no window buffe
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf1189 [window-test]
1190 description = Test delta window generation
1193 sources = window-test.c
1586 random-test window-test
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c465 /* Switch window. */
487 /* Check if switching to same window */
496 /* Avoid switching to already selected window */
535 /* Switch window ignoring process locking. */
566 /* Restore per-window keyboard mode. */
1648 /* Actually apply the font to the current window. */
1862 * Either the mouse is disabled, or the window is in
1963 * window with selection.
2248 case FBIO_GETWINORG: /* get frame buffer window origin */
2599 vt_allocate_window(struct vt_device *vd, unsigned int window) argument
[all...]
/freebsd-11-stable/contrib/unbound/sldns/
H A Dwire2str.c1260 unsigned i, bit, window, block_len; local
1278 window = (unsigned)p[0];
1285 t = ((window)<<8) | (i << 3);

Completed in 400 milliseconds

12345