Searched refs:FAB_REPOSITORY (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 240 if ((chmod(FAB_REPOSITORY, S_IRUSR|S_IRGRP|S_IROTH) == -1) && in update_fabric_wwn_list() 248 if ((fd = open(FAB_REPOSITORY, O_RDWR | O_CREAT)) == -1) { in update_fabric_wwn_list() 305 if ((copy_rep = (char *)calloc(1, strlen(FAB_REPOSITORY) + in update_fabric_wwn_list() 311 (void) sprintf(copy_rep, "%s%s%ld", FAB_REPOSITORY, COPY_EXT, 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() 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() 533 (void) sprintf(tmp_rep, "%s%s%ld", FAB_REPOSITORY, in update_fabric_wwn_list() 599 rename(tmp_rep, FAB_REPOSITORY); in update_fabric_wwn_list()
|
H A D | cfga_fp.h | 435 #define FAB_REPOSITORY "/etc/cfg/fp/fabric_WWN_map" macro
|