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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_conn.c63 char th_name[ISCSI_TH_MAX_NAME_LEN]; local
112 if (snprintf(th_name, sizeof (th_name) - 1,
115 icp->conn_oid) >= sizeof (th_name)) {
124 ddi_taskq_create(icp->conn_sess->sess_hba->hba_dip, th_name, 1,
135 if (snprintf(th_name, sizeof (th_name) - 1, ISCSI_CONN_TXTH_NAME_FORMAT,
137 icp->conn_oid) >= sizeof (th_name)) {
147 th_name, iscsi_tx_thread, icp);
H A Discsi_sess.c120 char *th_name; local
149 th_name = kmem_zalloc(
151 if (snprintf(th_name,
159 th_name,
165 kmem_free(th_name,
307 th_name = kmem_zalloc(ISCSI_TH_MAX_NAME_LEN, KM_SLEEP);
308 if (snprintf(th_name, (ISCSI_TH_MAX_NAME_LEN - 1),
312 th_name, iscsi_wd_thread, isp);
316 kmem_free(th_name, ISCSI_TH_MAX_NAME_LEN);
1619 char th_name[ISCSI_TH_MAX_NAME_LE local
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h53 char *th_name; /* name for all nodes in this hash */ member in struct:topo_nodehash
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h306 char th_name[TLM_NAME_SIZE]; member in struct:tlm_tar_hdr

Completed in 78 milliseconds