Searched refs:u_path (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c59 char u_path[PATH_MAX]; member in struct:unwind
69 strlcpy(unwind_list[unwind_len].u_path, path, PATH_MAX);
79 unlink(unwind_list[i].u_path);
80 rmdir(unwind_list[i].u_path);
/freebsd-10-stable/sys/kern/
H A Dkern_jail.c373 char *u_path, *u_hostname, *u_name; local
431 u_path = malloc(tmplen, M_TEMP, M_WAITOK);
432 u_hostname = u_path + MAXPATHLEN;
447 optiov[opt.uio_iovcnt].iov_base = u_path;
448 error = copyinstr(j->path, u_path, MAXPATHLEN,
451 free(u_path, M_TEMP);
462 free(u_path, M_TEMP);
474 free(u_path, M_TEMP);
490 free(u_path, M_TEMP);
504 free(u_path, M_TEM
[all...]

Completed in 113 milliseconds