Home
last modified time | relevance | path

Searched refs:path_tmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa.c553 char path_tmp[1032]; in opensm_dump_to_file() local
560 snprintf(path_tmp, sizeof(path_tmp), "%s.tmp", path); in opensm_dump_to_file()
562 file = fopen(path_tmp, "w"); in opensm_dump_to_file()
566 path_tmp, strerror(errno)); in opensm_dump_to_file()
570 if (chmod(path_tmp, S_IRUSR | S_IWUSR)) { in opensm_dump_to_file()
574 path_tmp, strerror(errno)); in opensm_dump_to_file()
588 strerror(errno), path_tmp); in opensm_dump_to_file()
591 "fileno() failed for %s\n", path_tmp); in opensm_dump_to_file()
595 strerror(errno), path_tmp); in opensm_dump_to_file()
600 status = rename(path_tmp, path); in opensm_dump_to_file()
[all …]
H A Dosm_ucast_ftree.c1294 char path[1024], path_tmp[1032]; in fabric_dump_hca_ordering() local
1301 snprintf(path_tmp, sizeof(path_tmp), "%s.tmp", path); in fabric_dump_hca_ordering()
1303 p_hca_ordering_file = fopen(path_tmp, "w"); in fabric_dump_hca_ordering()
1306 "cannot open file \'%s\': %s\n", path_tmp, in fabric_dump_hca_ordering()
1350 rename_status = rename(path_tmp, path); in fabric_dump_hca_ordering()
1353 "cannot rename file \'%s\': %s\n", path_tmp, in fabric_dump_hca_ordering()