Searched refs:iosp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 788 NSLDAPIIOStatus *iosp; local 798 iosp = ld->ld_iostatus; 800 if ( iosp->ios_type == NSLDAPI_IOSTATUS_TYPE_OSNATIVE ) { 803 &iosp->ios_status.ios_osinfo, POLLOUT )) { 804 ++iosp->ios_write_count; 808 &iosp->ios_status.ios_osinfo.ossi_writefds )) { 810 &iosp->ios_status.ios_osinfo.ossi_writefds ); 811 ++iosp->ios_write_count; 815 } else if ( iosp->ios_type == NSLDAPI_IOSTATUS_TYPE_CALLBACK ) { 817 &iosp->ios_status.ios_cbinfo, LDAP_X_POLLOUT )) { [all …]
|
H A D | result.c | 1059 NSLDAPIIOStatus *iosp = ld->ld_iostatus; local 1076 if ( NSLDAPI_IOSTATUS_TYPE_OSNATIVE == iosp->ios_type ) { 1085 } else if ( NSLDAPI_IOSTATUS_TYPE_CALLBACK == iosp->ios_type ) {
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 656 termio_suspend_tty(termio_data_t *td, struct termios *iosp) in termio_suspend_tty() argument 670 if (termio_ctl(td->tio_io, TCSETSW, iosp) == -1) in termio_suspend_tty() 688 termio_resume_tty(termio_data_t *td, struct termios *iosp) in termio_resume_tty() argument 735 if (termio_ctl(td->tio_io, TCGETS, iosp) < 0) in termio_resume_tty()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 175 Os_desc *osp, *iosp = NULL, *fosp = NULL; in update_osym() local 462 if ((iosp == NULL) && (strcmp(osp->os_name, in update_osym() 464 iosp = osp; in update_osym() 917 (sdp->sd_isc->is_osdesc == iosp)) { in update_osym() 922 } else if (iosp && !(flags & FLG_OF_RELOBJ)) { in update_osym()
|