Package apple.struct

Class log2phys


  • public final class log2phys
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        log2phys()  
        log2phys​(int l2p_flags, long l2p_contigbytes, long l2p_devoffset)  
      protected log2phys​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long l2p_contigbytes()
      F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this position
      long l2p_devoffset()
      F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into device
      int l2p_flags()
      unused so far
      void setL2p_contigbytes​(long value)
      F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this position
      void setL2p_devoffset​(long value)
      F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into device
      void setL2p_flags​(int value)
      unused so far
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • log2phys

        public log2phys()
      • log2phys

        protected log2phys​(org.moe.natj.general.Pointer peer)
      • log2phys

        public log2phys​(int l2p_flags,
                        long l2p_contigbytes,
                        long l2p_devoffset)
    • Method Detail

      • l2p_flags

        public int l2p_flags()
        unused so far
      • setL2p_flags

        public void setL2p_flags​(int value)
        unused so far
      • l2p_contigbytes

        public long l2p_contigbytes()
        F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this position
      • setL2p_contigbytes

        public void setL2p_contigbytes​(long value)
        F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this position
      • l2p_devoffset

        public long l2p_devoffset()
        F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into device
      • setL2p_devoffset

        public void setL2p_devoffset​(long value)
        F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into device