Searched defs:walktype (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libilb/common/ |
H A D | ilb_sg.c | 214 * "walks" one sg (retrieves data) and depending on "walktype" argument 221 sgwalk_t walktype) 235 if (walktype == walk_sg) { 275 void *arg, sgwalk_t walktype) 284 rc = i_ilb_walk_one_sg(h, f, sgname, arg, walktype); 294 rc = i_ilb_walk_one_sg(h, f, sgl->ilbl_name[i], arg, walktype); 220 i_ilb_walk_one_sg(ilb_handle_t h, void *f, const char *sgname, void *arg, sgwalk_t walktype) argument 274 i_walk_sgs(ilb_handle_t h, void *f, const char *sgname, void *arg, sgwalk_t walktype) argument
|
Completed in 44 milliseconds