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

/freebsd-11.0-release/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-11.0-release/sys/kern/
H A Dkern_jail.c369 char *u_path, *u_hostname, *u_name; local
426 u_path = malloc(tmplen, M_TEMP, M_WAITOK);
427 u_hostname = u_path + MAXPATHLEN;
442 optiov[opt.uio_iovcnt].iov_base = u_path;
443 error = copyinstr(j->path, u_path, MAXPATHLEN,
446 free(u_path, M_TEMP);
457 free(u_path, M_TEMP);
469 free(u_path, M_TEMP);
485 free(u_path, M_TEMP);
499 free(u_path, M_TEM
[all...]

Completed in 58 milliseconds