Searched refs:my_apidt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c686 apid_t my_apidt; local
917 if ((ret = apidt_create(t_apid, &my_apidt,
923 my_apidt.flags = apidt->flags;
924 if ((ret = dev_rcm_online(&my_apidt, -1, flags,
928 apidt_free(&my_apidt);
933 apidt_free(&my_apidt);
1546 apid_t my_apidt = {NULL}; local
1578 if (apidt_create(my_apid, &my_apidt, errstring) != FPCFGA_OK) {
1582 my_apidt.flags = apidt->flags;
1585 if (dev_change_state(cmd, &my_apidt,
[all...]

Completed in 45 milliseconds