Searched defs:tprops (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.c | 625 nvlist_t *tprops = NULL; local 648 ret = nvlist_dup(tgt->tgt_properties, &tprops, 0); 650 ret = nvlist_alloc(&tprops, NV_UNIQUE_NAME, 0); 657 ret = nvlist_merge(tprops, proplist, 0); 659 nvlist_free(tprops); 667 (void) nvlist_remove_all(tprops, PROP_TARGET_CHAP_USER); 673 (void) nvlist_remove_all(tprops, PROP_ALIAS); 692 ret = nvlist_add_string(tprops, 699 ret = it_validate_tgtprops(tprops, errs); 703 if (tprops) { [all...] |
Completed in 45 milliseconds