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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c729 smbs_cnt_t *chstypes; local
747 chstypes = smb_create_strcnt(ch_strcnt);
748 if (chstypes == NULL)
751 chstypes->type = SMB_TYPE_CHASSIS;
752 smb_strcnt(shp, chstypes);
754 for (i = 0; i < chstypes->count; i++) {
755 tmp_id = chstypes->ids[i]->id;
757 *chassis_inst = chstypes->ids[i]->inst;
758 if (chstypes->ids[i]->inst != 0)
762 smb_free_strcnt(chstypes, ch_strcn
[all...]

Completed in 46 milliseconds