Searched defs:iosp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c1059 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 ) {
H A Dos-ip.c788 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
840 NSLDAPIIOStatus *iosp; local
891 NSLDAPIIOStatus *iosp; local
956 NSLDAPIIOStatus *iosp; local
1002 NSLDAPIIOStatus *iosp; local
1049 NSLDAPIIOStatus *iosp; local
1095 NSLDAPIIOStatus *iosp = ld->ld_iostatus; local
1165 NSLDAPIIOStatus *iosp; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c705 termio_suspend_tty(termio_data_t *td, struct termios *iosp) argument
719 if (termio_ctl(td->tio_io, TCSETSW, iosp) == -1)
737 termio_resume_tty(termio_data_t *td, struct termios *iosp) argument
781 * Read the current set of terminal attributes, and save them in iosp
784 if (termio_ctl(td->tio_io, TCGETS, iosp) < 0)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c175 Os_desc *osp, *iosp = NULL, *fosp = NULL; local
462 if ((iosp == NULL) && (strcmp(osp->os_name,
464 iosp = osp;
917 (sdp->sd_isc->is_osdesc == iosp)) {
922 } else if (iosp && !(flags & FLG_OF_RELOBJ)) {

Completed in 60 milliseconds