Searched defs:export (Results 1 - 4 of 4) sorted by relevance

/systemd/src/import/
H A Dexport.c25 #include "export-raw.h"
26 #include "export-tar.h"
64 static void on_tar_finished(TarExport *export, int error, void *userdata) { argument
66 assert(export);
75 _cleanup_(tar_export_unrefp) TarExport *export = NULL;
105 return log_error_errno(errno, "Failed to open tar image for export: %m");
127 r = tar_export_new(&export, event, on_tar_finished, event);
131 r = tar_export_start(export, local, fd, arg_compress);
133 return log_error_errno(r, "Failed to export image: %m");
143 static void on_raw_finished(RawExport *export, in argument
[all...]
/systemd/src/udev/ata_id/
H A Data_id.c420 int export = 0; local
425 { "export", no_argument, NULL, 'x' },
446 export = 1;
449 printf("Usage: ata_id [--export] [--help] <device>\n"
450 " -x,--export print values as environment keys\n"
514 if (export) {
/systemd/src/udev/scsi_id/
H A Dscsi_id.c50 { "export", no_argument, NULL, 'x' },
61 static bool export = false; variable
322 " -x --export Print values as environment keys\n"
398 export = true;
520 if (export) {
/systemd/src/udev/
H A Dudevadm-info.c155 static int stat_device(const char *name, bool export, const char *prefix) { argument
161 if (export) {
276 " -x --export Export key/value pairs\n"
277 " -P --export-prefix Export the key name with a prefix\n"
278 " -e --export-db Export the content of the udev database\n"
286 bool export = 0; local
298 { "export-db", no_argument, NULL, 'e' },
301 { "export", no_argument, NULL, 'x' },
302 { "export-prefix", required_argument, NULL, 'P' },
383 export
[all...]

Completed in 650 milliseconds