Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c142 static int lookup_int(char *, int, int *, int);
353 if (lookup_int(prefix, row, val, grp->is_volatile) == 0) in snmp_get_int()
366 if (lookup_int(prefix, row, val, grp->is_volatile) < 0) in snmp_get_int()
604 lookup_int(char *prefix, int row, int *valp, int is_vol) in lookup_int() function
/titanic_50/usr/src/cmd/nscd/
H A Dcache.c70 static int lookup_int(nsc_lookup_args_t *, int);
1348 lookup_int(nsc_lookup_args_t *largs, int flag) in lookup_int() function
1764 rc = lookup_int(largs, 0); in nsc_lookup()
1966 (void) lookup_int(in, UPDATEBIT); in do_update()