Searched refs:magic_num_buf (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libpcp/common/ |
H A D | libpcp.c | 1168 uint8_t magic_num_buf[4]; in pcp_frame_error_handle() local 1175 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in pcp_frame_error_handle() 1182 if (!check_magic_byte_presence(4, &magic_num_buf[0], in pcp_frame_error_handle() 1206 uint8_t magic_num_buf[4]; in pcp_vldc_frame_error_handle() local 1212 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in pcp_vldc_frame_error_handle() 1234 if (memcmp(read_head, magic_num_buf, in pcp_vldc_frame_error_handle()
|
/titanic_41/usr/src/uts/sun4v/ontario/io/ |
H A D | tsalarm.c | 1564 uint8_t magic_num_buf[4]; in tsal_pcp_frame_error_handle() local 1571 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in tsal_pcp_frame_error_handle() 1578 if (!check_magic_byte_presence(sc, 4, &magic_num_buf[0], in tsal_pcp_frame_error_handle()
|