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

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c602 smbs_cnt_t *pstypes; local
609 pstypes = smb_create_strcnt(strcnt);
610 if (pstypes == NULL)
613 pstypes->type = SUN_OEM_EXT_PROCESSOR;
614 smb_strcnt(shp, pstypes);
615 for (i = 0; i < pstypes->count; i++) {
616 ext_id = pstypes->ids[i]->id;
621 smb_free_strcnt(pstypes, strcnt);
627 smb_free_strcnt(pstypes, strcnt);
990 smbs_cnt_t *pstypes; local
1083 smbs_cnt_t *pstypes; local
[all...]

Completed in 60 milliseconds