Home
last modified time | relevance | path

Searched refs:PF_UNIX (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl_err.c57 .me_domain = PF_UNIX,
64 .me_domain = PF_UNIX,
71 .me_domain = PF_UNIX,
110 .me_domain = PF_UNIX,
117 .me_domain = PF_UNIX,
124 .me_domain = PF_UNIX,
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Dso_protocol.c116 .sp_dom = PF_UNIX,
122 .sp_dom = PF_UNIX,
128 .sp_dom = PF_UNIX,
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h316 #define PF_UNIX AF_UNIX macro
317 #define PF_LOCAL PF_UNIX
318 #define PF_FILE PF_UNIX
/illumos-gate/usr/src/test/util-tests/tests/cpmvln/
H A Dmkobj.c113 if ((fd = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) { in main()
/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo_errors.c83 int fd = socket(PF_UNIX, SOCK_STREAM | type, 0); in oclo_socket()
H A Doclo.c550 if (socketpair(PF_UNIX, type, 0, pair) < 0) { in oclo_rights_common()
/illumos-gate/usr/src/test/os-tests/tests/vfs/
H A Dsyncfs.c82 int fd = socket(PF_UNIX, SOCK_STREAM, 0); in syncfs_open_uds()
H A Dstatvfs.c163 int fd = socket(PF_UNIX, SOCK_STREAM, 0); in statvfs_open_uds()
/illumos-gate/usr/src/test/os-tests/tests/
H A Dodirectory.c125 odir_uds = socket(PF_UNIX, SOCK_STREAM, 0); in odir_setup()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dptsname.c107 if ((stream = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) { in main()
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_comm.c82 if ((s = socket(PF_UNIX, SOCK_SEQPACKET, 0)) == -1 || in ilb_open()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h331 #define PF_UNIX PF_LOCAL /* backward compatibility */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c188 s = socket(PF_UNIX, SOCK_SEQPACKET, 0); in ilbd_create_client_socket()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Drfb.c1440 s->rs_fd = socket(PF_UNIX, SOCK_STREAM, 0); in rfb_init()