Searched refs:hostCnt (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_dump.c | 223 static void DevMgrFillDeviceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *hostCnt, ui… in DevMgrFillDeviceInfo() argument 239 (*hostCnt)++; in DevMgrFillDeviceInfo() 347 uint32_t hostCnt = 0; in DevMgrQueryUserDevice() local 349 DevMgrFillDeviceInfo(data, reply, &hostCnt, &devNodeCnt); in DevMgrQueryUserDevice() 354 …if (sprintf_s(desc, sizeof(desc), "total %u hosts, %u devNodes in user space\n\n", hostCnt, devNod… in DevMgrQueryUserDevice() 411 uint32_t hostCnt = 0; in DevMgrQueryKernelDevice() local 414 DevMgrFillDeviceInfo(data, reply, &hostCnt, &devNodeCnt); in DevMgrQueryKernelDevice() 419 …if (sprintf_s(desc, sizeof(desc), "total %u hosts, %u devNodes in kernel space\n\n", hostCnt, devN… in DevMgrQueryKernelDevice()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/ |
H A D | hdf_dbg.cpp | 182 uint32_t hostCnt = 0; in PrintALLDeviceInfoUser() local 194 hostCnt++; in PrintALLDeviceInfoUser() 197 …cout << "total " << std::dec << hostCnt << " hosts, " << devNodeCnt << " devNodes in user space" <… in PrintALLDeviceInfoUser() 245 uint32_t hostCnt = 0; in PrintAllDeviceInfoKernel() local 263 hostCnt++; in PrintAllDeviceInfoKernel() 266 …cout << "total " << std::dec << hostCnt << " hosts, " << devNodeCnt << " devNodes in kernel space"… in PrintAllDeviceInfoKernel()
|