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