Searched defs:window (Results 26 - 48 of 48) sorted by relevance

12

/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c771 hrtime_t window; local
782 window = current - orig_time;
783 if (window > MILLI_TO_NANO(sliding_interval_ms)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1138 uint8_t window; local
1140 GETINT8(window, optdata);
1141 (void) sprintf(get_line(0, 0), "Window = %d", window);
1862 uint8_t window; local
1867 window = method >> 4;
1873 (void) sprintf(get_line(0, 0), "Maximum Window Size = %d", window);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2132 int window; local
2136 window = (int)strtol(argv[1], &endp, 10);
2137 if (errno || window < 0 || *endp != '\0')
2141 tcpwindowsize = window;
2145 (void) printf("No TCP window size defined\n");
2147 (void) printf("TCP window size cleared\n");
2149 (void) printf("TCP window size is set to %d\n", tcpwindowsize);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c402 * side effect: lock crb window
540 * Not in direct map, use crb window
570 uint32_t window, win_read; local
576 window = (uint32_t)MN_WIN(addr);
577 ha->ddr_mn_window = window;
578 ql_8021_wr_32(ha, ha->mn_win_crb | UNM_PCI_CRBSPACE, window);
581 if ((win_read << 17) != window) {
583 "(0x%x)\n", window, win_read);
596 window = (uint32_t)OCM_WIN(addr);
597 ha->ddr_mn_window = window;
640 uint32_t window; local
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c343 * Changes the CRB window to the specified window.
348 unm_pcix_crb_window_t window; local
357 * Move the CRB window.
359 * to avoid a race condition where the window register has
367 *(unm_crbword_t *)&window = 0;
368 window.addrbit = wndw;
369 UNM_NIC_PCI_WRITE_32(*(unsigned int *)&window, (void*) (offset));
370 /* MUST make sure window is set before we forge on... */
372 *(uint32_t *)&window) {
938 int window; local
995 int window; local
1073 int window; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h72 int window; member in struct:iwh_tx_ring
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h72 int window; member in struct:iwk_tx_ring
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h72 int window; member in struct:iwp_tx_ring
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c114 int first_wind; /* first column of window */
115 int last_wind; /* last column in window */
117 int long_char; /* line bigger than window */
118 int long_line; /* line bigger than window */
121 int ofirst_wind; /* old window first col */
167 #define window editb.e_window /* window buffer */ macro
168 #define w_size editb.e_wsize /* window size */
227 genchar Window[MAXLINE]; /* window image */
388 window
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c274 /*** a3c90x_internal_SetWindow: selects a register window set.
277 a3c90x_internal_SetWindow(int ioaddr, int window) argument
281 if (INF_3C90X.CurrentWindow == window) return 0;
283 /** Issue the window command. **/
284 a3c90x_internal_IssueCommand(ioaddr, cmdSelectRegisterWindow, window);
285 INF_3C90X.CurrentWindow = window;
298 /** Select correct window **/
322 /** Select register window **/
/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/xge/hal/include/
H A Dxgehal-device.h221 u16 window; member in struct:tcplro
/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/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/common/sys/
H A Dsservice.h167 unsigned window; /* window number */ member in struct:get_page
168 unsigned page; /* page number within window */
237 unsigned window; /* window number */ member in struct:get_window
238 unsigned socket; /* socket this window is assigned to */
240 unsigned state; /* current state of window hardware */
247 * window flags (state and capabilities)
313 unsigned MemWndCaps; /* memory window characteristcs */
316 unsigned MinSize; /* minimum window siz
337 unsigned window; /* window number */ member in struct:inquire_window
400 unsigned window; /* window number */ member in struct:set_page
454 unsigned window; /* window number */ member in struct:set_window
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h364 uint16_t window; member in struct:lro_entry
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1986 checkwin(int flavor, int window, struct svc_req *req) argument
1993 if (adc->adc_fullname.window > window)
2195 "auth window value",
2432 "auth window value",
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c212 /* A Pos is an index in the character window. We use short instead of int to
230 uInt w_size; /* LZ77 window size (32K by default) */
234 Bytef *window; member in struct:deflate_state
235 /* Sliding window. Input bytes are read into the second half of the window,
240 * the window size to 64K, which is quite useful on MSDOS.
241 * To do: use the user input buffer as sliding window.
245 /* Actual size of window: 2*wSize, except when the user input buffer
246 * is directly used as sliding window.
252 * An index in this array is thus a window inde
3086 Bytef *window; /* sliding window */ member in struct:inflate_blocks_state
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c1251 /* now setup the per window information */
3410 * simply map the socket and/or window number to
3441 pcmcia_logical_window_t *window; local
3445 if (page->window > pcmcia_num_windows) {
3449 window = pcmcia_windows[page->window];
3451 win = newpage.window = window->lw_window; /* real window */
3453 retval = GET_PAGE(window
3522 SSGetWindow(get_window_t *window) argument
3595 SSInquireWindow(inquire_window_t *window) argument
3660 int window, retval; local
3692 int socket, window, retval, func; local
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h832 uint32_t length; /* length of this window */
840 window[CISTPL_CFTABLE_ENTRY_MAX_MEM_WINDOWS]; member in struct:cistpl_cftable_entry_mem_t
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c358 * A Pos is an index in the character window. We use short instead of
378 uInt w_size; /* LZ77 window size (32K by default) */
382 Bytef *window; member in struct:deflate_state
384 * Sliding window. Input bytes are read into the second half
385 * of the window, and move to the first half later to keep a
389 * multiple of the block size. Also, it limits the window size
391 * user input buffer as sliding window.
396 * Actual size of window: 2*wSize, except when the user input
397 * buffer is directly used as sliding window.
405 * window inde
4188 Bytef *window; /* sliding window */ member in struct:inflate_blocks_state
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h747 uint8_t window; member in struct:iwn5000_wimax_coex::iwn5000_wimax_event
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h602 mDNSu16 window; variable
612 mDNSu16 window; member in struct:__anon41
982 // 16 bit RRTYPE space is split into 256 windows and each window has 256 bits (32 bytes).
2339 mDNSs32 SleepLimit; // Time window to allow deregistrations, etc.,

Completed in 355 milliseconds

12