Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Djail.h418 void getcredhostuuid(struct ucred *, char *, size_t);
/freebsd/sys/net/
H A Dif_ethersubr.c1500 getcredhostuuid(curthread->td_ucred, uuid, sizeof(uuid)); in ether_gen_addr_byname()
/freebsd/sys/kern/
H A Dkern_jail.c3657 getcredhostuuid(struct ucred *cred, char *buf, size_t size) in getcredhostuuid() function
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c885 getcredhostuuid(cred, uuid, sizeof uuid); in nfscl_getcl()