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

/illumos-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);
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c65 static char *update_str; variable
564 commit_to_disk(ib_data_t *data, char *update_str) argument
568 if (prepare_bootblock(data, update_str) != BC_SUCCESS) {
640 if (!is_update_necessary(&install_data, update_str)) {
650 ret = commit_to_disk(&install_data, update_str);
898 update_str = malloc(strlen(optarg) + 1);
899 if (update_str == NULL) {
903 (void) strlcpy(update_str, optarg, strlen(optarg) + 1);
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c108 static char *update_str; variable
1183 commit_to_disk(ib_data_t *data, char *update_str) argument
1187 if (prepare_bootblock(data, update_str) != BC_SUCCESS) {
1265 if (!is_update_necessary(&install_data, update_str)) {
1275 ret = commit_to_disk(&install_data, update_str);
1517 update_str = malloc(strlen(optarg) + 1);
1518 if (update_str == NULL) {
1522 (void) strlcpy(update_str, optarg, strlen(optarg) + 1);
/illumos-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)
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c85 static char *update_str; variable
182 update_str = malloc(strlen(optarg) + 1);
183 if (update_str == NULL) {
188 (void) strlcpy(update_str, optarg, strlen(optarg) + 1);
330 if (!is_update_necessary(&install_data, update_str)) {
346 ret = commit_to_disk(&install_data, update_str);

Completed in 73 milliseconds