Searched refs:win (Results 226 - 250 of 268) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c816 * bus dma win entry point:
820 ddi_dma_handle_t handle, uint_t win, off_t *offp,
827 if (win >= mp->dmai_nwin) {
828 DEBUG1(DBG_DMA_WIN, dip, "%x out of range\n", win);
834 if (win != PCI_DMA_CURWIN(mp)) {
839 iommu_map_window(pci_p->pci_iommu_p, mp, win);
853 for (i = 0; i < win; win_p = win_p->win_next, i++)
819 pci_dma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c211 ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp,
250 ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp,
409 static int rootnex_valid_sync_parms(ddi_dma_impl_t *hp, rootnex_window_t *win,
4489 * window. All other windows are taken care of in get win
4524 rootnex_window_t *win; local
4550 win = &dma->dp_window[dma->dp_current_win];
4551 if (!win->wd_dosync) {
4557 offset = win->wd_offset;
4562 size = win->wd_size;
4569 e = rootnex_valid_sync_parms(hp, win, offse
4678 rootnex_valid_sync_parms(ddi_dma_impl_t *hp, rootnex_window_t *win, off_t offset, size_t size, uint_t cache_flags) argument
4726 rootnex_coredma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
4950 rootnex_dma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c481 uint32_t base, size, lo, hi, win, off, remaining, i, n; local
541 win = mr.addr & ~0xf;
542 off = mr.addr - win; /* offset of the requested region in the win */
547 PCIE_MEM_ACCESS_REG(A_PCIE_MEM_ACCESS_OFFSET, 2), win);
557 win += MEMWIN2_APERTURE;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c96 * win: time to live
102 authdes_seccreate(const char *servername, const uint_t win, argument
118 return (authdes_pk_seccreate(servername, &pkey, win, timehost,
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c79 #define print(win, y, x, fmt, args...) \
83 (void) mvwprintw(win, y, x, fmt, ## args);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c297 int win, wlen, type; local
309 win = *bmap++;
317 if (win < 0 || win >= 256)
319 LogInfo("PrintTypeBitmap: malformed nsec, bad window win %d", win);
322 type = win * 256;
1628 int win, wlen; local
1643 win = *bmap++;
1648 LogInfo("BitmapTypeCheck: malformed nsec, bitmaplen %d wlen %d, win
2404 int win, wlen; local
2811 int win, wlen; local
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c50 * Make the screen look like "win" over the area covered by win.
52 * win : the window being updated
83 wrefresh(WINDOW *win) argument
90 curwin = (win == curscr);
98 if (!curwin && (win != _virtscr))
99 (void) wnoutrefresh(win);
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h93 WINDOW *win; /* Window containing entire menu */ member in struct:MENU
H A Dprivate.h57 #define Win(m) (m)->win
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c86 static struct winsize win; variable in typeref:struct:winsize
193 if (ioctl(1, TIOCGWINSZ, &win) == -1)
196 twidth = (win.ws_col == 0 ? 80 : win.ws_col);
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c134 wrefresh_file(WINDOW *win, int fd) argument
140 for (y = 0; y < win->_maxy; y++) {
143 for (x = 0; x < win->_maxx; x++) {
144 c = (win->_y[y][x]) & A_CHARTEXT;
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c159 struct winsize win; local
164 if (ioctl(fileno(stdout), TIOCGWINSZ, &win) == -1)
167 if (win.ws_col == 0) {
176 g_cpus_per_line = (win.ws_col - TSTAT_COLUMN_OFFS) /
/illumos-gate/usr/src/uts/intel/io/
H A Diommulib.c718 ddi_dma_handle_t dma_handle, uint_t win, off_t *offp, size_t *lenp,
728 win, offp, lenp, cookiep, ccountp));
860 ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp,
866 return (nexops->nops_dma_win(dip, rdip, handle, win, offp, lenp,
717 iommulib_nexdma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
859 iommulib_iommu_dma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
/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);
1815 win = ntohs(tcp->th_win) << fdata->td_winscale;
1818 * win 0 means the receiving endpoint has closed the window, because it
1822 * state this accurately, so we have to allow 1 octet (win = 1) even if
1823 * the window is closed (win == 0).
1825 if (win == 0)
1826 win = 1;
1843 fdata->td_maxwin = win;
1856 fdata->td_maxend = end + win;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c890 int win, wlen, type; local
911 win = *bmap++;
919 if (win < 0 || win >= 256)
921 printf("Case NSEC: malformed nsec, bad window win %d\n", win);
924 type = win * 256;
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h124 WINDOW * win; /* window */ member in struct:formnode
/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/sys/
H A Dsunddi.h1376 ddi_dma_getwin(ddi_dma_handle_t handle, uint_t win, off_t *offp,
1529 ddi_dma_handle_t handle, uint_t win, off_t *offp,
1768 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/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c1419 "win 0x%x thre 0x%x sync 0x%x thre_sync 0x%x",
1421 wred_params->bits.ldw.win,
1427 wred_reg.bits.ldw.win = wred_params->bits.ldw.win;
1435 "win 0x%x thre 0x%x sync 0x%x thre_sync 0x%x",
1437 wred_reg.bits.ldw.win,
/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/sun4u/io/
H A Diommu.c1191 ddi_dma_handle_t handle, uint_t win, off_t *offp,
1203 DPRINTF(IOMMU_DMA_WIN_DEBUG, ("getwin win %d winsize %x\n", win,
1207 * win is in the range [0 .. dmai_nwin-1]
1209 if (win >= mp->dmai_nwin)
1212 newoff = win * winsize;
1190 iommu_dma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s298 ddi_dma_handle_t handle, uint_t win, off_t *offp,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3416 int32_t win; local
3432 win = MIN(tcp->tcp_cwnd, tcp->tcp_swnd);
3433 win -= snxt - tcp->tcp_suna;
3437 while (SEQ_LT(snxt, smax) && (win > 0) && (snxt_mp != NULL)) {
3442 if (win < cnt) {
3443 cnt = win;
3456 win -= cnt;
3472 * win is not 0, go on with tcp_wput_data().
3474 if (SEQ_LT(snxt, smax) || win == 0) {
3574 * This handles the case when the receiver has shrunk its win
[all...]
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c59 dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win,
1805 dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win,
1840 if (iommulib_iommu_dma_win(dip, rdip, dma_handle, win,
1804 amd_iommu_win(iommulib_handle_t handle, dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t dma_handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument

Completed in 191 milliseconds

1234567891011