Searched refs:pr_name (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | main.c | 618 printproto(tp, tp->pr_name, &first); in main() 631 for (tp = protox; tp->pr_name; tp++) in main() 632 printproto(tp, tp->pr_name, &first); in main() 636 printproto(tp, tp->pr_name, &first); in main() 641 printproto(tp, tp->pr_name, &first); in main() 646 printproto(tp, tp->pr_name, &first); in main() 723 tp->pr_name); in printproto() 730 tp->pr_name); in printproto() 756 "cores", tp->pr_name); in printproto() 952 for (tp = *tpp; tp->pr_name; tp++) in knownname() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_jail.c | 103 .pr_name = "0", 1565 onamelen = strlen(pr->pr_name + pnamelen); in kern_jail_set() 1573 sizeof(pr->pr_name)) { in kern_jail_set() 1682 strlcpy(pr->pr_name, namelc, sizeof(pr->pr_name)); in kern_jail_set() 1684 snprintf(pr->pr_name, sizeof(pr->pr_name), "%s.%s", in kern_jail_set() 1685 ppr->pr_name, namelc); in kern_jail_set() 1688 bcopy(tpr->pr_name + onamelen, tpr->pr_name + namelen, in kern_jail_set() 1690 bcopy(pr->pr_name, tpr->pr_name, namelen); in kern_jail_set() 2604 if (!strcmp(pr->pr_name + mylen, name)) { in prison_find_name() 3651 name = pr2->pr_name; in prison_name() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 77 char pr_name[MAXHOSTNAMELEN]; member 190 char pr_name[MAXHOSTNAMELEN]; /* (p) admin jail name */ member
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit.c | 298 (void) strlcpy(ar->k_ar.ar_jailname, pr->pr_name, in audit_record_ctor()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 1263 strlcpy(name, cred->cr_prison->pr_name, len); in getjailname()
|