Searched defs:subid_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c1300 char subid_str[MAX_INT_LEN]; local
1307 oidstr_sz = sizeof (subid_str) * n_subids;
1311 (void) memset(subid_str, 0, sizeof (subid_str));
1312 isize = snprintf(subid_str, sizeof (subid_str), "%d",
1314 if (isize >= sizeof (subid_str))
1317 (void) strlcat(oidstr, subid_str, oidstr_sz);

Completed in 47 milliseconds