Searched defs:kwp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c76 static struct eucioc kwp; variable in typeref:struct:eucioc
151 /* */, &kwp, &kcswp
205 /* */, &wp, &kwp, &cswp, &kcswp
225 /* */, &kwp, &kcswp, invalid_ldterm_dat_file
529 * If kwp.eucw[0] is zero, it means the current codeset type
532 if ((term & EUCW) && kwp.eucw[0]) {
533 (void) printf("eucw %d:%d:%d:%d, ", kwp.eucw[0],
534 kwp.eucw[1], kwp.eucw[2], kwp
[all...]
H A Dsttyparse.c72 /* */, eucwidth_t *wp, struct eucioc *kwp, ldterm_cs_data_user_t *cswp,
161 kwp->eucw[0] = '\001';
162 kwp->eucw[1] =
164 kwp->eucw[2] =
166 kwp->eucw[3] =
169 kwp->scrw[0] = '\001';
170 kwp->scrw[1] =
172 kwp->scrw[2] =
174 kwp->scrw[3] =
362 /* */, struct eucioc *kwp, ldterm_cs_data_user_
69 sttyparse(int argc, char *argv[], int term, struct termio *ocb, struct termios *cb, struct termiox *termiox, struct winsize *winsize , eucwidth_t *wp, struct eucioc *kwp, ldterm_cs_data_user_t *cswp, ldterm_cs_data_user_t *kcswp ) argument
359 get_ttymode(int fd, struct termio *termio, struct termios *termios, struct stio *stermio, struct termiox *termiox, struct winsize *winsize , struct eucioc *kwp, ldterm_cs_data_user_t *kcswp ) argument
420 set_ttymode(int fd, int term, struct termio *termio, struct termios *termios, struct stio *stermio, struct termiox *termiox, struct winsize *winsize, struct winsize *owinsize , struct eucioc *kwp, ldterm_cs_data_user_t *kcswp, int invalid_ldterm_dat_file ) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c69 ksyms_emit(ksyms_walkinfo_t *kwp, void *src, size_t size, int action) argument
71 if (kwp->kw_actions & action) {
72 if ((kwp->kw_resid -= size) >= 0)
73 kwp->kw_emit(src, kwp->kw_target, size);
74 kwp->kw_totalsize += size;
76 kwp->kw_size[action] += size;
83 ksyms_walkinfo_t *kwp = arg; local
95 tmp.st_name = kwp->kw_size[KW_STRINGS];
97 ksyms_emit(kwp,
105 ksyms_walk(ksyms_walkinfo_t *kwp, void *target, ssize_t resid, void (*emit)(const void *, void *, size_t), void *src, int actions) argument
[all...]

Completed in 57 milliseconds