Searched refs:window (Results 1 - 25 of 98) sorted by relevance

1234

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dreplace.c31 /* A panels subsystem built on curses--Replace the window in a panel */
43 replace_panel(PANEL *panel, WINDOW *window) argument
45 if (!panel || !window)
54 /* Remove the window from the old location. */
59 /* Find the size of the new window */
61 getbegyx(window, panel -> wstarty, panel -> wstartx);
62 getmaxyx(window, panel -> wendy, panel -> wendx);
63 panel -> win = window;
71 (void) touchwin(window);
H A Dnew.c66 new_panel(WINDOW *window) argument
73 if (!window || !_alloc_overlap(_Panel_cnt) ||
77 panel -> win = window;
78 getbegyx(window, panel -> wstarty, panel -> wstartx);
79 getmaxyx(window, lines, cols);
H A Dllib-lpanel99 *new_panel(WINDOW *window)
111 replace_panel(PANEL *panel, WINDOW *window)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dform_sub.c39 set_form_sub(FORM *f, WINDOW *window) argument
44 Form(f)->sub = window;
H A Dform_win.c39 set_form_win(FORM *f, WINDOW *window) argument
44 Form(f)->win = window;
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl140 // elt.offsetBottom - window.scrollY.
141 var preinvar = elt_to_hide.offsetHeight - window.scrollY;
145 var postinvar = elt_to_show.offsetHeight - window.scrollY;
146 window.scrollBy(0, postinvar - preinvar);
156 window.scroll(0, es.offsetTop + (es.offsetHeight / 2)
169 halfway = window.scrollY + window.innerHeight / 2 - 5;
171 '<frame src="' + page + "?" + window.scrollY + '" />' +
180 otherf = window.parent.frames[0];
181 if (otherf == window)
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_des.h43 * a conversation key and the window
48 u_long window; /* associated window */ member in struct:authdes_fullname
78 * adv_winverf is the credential window + 1.
88 * adv_timeverf is the client's timestamp + client's window
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib_lint.c72 inflateInit2_(z_streamp strm, int window, const char *version, int size) argument
H A Dinflate.h89 /* sliding window */
90 unsigned wbits; /* log base 2 of requested window size */
91 unsigned wsize; /* window size or zero if not using window */
92 unsigned whave; /* valid bytes in the window */
93 unsigned write; /* window write index */
94 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
H A Ddeflate.c18 * sliding window trailing behind the input currently being processed).
190 (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)]), \
218 /* To do: ignore strm->next_in if we use it as window */
276 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
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[
[all...]
H A Dinffast.c82 unsigned wsize; /* window size or zero if not using window */
83 unsigned whave; /* valid bytes in the window */
84 unsigned write; /* window write index */
85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
94 /* window position, window bytes to copy */
112 window = state->window;
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauthdes_prot.c65 return (xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window,
66 (uint_t)sizeof (cred->adc_fullname.window)));
H A Dsvcauth_des.c39 * (2) The timestamp plus the window is less than the current time.
43 * It is up to the server to determine if the window size is
76 uint_t window; /* credential lifetime window */ member in struct:cache_entry
131 uint_t window; local
174 cred->adc_fullname.window = (uint32_t)*ixdr++;
269 cryptbuf[1].key.high = cred->adc_fullname.window;
310 window = IXDR_GET_U_INT32(ixdr);
312 if (winverf != window - 1) {
319 "_svcauth_des: corrupted window fro
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesprt.c63 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window,
64 sizeof (cred->adc_fullname.window)));
H A Dsvcauthdes.c39 * (2) The timestamp plus the window is less than the current time.
43 * It is up to the server to determine if the window size is
90 uint32_t window; /* credential lifetime window */ member in struct:authdes_cache_entry
144 uint32_t window, winverf, namelen; local
183 cred->adc_fullname.window = (uint32_t)*ixdr++;
231 cryptbuf[1].key.high = cred->adc_fullname.window;
262 window = IXDR_GET_U_INT32(ixdr);
264 if (winverf != window - 1) {
265 RPCLOG(1, "_svcauth_des: window verifie
494 authdes_cache_new(char *fullname, des_block *sessionkey, uint32_t window) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c62 static caddr_t window; variable
93 window = bi->bi_pt_window;
94 DBG(window);
127 * Change the addressible page table window to point at a given page
140 if (HYPERVISOR_update_va_mapping((uintptr_t)window,
148 mmu_tlbflush_entry(window);
150 DBG(window);
151 return (window);
440 return (window);
454 if (HYPERVISOR_update_va_mapping((uintptr_t)window, save_pt
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c11 * sliding window trailing behind the input currently being processed).
182 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
187 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
209 /* To do: ignore strm->next_in if we use it as window */
276 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
297 s->high_water = 0; /* nothing written to s->window yet */
305 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
346 /* if dictionary would fill window, just replace the history */
358 /* insert dictionary into window an
[all...]
H A Dinflate.h91 /* sliding window */
92 unsigned wbits; /* log base 2 of requested window size */
93 unsigned wsize; /* window size or zero if not using window */
94 unsigned whave; /* valid bytes in the window */
95 unsigned wnext; /* window write index */
96 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned wnext; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
166 /* set number of window bit
[all...]
/illumos-gate/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);
313 if (window == 0)
314 window = lines - 1;
315 if (window <= 1)
316 window = 2;
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)
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c2728 * window parameters for the request
2731 pcic_set_window(dev_info_t *dip, set_window_t *window) argument
2737 pcic_socket_t *sockp = &pcic->pc_sockets[window->socket];
2740 uint32_t base = window->base;
2747 window->window, window->socket, window->WindowSize,
2748 window->speed);
2750 "\tbase=%x, state=%x\n", (unsigned)window
3559 int which, socket, window; local
4225 pcic_inquire_window(dev_info_t *dip, inquire_window_t *window) argument
4311 int socket, window; local
4459 pcic_get_window(dev_info_t *dip, get_window_t *window) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c397 rootnex_window_t *window, ddi_dma_cookie_t *cookie, off_t cur_offset);
562 * size of our cookie/window/copybuf state needed in dma bind that we
1822 * break up a window because we're greater than maxxfer, we might as
1824 * worry about triming the window later on for this case.
2242 /* if the first window uses the copy buffer, sync it for the device */
2253 * cookies we return is the number of cookies in the first window.
2324 /* sync the current window before unbinding the buffer */
2332 * cleanup and copy buffer or window state. if we didn't use the copy
2409 rootnex_window_t *window; local
2412 window
2429 rootnex_window_t *window; local
2470 rootnex_window_t *window; local
2504 rootnex_window_t *window; local
3259 rootnex_window_t *window; local
3798 rootnex_init_win(ddi_dma_impl_t *hp, rootnex_dma_t *dma, rootnex_window_t *window, ddi_dma_cookie_t *cookie, off_t cur_offset) argument
4730 rootnex_window_t *window; local
5051 rootnex_window_t *window; local
[all...]
/illumos-gate/usr/src/boot/lib/libz/contrib/asm686/
H A Dmatch.S37 #define window 4 /* local copy of s->window */ define
38 #define windowbestlen 8 /* s->window + bestlen */
148 /* register Bytef *scan = s->window + s->strstart; */
151 movl %esi, window(%esp)
179 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
202 * match = s->window + cur_match;
217 * %esi = windowbestlen - i.e., (window + bestlen)
231 movl window(%esp), %eax
245 movl window(
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h180 #define GET_WINDOW(f, dip, window) (*(f)->pcif_get_window)(dip, window)
187 #define INQUIRE_WINDOW(f, dip, window) (*(f)->pcif_inquire_window)(dip, window)
191 #define SET_WINDOW(f, dip, window) (*(f)->pcif_set_window)(dip, window)
255 int lw_window; /* window number */
264 #define PCS_ENABLED 0x0002 /* window is enabled */

Completed in 108 milliseconds

1234