Searched refs:fvec (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/pciconf/
H A Dcap.c315 uint32_t fvec; local
319 fvec = read_config(fd, &p->pc_sel, ptr +
322 if (fvec & (1 << 0)) {
326 fvec = read_config(fd, &p->pc_sel, ptr +
328 if (fvec & (1 << 21)) {
332 if (fvec & (1 << 18)) {
336 if (fvec & (1 << 9)) {
340 if (fvec & (1 << 7)) {
347 if (fvec & (1 << 5)) {
351 if (fvec
[all...]

Completed in 143 milliseconds