Lines Matching defs:efd
247 int efd;
283 efd = contract_open(ct_event_get_ctid(ev), "process", "ctl",
285 if (efd != -1) {
286 (void) ct_ctl_ack(efd, evid);
287 (void) close(efd);
377 int fd, efd;
512 efd = open64(CTFS_ROOT "/process/pbundle", O_RDONLY);
513 if (efd == -1)
516 if (close_on_exec(fd) || close_on_exec(efd))
666 event = get_event(efd, ctfd, ctid);