Lines Matching refs:o_state
75 uint32_t o_state; member
93 uint32_t o_state; member
99 void scf_get_slotinfo(char *ap_id, cfga_stat_t *o_state,
135 scf_get_slotinfo(char *ap_pid, cfga_stat_t *r_state, cfga_stat_t *o_state) in scf_get_slotinfo() argument
176 *o_state = stat->ap_o_state; in scf_get_slotinfo()
373 cfga_stat_t r_state, o_state; /* slot status */ in notify_scf_of_hotplug() local
390 r_state = o_state = 0; in notify_scf_of_hotplug()
439 scf_get_slotinfo(ap_id, &r_state, &o_state); in notify_scf_of_hotplug()
443 syslog(LOG_DEBUG, "o_state = %d\n", o_state); in notify_scf_of_hotplug()
458 if (o_state == CFGA_STAT_CONFIGURED) { in notify_scf_of_hotplug()
479 sdata.o_state = (uint32_t)o_state; in notify_scf_of_hotplug()
488 pci_notify_dev_info.o_state = (uint32_t)o_state; in notify_scf_of_hotplug()