Searched defs:apidt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c66 apid_t apidt = {NULL}; local
86 if ((ret = apidt_create(ap_id, &apidt, errstring)) != SCFGA_OK) {
91 apidt.flags |= FLAG_DISABLE_RCM;
94 if (apidt.dyncomp != NULL) {
95 ret = dev_change_state(state_change_cmd, &apidt, flags,
98 ret = bus_change_state(state_change_cmd, &apidt, confp, flags,
102 apidt_free(&apidt);
117 apid_t apidt = {NULL}; local
137 if ((ret = apidt_create(ap_id, &apidt, errstring)) != SCFGA_OK) {
141 if (apidt
193 apid_t apidt = {NULL}; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c49 apid_t apidt = {NULL}; local
74 if ((ret = apidt_create(ap_id, &apidt, errstring)) != FPCFGA_OK) {
87 apidt.flags |= FLAG_DISABLE_RCM;
90 apidt.flags |= FLAG_FORCE_UPDATE_REP;
93 apidt.flags |= FLAG_NO_UPDATE_REP;
101 apidt_free(&apidt);
104 apidt.flags |= FLAG_REMOVE_UNUSABLE_FCP_DEV;
111 apidt_free(&apidt);
118 if (options != NULL && apidt.flags == 0) {
121 apidt_free(&apidt);
212 apid_t apidt = {NULL}; local
[all...]
H A Dcfga_cs.c63 * So, apidt->dyncomp CANNOT be NULL
66 do_devctl_dev_create(apid_t *apidt, char *dev_path, int pathlen, argument
80 if (cvt_dyncomp_to_lawwn(apidt->dyncomp, &pwwn)) {
94 if ((bus_hdl = devctl_bus_acquire(apidt->xport_phys, 0)) == NULL) {
97 apidt->xport_phys, 0);
114 ERRARG_BUS_DEV_CREATE_UNKNOWN, apidt->dyncomp, 0);
117 apidt->dyncomp, 0);
136 * apidt - this is expected to have the list of luns for the device and so
146 dev_rcm_online(apid_t *apidt, int count, cfga_flags_t flags, char **errstring) argument
153 if ((apidt
181 dev_rcm_online_nonoperationalpath(apid_t *apidt, cfga_flags_t flags, char **errstring) argument
215 dev_rcm_offline(apid_t *apidt, cfga_flags_t flags, char **errstring) argument
285 dev_rcm_remove(apid_t *apidt, cfga_flags_t flags, char **errstring) argument
427 dev_unconf(apid_t *apidt, char **errstring, uchar_t *flag) argument
499 is_xport_phys_in_pathlist(apid_t *apidt, char **errstring) argument
677 dev_change_state(cfga_cmd_t state_change_cmd, apid_t *apidt, la_wwn_t *pwwn, cfga_flags_t flags, char **errstring, HBA_HANDLE handle, HBA_PORTATTRIBUTES portAttrs) argument
1420 unconf_any_devinfo_nodes(apid_t *apidt, cfga_flags_t flags, char **errstring, int *num_devs, int *failure_count) argument
1539 handle_devs(cfga_cmd_t cmd, apid_t *apidt, cfga_flags_t flags, char **errstring, HBA_HANDLE handle, int portIndex, HBA_PORTATTRIBUTES portAttrs) argument
1650 fca_change_state(cfga_cmd_t state_change_cmd, apid_t *apidt, cfga_flags_t flags, char **errstring) argument
[all...]

Completed in 60 milliseconds