Searched refs:th_name (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 186 topo_mod_strfree(hmod, nhp->th_name); in topo_node_destroy() 284 if (nhp->th_name != NULL) in node_create_seterror() 285 topo_mod_strfree(mod, nhp->th_name); in node_create_seterror() 309 if (strcmp(nhp->th_name, name) == 0) in topo_node_range_create() 321 if ((nhp->th_name = topo_mod_strdup(mod, name)) == NULL) in topo_node_range_create() 357 if (strcmp(nhp->th_name, name) == 0) { in topo_node_range_destroy() 374 if (nhp->th_name != NULL) in topo_node_range_destroy() 375 topo_mod_strfree(mod, nhp->th_name); in topo_node_range_destroy() 398 if (strcmp(nhp->th_name, name) == 0) { in topo_node_lookup() 456 if (strcmp(nhp->th_name, name) == 0) { in topo_node_bind() [all …]
|
H A D | topo_tree.h | 53 char *th_name; /* name for all nodes in this hash */ member
|
H A D | topo_2xml.c | 304 begin_element(fp, Range, Name, nhp->th_name, Min, min, Max, in txml_print_range()
|
H A D | topo_snap.c | 455 topo_mod_strfree(mod, nhp->th_name); in topo_snap_destroy()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_conn.c | 63 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 D | iscsi_sess.c | 120 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() 307 th_name = kmem_zalloc(ISCSI_TH_MAX_NAME_LEN, KM_SLEEP); in iscsi_sess_create() 308 if (snprintf(th_name, (ISCSI_TH_MAX_NAME_LEN - 1), 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 [all …]
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 173 (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 D | tlm_restore_writer.c | 488 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()
|
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 306 char th_name[TLM_NAME_SIZE]; member
|