getcredhostuuid
getcredhostuuid(cred, uuid, sizeof uuid);
getcredhostuuid(curthread->td_ucred, uuid, sizeof(uuid));
getcredhostuuid(curthread->td_ucred, hostuuid, sizeof(hostuuid));
void getcredhostuuid(struct ucred *, char *, size_t);