Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dmesh.c139 static void mesh_attach(device_t, device_t, void *);
182 mesh_match, mesh_attach, NULL, NULL);
202 mesh_attach(device_t parent, device_t self, void *aux) in mesh_attach() function