Searched defs:selcb (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg.c | 451 * If selcb is specified, it will be called first for each entry, and will 461 void *arg, netcfg_selectcb_t *selcb, netcfg_freecb_t *freecb, int *retp) 516 if (selcb == NULL || 517 selcb(objids[i], objp, flags, &cbobjp) == 0) { 460 netcfg_walk_db(nvlist_t **idlist, uint64_t flags, netcfg_walkcb_t *cb, void *arg, netcfg_selectcb_t *selcb, netcfg_freecb_t *freecb, int *retp) argument
|
Completed in 112 milliseconds