Searched refs:mbrp (Results 1 – 1 of 1) sorted by relevance
870 mbr_info_t *mbrp = data; in member_info_cb() local872 if (strcmp(name, mbrp->mbr_member) == 0) { in member_info_cb()873 if (mbrp->mbr_offp != NULL) in member_info_cb()874 *(mbrp->mbr_offp) = off; in member_info_cb()875 if (mbrp->mbr_typep != NULL) in member_info_cb()876 *(mbrp->mbr_typep) = id; in member_info_cb()