search for: 3a14683

Displaying 3 results from an estimated 3 matches for "3a14683".

Did you mean: 31683
2015 Dec 01
3
[PATCHv2] New API: part_expand_gpt.
...MMAND_FLAG_FOLD_STDOUT_ON_STDERR, + str_sgdisk, "-e", device, NULL); + + if (r == -1) { + reply_with_error ("%s -e %s: %s", str_sgdisk, device, err); + return -1; + } + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index 7ab8ee4..3a14683 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12787,6 +12787,20 @@ See also L<ntfsresize(8)>, L<resize2fs(8)>, L<btrfs(8)>, L<xfs_info(8)>." }; longdesc = "\ This is the internal call which implements C<guestfs_feature_available>.&quo...
2015 Nov 25
1
[PATCH] New API: part_expand_gpt.
...MMAND_FLAG_FOLD_STDOUT_ON_STDERR, + str_sgdisk, "-e", device, NULL); + + if (r == -1) { + reply_with_error ("%s -e %s: %s", str_sgdisk, device, err); + return -1; + } + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index 7ab8ee4..3a14683 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12787,6 +12787,20 @@ See also L<ntfsresize(8)>, L<resize2fs(8)>, L<btrfs(8)>, L<xfs_info(8)>." }; longdesc = "\ This is the internal call which implements C<guestfs_feature_available>.&quo...
2015 Dec 22
0
Re: [PATCHv2] New API: part_expand_gpt.
...str_sgdisk, "-e", device, NULL); > + > + if (r == -1) { > + reply_with_error ("%s -e %s: %s", str_sgdisk, device, err); > + return -1; > + } > + > + return 0; > +} > diff --git a/generator/actions.ml b/generator/actions.ml > index 7ab8ee4..3a14683 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12787,6 +12787,20 @@ See also L<ntfsresize(8)>, L<resize2fs(8)>, L<btrfs(8)>, L<xfs_info(8)>." }; > longdesc = "\ > This is the internal call which implements C<guestfs...