Searched refs:ds_snmp_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_snmp.c116 * a time inbetween. The ds_snmp_has_service and ds_snmp_handle are
126 static ds_svc_hdl_t ds_snmp_handle = DS_INVALID_HDL; variable
532 if (ds_snmp_handle == DS_INVALID_HDL)
748 ds_snmp_handle, len);
749 (void) ds_cap_send(ds_snmp_handle, tmpbufp, len);
780 DS_SNMP_DBG("ds_snmp_ioctl: hdl=0x%lx\n", ds_snmp_handle);
884 ASSERT(ds_snmp_handle == DS_INVALID_HDL);
886 ds_snmp_handle = hdl;
932 ds_snmp_handle = DS_INVALID_HDL;

Completed in 44 milliseconds