Searched refs:sun (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dexec.h71 #ifdef sun
74 #else /* sun */
76 #endif /* sun */
93 #ifdef sun
96 #define M_OLDSUN2 0 /* old sun-2 executable files */
99 #endif /* sun */
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_arg.c352 struct sockaddr_un *sun; local
371 sun = (struct sockaddr_un *)sa;
372 slen = sun->sun_len - offsetof(struct sockaddr_un, sun_path);
378 if (sun->sun_path[slen] != 0) {
379 bcopy(sun->sun_path, path, slen);
383 audit_arg_upath(ar, cwd_vp, sun->sun_path,
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h49 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
275 # ifdef sun
284 # endif /* sun */
286 # if defined(sun) && !defined(linux) || defined(__sgi)
306 # endif /* sun && !linux */
/darwin-on-arm/xnu/bsd/net/
H A Dbpf_filter.c73 #ifdef sun

Completed in 32 milliseconds