sys_revoke
int sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
.sy_call = (sy_call_t *)sys_revoke
int sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
.sy_call = (sy_call_t *)sys_revoke
return sys_revoke(l, &ua, retval);
.sy_call = (sy_call_t *)sys_revoke
{ 56, sys_revoke },
extern sy_call_t sys_revoke;
int sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
check_syscall_args(sys_revoke)