Searched refs:HOSTUUIDLEN (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | jail.h | 138 #define HOSTUUIDLEN 64 macro 189 char pr_hostuuid[HOSTUUIDLEN]; /* (p) jail hostuuid */
|
| /freebsd-12.1/sys/net/ |
| H A D | if_ethersubr.c | 1386 #define ETHER_GEN_ADDR_BUFSIZ HOSTUUIDLEN + IFNAMSIZ + 2 in ether_gen_addr() 1389 char uuid[HOSTUUIDLEN + 1]; in ether_gen_addr()
|
| H A D | iflib.c | 1285 char uuid[HOSTUUIDLEN+1]; in iflib_gen_mac() 1286 char buf[HOSTUUIDLEN+16]; in iflib_gen_mac() 1292 uuid[HOSTUUIDLEN] = 0; in iflib_gen_mac() 1293 bcopy(td->td_ucred->cr_prison->pr_hostuuid, uuid, HOSTUUIDLEN); in iflib_gen_mac() 1294 snprintf(buf, HOSTUUIDLEN+16, "%s-%s", uuid, device_get_nameunit(ctx->ifc_dev)); in iflib_gen_mac()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_mib.c | 349 (void *)(offsetof(struct prison, pr_hostuuid)), HOSTUUIDLEN,
|
| H A D | kern_jail.c | 721 if (len > HOSTUUIDLEN) { in kern_jail_set() 1211 strlcpy(pr->pr_hostuuid, DEFAULT_HOSTUUID, HOSTUUIDLEN); in kern_jail_set() 3746 SYSCTL_JAIL_PARAM_STRING(_host, hostuuid, CTLFLAG_RW, HOSTUUIDLEN,
|
| /freebsd-12.1/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 786 char uuid[HOSTUUIDLEN]; in nfscl_getcl()
|