Searched refs:tmp_rep (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 169 if (tmp_rep != NULL) { \ 170 remove(tmp_rep); \ 171 free(tmp_rep); \ 226 char *copy_rep, *tmp_rep, *upd_str; in update_fabric_wwn_list() local 233 copy_rep = tmp_rep = upd_str = NULL; in update_fabric_wwn_list() 432 if ((tmp_rep = (char *)calloc(1, strlen(FAB_REPOSITORY) + in update_fabric_wwn_list() 438 (void) sprintf(tmp_rep, "%s%s%ld", FAB_REPOSITORY, in update_fabric_wwn_list() 442 if ((tmp_fd = open(tmp_rep, O_RDWR|O_CREAT|O_TRUNC, in update_fabric_wwn_list() 500 rename(tmp_rep, FAB_REPOSITORY); in update_fabric_wwn_list() 527 if ((tmp_rep = (char *)calloc(1, strlen(FAB_REPOSITORY) + in update_fabric_wwn_list() [all …]
|