Home
last modified time | relevance | path

Searched refs:fsw_ctl (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c499 err = fsw_ctl(nx, ncr->nc_cmd, p, &nsr); in nx_fsw_prov_config()
526 err = fsw_ctl(nx, ncr->nc_cmd, p, &nfr); in nx_fsw_prov_config()
543 err = fsw_ctl(nx, ncr->nc_cmd, p, &inp); in nx_fsw_prov_config()
H A Dfsw_var.h94 extern int fsw_ctl(struct kern_nexus *nx, nxcfg_cmd_t nc_cmd, struct proc *p,
H A Dfsw.c1019 fsw_ctl(struct kern_nexus *nx, nxcfg_cmd_t nc_cmd, struct proc *p, in fsw_ctl() function