Searched refs:svl_system (Results 1 – 2 of 2) sorted by relevance
978 sv_list_t svl_system; in print_sv() local994 svl_system.svl_count = sv_max_devices; in print_sv()995 svl_system.svl_names = &svn_system[0]; in print_sv()996 svl_system.svl_error = spcs_s_ucreate(); in print_sv()998 if (ioctl(fd, SVIOC_LIST, &svl_system) < 0) { in print_sv()999 error(&svl_system.svl_error, gettext("unable to get list")); in print_sv()1002 spcs_s_ufree(&svl_system.svl_error); in print_sv()1020 for (i = 0; i < svl_system.svl_count; i++) { in print_sv()1068 sv_list_t svl_system; in disable_sv() local1084 svl_system.svl_count = sv_max_devices; in disable_sv()[all …]
481 sv_list_t svl_system; in suspend_sv() local487 svl_system.svl_count = read_libcfg(svn_system); in suspend_sv()495 for (i = 0; i < svl_system.svl_count; i++) { in suspend_sv()