Searched refs:error_pc (Results 1 – 1 of 1) sorted by relevance
2815 errno_t error_pc = ctl_getenqueuepacketcount(kctlref, unit, &utun_packet_cnt); in utun_ctl_rcvd() local2816 if (error_pc != 0) { in utun_ctl_rcvd()2817 …og_error(OS_LOG_DEFAULT, "utun_ctl_rcvd: ctl_getenqueuepacketcount returned error %d\n", error_pc); in utun_ctl_rcvd()2852 errno_t error_pc = ctl_getenqueuepacketcount(pcb->utun_ctlref, pcb->utun_unit, &utun_packet_cnt); in utun_start() local2853 if (error_pc != 0) { in utun_start()2854 …s_log_error(OS_LOG_DEFAULT, "utun_start: ctl_getenqueuepacketcount returned error %d\n", error_pc); in utun_start()