OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIoctl
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_tty.h
26
virtual Error
VIoctl
(int request, va_list args);
mount_node.cc
97
Error rtn =
VIoctl
(request, ap);
102
Error MountNode::
VIoctl
(int request, va_list args) { return EINVAL; }
mount_node.h
69
virtual Error
VIoctl
(int request, va_list args);
mount_fuse.h
52
virtual Error
VIoctl
(int request, va_list args);
mount_node_tty.cc
236
Error MountNodeTty::
VIoctl
(int request, va_list args) {
mount_fuse.cc
246
Error MountNodeFuse::
VIoctl
(int request, va_list args) {
kernel_proxy.cc
586
error = handle->node()->
VIoctl
(request, args);
[
all
...]
Completed in 56 milliseconds