Searched refs:devctl_cmd (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 89 if (devctl_cmd(apidp->path, SCFGA_BUS_GETSTATE, &state, in bus_change_state() 183 ret = devctl_cmd(apidp->path, cmd, NULL, &l_errno); in bus_change_state() 205 (void) devctl_cmd(apidp->path, in bus_change_state() 275 if (devctl_cmd(apidp->hba_phys, SCFGA_BUS_GETSTATE, &state, in dev_change_state() 324 ret = devctl_cmd(apidp->path, cmd, NULL, &l_errno); in dev_change_state() 427 ret = devctl_cmd(apidp->path, SCFGA_DEV_UNCONFIGURE, NULL, &l_errno); in dev_remove() 451 (void) devctl_cmd(apidp->path, SCFGA_DEV_REMOVE, in dev_remove() 462 if (devctl_cmd(apidp->path, SCFGA_DEV_CONFIGURE, NULL, &l_errno) in dev_remove() 530 ret = devctl_cmd(apidp->hba_phys, SCFGA_BUS_CONFIGURE, NULL, &l_errno); in dev_insert() 587 ret = devctl_cmd(apidp->path, SCFGA_DEV_REMOVE, NULL, &l_errno); in dev_replace() [all …]
|
H A D | cfga_scsi.h | 425 scfga_ret_t devctl_cmd(const char *ap_id, scfga_cmd_t cmd,
|
H A D | cfga_utils.c | 920 ret = devctl_cmd(apidp->path, cmd, NULL, l_errnop); in path_apid_state_change() 945 devctl_cmd( in devctl_cmd() function
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 516 fpcfga_ret_t devctl_cmd(const char *ap_id, fpcfga_cmd_t cmd,
|
H A D | cfga_list.c | 1599 if (devctl_cmd(nodepath, FPCFGA_DEV_GETSTATE, &dctl_state, in do_stat_fc_dev() 2290 if (devctl_cmd(nodepath, FPCFGA_DEV_GETSTATE, in stat_path_info_FCP_dev() 2402 if (devctl_cmd(nodepath, FPCFGA_DEV_GETSTATE, in stat_path_info_FCP_dev() 2486 if (devctl_cmd(nodepath, FPCFGA_DEV_GETSTATE, &dctl_state, in do_stat_FCP_dev() 2946 if (devctl_cmd(devpath, FPCFGA_DEV_GETSTATE, in init_ldata_for_mpath_dev()
|
H A D | cfga_utils.c | 814 devctl_cmd( in devctl_cmd() function
|