Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_writer.c612 tnf_tag_t *fw_p; in tnf_root_tag_1() local
628 fw_p = (tnf_tag_t *)(tnf_buf + TNF_DIRENT_ROOT); in tnf_root_tag_1()
629 *fw_p = tnf_ref32(ops, tag_data->tag_index, (tnf_record_p)fw_p); in tnf_root_tag_1()
630 tag_data->tag_index = (tnf_record_p)fw_p; in tnf_root_tag_1()
633 fw_p = (tnf_tag_t *)_tnf_buf_headers_p->fw_root; in tnf_root_tag_1()
634 if (fw_p) { in tnf_root_tag_1()
635 *fw_p = tnf_ref32(ops, tag_data->tag_index, in tnf_root_tag_1()
636 (tnf_record_p) fw_p); in tnf_root_tag_1()
637 tag_data->tag_index = (tnf_record_p)fw_p; in tnf_root_tag_1()
685 fw_p = (tnf_tag_t *)(tnf_buf + TNF_DIRENT_FILE_HEADER); in tnf_root_tag_1()
[all …]
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1245 uint8_t *fw_p = (uint8_t *)&verifier->fwimage[0]; in cnx_local_set_guid_crc_img() local
1252 (void) memcpy(&fw_p[offset + guid_crc_offset], &crc, 2); in cnx_local_set_guid_crc_img()