Searched refs:EOPNOTSUPP (Results 101 - 125 of 554) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ofw/
H A Dopenpromio.c239 return (EOPNOTSUPP);
/freebsd-11-stable/sys/net/
H A Dif_disc.c161 return (EOPNOTSUPP);
H A Dif_edsc.c358 return (EOPNOTSUPP);
H A Draw_usrreq.c149 /* pru_accept is EOPNOTSUPP */
184 /* pru_connect2 is EOPNOTSUPP */
185 /* pru_control is EOPNOTSUPP */
206 /* pru_listen is EOPNOTSUPP */
217 /* pru_rcvd is EOPNOTSUPP */
218 /* pru_rcvoob is EOPNOTSUPP */
231 return (EOPNOTSUPP);
/freebsd-11-stable/sys/dev/io/
H A Diodev.c207 return(EOPNOTSUPP);
/freebsd-11-stable/sys/dev/virtio/random/
H A Dvirtio_random.c104 error = EOPNOTSUPP;
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap_module.c171 e = EOPNOTSUPP; /* Error, Operation Not Supported */
/freebsd-11-stable/sys/dev/ispfw/
H A Dispfw.c234 return (EOPNOTSUPP);
/freebsd-11-stable/sys/i386/i386/
H A Dmem.c198 return (EOPNOTSUPP);
H A Dptrace_machdep.c50 return (EOPNOTSUPP);
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.c93 return (EOPNOTSUPP);
/freebsd-11-stable/sys/x86/x86/
H A Dstack_machdep.c166 return (EOPNOTSUPP);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c125 return -EOPNOTSUPP;
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_vfsops.c99 return (EOPNOTSUPP);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmem.c202 return (EOPNOTSUPP);
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping_dev.c85 err = EOPNOTSUPP;
/freebsd-11-stable/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c117 return (EOPNOTSUPP);
/freebsd-11-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c210 error = EOPNOTSUPP;
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_module.c171 return (EOPNOTSUPP);
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_module.c171 return (EOPNOTSUPP);
/freebsd-11-stable/stand/common/
H A Dreloc_elf.c229 return (EOPNOTSUPP);
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_unpriv.c197 if (errno == EOPNOTSUPP)
H A Dt_union.c83 if (errno == EOPNOTSUPP) {
H A Dt_rwtoro.c84 if (errno == EOPNOTSUPP)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c184 ATF_REQUIRE_ERRNO(EOPNOTSUPP, true);

Completed in 357 milliseconds

1234567891011>>