Searched refs:companyId (Results 1 – 2 of 2) sorted by relevance
55 uint32_t companyId; member
1247 sbdLu->slu_company_id = disk->companyId; in createDiskLu()2908 diskLu->companyId = 0; in setDiskProp()2909 diskLu->companyId += oui[0] << 16; in setDiskProp()2910 diskLu->companyId += oui[1] << 8; in setDiskProp()2911 diskLu->companyId += oui[2]; in setDiskProp()2912 if (diskLu->companyId == 0) { in setDiskProp()