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

/freebsd-10.0-release/usr.sbin/pciconf/
H A Dcap.c313 uint32_t fvec; local
317 fvec = read_config(fd, &p->pc_sel, ptr +
320 if (fvec & (1 << 0)) {
324 fvec = read_config(fd, &p->pc_sel, ptr +
326 if (fvec & (1 << 21)) {
330 if (fvec & (1 << 18)) {
334 if (fvec & (1 << 9)) {
338 if (fvec & (1 << 7)) {
345 if (fvec & (1 << 5)) {
349 if (fvec
[all...]

Completed in 86 milliseconds