Home
last modified time | relevance | path

Searched +defs:unit +defs:type +defs:list (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_bus.c137 int unit; /**< current unit number */ member
1396 devclass_get_device(devclass_t dc, int unit) in devclass_get_device()
1414 devclass_get_softc(devclass_t dc, int unit) in devclass_get_softc()
1445 device_t *list; in devclass_get_devices() local
1486 driver_t **list; in devclass_get_drivers() local
1551 devclass_find_free_unit(devclass_t dc, int unit) in devclass_find_free_unit()
1617 int unit = *unitp; in devclass_alloc_unit() local
1770 make_device(device_t parent, const char *name, int unit) in make_device()
1860 device_add_child(device_t dev, const char *name, int unit) in device_add_child()
2275 device_t *list; in device_get_children() local
[all …]
/f-stack/freebsd/net/
H A Dif_vxlan.c1083 struct vxlan_softc_head *list) in vxlan_socket_ifdetach()
1856 struct vxlan_softc_head *list) in vxlan_ifdetach()
3155 vxlan_clone_create(struct if_clone *ifc, int unit, caddr_t params) in vxlan_clone_create()
3560 struct vxlan_softc_head list; in vxlan_ifdetach_event() local
3612 vxlan_modevent(module_t mod, int type, void *unused) in vxlan_modevent()