sys_uuidgen
int sys_uuidgen(struct lwp *, const struct sys_uuidgen_args *, register_t *);
.sy_call = (sy_call_t *)sys_uuidgen
return sys_uuidgen(l, &ua, retval);
.sy_call = (sy_call_t *)sys_uuidgen
check_syscall_args(sys_uuidgen)
int sys_uuidgen(struct lwp *, const struct sys_uuidgen_args *, register_t *);