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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c260 * the cont_id and cont_by_id for each type 2
270 uint16_t bb_id, cont_id; local
302 cont_id = (uint16_t)cont_hdl[j];
303 spt = smb_lookup_id(shp, cont_id);
306 *stype->ids[cnt]->cont_ids[c] = cont_id;
312 if (stype->ids[i]->id == cont_id) {
643 uint16_t cont_id; local
666 cont_id = (uint16_t)cont_hdl[n];
667 sp = smb_lookup_id(shp, cont_id);
670 if (find_matching_apic(shp, cont_id,
[all...]

Completed in 59 milliseconds