mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -165,10 +165,8 @@ namespace DiscImageChef.Devices.FreeBSD
|
||||
public ulong target_lun;
|
||||
public ccb_flags flags;
|
||||
public uint xflags;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)]
|
||||
public IntPtr[] periph_priv;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)]
|
||||
public IntPtr[] sim_priv;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)] public IntPtr[] periph_priv;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)] public IntPtr[] sim_priv;
|
||||
public ccb_qos_area qos;
|
||||
public uint timeout;
|
||||
public timeval softtimeout;
|
||||
@@ -257,7 +255,7 @@ namespace DiscImageChef.Devices.FreeBSD
|
||||
public sbyte sense_resid;
|
||||
/// <summary>Transfer residual length: 2's comp</summary>
|
||||
public int resid;
|
||||
public uint alignment;
|
||||
public uint alignment;
|
||||
/// <summary>
|
||||
/// Area for the CDB send, or pointer to the CDB bytes to send
|
||||
/// </summary>
|
||||
@@ -274,6 +272,7 @@ namespace DiscImageChef.Devices.FreeBSD
|
||||
/// <summary>initiator id of who selected</summary>
|
||||
public uint init_id;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// ATA I/O Request CCB used for the XPT_ATA_IO function code.
|
||||
/// </summary>
|
||||
@@ -787,5 +786,4 @@ namespace DiscImageChef.Devices.FreeBSD
|
||||
public byte serial_num_len;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)] public IntPtr[] padding;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user