Home
last modified time | relevance | path

Searched refs:hostCnt (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_dump.c355 static void DevMgrFillDeviceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *hostCnt, uint32_t *nodeCnt) in DevMgrFillDeviceInfo() argument
371 (*hostCnt)++; in DevMgrFillDeviceInfo()
479 uint32_t hostCnt = 0; in DevMgrQueryUserDevice() local
481 DevMgrFillDeviceInfo(data, reply, &hostCnt, &devNodeCnt); in DevMgrQueryUserDevice()
486 if (sprintf_s(desc, sizeof(desc), "total %u hosts, %u devNodes in user space\n\n", hostCnt, devNodeCnt) != -1) { in DevMgrQueryUserDevice()
543 uint32_t hostCnt = 0; in DevMgrQueryKernelDevice() local
546 DevMgrFillDeviceInfo(data, reply, &hostCnt, &devNodeCnt); in DevMgrQueryKernelDevice()
551 if (sprintf_s(desc, sizeof(desc), "total %u hosts, %u devNodes in kernel space\n\n", hostCnt, devNodeCnt) != -1) { in DevMgrQueryKernelDevice()
/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp182 uint32_t hostCnt = 0; in PrintALLDeviceInfoUser() local
194 hostCnt++; in PrintALLDeviceInfoUser()
197 cout << "total " << std::dec << hostCnt << " hosts, " << devNodeCnt << " devNodes in user space" << endl; 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" << endl; in PrintAllDeviceInfoKernel()

Completed in 3 milliseconds