Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/vax/
H A Dubi.c42 static void ubi_attach(device_t, device_t, void*);
45 ubi_match, ubi_attach, NULL, NULL);
69 ubi_attach(device_t parent, device_t self, void *aux) in ubi_attach() function