Lines Matching defs:kfd
1330 int kfd;1333 kfd = kqueue();1334 if (kfd == -1)1337 kfd, &ke1, 1, &ke2, 1, NULL);1338 close(kfd);