Searched refs:thr_name (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_hdlrs.c | 93 char thr_name[MAXNAMELEN]; in eibnx_port_monitor() local 95 (void) snprintf(thr_name, MAXNAMELEN, ENX_PORT_MONITOR, in eibnx_port_monitor() 99 CALLB_CPR_INIT(&ci, &ci_lock, callb_generic_cpr, thr_name); in eibnx_port_monitor()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | isns_client.c | 636 char thr_name[ISCSI_TH_MAX_NAME_LEN]; in create_esi_scn_thr() local 641 if (snprintf(thr_name, sizeof (thr_name) - 1, in create_esi_scn_thr() 647 sizeof (thr_name)) { in create_esi_scn_thr() 663 thr_name, isns_service_esi_scn, (void *)larg); in create_esi_scn_thr()
|