Searched refs:hostIdAlign (Results 1 – 1 of 1) sorted by relevance
213 const uint32_t hostIdAlign = 32; in DevMgrFillDeviceHostInfo() local214 if (sprintf_s(&line[hostIdAlign], sizeof(line) - hostIdAlign, ":0x%x\n", hostId) == -1) { in DevMgrFillDeviceHostInfo()