sun_path 103 compat/svr4/svr4_socket.c DPRINTF(("%s\n", e->sock.sun_path)); sun_path 130 compat/svr4/svr4_socket.c e->sock.sun_path, p, e->dev, e->ino)); sun_path 158 compat/svr4/svr4_socket.c if ((error = copyinstr(path, e->sock.sun_path, sun_path 159 compat/svr4/svr4_socket.c sizeof(e->sock.sun_path), &len)) != 0) { sun_path 169 compat/svr4/svr4_socket.c DPRINTF(("svr4_add_socket: %s [%p,%d,%d]\n", e->sock.sun_path, sun_path 334 compat/svr4/svr4_stream.c for (src = saun->sun_path, dst = na->path; (*dst++ = *src++) != '\0'; ) sun_path 366 compat/svr4/svr4_stream.c char *dst, *edst = &saun->sun_path[sizeof(saun->sun_path) - 1]; sun_path 372 compat/svr4/svr4_stream.c for (src = na->path, dst = saun->sun_path; (*dst++ = *src++) != '\0'; ) sun_path 375 compat/svr4/svr4_stream.c saun->sun_len = dst - saun->sun_path; sun_path 377 compat/svr4/svr4_stream.c saun->sun_path)); sun_path 791 compat/svr4/svr4_stream.c if (saun.sun_path[0] == '\0') sun_path 795 compat/svr4/svr4_stream.c saun.sun_family, saun.sun_path)); sun_path 797 compat/svr4/svr4_stream.c if ((error = clean_pipe(p, saun.sun_path)) != 0) sun_path 407 kern/uipc_usrreq.c namelen = soun->sun_len - offsetof(struct sockaddr_un, sun_path); sun_path 410 kern/uipc_usrreq.c strncpy(buf, soun->sun_path, namelen); sun_path 453 kern/uipc_usrreq.c NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF, UIO_SYSSPACE, soun->sun_path, p); sun_path 44 sys/un.h char sun_path[104]; /* path name (gag) */ sun_path 70 sys/un.h (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))