Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1169 uint32_t host_magic_num = PCP_MAGIC_NUM; in pcp_frame_error_handle() local
1172 net_magic_num = htonl(host_magic_num); in pcp_frame_error_handle()
1206 uint32_t host_magic_num = PCP_MAGIC_NUM; in pcp_vldc_frame_error_handle() local
1209 net_magic_num = htonl(host_magic_num); in pcp_vldc_frame_error_handle()
1223 while ((read_tail - read_head) < sizeof (host_magic_num)) { in pcp_vldc_frame_error_handle()
1224 if (pcp_update_read_area(sizeof (host_magic_num)) < 0) in pcp_vldc_frame_error_handle()
1233 sizeof (host_magic_num))) { in pcp_vldc_frame_error_handle()
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c1567 uint32_t host_magic_num = PCP_MAGIC_NUM; in tsal_pcp_frame_error_handle() local
1570 net_magic_num = htonl(host_magic_num); in tsal_pcp_frame_error_handle()