/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | form_sub.c | 39 set_form_sub(FORM *f, WINDOW *window) argument 44 Form(f)->sub = window;
|
H A D | form_win.c | 39 set_form_win(FORM *f, WINDOW *window) argument 44 Form(f)->win = window;
|
/illumos-gate/usr/src/lib/libeti/panel/common/ |
H A D | replace.c | 31 /* 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 D | new.c | 66 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);
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zlib_lint.c | 72 inflateInit2_(z_streamp strm, int window, const char *version, int size) argument
|
H A D | inffast.c | 82 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...] |
H A D | inflate.h | 89 /* 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 D | deflate.h | 90 /* A Pos is an index in the character window. We use short instead of int to 109 uInt w_size; /* LZ77 window size (32K by default) */ 113 Bytef *window; member in struct:internal_state 114 /* Sliding window. Input bytes are read into the second half of the window, 119 * the window size to 64K, which is quite useful on MSDOS. 120 * To do: use the user input buffer as sliding window. 124 /* Actual size of window: 2*wSize, except when the user input buffer 125 * is directly used as sliding window. 131 * An index in this array is thus a window inde [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth_des.h | 43 * 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/rpc/ |
H A D | auth_des.h | 64 * a conversation key and the window 69 uint32_t window; /* associated window */ member in struct:authdes_fullname 97 * adv_winverf is the credential window + 1. 107 * adv_timeverf is the client's timestamp + client's window
|
H A D | auth.h | 107 int window; /* window option value */ member in struct:krb4_svc_data 344 * AUTH *authdes_seccreate(servername, window, timehost, ckey) 346 * const uint_t window; - time to live 423 * AUTH *authkerb_seccreate(service, srv_inst, realm, window, timehost, status) 427 * const uint_t window; - time to live
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | inffast.c | 80 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 D | inflate.h | 91 /* 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 D | deflate.h | 93 /* A Pos is an index in the character window. We use short instead of int to 112 uInt w_size; /* LZ77 window size (32K by default) */ 116 Bytef *window; member in struct:internal_state 117 /* Sliding window. Input bytes are read into the second half of the window, 122 * the window size to 64K, which is quite useful on MSDOS. 123 * To do: use the user input buffer as sliding window. 127 /* Actual size of window: 2*wSize, except when the user input buffer 128 * is directly used as sliding window. 134 * An index in this array is thus a window inde [all...] |
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 73 uint_t ad_window; /* client specified window */ 129 authdes_pk_seccreate(const char *servername, netobj *pkey, uint_t window, argument 184 ad->ad_window = window; 295 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
|
H A D | svcauth_des.c | 39 * (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...] |
H A D | rpc_soc.c | 505 authdes_create(char *servername, uint_t window, struct sockaddr_in *syncaddr, argument 541 nauth = authdes_seccreate(servername, window, hostname, ckey); 547 return (authdes_seccreate(servername, window, hostname, ckey));
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 88 uint_t ad_window; /* client specified window */ 107 authdes_create(char *servername, uint_t window, struct netbuf *syncaddr, argument 163 ad->ad_window = window; 272 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
|
H A D | svcauthdes.c | 39 * (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 D | kboot_mmu.c | 62 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/contrib/asm686/ |
H A D | match.S | 37 #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/ipp/meters/ |
H A D | meter_impl.h | 176 uint32_t window; member in struct:tswtcl_cfg_s 194 /* Front of the sliding window */
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk.h | 69 char p_rwindow; /* window size */ 157 char window; member in struct:piocb
|
/illumos-gate/usr/src/cmd/latencytop/common/ |
H A D | display.c | 57 /* Is display initialized, i.e. are window pointers set up. */ 146 * window - the global or process statistics window. 152 print_statistics(WINDOW * window, int begin_line, int nlines, void *list) argument 178 (void) mvwprintw(window, i + begin_line, 0, "%s", tmp); 182 (void) mvwprintw(window, i + begin_line, BEGIN_COUNT, 185 (void) mvwprintw(window, i + begin_line, BEGIN_AVG, 190 (void) mvwprintw(window, i + begin_line, BEGIN_MAX, 205 (void) mvwprintw(window, i + begin_line, BEGIN_PCT, 275 * Print process window ba [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 416 static int window = 60; local 430 return (authdes_seccreate(netname, window, hostname,
|