Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c753 unsigned long selarr[4]; in getsel() local
767 selarr[i++] = strtoul(ep, &ep, 10); in getsel()
771 sel.pc_func = selarr[--i]; in getsel()
774 sel.pc_dev = selarr[--i]; in getsel()
775 sel.pc_bus = selarr[--i]; in getsel()
777 sel.pc_domain = selarr[--i]; in getsel()