/external/syzkaller/sys/akaros/ |
D | dev.txt | 7 openat$dev_random(fromfd const[AT_FDCWD], path ptr[in, string["/dev/random"]], path_l len[path], of… 8 openat$dev_urandom(fromfd const[AT_FDCWD], path ptr[in, string["/dev/urandom"]], path_l len[path], … 9 openat$dev_bintime(fromfd const[AT_FDCWD], path ptr[in, string["/dev/bintime"]], path_l len[path], … 10 openat$dev_config(fromfd const[AT_FDCWD], path ptr[in, string["/dev/config"]], path_l len[path], of… 11 openat$dev_killkid(fromfd const[AT_FDCWD], path ptr[in, string["/dev/killkid"]], path_l len[path], … 12 openat$dev_cputime(fromfd const[AT_FDCWD], path ptr[in, string["/dev/cputime"]], path_l len[path], … 13 openat$dev_drivers(fromfd const[AT_FDCWD], path ptr[in, string["/dev/drivers"]], path_l len[path], … 14 openat$dev_hostdomain(fromfd const[AT_FDCWD], path ptr[in, string["/dev/hostdomain"]], path_l len[p… 15 openat$dev_hostowner(fromfd const[AT_FDCWD], path ptr[in, string["/dev/hostowner"]], path_l len[pat… 16 openat$dev_klog(fromfd const[AT_FDCWD], path ptr[in, string["/dev/klog"]], path_l len[path], oflag … [all …]
|
D | sys.txt | 19 openat(fromfd fd[opt], path ptr[in, filename], path_l len[path], oflag flags[open_flags], mode flag…
|
/external/python/cpython2/Lib/multiprocessing/ |
D | reduction.py | 181 def fromfd(fd, family, type_, proto=0): function 182 s = socket.fromfd(fd, family, type_, proto) 193 _sock = fromfd(fd, family, type_, proto)
|
/external/iperf3/src/ |
D | net.c | 387 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile() argument 401 r = sendfile(tofd, fromfd, &offset, nleft); in Nsendfile() 405 r = sendfile(fromfd, tofd, offset, nleft, NULL, &sent, 0); in Nsendfile() 409 r = sendfile(fromfd, tofd, offset, &sent, NULL, 0); in Nsendfile()
|
D | net.h | 36 int Nsendfile(int fromfd, int tofd, const char *buf, size_t count) /* __attribute__((hot)) */;
|
/external/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 179 with socket.fromfd(conn.fileno(), socket.AF_UNIX, socket.SOCK_STREAM) as s: 184 with socket.fromfd(conn.fileno(), socket.AF_UNIX, socket.SOCK_STREAM) as s:
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-simple.py | 79 sock = socket.fromfd(socket_fd,socket.PF_PACKET,socket.SOCK_RAW,socket.IPPROTO_IP)
|
D | http-parse-complete.py | 132 sock = socket.fromfd(socket_fd,socket.PF_PACKET,socket.SOCK_RAW,socket.IPPROTO_IP)
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument 156 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to()
|
/external/bcc/examples/networking/vlan_filter/ |
D | data-plane-tracing.py | 89 sock = socket.fromfd(socket_fd,socket.PF_PACKET,socket.SOCK_RAW,socket.IPPROTO_IP)
|
/external/python/cpython2/Lib/test/ |
D | test_epoll.py | 129 ep2 = select.epoll.fromfd(ep.fileno())
|
D | test_kqueue.py | 128 kq2 = select.kqueue.fromfd(kq.fileno())
|
/external/python/cpython3/Lib/test/ |
D | test_epoll.py | 147 ep2 = select.epoll.fromfd(ep.fileno())
|
D | test_kqueue.py | 128 kq2 = select.kqueue.fromfd(kq.fileno())
|
/external/python/cpython2/Doc/library/ |
D | select.rst | 163 .. method:: epoll.fromfd(fd) 289 .. method:: kqueue.fromfd(fd)
|
/external/python/cpython3/Lib/ |
D | socket.py | 457 def fromfd(fd, family, type, proto=0): function
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_darwin_amd64.go | 1274 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1285 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
D | zsyscall_darwin_arm64.go | 1274 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1285 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
D | zsyscall_darwin_arm.go | 1274 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1285 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
D | zsyscall_darwin_386.go | 1274 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1285 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
D | zsyscall_freebsd_amd64.go | 1475 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1486 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
D | zsyscall_freebsd_arm.go | 1475 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1486 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
D | zsyscall_freebsd_386.go | 1475 func Renameat(fromfd int, from string, tofd int, to string) (err error) { 1486 …_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), u…
|
/external/python/cpython3/Doc/library/ |
D | select.rst | 339 .. method:: epoll.fromfd(fd) 478 .. method:: kqueue.fromfd(fd)
|
/external/scapy/scapy/layers/ |
D | bluetooth.py | 900 self.ins = self.outs = socket.fromfd(s, 31, 3, 1)
|