Home
last modified time | relevance | path

Searched refs:image_len (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c861 uint32_t crc32_result, i, image_len, rem; in lio_download_firmware() local
909 image_len = be32toh(h->desc[i].len); in lio_download_firmware()
911 lio_dev_info(oct, "Loading firmware %d at %llx\n", image_len, in lio_download_firmware()
915 rem = image_len; in lio_download_firmware()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
354 if (size > icon->image_len - offset) in hs20_get_icon()
355 size = icon->image_len - offset; in hs20_get_icon()
380 (unsigned int) icon->image_len); in hs20_free_icon_entry()
475 icon->image_len = slen; in hs20_process_icon_binary_file()
480 (unsigned int) icon->image_len); in hs20_process_icon_binary_file()
H A Dwpa_supplicant_i.h477 size_t image_len; member