Displaying 3 results from an estimated 3 matches for "pi_new".
Did you mean:
p_new
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
...hecks - including gpt's primary+backup+array crc checks - and
allocates proper iterator. Some additional checks (mbr protective id, gpt
revision, general sanity) are also performed.
2g) other stuff
As previously, iterators self-destroy after finishing. They can be explicitly
allocated through pi_new() (although this was exported mostly thinking about
com32/lib) and removed through pi_del(); pi_next() moves iterator further.
Partiter compiles cleanly with -Wextra -Wconversion -pedantic
2h) chain.c changes
- find_by_guid() had small bug (took address of address of struct holding disk
guid to...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address