HomeSort by relevance Sort by last modified time
    Searched defs:ENOSYS (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/ucbcmd/sbcp/
sbcp.s 46 #define ENOSYS 90 /* 4.x ENOSYS */
187 set ENOSYS, %o1
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_ipnetops.c 121 ASSERT(VOP_REALVP(SDEVTOV(dv), &rvp, NULL) == ENOSYS);
sdev_ptsops.c 307 ASSERT(VOP_REALVP(SDEVTOV(dv), &rvp, NULL) == ENOSYS);
sdev_vtops.c 195 ASSERT(VOP_REALVP(SDEVTOV(dv), &rvp, NULL) == ENOSYS);
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
date.c 200 #ifndef ENOSYS
201 #define ENOSYS EINVAL
chgrp.c 145 #ifndef ENOSYS
146 #define ENOSYS EINVAL
152 return ENOSYS;
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
errno.h 145 #define ENOSYS 90 /* function not implemented */
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
fts.c 97 #ifndef ENOSYS
98 #define ENOSYS EINVAL
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
PoolsException.java 469 * ENOSYS.
471 public static final int ENOSYS = 89;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
s5errno.h 135 #define ENOSYS 89 /* Unsupported file system operation */
  /onnv/onnv-gate/usr/src/uts/common/sys/
errno.h 155 #define ENOSYS 89 /* Unsupported file system operation */
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
contract.h 143 #define ENOSYS 0

Completed in 6958 milliseconds