Searched refs:error_pc (Results 1 – 1 of 1) sorted by relevance
2532 errno_t error_pc = ctl_getenqueuepacketcount(kctlref, unit, &utun_packet_cnt); in utun_ctl_rcvd() local2533 if (error_pc != 0) { in utun_ctl_rcvd()2534 …og_error(OS_LOG_DEFAULT, "utun_ctl_rcvd: ctl_getenqueuepacketcount returned error %d\n", error_pc); in utun_ctl_rcvd()2587 errno_t error_pc = ctl_getenqueuepacketcount(pcb->utun_ctlref, pcb->utun_unit, &utun_packet_cnt); in utun_start() local2588 if (error_pc != 0) { in utun_start()2589 …s_log_error(OS_LOG_DEFAULT, "utun_start: ctl_getenqueuepacketcount returned error %d\n", error_pc); in utun_start()