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

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c876 char **suspend_list = NULL; local
900 if ((ret = get_hba_children(bus_path, dev_path, &suspend_list))
902 free_dev_list(suspend_list);
906 if (scsi_rcm_suspend(suspend_list, errstring, flags, 0) != SCFGA_OK) {
908 free_dev_list(suspend_list);
911 *suspend_list_ptr = suspend_list;
927 char **suspend_list,
934 (void) scsi_rcm_resume(suspend_list, errstring, flags, 0);
936 free_dev_list(suspend_list);
962 char **suspend_list local
925 resume_in_rcm( apid_t *apidp, char **suspend_list, char **errstring, cfga_flags_t flags) argument
[all...]

Completed in 23 milliseconds