Home
last modified time | relevance | path

Searched refs:vmd_switch (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/vmd/
H A Dvmd.h290 struct vmd_switch { struct
298 TAILQ_ENTRY(vmd_switch) sw_entry; argument
300 TAILQ_HEAD(switchlist, vmd_switch);
479 void switch_remove(struct vmd_switch *);
480 struct vmd_switch *switch_getbyname(const char *);
493 int vm_priv_brconfig(struct privsep *, struct vmd_switch *);
H A Dvmd.c892 struct vmd_switch *vsw; in vmd_configure()
974 struct vmd_switch *vsw; in vmd_reload()
1252 struct vmd_switch *sw; in vm_register()
1832 switch_remove(struct vmd_switch *vsw) in switch_remove()
1844 struct vmd_switch *
1847 struct vmd_switch *vsw; in switch_getbyname()
H A Dpriv.c327 struct vmd_switch *vsw; in vm_priv_ifconfig()
499 vm_priv_brconfig(struct privsep *ps, struct vmd_switch *vsw) in vm_priv_brconfig()
H A Dconfig.c104 struct vmd_switch *vsw; in config_purge()
H A Dparse.y96 static struct vmd_switch *vsw;