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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c4746 int tgt_port_len; local
4820 tgt_port_len = tgt_port_end - ua + 1;
4821 tgt_port = kmem_alloc(tgt_port_len, KM_SLEEP);
4822 (void) strlcpy(tgt_port, ua, tgt_port_len);
4826 kmem_free(tgt_port, tgt_port_len);
4829 kmem_free(tgt_port, tgt_port_len);
4856 tgt_port_len = tgt_port_end - ua + 1;
4857 tgt_port = kmem_alloc(tgt_port_len, KM_SLEEP);
4858 (void) strlcpy(tgt_port, ua, tgt_port_len);
4862 kmem_free(tgt_port, tgt_port_len);
[all...]

Completed in 77 milliseconds