/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | snmplib.c | 1196 char *oidstr; in mibcache_populate() local 1254 oidstr = oid_to_oidstr(vp->name, vp->name_len - 1); in mibcache_populate() 1255 if (oidstr == NULL) in mibcache_populate() 1264 oidstr, ival_arr, 2); in mibcache_populate() 1267 oidstr, *(vp->val.iptr)); in mibcache_populate() 1274 oidstr, sval_arr, 2); in mibcache_populate() 1277 oidstr, (const char *)(vp->val.str)); in mibcache_populate() 1286 oidstr, (uchar_t *)(vp->val.str), in mibcache_populate() 1292 free(oidstr); in mibcache_populate() 1299 char *oidstr; in oid_to_oidstr() local [all …]
|
H A D | debug.c | 172 snmp_log_cmd(uint_t tag, int cmd, int n_oids, char *oidstr, int row) in snmp_log_cmd() argument 177 if (oidstr == NULL) in snmp_log_cmd() 208 oidstr, row); in snmp_log_cmd() 211 oidstr += strlen(oidstr) + 1; in snmp_log_cmd()
|
H A D | pdu.c | 306 snmp_oidstr_to_oid(int cmd, char *oidstr, int row, size_t *n_subids) in snmp_oidstr_to_oid() argument 313 if ((oidstr == NULL) || (n_subids == NULL)) in snmp_oidstr_to_oid() 316 for (count = 1, p = oidstr; p; count++, p++) { in snmp_oidstr_to_oid() 331 if ((oidstr_dup = strdup(oidstr)) == NULL) in snmp_oidstr_to_oid()
|
H A D | debug.h | 114 char *oidstr, int row);
|
/titanic_41/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
|
/titanic_41/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()
|
H A D | accept_sec_context.c | 1153 gss_buffer_desc oidstr; local 1154 oidstr.value = NULL; 1164 (void) gss_oid_to_str(&min, *mech_type, &oidstr);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 841 X oidstr[80]; /* oid hexa string */ in decpdu() local 1238 oidstr[j++] = hex; in decpdu() 1242 oidstr[j++] = '\0'; in decpdu() 1243 oix = oidmap(oidstr, j-1); in decpdu()
|
/titanic_41/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | spnego_mech.c | 1394 gss_buffer_desc oidstr; in mechoidset2str() local 1395 gss_buffer_t oidstrp = &oidstr; in mechoidset2str() 1665 gss_buffer_desc oidstr, oidstr_sc; in acc_ctx_vfy_oid() local 1672 maj = gss_oid_to_str(&min, mechoid, &oidstr); in acc_ctx_vfy_oid() 1676 maj ? oid_no_map: oidstr.value, in acc_ctx_vfy_oid() 1680 (void) gss_release_buffer(&min, &oidstr); in acc_ctx_vfy_oid() 1706 gss_buffer_desc oidstr; in acc_ctx_vfy_oid() local 1711 maj = gss_oid_to_str(&min, sc->internal_mech, &oidstr); in acc_ctx_vfy_oid() 1716 maj ? oid_no_map: oidstr.value, in acc_ctx_vfy_oid() 1720 (void) gss_release_buffer(&min, &oidstr); in acc_ctx_vfy_oid()
|