/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | snmplib.c | 1137 char *oidstr; in mibcache_populate() local 1195 oidstr = oid_to_oidstr(vp->name, vp->name_len - 1); in mibcache_populate() 1196 if (oidstr == NULL) in mibcache_populate() 1205 oidstr, ival_arr, 2); in mibcache_populate() 1208 oidstr, *(vp->val.iptr)); in mibcache_populate() 1215 oidstr, sval_arr, 2); in mibcache_populate() 1218 oidstr, (const char *)(vp->val.str)); in mibcache_populate() 1227 oidstr, (uchar_t *)(vp->val.str), in mibcache_populate() 1233 free(oidstr); in mibcache_populate() 1240 char *oidstr; in oid_to_oidstr() local [all …]
|
H A D | pdu.c | 302 snmp_oidstr_to_oid(int cmd, char *oidstr, int row, size_t *n_subids) in snmp_oidstr_to_oid() argument 309 if ((oidstr == NULL) || (n_subids == NULL)) in snmp_oidstr_to_oid() 312 for (count = 1, p = oidstr; p; count++, p++) { in snmp_oidstr_to_oid() 327 if ((oidstr_dup = strdup(oidstr)) == NULL) in snmp_oidstr_to_oid()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/ |
H A D | snmpplugin.c | 253 static void save_volprop(picl_prophdl_t prop, char *oidstr, int row, 258 static void threshold(picl_nodehdl_t node, char *oidstr, int row, 1075 save_volprop(picl_prophdl_t prop, char *oidstr, int row, int proptype) in save_volprop() argument 1100 vol_props[volprop_ndx].oidstr = oidstr; in save_volprop() 1231 ret = snmp_get_int(hdl, vol_props[ndx].oidstr, vol_props[ndx].row, in read_volprop() 1241 vol_props[ndx].oidstr, vol_props[ndx].row); in read_volprop() 1388 threshold(picl_nodehdl_t node, char *oidstr, int row, char *propname, in threshold() argument 1395 if ((err = snmp_get_int(hdl, oidstr, row, &val, snmp_syserr_p)) != -1) { in threshold() 1399 save_volprop(prop, oidstr, row, VPT_NUMSENSOR); in threshold() 1402 *snmp_syserr_p ? *snmp_syserr_p : err, oidstr, row); in threshold()
|
H A D | snmpplugin.h | 44 char *oidstr; member
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_errmap.c | 108 const char *oidstr, *name; in mecherror_print() member 130 if (!strcmp(str.value, mechnames[i].oidstr) && mechnames[i].name != 0) { in mecherror_print()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 839 X oidstr[80]; /* oid hexa string */ in decpdu() local 1236 oidstr[j++] = hex; in decpdu() 1240 oidstr[j++] = '\0'; in decpdu() 1241 oix = oidmap(oidstr, j-1); in decpdu()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | spnego_mech.c | 1389 gss_buffer_desc oidstr; in mechoidset2str() local 1390 gss_buffer_t oidstrp = &oidstr; in mechoidset2str() 1660 gss_buffer_desc oidstr, oidstr_sc; in acc_ctx_vfy_oid() local 1667 maj = gss_oid_to_str(&min, mechoid, &oidstr); in acc_ctx_vfy_oid() 1671 maj ? oid_no_map: oidstr.value, in acc_ctx_vfy_oid() 1675 (void) gss_release_buffer(&min, &oidstr); in acc_ctx_vfy_oid() 1701 gss_buffer_desc oidstr; in acc_ctx_vfy_oid() local 1706 maj = gss_oid_to_str(&min, sc->internal_mech, &oidstr); in acc_ctx_vfy_oid() 1711 maj ? oid_no_map: oidstr.value, in acc_ctx_vfy_oid() 1715 (void) gss_release_buffer(&min, &oidstr); in acc_ctx_vfy_oid()
|