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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c151 static void fetch_bulk(struct picl_snmphdl *, char *, int, int, int, int *);
359 fetch_bulk(smd, grp->oidstrs, grp->n_oids, row, grp->is_volatile, &err);
419 fetch_bulk(smd, grp->oidstrs, grp->n_oids, row, grp->is_volatile, &err);
484 fetch_bulk(smd, grp->oidstrs, grp->n_oids, row, grp->is_volatile, &err);
917 fetch_bulk(struct picl_snmphdl *smd, char *oidstrs, int n_oids, function
1487 * initialized by a client (the exception being that fetch_bulk() will still
1593 * Process the next job on the refresh queue by invoking fetch_bulk() with the
1596 * if fetch_bulk() fails, since we're just working on cache entry refreshing and
1629 * fetch_bulk() is going to come right back into the refresh code to add
1633 fetch_bulk(sm
[all...]

Completed in 60 milliseconds