Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c137 static int lookup_bitstr(char *, int, uchar_t **, uint_t *, int);
465 if (lookup_bitstr(prefix, row, &val, nbytes, grp->is_volatile) == 0) { in snmp_get_bitstr()
482 if (lookup_bitstr(prefix, row, &val, nbytes, grp->is_volatile) < 0) in snmp_get_bitstr()
703 lookup_bitstr(char *prefix, int row, uchar_t **valp, uint_t *nelem, int is_vol) in lookup_bitstr() function