Searched defs:ioctlInt (Results 1 – 3 of 3) sorted by relevance
75 …public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.… in ioctlInt() method in ForwardingOs
67 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method
69 public native int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method in Posix