Searched refs:dcf (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | callers.c | 233 int dcf = -1; local 265 if ((dcf = (*(ca->CA_caller))(flds, dev)) < 0) 266 return(dcf) ; 278 if (dcf == -1) { 304 dcf = open(dcname, (O_RDWR | O_NDELAY) ); 307 dcf = open(dcname, O_RDWR ); 312 if (dcf < 0) { 322 if ( fd_mklock(dcf) != SUCCESS ) { 330 if ( fcntl(dcf, F_SETFL, 331 (fcntl(dcf, F_GETFL, 0) & ~O_NDELAY)) < 0 ) { [all …]
|
H A D | line.c | 232 sethup(dcf) in sethup() argument 233 int dcf; in sethup() 237 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) 241 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); 524 sethup(dcf) in sethup() argument 525 int dcf; in sethup() 527 if (isatty(dcf)) 528 (void) (*Ioctl)(dcf, TIOCHPCL, STBNULL);
|
H A D | conn.c | 149 int dcf = -1; local 171 if ((dcf = processdev(flds, dev)) >= 0) 190 return(dcf); 744 wait_for_hangup(dcf) in wait_for_hangup() argument 745 int dcf; in wait_for_hangup() 751 while((rval = read(dcf, buff, BUFSIZ)) > 0); 758 if (clear_hup(dcf) != SUCCESS) {
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 178 int dcf = -1; in processdev() local 208 if ((dcf = (*(ca->CA_caller))(flds, dev)) < 0) in processdev() 209 return (dcf); in processdev() 221 if (dcf == -1) { in processdev() 248 dcf = open(dcname, (O_RDWR | O_NDELAY)); in processdev() 251 dcf = open(dcname, O_RDWR); in processdev() 256 if (dcf < 0) { in processdev() 266 if (fd_mklock(dcf) != SUCCESS) { in processdev() 274 if (fcntl(dcf, F_SETFL, in processdev() 275 (fcntl(dcf, F_GETFL, 0) & ~O_NDELAY)) < 0) { in processdev() [all …]
|
H A D | line.c | 216 sethup(int dcf) in sethup() argument 220 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) in sethup() 224 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); in sethup()
|
H A D | conn.c | 136 int dcf = -1; in getto() local 157 if ((dcf = processdev(flds, dev)) >= 0) in getto() 175 return (dcf); in getto() 542 wait_for_hangup(int dcf) in wait_for_hangup() argument 548 while ((rval = read(dcf, buff, BUFSIZ)) > 0) in wait_for_hangup() 555 if (clear_hup(dcf) != SUCCESS) { in wait_for_hangup()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 19046 2dcf Dialog Semiconductor
|