Searched refs:num_images (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_image.h63 __be32 num_images; member in struct:lio_firmware_file_header
H A Dlio_console.c894 if (be32toh(h->num_images) > LIO_MAX_IMAGES) {
896 be32toh(h->num_images));
906 lio_dev_info(oct, "Loading %d image(s)\n", be32toh(h->num_images));
909 for (i = 0; i < be32toh(h->num_images); i++) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h182 u32 num_images; member in struct:nvm_dir_meta
197 u32 num_images; member in struct:nvm_dir
H A Decore_mcp.c3799 struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *num_images)
3808 drv_mb_param, &rsp, num_images);
3850 u32 num_images, i; local
3871 rc = ecore_mcp_bist_nvm_test_get_num_images(p_hwfn, p_ptt, &num_images);
3872 if (rc != ECORE_SUCCESS || !num_images)
3875 for (i = 0; i < num_images; i++) {
3884 if (i == num_images) {
3798 ecore_mcp_bist_nvm_test_get_num_images( struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *num_images) argument
H A Decore_mcp_api.h1211 * @param num_images - number of images if operation was
1218 u32 *num_images);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp382 size_t num_images = target_modules.GetSize(); local
383 for (size_t i = 0; i < num_images; i++) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1610 const size_t num_images = module_list.GetSize(); local
1611 if (m_valid && num_images) {
1612 for (size_t idx = 0; idx < num_images; ++idx) {
2468 const size_t num_images = modules.GetSize(); local
2469 for (size_t idx = 0; idx < num_images; ++idx) {
2741 const size_t num_images = modules.GetSize(); local
2742 for (size_t idx = 0; idx < num_images; ++idx) {
/freebsd-13-stable/sys/dev/oce/
H A Doce_sysctl.c429 num_imgs = HOST_32(fsec->fsec_hdr.num_images);
H A Doce_hw.h2147 uint32_t num_images; member in struct:flash_section_hdr

Completed in 188 milliseconds