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

  /src/sys/dev/acpi/
apei_einj.c 680 device_t apei0 = NULL; local in function:apei_einj_action_sysctl
697 * Take a reference to the apei0 device so it doesn't go away
700 if ((apei0 = device_lookup_acquire(&apei_cd, 0)) == NULL) {
704 sc = device_private(apei0);
759 out: if (apei0) {
760 device_release(apei0);
761 apei0 = NULL;
774 device_t apei0 = NULL; local in function:apei_einj_trigger_sysctl
790 * Take a reference to the apei0 device so it doesn't go away
793 if ((apei0 = device_lookup_acquire(&apei_cd, 0)) == NULL)
844 device_t apei0 = NULL; local in function:apei_einj_types_sysctl
    [all...]
apei_hest.c 977 device_t apei0; local in function:apei_hed_notify
983 * Take a reference to the apei0 device so it doesn't go away
986 if ((apei0 = device_lookup_acquire(&apei_cd, 0)) == NULL)
988 sc = device_private(apei0);
999 * check them. The list is stable until we release apei0.
1029 out: if (apei0) {
1030 device_release(apei0);
1031 apei0 = NULL;

Completed in 12 milliseconds