Lines Matching defs:u_path
381 char *u_path, *u_hostname, *u_name;
442 u_path = malloc(tmplen, M_TEMP, M_WAITOK);
443 u_hostname = u_path + MAXPATHLEN;
458 optiov[opt.uio_iovcnt].iov_base = u_path;
459 error = copyinstr(j->path, u_path, MAXPATHLEN,
462 free(u_path, M_TEMP);
473 free(u_path, M_TEMP);
485 free(u_path, M_TEMP);
501 free(u_path, M_TEMP);
515 free(u_path, M_TEMP);
523 free(u_path, M_TEMP);