Lines Matching defs:sysfd
240 int sysfd = DisassociateProcessFd(fd);
242 ret = close(sysfd);
244 AssociateSystemFd(fd, sysfd);
286 int sysfd = GetAssociatedSystemFd(fd);
287 ret = write(sysfd, buf, nbytes);
953 int sysfd = GetAssociatedSystemFd(fd);
955 if ((sysfd < 0) || (sysfd >= CONFIG_NFILE_DESCRIPTORS)) {
964 files_refer(sysfd);
965 AssociateSystemFd(dupfd, sysfd);
1014 int sysfd = GetAssociatedSystemFd(fd);
1018 ret = fcntl(sysfd, cmd, arg);
1519 int sysfd = GetAssociatedSystemFd(fd);
1542 ret = writev(sysfd, iovRet, valid_iovcnt);
2235 int sysfd = GetAssociatedSystemFd(fd);
2239 ret = fcntl64(sysfd, cmd, arg);