Home
last modified time | relevance | path

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

/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c282 char *u_name, *u_gecos; in _passwdqc_check() local
289 u_name = u_gecos = NULL; in _passwdqc_check()
326 u_name = unify(pw->pw_name); in _passwdqc_check()
333 (pw && (!u_name || !u_gecos))) in _passwdqc_check()
343 (is_based(params, u_name, u_newpass, newpass) || in _passwdqc_check()
344 is_based(params, u_name, u_reversed, reversed) || in _passwdqc_check()
358 clean(u_name); clean(u_gecos); in _passwdqc_check()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_spa.c84 const char *u_name; member
89 .u_name = "VOLA MEM ",
94 .u_name = "PERS MEM",
99 .u_name = "CTRL RG ",
104 .u_name = "DATA RG ",
109 .u_name = "VIRT DSK",
114 .u_name = "VIRT CD ",
119 .u_name = "PV DSK ",
124 .u_name = "PV CD ",
136 if (strcmp(name, nvdimm_SPA_uuid_list[j].u_name) != 0) in nvdimm_spa_type_from_name()
[all …]
/freebsd/contrib/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);
/freebsd/sys/kern/
H A Dkern_jail.c381 char *u_path, *u_hostname, *u_name; in kern_jail() local
444 u_name = u_hostname + MAXHOSTNAMELEN; in kern_jail()
446 u_ip4 = (struct in_addr *)(u_name + MAXHOSTNAMELEN); in kern_jail()
452 u_ip6 = (struct in6_addr *)(u_name + MAXHOSTNAMELEN); in kern_jail()
481 optiov[opt.uio_iovcnt].iov_base = u_name; in kern_jail()
482 error = copyinstr(j->jailname, u_name, MAXHOSTNAMELEN, in kern_jail()