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

/illumos-gate/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)
366 if (lookup_int(prefix, row, val, grp->is_volatile) < 0)
604 lookup_int(char *prefix, int row, int *valp, int is_vol) function
/illumos-gate/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) function
1365 char *me = "lookup_int";
1764 rc = lookup_int(largs, 0);
1966 (void) lookup_int(in, UPDATEBIT);

Completed in 65 milliseconds