Searched refs:win (Results 176 - 195 of 195) sorted by relevance

12345678

/freebsd-current/sys/netinet/
H A Dtcp_lro_hpts.c88 ae->win = th->th_win;
H A Dtcp_input.c1525 int rstreason, todrop, win, incforsyn = 0; local
1973 win = sbspace(&so->so_rcv);
1974 if (win < 0)
1975 win = 0;
1976 tp->rcv_wnd = imax(win, (int)(tp->rcv_adv - tp->rcv_nxt));
/freebsd-current/crypto/heimdal/lib/hx509/
H A DMakefile.am431 data/win-u16-in-printablestring.der \
H A DMakefile.in762 data/win-u16-in-printablestring.der \
/freebsd-current/sys/dev/vt/
H A Dvt_core.c2942 int win; local
2943 win = *(int *)data - 1;
2945 VT_UNIT(vw), win);
2946 if ((win >= VT_MAXWINDOWS) || (win < 0))
2948 return (vt_proc_window_switch(vd->vd_windows[win]));
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c426 #define MARK_NOCHANGE(win,row) \
427 win->_line[row].firstchar = _NOCHANGE; \
428 win->_line[row].lastchar = _NOCHANGE
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h1613 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member in union:v4l2_format::__anon10728
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl625 my $_byte = ($flavour =~ /win/ ? "DCB" : ".byte");
H A Dsha512-armv4.pl202 my $_word = ($flavour =~ /win/ ? "DCDU" : ".word");
H A Dsha256-armv4.pl610 my $_byte = ($flavour =~ /win/ ? "DCB" : ".byte");
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcoex.c933 if (bt->scan_info_v1[i].win == 0 &&
942 pscan_v2->para[i].win == 0 &&
6499 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INQ].win),
6501 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_PAGE].win),
6503 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_BLE].win),
6505 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INIT].win),
6510 le16_to_cpu(bt->scan_info_v2[CXSCAN_BG].win),
6512 le16_to_cpu(bt->scan_info_v2[CXSCAN_INIT].win),
6514 le16_to_cpu(bt->scan_info_v2[CXSCAN_LE].win),
H A Dcore.h1701 __le16 win; member in struct:rtw89_btc_bt_scan_info_v1
1707 __le16 win; member in struct:rtw89_btc_bt_scan_info_v2
H A Dmac.c3859 u8 win = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE ? 16 : 0; local
3864 rtw89_write8(rtwdev, reg, win);
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl73 my $_byte = ($flavour =~ /win/ ? "DCB" : ".byte");
/freebsd-current/sys/dev/bwi/
H A Dif_bwi.c734 uint32_t win = BWI_PCIM_REGWIN(id); local
739 pci_write_config(sc->sc_dev, BWI_PCIR_SEL_REGWIN, win, 4);
740 if (pci_read_config(sc->sc_dev, BWI_PCIR_SEL_REGWIN, 4) == win)
826 device_printf(sc->sc_dev, "no number of win for "
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5754 struct winsize win; local
5759 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &win) != -1 && win.ws_row > 0)
5760 return (win.ws_row);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl75 $_byte = ($flavour =~ /win/ ? "DCB" : ".byte");
/freebsd-current/sys/netinet/tcp_stacks/
H A Dbbr.c443 bbr_set_state(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t win);
7989 * of the data i.e. collapsed the win
7991 * the win and acked that data. We would
10221 bbr_set_state(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t win) argument
10233 bbr->r_ctl.rc_init_rwnd = max(win, bbr->rc_tp->snd_wnd);
H A Drack.c2495 /* Ok lets get the initial TCP win (not racks) */
16073 /* Not a valid win update */
16193 th->th_win = ae->win;
16536 tiwin = ae->win << tp->snd_scale;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_main.c11886 read_card_mem(struct adapter *sc, int win, struct t4_mem_range *mr) argument

Completed in 616 milliseconds

12345678