Searched refs:errno (Results 251 - 270 of 270) sorted by relevance

<<11

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_r_zip.c45 #include <sys/errno.h>
H A Dasp_proto.c35 #include <sys/errno.h>
/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_core.c75 #include <sys/errno.h>
H A Dip6_input.c104 #include <sys/errno.h>
H A Dnd6_nbr.c68 #include <sys/errno.h>
H A Din6.c99 #include <sys/errno.h>
265 "%s operation failed for %s (errno=%d)\n",
1225 "errno=%d\n",
1795 "%s on %s (errno=%d)\n",
1859 "%s on %s (errno=%d)\n",
1888 "(errno=%d)\n",
1934 "(errno=%d)\n",
2046 "errno=%d\n",
H A Dip6_output.c105 #include <sys/errno.h>
H A Dipsec.c74 #include <sys/errno.h>
811 * other: failure, and set errno.
H A Dnd6.c78 #include <sys/errno.h>
1187 " tmp addr,errno=%d\n", e);
1413 "for a neighbor(%s), errno=%d\n",
2061 "%s (errno=%d)\n", if_name(ifp),
H A Dnd6_rtr.c70 #include <sys/errno.h>
808 "%s on %s scoped %d (errno = %d)\n", __func__,
890 "%s on %s scoped %d (errno = %d)\n", __func__,
2146 "the prefix %s/%d on-link %s on %s (errno=%d)\n",
2206 "%s/%d offlink on %s, errno=%d\n",
2316 "(errno=%d)\n",
2347 "errno=%d, returnpr=%p\n",
2609 "address, errno=%d\n",
3109 "make %s/%d offlink, errno=%d\n",
3124 "make %s/%d offlink, errno
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c110 #include <sys/errno.h>
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c34 #include <sys/errno.h>
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c80 #include <sys/errno.h>
H A Dpktsched_qfq.c69 #include <sys/errno.h>
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c34 #include <sys/errno.h>
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp53 #include <sys/errno.h>
4990 * Convert an IOReturn to an errno.
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c92 #include <sys/errno.h>
2213 * !0 errno value
2231 * XXX: We should enummerate the possible errno values here, and where
2358 * !0 errno value
2372 * XXX: We should enummerate the possible errno values here, and where
2643 * !0 errno value
2653 * XXX: We should enummerate the possible errno values here, and where
2737 * !0 errno value
2746 * XXX: We should enummerate the possible errno values here, and where
H A Dvfs_subr.c93 #include <sys/errno.h>
5124 * !0 errno value
5143 * XXX: We should enummerate the possible errno values here, and where
7265 * Returns errno, or zero and sets *actionp to the KAUTH_VNODE_* actions that
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c77 #include <sys/errno.h>
4108 * other: errno
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c69 #include <sys/errno.h>
96 #include <sys/errno.h>
19494 /* Darwin's BSD ioctls only return -1 or zero. Overload errno to mimic Solaris. 20 bits suffice. */
19497 return (err & 0xfff); /* ioctl will return -1 and will set errno to an error code < 4096 */
19500 return (((rv & 0xfffff) << 12)); /* ioctl will return -1 and will set errno to a value >= 4096 */
19512 /* Darwin's BSD ioctls only return -1 or zero. Overload errno to mimic Solaris. 20 bits suffice. */
19515 return (err & 0xfff); /* ioctl will return -1 and will set errno to an error code < 4096 */
19518 return (((rv & 0xfffff) << 12)); /* ioctl will return -1 and will set errno to a value >= 4096 */

Completed in 298 milliseconds

<<11