Home
last modified time | relevance | path

Searched refs:EPERM (Results 101 – 125 of 456) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c214 ret = EPERM;
509 ret = EPERM;
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalwd.c336 return (EPERM); in xcalwd_open()
409 return (EPERM); in xcalwd_ioctl()
/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c339 return (EPERM); in jbppm_open()
390 return (EPERM); in jbppm_ioctl()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c204 return (EPERM); in dlmgmt_zone_init()
283 return (EPERM); in dlmgmt_init()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java41 public static final int EPERM = 1; field in PoolsException
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsetpriority.c184 if (ret != 0 && errno == EPERM) { in setpriority()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c868 error = EPERM;
894 error = EPERM;
904 error = EPERM;
935 error = EPERM;
944 error = EPERM;
951 error = EPERM;
972 error = EPERM;
978 error = EPERM;
995 error = EPERM;
1023 error = EPERM;
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c254 case EPERM: in method_store_contract()
319 case EPERM: in method_remove_contract()
557 case EPERM: in exec_method()
624 case EPERM: in write_status()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c73 } else if (errno == EACCES || errno == EPERM) in open_psinfo()
107 } else if (errno == EACCES || errno == EPERM) in open_core()
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c295 case EPERM: in set_info()
367 case EPERM: in rem_info()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c211 return (EPERM); in sdev_mount()
391 return (EPERM); in sdev_unmount()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c167 return (EPERM); in lo_mount()
427 return (EPERM); in lo_unmount()
/illumos-gate/usr/src/uts/common/syscall/
H A Dp_online.c95 error = EPERM; in p_online_internal_locked()
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c145 case EPERM: in rpterr()
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c142 case EPERM: in rpterr()
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c452 errno != EPERM)) in doexec()
456 (errno != EBUSY) && (errno != EPERM)) in doexec()
475 case EPERM: in rpterr()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c157 ec = errno == EACCES ? EPERM : errno; in sysevent_evc_bind()
164 ec = errno == EACCES ? EPERM : errno; in sysevent_evc_bind()
240 if (door_revoke(subp->evsub_door_desc) != 0 && errno == EPERM) in sysevent_evc_unbind()
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c143 case EPERM: in rpterr()
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c147 case EPERM: in rpterr()
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c454 return (EPERM); in opromioctl_cb()
467 return (EPERM); in opromioctl_cb()
476 return (EPERM); in opromioctl_cb()
496 return (EPERM); in opromioctl_cb()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c455 return (set_errno(EPERM)); in sharefs()
459 return (set_errno(EPERM)); in sharefs()
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Dtime_data.c113 if (error == EPERM) { in test_valid_write_time_data()
343 if (error != EPERM) { in test_invalid_freq_intel()
/illumos-gate/usr/src/cmd/iscsitsvc/
H A Discsitsvc.c97 if (errno == EPERM) { in it_open()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_prot.h50 UFSDRC_PERM = EPERM,
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dpage_dirty.c138 } else if (errno != EPERM) { in test_dirty_tracking_disabled()

12345678910>>...19