Home
last modified time | relevance | path

Searched refs:u_name (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst210 user[i].u_name, user[i].u_tickets);
235 xo_emit("Member {l:user}\n", user[i].u_name);
/f-stack/freebsd/kern/
H A Dkern_jail.c334 char *u_path, *u_hostname, *u_name; in kern_jail() local
397 u_name = u_hostname + MAXHOSTNAMELEN; in kern_jail()
399 u_ip4 = (struct in_addr *)(u_name + MAXHOSTNAMELEN); in kern_jail()
405 u_ip6 = (struct in6_addr *)(u_name + MAXHOSTNAMELEN); in kern_jail()
434 optiov[opt.uio_iovcnt].iov_base = u_name; in kern_jail()
435 error = copyinstr(j->jailname, u_name, MAXHOSTNAMELEN, in kern_jail()