Home
last modified time | relevance | path

Searched refs:DSSNMP_GETINFO (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4v/sys/
H A Dds_snmp.h44 #define DSSNMP_GETINFO (DSSNMPIOC | 1) /* Get SNMP size */ macro
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c1112 LOGIO(TAG_IOCTL, smd->fd, DSSNMP_GETINFO, &snmp_info); in snmp_recv_reply()
1117 if (ioctl(smd->fd, DSSNMP_GETINFO, &snmp_info) < 0) { in snmp_recv_reply()
/titanic_41/usr/src/uts/sun4v/io/
H A Dds_snmp.c790 case DSSNMP_GETINFO: in ds_snmp_ioctl()