Searched refs:FAB_REPOSITORY (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c199 * This function adds or deletes 'update_str' from FAB_REPOSITORY based on
215 * is made FAB_REPOSITORY.
239 if ((chmod(FAB_REPOSITORY, S_IRUSR|S_IRGRP|S_IROTH) == -1) &&
247 if ((fd = open(FAB_REPOSITORY, O_RDWR | O_CREAT)) == -1) {
304 if ((copy_rep = (char *)calloc(1, strlen(FAB_REPOSITORY) +
310 (void) sprintf(copy_rep, "%s%s%ld", FAB_REPOSITORY, COPY_EXT,
431 if ((tmp_rep = (char *)calloc(1, strlen(FAB_REPOSITORY) +
437 (void) sprintf(tmp_rep, "%s%s%ld", FAB_REPOSITORY,
471 * we are using the copy of FAB_REPOSITORY and will
499 rename(tmp_rep, FAB_REPOSITORY);
[all...]
H A Dcfga_fp.h435 #define FAB_REPOSITORY "/etc/cfg/fp/fabric_WWN_map" macro

Completed in 22 milliseconds