Searched refs:ENOSYS (Results 51 - 57 of 57) sorted by relevance

123

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c1163 errno = ENOSYS;
1217 errno = ENOSYS;
1325 errno = ENOSYS;
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c1255 case ENOSYS:
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c977 errno = error > 0 ? error : ENOSYS;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c135 * If the file system returned ENOSYS, we know that it
140 if (errno != ENOSYS) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c84 return ENOSYS;
/osnet-11/usr/src/grub/grub2/
H A Dconfigure11127 to always fail with ENOSYS. Some functions are actually named
12155 to always fail with ENOSYS. Some functions are actually named
13457 to always fail with ENOSYS. Some functions are actually named
15786 to always fail with ENOSYS. Some functions are actually named
16670 to always fail with ENOSYS. Some functions are actually named
17957 to always fail with ENOSYS. Some functions are actually named
20352 to always fail with ENOSYS. Some functions are actually named
22000 to always fail with ENOSYS. Some functions are actually named
22194 to always fail with ENOSYS. Some functions are actually named
22565 to always fail with ENOSYS
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c79 #ifdef ENOSYS
80 # define SM_EMAPCANTWRITE ENOSYS
81 #else /* ENOSYS */
87 #endif /* ENOSYS */

Completed in 172 milliseconds

123