Home
last modified time | relevance | path

Searched refs:HOSTUUIDLEN (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/sys/
H A Djail.h138 #define HOSTUUIDLEN 64 macro
189 char pr_hostuuid[HOSTUUIDLEN]; /* (p) jail hostuuid */
/freebsd-12.1/sys/net/
H A Dif_ethersubr.c1386 #define ETHER_GEN_ADDR_BUFSIZ HOSTUUIDLEN + IFNAMSIZ + 2 in ether_gen_addr()
1389 char uuid[HOSTUUIDLEN + 1]; in ether_gen_addr()
H A Diflib.c1285 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 Dkern_mib.c349 (void *)(offsetof(struct prison, pr_hostuuid)), HOSTUUIDLEN,
H A Dkern_jail.c721 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 Dnfs_clstate.c786 char uuid[HOSTUUIDLEN]; in nfscl_getcl()