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

  /src/sys/dev/acpi/
qcompep.c 149 int i, last_pkg;; local in function:qcpep_attach
267 last_pkg = -1;
269 if (ci->ci_package_id != last_pkg) {
271 last_pkg = ci->ci_package_id;
277 last_pkg = -1;
280 if (ci->ci_package_id != last_pkg) {
283 last_pkg = ci->ci_package_id;
qcompep.c 149 int i, last_pkg;; local in function:qcpep_attach
267 last_pkg = -1;
269 if (ci->ci_package_id != last_pkg) {
271 last_pkg = ci->ci_package_id;
277 last_pkg = -1;
280 if (ci->ci_package_id != last_pkg) {
283 last_pkg = ci->ci_package_id;

Completed in 22 milliseconds