Searched refs:PF_UNIX (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl_err.c | 57 .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 D | so_protocol.c | 116 .sp_dom = PF_UNIX, 122 .sp_dom = PF_UNIX, 128 .sp_dom = PF_UNIX,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 316 #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 D | mkobj.c | 113 if ((fd = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) { in main()
|
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | oclo_errors.c | 83 int fd = socket(PF_UNIX, SOCK_STREAM | type, 0); in oclo_socket()
|
H A D | oclo.c | 550 if (socketpair(PF_UNIX, type, 0, pair) < 0) { in oclo_rights_common()
|
/illumos-gate/usr/src/test/os-tests/tests/vfs/ |
H A D | syncfs.c | 82 int fd = socket(PF_UNIX, SOCK_STREAM, 0); in syncfs_open_uds()
|
H A D | statvfs.c | 163 int fd = socket(PF_UNIX, SOCK_STREAM, 0); in statvfs_open_uds()
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | odirectory.c | 125 odir_uds = socket(PF_UNIX, SOCK_STREAM, 0); in odir_setup()
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | ptsname.c | 107 if ((stream = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) { in main()
|
/illumos-gate/usr/src/lib/libilb/common/ |
H A D | ilb_comm.c | 82 if ((s = socket(PF_UNIX, SOCK_SEQPACKET, 0)) == -1 || in ilb_open()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 331 #define PF_UNIX PF_LOCAL /* backward compatibility */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 188 s = socket(PF_UNIX, SOCK_SEQPACKET, 0); in ilbd_create_client_socket()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | rfb.c | 1440 s->rs_fd = socket(PF_UNIX, SOCK_STREAM, 0); in rfb_init()
|