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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c692 get_bboard_index(smbs_cnt_t *bbstypes, uint_t bb_id, bbindex_t *bb_idx) argument
704 for (nb = bbstypes->count-1, i = 0; nb >= 0; nb--) {
705 tmp_id = bbstypes->ids[nb]->id;
709 curr_id = bbstypes->ids[nb]->cont_by_id;
773 smbs_cnt_t *bbstypes)
793 get_bboard_index(bbstypes, parent, &bb_idx);
796 bbid = bbstypes->ids[index]->id;
851 bbid = bbstypes->ids[index]->id;
864 id = bbstypes->ids[index]->inst;
903 smbs_cnt_t *bbstypes; local
772 smb_get_bb_fmri(smbios_hdl_t *shp, nvlist_t *fmri, uint_t parent, smbs_cnt_t *bbstypes) argument
[all...]

Completed in 54 milliseconds