Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c450 err = fsw_ctl(nx, ncr->nc_cmd, p, &nsr); in nx_fsw_prov_config()
472 err = fsw_ctl(nx, ncr->nc_cmd, p, &nfr); in nx_fsw_prov_config()
490 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.c928 fsw_ctl(struct kern_nexus *nx, nxcfg_cmd_t nc_cmd, struct proc *p, in fsw_ctl() function