Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Duhub.c134 int nremov; in uhub_attach() local
183 for (nremov = 0, port = 1; port <= nports; port++) { in uhub_attach()
186 nremov++; in uhub_attach()
189 nremov++; in uhub_attach()
195 nremov, dev->self_powered ? "self" : "bus"); in uhub_attach()