Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hpc/
H A Dpwctl.c85 static void pwctl_attach(device_t, device_t, void *);
91 pwctl_match, pwctl_attach, NULL, NULL);
110 pwctl_attach(device_t parent, device_t self, void *aux) in pwctl_attach() function