upstream: https://github.com/mirage/ocaml-mbr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

oci: rename test_ functions in interop test (merlint E330)

+1 -1
+1 -1
c/MbrPartition.3d
··· 11 11 { 12 12 UINT8 status {:on-success WireSetU8(ctx, (UINT32) 0, status); return true; }; 13 13 UINT8 first_chs[:byte-size 3] {:on-success WireSetBytes(ctx, (UINT32) 1, (UINT32) 1); return true; }; 14 - UINT8 type_ {:on-success WireSetU8(ctx, (UINT32) 2, type); return true; }; 14 + UINT8 type_ {:on-success WireSetU8(ctx, (UINT32) 2, type_); return true; }; 15 15 UINT8 last_chs[:byte-size 3] {:on-success WireSetBytes(ctx, (UINT32) 3, (UINT32) 5); return true; }; 16 16 UINT32 lba_start {:on-success WireSetU32(ctx, (UINT32) 4, lba_start); return true; }; 17 17 UINT32 sectors {:on-success WireSetU32(ctx, (UINT32) 5, sectors); return true; };