OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ioctl
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/syscall/
export_unix_test.go
9
func
Ioctl
(fd, req, arg uintptr) (err Errno) {
exec_solaris_test.go
37
var
Ioctl
=
ioctl
/prebuilts/go/linux-x86/src/syscall/
export_unix_test.go
9
func
Ioctl
(fd, req, arg uintptr) (err Errno) {
exec_solaris_test.go
37
var
Ioctl
=
ioctl
/system/connectivity/shill/net/
sockets.cc
23
#include <sys/
ioctl
.h>
114
int Sockets::
Ioctl
(int d, int request, void* argp) const {
115
return HANDLE_EINTR(
ioctl
(d, request, argp));
Completed in 2550 milliseconds