HomeSort by: relevance | last modified time | path
    Searched defs:which_prop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
pci_map.c 423 unsigned int which_prop; local in function:pci_ea_find
424 for (which_prop = 0; which_prop < 2; which_prop++) {
427 switch (entry.props[which_prop]) {
454 __func__, entry.bei, which_prop,
455 entry.props[which_prop]);
479 __func__, bar_type_string(wanted_type), entry.props[which_prop]);
pci_map.c 423 unsigned int which_prop; local in function:pci_ea_find
424 for (which_prop = 0; which_prop < 2; which_prop++) {
427 switch (entry.props[which_prop]) {
454 __func__, entry.bei, which_prop,
455 entry.props[which_prop]);
479 __func__, bar_type_string(wanted_type), entry.props[which_prop]);

Completed in 23 milliseconds