Home
last modified time | relevance | path

Searched refs:upd_str (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c173 if (upd_str != NULL) { \
174 free(upd_str); \
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()
294 if ((upd_str = calloc(1, len + 2)) == NULL) { in update_fabric_wwn_list()
300 strcpy(upd_str, update_str); in update_fabric_wwn_list()
302 len = strlen(upd_str); in update_fabric_wwn_list()
323 free(upd_str); in update_fabric_wwn_list()
378 if (write(fd, upd_str, len) != len) { in update_fabric_wwn_list()
425 if (search_line(c_repbuf, filesize, upd_str, in update_fabric_wwn_list()
[all …]