Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_rctl.c1919 sys_rctl_remove_rule(struct thread *td, struct rctl_remove_rule_args *uap) in sys_rctl_remove_rule() function
2240 sys_rctl_remove_rule(struct thread *td, struct rctl_remove_rule_args *uap) in sys_rctl_remove_rule() function
HDinit_sysent.c592 …{ .sy_narg = AS(rctl_remove_rule_args), .sy_call = (sy_call_t *)sys_rctl_remove_rule, .sy_auevent …
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c593 …{ .sy_narg = AS(rctl_remove_rule_args), .sy_call = (sy_call_t *)sys_rctl_remove_rule, .sy_auevent …
/freebsd-14-stable/sys/sys/
HDsysproto.h2239 int sys_rctl_remove_rule(struct thread *, struct rctl_remove_rule_args *);