Searched defs:ioctlInt (Results 1 – 4 of 4) sorted by relevance
320 public static int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { in ioctlInt() method in Os
116 public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt() method
140 …public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { return os.io… in ioctlInt() method in ForwardingOs
114 public native int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt() method in Linux