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

  /src/sys/dev/cardbus/
cardbus.c 1169 bool p_has_pm; member in struct:cardbus_child_power
1181 if (priv->p_has_pm &&
1200 if (priv->p_has_pm &&
1243 priv->p_has_pm = true;
1247 priv->p_has_pm = false;
  /src/sys/dev/pci/
pci.c 1262 bool p_has_pm; member in struct:pci_child_power
1277 if (!priv->p_has_pm)
1318 if (priv->p_has_pm) {
1379 priv->p_has_pm = true;
1384 priv->p_has_pm = false;

Completed in 13 milliseconds