Home
last modified time | relevance | path

Searched refs:thr_name (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c93 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()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.c636 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()