Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/ !
H A Dif_utun.c2532 errno_t error_pc = ctl_getenqueuepacketcount(kctlref, unit, &utun_packet_cnt); in utun_ctl_rcvd() local
2533 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() local
2588 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()