Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c190 topo_mod_strfree(hmod, nhp->th_name); in topo_node_destroy()
302 if (nhp->th_name != NULL) in node_create_seterror()
303 topo_mod_strfree(mod, nhp->th_name); in node_create_seterror()
327 if (strcmp(nhp->th_name, name) == 0) in topo_node_range_create()
375 if (strcmp(nhp->th_name, name) == 0) { in topo_node_range_destroy()
392 if (nhp->th_name != NULL) in topo_node_range_destroy()
393 topo_mod_strfree(mod, nhp->th_name); in topo_node_range_destroy()
416 if (strcmp(nhp->th_name, name) == 0) { in topo_node_lookup()
474 if (strcmp(nhp->th_name, name) == 0) { in topo_node_bind()
504 node->tn_name = nhp->th_name; in topo_node_bind()
[all …]
H A Dtopo_tree.h56 char *th_name; /* name for all nodes in this hash */ member
H A Dtopo_2xml.c445 begin_element(fp, Range, Name, nhp->th_name, Min, min, Max, in txml_print_range()
H A Dtopo_snap.c503 topo_mod_strfree(mod, nhp->th_name); in topo_snap_destroy()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_conn.c63 char th_name[ISCSI_TH_MAX_NAME_LEN]; in iscsi_conn_create() local
112 if (snprintf(th_name, sizeof (th_name) - 1, in iscsi_conn_create()
115 icp->conn_oid) >= sizeof (th_name)) { in iscsi_conn_create()
124 ddi_taskq_create(icp->conn_sess->sess_hba->hba_dip, th_name, 1, in iscsi_conn_create()
135 if (snprintf(th_name, sizeof (th_name) - 1, ISCSI_CONN_TXTH_NAME_FORMAT, in iscsi_conn_create()
137 icp->conn_oid) >= sizeof (th_name)) { in iscsi_conn_create()
147 th_name, iscsi_tx_thread, icp); in iscsi_conn_create()
H A Discsi_sess.c120 char *th_name; in iscsi_sess_create() local
149 th_name = kmem_zalloc( in iscsi_sess_create()
151 if (snprintf(th_name, in iscsi_sess_create()
159 th_name, in iscsi_sess_create()
165 kmem_free(th_name, in iscsi_sess_create()
312 th_name, iscsi_wd_thread, isp); in iscsi_sess_create()
316 kmem_free(th_name, ISCSI_TH_MAX_NAME_LEN); in iscsi_sess_create()
1619 char th_name[ISCSI_TH_MAX_NAME_LEN]; in iscsi_sess_threads_create() local
1626 if (snprintf(th_name, sizeof (th_name) - 1, in iscsi_sess_threads_create()
1628 isp->sess_oid) >= sizeof (th_name)) { in iscsi_sess_threads_create()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c173 (void) strlcpy(tar_hdr->th_name, "UFSACL", TLM_NAME_SIZE); in output_acl_header()
287 (void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE); in output_xattr_header()
402 (void) snprintf(tar_hdr->th_name, in output_file_header()
403 sizeof (tar_hdr->th_name), in output_file_header()
446 sizeof (tar_hdr->th_name), in output_file_header()
482 (void) snprintf(tar_hdr->th_name, in output_file_header()
483 sizeof (tar_hdr->th_name), in output_file_header()
488 (void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE); in output_file_header()
496 sizeof (tar_hdr->th_name), in output_file_header()
H A Dtlm_restore_writer.c488 tar_hdr->th_name, tar_hdr->th_linkflag, in tar_getdir()
501 rs_create_new_bkpath(bk_path, tar_hdr->th_name, thname_buf); in tar_getdir()
601 if (tar_hdr->th_name[0] == 0) { in tar_getdir()
616 if (tar_hdr->th_name[0] != '/') { in tar_getdir()
624 tar_hdr->th_name, in tar_getdir()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h306 char th_name[TLM_NAME_SIZE]; member