Searched defs:cfga_listp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/pcidr/plugins/default/ |
H A D | pcidr_plugin.c | 54 cfga_list_data_t *cfga_listp = NULL; local 71 rv = config_list_ext(1, &dr.dr_ap_id, &cfga_listp, &cfga_list_len, 104 pcidr_print_cfga(DINFO, &cfga_listp[0], " .. "); 105 apid = cfga_listp[0].ap_phys_id; 111 rv = pcidr_cfga_do_cmd(cmd, &cfga_listp[0]); 125 rv = pcidr_cfga_do_cmd(cmd, &cfga_listp[0]); 141 if (cfga_listp != NULL) 142 free(cfga_listp);
|
H A D | pcidr_cfga.c | 229 pcidr_cfga_do_cmd(cfga_cmd_t cmd, cfga_list_data_t *cfga_listp) argument 245 apid = cfga_listp->ap_phys_id; 254 if (cfga_listp->ap_busy != 0) { 256 fn, cfga_listp->ap_phys_id); 267 if (cfga_listp->ap_o_state < CFGA_STAT_CONNECTED) { 271 if (cfga_listp->ap_o_state < CFGA_STAT_CONFIGURED) { 275 if (cfga_listp->ap_o_state >= CFGA_STAT_CONFIGURED) 279 if (cfga_listp->ap_o_state >= CFGA_STAT_CONFIGURED) { 283 if (cfga_listp->ap_o_state >= CFGA_STAT_CONNECTED) { 287 if (cfga_listp [all...] |
Completed in 59 milliseconds