Lines Matching refs:svn_path

617 		if (svn[cnt].svn_path[0] == '\0') {
620 * line svn_path was set to \0, so we are finished.
647 (void) strncpy(svn.svn_path, path, sizeof (svn.svn_path));
651 svn.svn_path[sizeof (svn.svn_path) - 1] = '\0';
672 sv_check_cluster(svn->svn_path);
677 if (stat(svn->svn_path, &stb) != 0) {
679 svn->svn_path, strerror(errno));
685 svn->svn_path);
691 (void) strncpy(svc.svc_path, svn->svn_path, sizeof (svc.svc_path));
696 svn->svn_path, strerror(errno));
704 rc = cfg_get_canonical_name(cfg, svn->svn_path, &altname);
714 svn->svn_path, altname);
725 rc = cfg_add_user(cfg, svn->svn_path, lcltag, "sv");
729 program, svn->svn_path);
731 svn->svn_path);
752 program, svn->svn_path);
755 svn->svn_path);
759 (void) cfg_rem_user(cfg, svn->svn_path, lcltag, "sv");
766 program, svn->svn_path);
867 if (strlen(rdev) >= sizeof (cur_svn->svn_path)) {
871 (sizeof (cur_svn->svn_path) - 1));
876 (void) strcpy(cur_svn->svn_path, rdev);
883 svn[index].svn_path[0] = '\0';
1021 if (*svn_system[i].svn_path == '\0') {
1029 svn->svn_path);
1034 if ((setnumber = find_in_hash(svn->svn_path)) != -1) {
1035 (void) printf("%-*s", STATWIDTH, svn->svn_path);
1052 "config storage"), svn->svn_path);
1101 if (*svn_system[i].svn_path == '\0')
1106 sv_check_cluster(svn->svn_path);
1110 if ((setnumber = find_in_hash(svn->svn_path)) != -1) {
1111 if ((rc = disable_dev(svn->svn_path)) != -1) {
1112 remove_from_cfgfile(svn->svn_path, setnumber);
1114 remove_from_cfgfile(svn->svn_path, setnumber);
1120 svn->svn_path);
1122 (void) disable_dev(svn->svn_path);
1308 if (svn_system[j].svn_path[0] != '\0') {
1321 if (svn_system[j].svn_path[0] == '\0' ||
1326 if (strcmp(svn_system[j].svn_path,
1327 svn_config[i].svn_path) == 0) {
1329 svn_system[j].svn_path[0] = '\0';
1338 (void) strcpy(enable[index].svn_path,
1339 svn_config[i].svn_path);
1349 if (svn_system[j].svn_path[0] != '\0' &&
1352 program, svn_system[j].svn_path);
1353 if (disable_dev(svn_system[j].svn_path) == 0) {
1355 find_in_hash(svn_system[j].svn_path);
1359 svn_system[j].svn_path, setnumber);
1374 program, enable[index].svn_path);
1385 if (svn_config[i].svn_path[0] == '\0')
1388 compare_tag(svn_config[i].svn_path);