Searched refs:bdp (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c769 Bnd_desc *bdp; local
774 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp))
775 add_objclose_list(bdp->b_caller, &alp);
H A Ddlfcns.c406 Bnd_desc *bdp; local
416 for (APLIST_TRAVERSE(DEPENDS(lmp), idx1, bdp)) {
417 Rt_map *dlmp = bdp->b_depend;
419 if ((bdp->b_flags & BND_NEEDED) == 0)
H A Delf.c841 Bnd_desc *bdp; local
847 for (APLIST_TRAVERSE(CALLERS(ilmp), idx, bdp)) {
848 if (bdp->b_caller == clmp) {
849 bdp->b_flags |= BND_REFER;
H A Dutil.c3333 Bnd_desc *bdp; local
3336 for (APLIST_TRAVERSE(CALLERS(lmp), idx, bdp)) {
3339 if (bdp->b_flags & BND_REFER)
3342 clmp = bdp->b_caller;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c3442 fhc_bd_t *bdp; local
3447 bdp = fhc_bd(board);
3456 if (!bdp->dev_softsp) {
3459 envp = (struct environ_soft_state *)bdp->dev_softsp;
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2217 cfga_list_data_t *bdp,
2253 (*fldp->printfn)(bdp, fldp->width, lp);
2211 print_fields( int ncol, struct print_col *list, int heading, int line2, char *delim, cfga_list_data_t *bdp, FILE *fp) argument

Completed in 110 milliseconds

12