Searched refs:update_str (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c682 char *update_str, *t_apid; local
709 if ((update_str = calloc(1, (strlen(apidt->xport_phys) +
714 strcpy(update_str, apidt->xport_phys);
715 strcat(update_str, DYN_SEP);
716 strcat(update_str, apidt->dyncomp);
724 update_str, errstring);
757 S_FREE(update_str);
820 free(update_str);
836 free(update_str);
848 free(update_str);
1067 char *node_path, *vhci_path, *update_str; local
1245 char *node_path, *update_str; local
[all...]
H A Dcfga_rep.c190 * update_str - string for repository operation
200 * This function adds or deletes 'update_str' from FAB_REPOSITORY based on
215 * 'update_str', the c_repbuf is copied to a OLD_FAB_REPOSITORY and t_repbuf
220 update_fabric_wwn_list(int cmd, const char *update_str, char **errstring) argument
285 if ((len = strlen(update_str)) == 0) {
300 strcpy(upd_str, update_str);
/opensolaris-onvv-gate/usr/src/cmd/boot/installboot/
H A Dinstallboot.c64 static char *update_str; variable
561 commit_to_disk(ib_data_t *data, char *update_str) argument
565 if (prepare_bootblock(data, update_str) != BC_SUCCESS) {
637 if (!is_update_necessary(&install_data, update_str)) {
647 ret = commit_to_disk(&install_data, update_str);
895 update_str = malloc(strlen(optarg) + 1);
896 if (update_str == NULL) {
900 (void) strlcpy(update_str, optarg, strlen(optarg) + 1);
/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c257 update_str(const char **item, const char *str) function
861 if (update_str(&result->sid_prefix, sid_prefix) != 0)
973 if (update_str(&result->sid_prefix, sid_prefix) != 0)
1103 if (update_str(&result->sid_prefix, sid_prefix)
1149 if (update_str(&result->sid_prefix, sid_prefix)
1271 if (update_str(&result->winname, name) != 0)
1273 if (update_str(&result->windomain, domain) != 0)
1402 if (update_str(&result->winname, name) != 0)
1404 if (update_str(&result->windomain, domain) != 0)
/opensolaris-onvv-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c77 static char *update_str; variable
171 update_str = malloc(strlen(optarg) + 1);
172 if (update_str == NULL) {
177 (void) strlcpy(update_str, optarg, strlen(optarg) + 1);
319 if (!is_update_necessary(&install_data, update_str)) {
335 ret = commit_to_disk(&install_data, update_str);

Completed in 159 milliseconds