Searched defs:add_tgt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1835 * if "add_tgt" is set then add the target to the parent's property, else
1839 scsi_update_parent_ss2_prop(dev_info_t *devi, int tgt, int add_tgt) argument
1854 ddi_node_name(pdevi), add_tgt ? "add" : "remove", tgt);
1861 if (add_tgt) {
1935 if (add_tgt) {
1961 if (add_tgt) {

Completed in 48 milliseconds