Searched refs:parse_bdf (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/pcictl/
H A Dpcictl.c94 static int parse_bdf(const char *);
168 bus = parse_bdf(optarg);
171 dev = parse_bdf(optarg);
174 func = parse_bdf(optarg);
205 bus = parse_bdf(optarg);
208 dev = parse_bdf(optarg);
211 func = parse_bdf(optarg);
234 parse_bdf(const char *str) function

Completed in 61 milliseconds