Lines Matching defs:apei0
680 device_t apei0 = NULL;
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;
790 * Take a reference to the apei0 device so it doesn't go away
793 if ((apei0 = device_lookup_acquire(&apei_cd, 0)) == NULL) {
797 sc = device_private(apei0);
829 out: if (apei0) {
830 device_release(apei0);
831 apei0 = NULL;
844 device_t apei0 = NULL;
851 * Take a reference to the apei0 device so it doesn't go away
858 if ((apei0 = device_lookup_acquire(&apei_cd, 0)) == NULL) {
862 sc = device_private(apei0);
883 out: if (apei0) {
884 device_release(apei0);
885 apei0 = NULL;