Home
last modified time | relevance | path

Searched refs:win (Results 226 – 250 of 276) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/intel/io/
H A Diommulib.c716 ddi_dma_handle_t dma_handle, uint_t win, off_t *offp, size_t *lenp, in iommulib_nexdma_win() argument
726 win, offp, lenp, cookiep, ccountp)); in iommulib_nexdma_win()
858 ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, in iommulib_iommu_dma_win() argument
864 return (nexops->nops_dma_win(dip, rdip, handle, win, offp, lenp, in iommulib_iommu_dma_win()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h625 int win, t4_os_lock_t *lock,
718 int t4_read_tcb(struct adapter *adap, int win, int tid, u32 tcb[TCB_SIZE/4]);
747 int t4_memory_rw_addr(struct adapter *adap, int win,
750 int t4_memory_rw_mtype(struct adapter *adap, int win,
754 int t4_memory_rw(struct adapter *adap, int win,
H A Dt4_hw.c767 int t4_memory_rw_addr(struct adapter *adap, int win, u32 addr, in t4_memory_rw_addr() argument
798 win)); in t4_memory_rw_addr()
803 win); in t4_memory_rw_addr()
824 PCIE_MEM_ACCESS_REG(A_PCIE_MEM_ACCESS_OFFSET, win), in t4_memory_rw_addr()
827 PCIE_MEM_ACCESS_REG(A_PCIE_MEM_ACCESS_OFFSET, win)); in t4_memory_rw_addr()
884 win), pos | win_pf); in t4_memory_rw_addr()
887 win)); in t4_memory_rw_addr()
959 return t4_memory_rw_addr(adap, win, in t4_memory_rw_mtype()
4321 int win, t4_os_lock_t *lock, in t4_load_phy_fw() argument
4372 ret = t4_memory_rw(adap, win, mtype, maddr, in t4_load_phy_fw()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c100 authdes_seccreate(const char *servername, const uint_t win, in authdes_seccreate() argument
116 return (authdes_pk_seccreate(servername, &pkey, win, timehost, in authdes_seccreate()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1802 u_32_t win, maxwin; local
1813 win = ntohs(tcp->th_win);
1825 if (win == 0)
1826 win = 1;
1844 fdata->td_maxwin = win;
1857 fdata->td_maxend = end + win;
1889 int, win
1964 if (fdata->td_maxwin < win) {
1967 int, win
1969 fdata->td_maxwin = win;
[all …]
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c159 struct winsize win; in set_width() local
164 if (ioctl(fileno(stdout), TIOCGWINSZ, &win) == -1) in set_width()
167 if (win.ws_col == 0) { in set_width()
176 g_cpus_per_line = (win.ws_col - TSTAT_COLUMN_OFFS) / in set_width()
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c79 #define print(win, y, x, fmt, args...) \ argument
83 (void) mvwprintw(win, y, x, fmt, ## args);
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dmisc.c52 return (panel ? panel -> win : 0); in panel_window()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c81 wrefresh(WINDOW *win) in wrefresh() argument
88 curwin = (win == curscr); in wrefresh()
96 if (!curwin && (win != _virtscr)) in wrefresh()
97 (void) wnoutrefresh(win); in wrefresh()
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h91 WINDOW *win; /* Window containing entire menu */ member
H A Dprivate.h55 #define Win(m) (m)->win
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3452 int32_t win; in tcp_ss_rexmit() local
3468 win = MIN(tcp->tcp_cwnd, tcp->tcp_swnd); in tcp_ss_rexmit()
3469 win -= snxt - tcp->tcp_suna; in tcp_ss_rexmit()
3473 while (SEQ_LT(snxt, smax) && (win > 0) && (snxt_mp != NULL)) { in tcp_ss_rexmit()
3478 if (win < cnt) { in tcp_ss_rexmit()
3479 cnt = win; in tcp_ss_rexmit()
3492 win -= cnt; in tcp_ss_rexmit()
3512 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()
/illumos-gate/usr/src/cmd/nsadmin/
H A Dsystem77 * exclude: win
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c976 int win, wlen, type; in ParseDNSSECRecords() local
997 win = *bmap++; in ParseDNSSECRecords()
1005 if (win < 0 || win >= 256) in ParseDNSSECRecords()
1007 printf("Case NSEC: malformed nsec, bad window win %d\n", win); in ParseDNSSECRecords()
1010 type = win * 256; in ParseDNSSECRecords()
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c1191 ddi_dma_handle_t handle, uint_t win, off_t *offp, in iommu_dma_win() argument
1203 DPRINTF(IOMMU_DMA_WIN_DEBUG, ("getwin win %d winsize %x\n", win, in iommu_dma_win()
1209 if (win >= mp->dmai_nwin) in iommu_dma_win()
1212 newoff = win * winsize; in iommu_dma_win()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h122 WINDOW * win; /* window */ member
/illumos-gate/usr/src/cmd/filesync/
H A DREADME82 or to force one particular side to win in case of a conflict.
193 try to figure out what happened or who should win ... it
204 actually changed and which versions deserve to win. If
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.h205 ddi_dma_handle_t handle, uint_t win, off_t *offp,
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c1424 wred_params->bits.ldw.win, in npi_rxdma_cfg_wred_param()
1430 wred_reg.bits.ldw.win = wred_params->bits.ldw.win; in npi_rxdma_cfg_wred_param()
1440 wred_reg.bits.ldw.win, in npi_rxdma_cfg_wred_param()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h231 ddi_dma_handle_t handle, uint_t win, off_t *offp,
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1395 ddi_dma_getwin(ddi_dma_handle_t handle, uint_t win, off_t *offp,
1548 ddi_dma_handle_t handle, uint_t win, off_t *offp,
1787 ddi_dma_handle_t handle, uint_t win, off_t *offp,
H A Ddevops.h221 ddi_dma_handle_t handle, uint_t win, off_t *offp,
/illumos-gate/usr/src/cmd/ls/
H A Dls.c332 static struct winsize win; variable
992 if (ioctl(1, TIOCGWINSZ, &win) != -1) in main()
993 num_cols = (win.ws_col == 0 ? 80 : win.ws_col); in main()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h336 uint32_t win:4; member
338 uint32_t win:4;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c355 red.bits.ldw.win = RXDMA_RED_WINDOW_DEFAULT; in nxge_init_fzc_rdc()
600 red.bits.ldw.win = RXDMA_RED_WINDOW_DEFAULT; in nxge_init_fzc_rxdma_channel_red()

12345678910>>...12