HomeSort by relevance Sort by last modified time
    Searched defs:Ioctl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node.cc 78 Error MountNode::Ioctl(int request, char* arg) { return EINVAL; }
mount_node_tty.cc 14 #include "nacl_io/ioctl.h"
237 Error MountNodeTty::Ioctl(int request, char* arg) {
239 // This ioctl is used to change the prefix for this tty node.
247 // This ioctl is used to deliver data from the user to this tty node's
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 31 Error Ioctl(int request, char* arg) {
469 ioctl(fds[0], POLLIN, NULL);

Completed in 44 milliseconds