Home
last modified time | relevance | path

Searched refs:iosp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c788 NSLDAPIIOStatus *iosp; local
798 iosp = ld->ld_iostatus;
840 NSLDAPIIOStatus *iosp; local
850 iosp = ld->ld_iostatus;
891 NSLDAPIIOStatus *iosp; local
956 NSLDAPIIOStatus *iosp; local
1002 NSLDAPIIOStatus *iosp; local
1049 NSLDAPIIOStatus *iosp; local
1118 NSLDAPI_FREE( iosp );
1172 if ( iosp == NULL ||
[all …]
H A Dresult.c1057 NSLDAPIIOStatus *iosp = ld->ld_iostatus; local
1074 if ( NSLDAPI_IOSTATUS_TYPE_OSNATIVE == iosp->ios_type ) {
1083 } else if ( NSLDAPI_IOSTATUS_TYPE_CALLBACK == iosp->ios_type ) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c709 termio_suspend_tty(termio_data_t *td, struct termios *iosp) in termio_suspend_tty() argument
723 if (termio_ctl(td->tio_io, TCSETSW, iosp) == -1) in termio_suspend_tty()
741 termio_resume_tty(termio_data_t *td, struct termios *iosp) in termio_resume_tty() argument
790 if (termio_ctl(td->tio_io, TCGETS, iosp) < 0) in termio_resume_tty()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c181 Os_desc *osp, *iosp = NULL, *fosp = NULL; in update_osym() local
468 if ((iosp == NULL) && (strcmp(osp->os_name, in update_osym()
470 iosp = osp; in update_osym()
925 (sdp->sd_isc->is_osdesc == iosp)) { in update_osym()
930 } else if (iosp && !(flags & FLG_OF_RELOBJ)) { in update_osym()