Lines Matching defs:svl_system
978 sv_list_t svl_system;
994 svl_system.svl_count = sv_max_devices;
995 svl_system.svl_names = &svn_system[0];
996 svl_system.svl_error = spcs_s_ucreate();
998 if (ioctl(fd, SVIOC_LIST, &svl_system) < 0) {
999 error(&svl_system.svl_error, gettext("unable to get list"));
1002 spcs_s_ufree(&svl_system.svl_error);
1020 for (i = 0; i < svl_system.svl_count; i++) {
1068 sv_list_t svl_system;
1084 svl_system.svl_count = sv_max_devices;
1085 svl_system.svl_names = &svn_system[0];
1086 svl_system.svl_error = spcs_s_ucreate();
1088 if (ioctl(fd, SVIOC_LIST, &svl_system) < 0) {
1089 error(&(svl_system.svl_error),
1093 spcs_s_ufree(&(svl_system.svl_error));
1096 svl_system.svl_count = read_config_file(conf_file, svn_system);
1100 for (i = 0; i < svl_system.svl_count; i++) {
1265 sv_list_t svl_system;
1278 bzero(&svl_system, sizeof (svl_system));
1292 svl_system.svl_count = sv_max_devices;
1293 svl_system.svl_names = &svn_system[0];
1294 svl_system.svl_error = spcs_s_ucreate();
1296 if (ioctl(fd0, SVIOC_LIST, &svl_system) < 0) {
1297 error(&svl_system.svl_error, gettext("unable to get list"));
1300 spcs_s_ufree(&svl_system.svl_error);