Lines Matching refs:osfd
369 int osfd = 0; in KqueueRcvEventList() local
377 osfd = _evtlist[i].ident; in KqueueRcvEventList()
379 item = KqFdRefGet(osfd); in KqueueRcvEventList()
383 MTLOG_ERROR("kqfd ref not find, failed, fd: %d", osfd); in KqueueRcvEventList()
397 MTLOG_ERROR("fd notify obj null, failed, fd: %d", osfd); in KqueueRcvEventList()
398 KqueueCtrlDel(osfd, (revents & (KQ_EVENT_READ | KQ_EVENT_WRITE))); in KqueueRcvEventList()
503 int osfd = this->GetOsfd(); in KqueueCtlAdd() local
510 MTLOG_ERROR("kqfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlAdd()
515 if (!frame->KqueueCtrlAdd(osfd, new_events)) in KqueueCtlAdd()
531 int osfd = this->GetOsfd(); in KqueueCtlDel() local
537 MTLOG_ERROR("kqfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlDel()
542 if (!frame->KqueueCtrlDelRef(osfd, events, false)) in KqueueCtlDel()