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

/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c524 const struct image_hdr *img_ptr; local
535 img_ptr = (const struct image_hdr *)((const char *)fw->data +
539 if (img_ptr->imageid != 1)
572 const struct image_hdr *img_ptr; local
584 img_ptr = (const struct image_hdr *)((const char *)fw->data +
587 if (img_ptr->imageid == 1) {

Completed in 70 milliseconds