Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 118) sorted by relevance

12345

/titanic_41/usr/src/lib/libeti/panel/common/
H A Dreplace.c43 replace_panel(PANEL *panel, WINDOW *window) in replace_panel() argument
45 if (!panel || !window) in replace_panel()
61 getbegyx(window, panel -> wstarty, panel -> wstartx); in replace_panel()
62 getmaxyx(window, panel -> wendy, panel -> wendx); in replace_panel()
63 panel -> win = window; in replace_panel()
71 (void) touchwin(window); in replace_panel()
H A Dnew.c66 new_panel(WINDOW *window) in new_panel() argument
73 if (!window || !_alloc_overlap(_Panel_cnt) || in new_panel()
77 panel -> win = window; in new_panel()
78 getbegyx(window, panel -> wstarty, panel -> wstartx); in new_panel()
79 getmaxyx(window, lines, cols); in new_panel()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c92 uint32_t window; /* credential lifetime window */ member
146 uint32_t window, winverf, namelen; in _svcauth_des() local
186 cred->adc_fullname.window = (uint32_t)*ixdr++; in _svcauth_des()
234 cryptbuf[1].key.high = cred->adc_fullname.window; in _svcauth_des()
265 window = IXDR_GET_U_INT32(ixdr); in _svcauth_des()
267 if (winverf != window - 1) { in _svcauth_des()
273 window = nick_entry->window; in _svcauth_des()
290 current_time.tv_sec -= window; /* allow for expiration */ in _svcauth_des()
327 sessionkey, window))) { in _svcauth_des()
362 cred->adc_fullname.window = window; in _svcauth_des()
[all …]
H A Dauthdesprt.c63 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window, in xdr_authdes_cred()
64 sizeof (cred->adc_fullname.window))); in xdr_authdes_cred()
/titanic_41/usr/src/uts/common/zmod/
H A Ddeflate.c190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
195 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
303 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
345 (void) zmemcpy(s->window, dictionary, length);
353 s->ins_h = s->window[0];
354 UPDATE_HASH(s, s->ins_h, s->window[1]);
887 TRY_FREE(strm, strm->state->window);
926 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
932 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
[all …]
H A Dinflate.c190 state->window = Z_NULL;
340 if (state->window == Z_NULL) {
341 state->window = (unsigned char FAR *)
344 if (state->window == Z_NULL) return 1;
357 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
364 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
367 zmemcpy(state->window, strm->next_out - copy, copy);
1078 from = state->window + (state->wsize - copy);
1081 from = state->window + (state->write - copy);
1189 if (state->window != Z_NULL) ZFREE(strm, state->window);
[all …]
H A Dinffast.c85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
112 window = state->window;
196 from = window - OFF;
215 from = window - OFF;
/titanic_41/usr/src/cmd/pg/
H A Dpg.c137 static int window = 0; /* window size in lines */ variable
214 window = (int)strtol(&argv[i][1], (char **)NULL, 10); in main()
313 if (window == 0) in main()
314 window = lines - 1; in main()
315 if (window <= 1) in main()
316 window = 2; in main()
413 new_ss.last_line = initline + (off_t)window - 1;
420 new_ss.last_line = (off_t)window;
431 if (new_ss.last_line < (off_t)window)
432 new_ss.last_line = (off_t)window;
[all …]
/titanic_41/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c62 static caddr_t window; variable
93 window = bi->bi_pt_window; in kbm_init()
94 DBG(window); in kbm_init()
140 if (HYPERVISOR_update_va_mapping((uintptr_t)window, in kbm_remap_window()
148 mmu_tlbflush_entry(window); in kbm_remap_window()
150 DBG(window); in kbm_remap_window()
151 return (window); in kbm_remap_window()
440 return (window); in kbm_push()
454 if (HYPERVISOR_update_va_mapping((uintptr_t)window, save_pte, in kbm_pop()
462 mmu_tlbflush_entry(window); in kbm_pop()
/titanic_41/usr/src/uts/common/io/
H A Dpcic.c2731 pcic_set_window(dev_info_t *dip, set_window_t *window) in pcic_set_window() argument
2737 pcic_socket_t *sockp = &pcic->pc_sockets[window->socket]; in pcic_set_window()
2740 uint32_t base = window->base; in pcic_set_window()
2747 window->window, window->socket, window->WindowSize, in pcic_set_window()
2748 window->speed); in pcic_set_window()
2750 "\tbase=%x, state=%x\n", (unsigned)window->base, in pcic_set_window()
2751 (unsigned)window->state); in pcic_set_window()
2759 if (window->state & WS_PAGED) { in pcic_set_window()
2770 socket = window->socket; in pcic_set_window()
2772 if (!(window->state & WS_IO)) { in pcic_set_window()
[all …]
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c78 uint_t window; /* credential lifetime window */ member
143 uint_t window; in __svcauth_des() local
183 cred->adc_fullname.window = (uint32_t)*ixdr++; in __svcauth_des()
278 cryptbuf[1].key.high = cred->adc_fullname.window; in __svcauth_des()
319 window = IXDR_GET_U_INT32(ixdr); in __svcauth_des()
321 if (winverf != window - 1) { in __svcauth_des()
347 window = _rpc_authdes_cache[sid].window; in __svcauth_des()
378 current.tv_sec -= window; /* allow for expiration */ in __svcauth_des()
450 cred->adc_fullname.window = window; in __svcauth_des()
463 entry->window = window; in __svcauth_des()
[all …]
H A Dauthdes_prot.c65 return (xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window, in xdr_authdes_cred()
66 (uint_t)sizeof (cred->adc_fullname.window))); in xdr_authdes_cred()
/titanic_41/usr/src/uts/i86pc/io/
H A Drootnex.c397 rootnex_window_t *window, ddi_dma_cookie_t *cookie, off_t cur_offset);
2404 rootnex_window_t *window; in rootnex_coredma_reset_cookies() local
2407 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_reset_cookies()
2408 hp->dmai_cookie = window->wd_first_cookie; in rootnex_coredma_reset_cookies()
2424 rootnex_window_t *window; in rootnex_coredma_get_cookies() local
2432 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_get_cookies()
2433 cp = window->wd_first_cookie; in rootnex_coredma_get_cookies()
2434 *ccountp = window->wd_cookie_cnt; in rootnex_coredma_get_cookies()
2465 rootnex_window_t *window; in rootnex_coredma_set_cookies() local
2473 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_set_cookies()
[all …]
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c348 unm_pcix_crb_window_t window; in unm_nic_pci_change_crbwindow_128M() local
367 *(unm_crbword_t *)&window = 0; in unm_nic_pci_change_crbwindow_128M()
368 window.addrbit = wndw; in unm_nic_pci_change_crbwindow_128M()
369 UNM_NIC_PCI_WRITE_32(*(unsigned int *)&window, (void*) (offset)); in unm_nic_pci_change_crbwindow_128M()
372 *(uint32_t *)&window) { in unm_nic_pci_change_crbwindow_128M()
938 int window; in unm_nic_pci_set_window_128M() local
961 window = (addr >> 22) & 0x3f; in unm_nic_pci_set_window_128M()
962 if (adapter->ahw.qdr_sn_window != window) { in unm_nic_pci_set_window_128M()
963 adapter->ahw.qdr_sn_window = window; in unm_nic_pci_set_window_128M()
964 UNM_NIC_PCI_WRITE_32((window << 22), in unm_nic_pci_set_window_128M()
[all …]
/titanic_41/usr/src/lib/libeti/form/common/
H A Dform_sub.c39 set_form_sub(FORM *f, WINDOW *window) in set_form_sub() argument
44 Form(f)->sub = window; in set_form_sub()
H A Dform_win.c39 set_form_win(FORM *f, WINDOW *window) in set_form_win() argument
44 Form(f)->win = window; in set_form_win()
/titanic_41/usr/src/uts/common/sys/
H A Dpcmcia.h180 #define GET_WINDOW(f, dip, window) (*(f)->pcif_get_window)(dip, window) argument
187 #define INQUIRE_WINDOW(f, dip, window) (*(f)->pcif_inquire_window)(dip, window) argument
191 #define SET_WINDOW(f, dip, window) (*(f)->pcif_set_window)(dip, window) argument
H A Dsservice.h167 unsigned window; /* window number */ member
237 unsigned window; /* window number */ member
337 unsigned window; /* window number */ member
400 unsigned window; /* window number */ member
454 unsigned window; /* window number */ member
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c382 Bytef *window; member
816 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
821 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
918 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
928 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
976 zmemcpy(s->window, dictionary, length);
985 s->ins_h = s->window[0];
986 UPDATE_HASH(s, s->ins_h, s->window[1]);
1291 TRY_FREE(strm, s->window);
1330 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c570 uint32_t window, win_read; in ql_8021_pci_set_window() local
576 window = (uint32_t)MN_WIN(addr); in ql_8021_pci_set_window()
577 ha->ddr_mn_window = window; in ql_8021_pci_set_window()
578 ql_8021_wr_32(ha, ha->mn_win_crb | UNM_PCI_CRBSPACE, window); in ql_8021_pci_set_window()
581 if ((win_read << 17) != window) { in ql_8021_pci_set_window()
583 "(0x%x)\n", window, win_read); in ql_8021_pci_set_window()
596 window = (uint32_t)OCM_WIN(addr); in ql_8021_pci_set_window()
597 ha->ddr_mn_window = window; in ql_8021_pci_set_window()
598 ql_8021_wr_32(ha, ha->mn_win_crb | UNM_PCI_CRBSPACE, window); in ql_8021_pci_set_window()
601 temp1 = ((window & 0x1FF) << 7) | in ql_8021_pci_set_window()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c234 Bytef *window; member
566 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
633 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
641 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
861 TRY_FREE(strm, state->window, state->w_size * 2 * sizeof(Byte));
944 register Bytef *scan = s->window + s->strstart; /* current string */
960 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
964 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
982 match = s->window + cur_match;
1014 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
[all …]
/titanic_41/usr/src/uts/sun4v/ml/
H A Dwbuf.s60 ! spill the window into wbuf slot 0
129 ! We handle it by spilling the window into the user's wbuf.
156 ! We handle it by spilling the window to the wbuf and retrying
196 ! spill the window into wbuf slot 0
322 ! We handle it by spilling the window into the user's wbuf.
349 ! We handle it by spilling the window to the wbuf and retrying
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3441 pcmcia_logical_window_t *window; in SSGetPage() local
3445 if (page->window > pcmcia_num_windows) { in SSGetPage()
3449 window = pcmcia_windows[page->window]; in SSGetPage()
3451 win = newpage.window = window->lw_window; /* real window */ in SSGetPage()
3453 retval = GET_PAGE(window->lw_if, window->lw_adapter->pca_dip, in SSGetPage()
3457 page->window = win; in SSGetPage()
3522 SSGetWindow(get_window_t *window) in SSGetWindow() argument
3528 win = window->window; in SSGetWindow()
3530 newwin = *window; in SSGetWindow()
3531 newwin.window = winp->lw_window; in SSGetWindow()
[all …]
/titanic_41/usr/src/uts/sun4u/ml/
H A Dwbuf.s59 ! spill the window into wbuf slot 0
127 ! We handle it by spilling the window into the user's wbuf.
154 ! We handle it by spilling the window to the wbuf and retrying
193 ! spill the window into wbuf slot 0
261 ! We handle it by spilling the window into the user's wbuf.
288 ! We handle it by spilling the window to the wbuf and retrying
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.d.in102 uint16_t tcp_window; /* window size */
125 uint32_t tcps_swnd; /* send window size */
126 int32_t tcps_snd_ws; /* send window scaling */
127 uint32_t tcps_rwnd; /* receive window size */
128 int32_t tcps_rcv_ws; /* receive window scaling */
129 uint32_t tcps_cwnd; /* congestion window */

12345