Searched defs:cnx_check_for_magic_pattern (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c74 static int cnx_check_for_magic_pattern(ib_cnx_encap_ident_t *hdl, uint32_t adr);
577 return (cnx_check_for_magic_pattern(handle, new_start_addr));
1422 if (cnx_check_for_magic_pattern(handle, addr) !=
1431 if (cnx_check_for_magic_pattern(handle, addr) ==
1469 cnx_check_for_magic_pattern(ib_cnx_encap_ident_t *handle, uint32_t addr) function
1475 logmsg(MSG_INFO, "cnx_check_for_magic_pattern\n");

Completed in 61 milliseconds