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

/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c62 dsw_ioctl_t *suspend_list = 0; variable
260 ioarg = (void *) (ii_iop = (suspend_list + i));
547 * Side Effects: The 0 to i-1 entries in the suspend_list are filled.
594 suspend_list = realloc(suspend_list,
595 sizeof (*suspend_list) * n_structs);
596 if (suspend_list == NULL) {
603 p = suspend_list + i;
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c877 char **suspend_list = NULL; local
901 if ((ret = get_hba_children(bus_path, dev_path, &suspend_list))
903 free_dev_list(suspend_list);
907 if (scsi_rcm_suspend(suspend_list, errstring, flags, 0) != SCFGA_OK) {
909 free_dev_list(suspend_list);
912 *suspend_list_ptr = suspend_list;
928 char **suspend_list,
935 (void) scsi_rcm_resume(suspend_list, errstring, flags, 0);
937 free_dev_list(suspend_list);
963 char **suspend_list local
926 resume_in_rcm( apid_t *apidp, char **suspend_list, char **errstring, cfga_flags_t flags) argument
[all...]

Completed in 69 milliseconds