Searched refs:magic_num_buf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libpcp/common/ |
H A D | libpcp.c | 1166 uint8_t magic_num_buf[4]; in pcp_frame_error_handle() local 1173 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in pcp_frame_error_handle() 1180 if (!check_magic_byte_presence(4, &magic_num_buf[0], in pcp_frame_error_handle() 1204 uint8_t magic_num_buf[4]; in pcp_vldc_frame_error_handle() local 1210 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in pcp_vldc_frame_error_handle() 1232 if (memcmp(read_head, magic_num_buf, in pcp_vldc_frame_error_handle()
|
/illumos-gate/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()
|