Home
last modified time | relevance | path

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

/titanic_50/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)); in cnx_verify_image()
1422 if (cnx_check_for_magic_pattern(handle, addr) != in cnx_find_magic_n_chnk_sz()
1431 if (cnx_check_for_magic_pattern(handle, addr) == in cnx_find_magic_n_chnk_sz()
1469 cnx_check_for_magic_pattern(ib_cnx_encap_ident_t *handle, uint32_t addr) in cnx_check_for_magic_pattern() function