Searched refs:log_print (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvmchange.c23 log_print("With LVM2 and the device mapper, this program is obsolete.");
H A Dvgscan.c24 log_print("Found %svolume group \"%s\" using metadata type %s",
50 log_print("Reading all physical volumes. This may take a while...");
H A Dlvmdiskscan.c68 log_print("%-*s [%15s] %s", max_len, dev_name(dev),
145 log_print("%d disk%s",
147 log_print("%d partition%s",
150 log_print("%d LVM physical volume whole disk%s",
152 log_print("%d LVM physical volume%s",
H A Dpvscan.c36 log_print("%s", pv_dev_name(pv));
45 /* log_print("System Id %s", pv->vg->system_id); */
47 /* log_print(" "); */
68 log_print("PV %-*s %-*s %s [%s]",
78 log_print("PV %-*s is in exported VG %s "
91 log_print("PV %-*s VG %-*s %s [%s / %s free]", pv_max_name_len,
158 log_print
193 log_print("No matching physical volumes found");
198 log_print("Total: %d [%s] / in use: %d [%s] / in no VG: %d [%s]",
H A Dpvdisplay.c63 log_print("Device \"%s\" has a capacity of %s", pv_name,
69 log_print("Physical volume \"%s\" of volume group \"%s\" "
73 log_print("\"%s\" is a new physical volume of \"%s\"",
H A Dvgexport.c49 log_print("Volume group \"%s\" successfully exported", vg->name);
H A Dvgimport.c53 log_print("Volume group \"%s\" successfully imported", vg->name);
H A Dvgremove.c41 log_print("Volume group \"%s\" not removed", vg_name);
H A Dpvremove.c79 log_print("%s: physical volume label not removed", name);
127 log_print("Labels on physical volume \"%s\" successfully wiped",
H A Dvgchange.c122 log_print("%d logical volume(s) in volume group "
172 log_print("%d logical volume(s) in volume group \"%s\" now active",
206 log_print("Volume group \"%s\" successfully changed", vg->name);
245 log_print("Volume group \"%s\" successfully changed", vg->name);
282 log_print("Volume group \"%s\" successfully changed", vg->name);
309 log_print("Volume group \"%s\" successfully changed", vg->name);
341 log_print("Volume group \"%s\" successfully changed", vg->name);
380 log_print("Volume group \"%s\" successfully changed", vg->name);
426 log_print("Volume group \"%s\" successfully changed", vg->name);
463 log_print("Volum
[all...]
H A Dlvscan.c69 log_print("%s%s '%s%s/%s' [%s] %s", active_str, snapshot_str,
H A Dvgcfgbackup.c86 log_print("Volume group \"%s\" successfully backed up.", vg_name);
H A Dvgcfgrestore.c73 log_print("Restored volume group %s", vg_name);
H A Dvgdisplay.c45 log_print("--- Physical volumes ---");
100 log_print("no ");
H A Dvgextend.c77 log_print("Volume group \"%s\" successfully extended", vg_name);
H A Dpvmove.c214 log_print("Skipping snapshot-related LV %s", lv->name);
218 log_print("Skipping mirror LV %s", lv->name);
222 log_print("Skipping mirror log LV %s", lv->name);
226 log_print("Skipping mirror image LV %s", lv->name);
230 log_print("Skipping locked LV %s", lv->name);
400 log_print("Detected pvmove in progress for %s", pv_name);
/netbsd-current/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c322 log_print("%s:%s:%" PRIu64 ":-1:%u:%u:-1:%" PRIu32 ":%u:%u:%u:%s",
341 log_print("--- Physical Segments ---");
344 log_print("Physical extent %u to %u:",
348 log_print(" Logical volume\t%s%s/%s",
352 log_print(" Logical extents\t%d to %d",
356 log_print(" FREE");
359 log_print(" ");
382 log_print("--- %sPhysical volume ---", pv->pe_size ? "" : "NEW ");
383 log_print("PV Name %s", pv_dev_name(pv));
384 log_print("V
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dlogger.h47 extern int log_print __P((struct log *, char *));
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Darchive.c306 log_print(" ");
307 log_print("File:\t\t%s", af->path);
322 log_print("Unable to read archive file.");
327 log_print("VG name: \t%s", vg->name);
328 log_print("Description:\t%s", desc ? : "<No description>");
329 log_print("Backup Time:\t%s", ctime(&when));
344 log_print("No archives found in %s.", dir);
/netbsd-current/external/gpl2/lvm2/dist/po/
H A DMakefile.in36 --keyword=log_print --keyword=log_verbose \
46 --keyword=log_print --keyword=log_verbose \
H A DMakefile36 --keyword=log_print --keyword=log_verbose \
46 --keyword=log_print --keyword=log_verbose \
/netbsd-current/external/gpl2/lvm2/dist/lib/striped/
H A Dstriped.c44 log_print(" Stripes\t\t%u", seg->area_count);
47 log_print(" Stripe size\t\t%s",
51 log_print(" Stripe size\t\t%u KB",
55 log_print(" Stripe %d:", s);
59 log_print(" ");
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlog.h27 * log_print - always print to stdout. Use this instead of printf.
69 #define log_print(args...) LOG_LINE(_LOG_WARN, args) macro
/netbsd-current/external/gpl2/lvm2/dist/lib/log/
H A Dlog.h27 * log_print - always print to stdout. Use this instead of printf.
69 #define log_print(args...) LOG_LINE(_LOG_WARN, args) macro
/netbsd-current/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c60 log_print(" Mirrors\t\t%u", seg->area_count);
61 log_print(" Mirror size\t\t%u", seg->area_len);
63 log_print(" Mirror log volume\t%s", seg->log_lv->name);
68 log_print(" Mirror region size\t%s", size);
71 log_print(" Mirror original:");
73 log_print(" Mirror destinations:");
76 log_print(" ");

Completed in 207 milliseconds

12