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...] |