search for: 4bf0

Displaying 5 results from an estimated 5 matches for "4bf0".

Did you mean: 4b20
2011 Dec 22
1
[PATCH] blkid: remove the -o export option
...t;-i", device, NULL); if (r == -1) { reply_with_error("%s", err); goto error; @@ -132,7 +132,7 @@ blkid_with_p_opt(const char *device) goto error; } - /* Parse the output of blkid -p -i -o export: + /* Parse the output of blkid -p -i: * UUID=b6d83437-c6b4-4bf0-8381-ef3fc3578590 * VERSION=1.0 * TYPE=ext2 -- 1.7.8
2011 Dec 03
1
[PATCH] NEW API: add blkid command to print the attributes of the device
...ly_with_error("%s", err); + goto error; + } + + /* Split the command output into lines */ + lines = split_lines(out); + if (lines == NULL) { + reply_with_perror("malloc"); + goto error; + } + + /* Parse the output of blkid -p -i -o export: + * UUID=b6d83437-c6b4-4bf0-8381-ef3fc3578590 + * VERSION=1.0 + * TYPE=ext2 + * USAGE=filesystem + * MINIMUM_IO_SIZE=512 + * PHYSICAL_SECTOR_SIZE=512 + * LOGICAL_SECTOR_SIZE=512 + * PART_ENTRY_SCHEME=dos + * PART_ENTRY_TYPE=0x83 + * PART_ENTRY_NUMBER=6 + * PART_ENTRY_OFFSET=642875153 + * PART_ENTRY_SIZE=...
2016 Jul 07
0
[PATCH 2/2] daemon: fix cleanup of stringsbuf usages
...1) { reply_with_error ("%s", err); - goto error; + return NULL; } /* Split the command output into lines */ lines = split_lines (out); if (lines == NULL) - goto error; + return NULL; /* Parse the output of blkid -p -i -o export: * UUID=b6d83437-c6b4-4bf0-8381-ef3fc3578590 @@ -181,54 +181,44 @@ blkid_with_p_i_opt (const char *device) /* Add the key/value pair to the output */ if (add_string (&ret, line) == -1 || - add_string (&ret, eq) == -1) goto error; + add_string (&ret, eq) == -1) return NULL; }...
2016 Jul 07
2
[PATCH 1/2] daemon: free the string on stringsbuf add failure
If add_string_nodup fails free the passed string instead of leaking it, as that string would have been owned by the stringbuf. Adapt few places to this behaviour. --- daemon/btrfs.c | 4 +--- daemon/devsparts.c | 8 ++++---- daemon/guestfsd.c | 1 + 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 9b52aa8..d70565a 100644 ---
2012 Jun 24
0
nouveau _BIOS method
.... 4bb0: 4b 07 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 K.\/._SB_PCI0RP0 4bc0: 33 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 3PDCXp.\/._SB_PC 4bd0: 49 30 52 50 30 33 50 44 43 58 70 01 5c 2f 04 5f I0RP03PDCXp.\/._ 4be0: 53 42 5f 50 43 49 30 52 50 30 33 48 50 53 58 a0 SB_PCI0RP03HPSX. 4bf0: 2a 92 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 *.\/._SB_PCI0RP0 4c00: 33 50 44 53 58 70 00 5c 2f 04 5f 53 42 5f 50 43 3PDSXp.\/._SB_PC 4c10: 49 30 52 50 30 33 4c 30 53 45 86 5c 2f 03 5f 53 I0RP03L0SE.\/._S 4c20: 42 5f 50 43 49 30 52 50 30 33 00 a1 16 70 01 5c B_PCI0RP03...p.\ 4c30: 2f...