Searched refs:cntrl (Results 1 – 25 of 175) sorted by relevance
1234567
/titanic_41/usr/src/cmd/enhance/ |
H A D | enhance.c | 113 static int pty_open_master(const char *prog, int *cntrl, char *slave_name); 116 static int pty_parent(const char *prog, int cntrl); 117 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff); 131 int cntrl = -1; /* The fd of the pseudo-terminal controller device */ in main() local 172 if(pty_open_master(prog, &cntrl, slave_name)) in main() 201 status = pty_parent(prog, cntrl); in main() 202 close(cntrl); in main() 204 close(cntrl); /* The child doesn't use the slave device */ in main() 232 static int pty_open_master(const char *prog, int *cntrl, char *slave_name) in pty_open_master() argument 240 *cntrl = -1; in pty_open_master() [all …]
|
/titanic_41/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 106 struct termios cntrl; in v831_disconnect() local 115 (void) ioctl(FD, TCGETS, &cntrl); in v831_disconnect() 116 (void) cfsetospeed(&cntrl, B0); in v831_disconnect() 117 cntrl.c_cflag &= ~XCLUDE; in v831_disconnect() 118 (void) ioctl(FD, TCSETSF, &cntrl); in v831_disconnect() 169 struct termios cntrl; in dialit() local 186 (void) ioctl(AC, TCGETS, &cntrl); in dialit() 187 (void) cfsetospeed(&cntrl, B0); in dialit() 188 (void) cfsetispeed(&cntrl, B0); in dialit() 189 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit() [all …]
|
/titanic_41/usr/src/cmd/localedef/data/ |
H A D | ctype.sh | 25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
|
H A D | pa_IN.UTF-8.src | 167 cntrl <NULL>;/
|
H A D | gu_IN.UTF-8.src | 170 cntrl <NULL>;/
|
H A D | th_TH.UTF-8.src | 166 cntrl <NULL>;/
|
H A D | si_LK.UTF-8.src | 178 cntrl <NULL>;/
|
H A D | hy_AM.UTF-8.src | 183 cntrl <NULL>;/
|
H A D | kn_IN.UTF-8.src | 174 cntrl <NULL>;/
|
H A D | ta_IN.UTF-8.src | 150 cntrl <NULL>;/
|
H A D | or_IN.UTF-8.src | 171 cntrl <NULL>;/
|
H A D | ta_LK.UTF-8.src | 150 cntrl <NULL>;/
|
H A D | te_IN.UTF-8.src | 174 cntrl <NULL>;/
|
H A D | he_IL.UTF-8.src | 195 cntrl <NULL>;/
|
H A D | ka_GE.UTF-8.src | 220 cntrl <NULL>;/
|
H A D | as_IN.UTF-8.src | 170 cntrl <NULL>;/
|
H A D | bn_IN.UTF-8.src | 170 cntrl <NULL>;/
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | isdigit.c | 88 DEFN_ISTYPE(cntrl, _ISCNTRL)
|
H A D | iswctype.c | 139 DEFN_ISWTYPE(cntrl, _CTYPE_C) in DEFN_ISWTYPE()
|
/titanic_41/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 65 test_ctype(cntrl); in main()
|
/titanic_41/usr/src/lib/librsm/common/ |
H A D | rsmlib.c | 1710 rsm_controller_t *cntrl; in rsm_memseg_import_getv() local 1732 cntrl = (rsm_controller_t *)seg->rsmseg_controller; in rsm_memseg_import_getv() 1733 if (cntrl == NULL) { in rsm_memseg_import_getv() 1769 e = cntrl->cntr_segops->rsm_memseg_import_getv(sg_io); in rsm_memseg_import_getv() 2040 rsm_controller_t *cntrl; in rsm_memseg_import_putv() local 2063 cntrl = (rsm_controller_t *)seg->rsmseg_controller; in rsm_memseg_import_putv() 2064 if (cntrl == NULL) { in rsm_memseg_import_putv() 2101 e = cntrl->cntr_segops->rsm_memseg_import_putv(sg_io); in rsm_memseg_import_putv() 2937 rsm_controller_t *cntrl = (rsm_controller_t *)cntrl_handle; in rsm_create_localmemory_handle() local 2964 e = cntrl->cntr_segops->rsm_create_localmemory_handle( in rsm_create_localmemory_handle() [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Makefile.inc | 27 chremdir.c cntrl.c conn.c cpmv.c ct.c \ 80 uucico.cat := POBJS = uucpdefs.o uucico.o conn.o callers.o cntrl.o \
|
H A D | uucico.c | 73 cmtseq(), conn(), startup(), cntrl(); 726 exitcode = cntrl();
|
H A D | cntrl.c | 247 cntrl() in cntrl() function
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 1141 __be32 cntrl; member
|
1234567