| (%^) [Int63.Operators] |
Infix arithmetic operators.
|
| (&^) [Int63.Operators] | |
| (*^) [Int63.Operators] | |
| (+^) [Int63.Operators] | |
| (-^) [Int63.Operators] | |
| (/^) [Int63.Operators] | |
| (<^<) [Int63.Operators] | |
| (>^>) [Int63.Operators] |
Infix shift left and logical shift right.
|
| (^^) [Int63.Operators] |
Infix logical and, or and xor operators.
|
| (|^) [Int63.Operators] | |
| (~^) [Int63.Operators] |
Small integer constants,
eg.
|
| (~^~) [Int63.Operators] |
Small negative integer constants,
eg.
|
A | |
| abs [Int63] |
Absolute value.
|
| add [Int63] | |
C | |
| close_machine [Diskimage] |
This is a convenience function which calls the
dev#close
method on any open Diskimage.block_devices owned by the machine.
|
| compare [Int63] |
Compare two numbers.
|
| create_ownership [Diskimage] |
This creates the ownership tables (mapping disk blocks to the
ultimate filesystem, etc., which owns each one).
|
D | |
| debug [Diskimage] |
If set to true, functions emit debugging information to stderr.
|
| div [Int63] | |
G | |
| get_owners_lookup [Diskimage] | get_owners_lookup machine disk returns a specialized
function for looking up owners (filesystems, etc.)
which reside on block device disk.
|
I | |
| input [Diskimage_lvm2_parser] | |
L | |
| logand [Int63] | |
| lognot [Int63] |
Bitwise logical and, or, xor and not.
|
| logor [Int63] | |
| logxor [Int63] | |
M | |
| max_int [Int63] |
The constant 262-1.
|
| min_int [Int63] |
The constant -262.
|
| minus_one [Int63] |
Some constants.
|
| mul [Int63] | |
N | |
| name_of_filesystem [Diskimage] | name_of_filesystem fs returns a printable name for
the filesystem.
|
| neg [Int63] |
Negate.
|
| null_device [Diskimage] |
The null device.
|
O | |
| of_float [Int63] | |
| of_int [Int63] | |
| of_int32 [Int63] | |
| of_int64 [Int63] | |
| of_nativeint [Int63] | |
| of_string [Int63] | |
| offset_is_free [Diskimage] | offset_is_free owners tests if the offset is free (unused).
|
| one [Int63] | |
| open_machine [Diskimage] | open_machine m_name devs
creates a Diskimage.machine containing the devices listed.
|
| open_machine_from_devices [Diskimage] |
This is the same as
Diskimage.open_machine except that instead
of passing a path you should pass a Diskimage.block_device object.
|
| output_metadata [Diskimage_lvm2_metadata] |
This function prints out the metadata on the selected channel.
|
P | |
| pred [Int63] |
Predecessor.
|
R | |
| rem [Int63] |
Arithmetic.
|
S | |
| scan_machine [Diskimage] |
This does a complete scan of all devices owned by a machine,
identifying all partitions, filesystems, physical and logical
volumes that are known to this library.
|
| shift_left [Int63] |
Shift the number left by the integer number of bits.
|
| shift_right [Int63] |
Arithmetic shift the number right by the integer number of bits.
|
| shift_right_logical [Int63] |
Logical shift the number right by the integer number of bits.
|
| sub [Int63] | |
| succ [Int63] |
Successor.
|
T | |
| to_float [Int63] | |
| to_int [Int63] | |
| to_int32 [Int63] | |
| to_int64 [Int63] | |
| to_nativeint [Int63] |
Convert between t and various standard types.
|
| to_string [Int63] |
Convert between string.
|
Z | |
| zero [Int63] |