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

/freebsd-13-stable/usr.sbin/pciconf/
H A Dcap.c320 uint32_t fvec; local
324 fvec = read_config(fd, &p->pc_sel, ptr +
327 if (fvec & (1 << 0)) {
331 fvec = read_config(fd, &p->pc_sel, ptr +
333 if (fvec & (1 << 21)) {
337 if (fvec & (1 << 18)) {
341 if (fvec & (1 << 9)) {
345 if (fvec & (1 << 7)) {
352 if (fvec & (1 << 5)) {
356 if (fvec
[all...]

Completed in 85 milliseconds