Lines Matching refs:_

53 #define	_(x) gettext(x)  macro
55 #define _(x) (x) macro
128 (void) fprintf(stderr, _("usage:\n" in usage()
160 (void) fprintf(stderr, _("Invalid command: %s\n"), cmdname); in run_be_cmd()
211 col[1].col_name = _("Active"); in init_hdr_cols()
212 col[2].col_name = _("Mountpoint"); in init_hdr_cols()
213 col[3].col_name = _("Space"); in init_hdr_cols()
214 col[4].col_name = _("Policy"); in init_hdr_cols()
215 col[5].col_name = _("Created"); in init_hdr_cols()
219 col[0].col_name = _("BE/Dataset/Snapshot"); in init_hdr_cols()
222 col[0].col_name = _("BE/Dataset"); in init_hdr_cols()
225 col[0].col_name = _("BE/Snapshot"); in init_hdr_cols()
231 col[0].col_name = _("BE"); in init_hdr_cols()
569 (void) fprintf(stderr, _("Failed to compile 'yes' regexp\n")); in confirm_destroy()
574 (void) fprintf(stderr, _("Failed to compile 'no' regexp\n")); in confirm_destroy()
579 (void) printf(_("Are you sure you want to destroy %s?\n" in confirm_destroy()
589 (void) fprintf(stderr, _("Invalid response. " in confirm_destroy()
605 (void) perror(_("nvlist_alloc failed.\n")); in be_nvl_alloc()
618 (void) fprintf(stderr, _("nvlist_add_boolean_value failed for " in be_nvl_add_boolean()
632 (void) fprintf(stderr, _("nvlist_add_string failed for " in be_nvl_add_string()
646 (void) fprintf(stderr, _("nvlist_add_nvlist failed for %s.\n"), in be_nvl_add_nvlist()
660 (void) fprintf(stderr, _("nvlist_add_uint16 failed for " in be_nvl_add_uint16()
732 (void) printf(_("Temporary activation removed\n")); in be_do_activate()
734 (void) printf(_("Activated successfully\n")); in be_do_activate()
737 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_activate()
743 (void) fprintf(stderr, _("Unable to activate %s.\n"), obe_name); in be_do_activate()
744 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_activate()
749 (void) fprintf(stderr, _("Unable to activate %s.\n"), obe_name); in be_do_activate()
794 (void) fprintf(stderr, _("missing " in be_do_create()
802 (void) fprintf(stderr, _("property '%s' " in be_do_create()
829 _("create: -a and -t are mutually exclusive\n")); in be_do_create()
922 (void) fprintf(stderr, _("failed to get %s " in be_do_create()
926 (void) printf(_("Auto named BE: %s\n"), in be_do_create()
931 (void) fprintf(stderr, _("failed to get %s " in be_do_create()
935 (void) printf(_("Auto named snapshot: %s\n"), in be_do_create()
956 (void) printf(_("Created successfully\n")); in be_do_create()
959 (void) fprintf(stderr, _("BE %s already exists\n." in be_do_create()
963 (void) fprintf(stderr, _("BE %s snapshot %s already exists.\n" in be_do_create()
970 (void) fprintf(stderr, _("Unable to create snapshot " in be_do_create()
973 (void) fprintf(stderr, _("Unable to create %s.\n"), in be_do_create()
975 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_create()
980 (void) fprintf(stderr, _("Unable to create snapshot " in be_do_create()
983 (void) fprintf(stderr, _("Unable to create %s.\n"), in be_do_create()
1038 (void) printf(_("%s has not been destroyed.\n"), be_name); in be_do_destroy()
1076 (void) printf(_("Destroyed successfully\n")); in be_do_destroy()
1079 (void) fprintf(stderr, _("Unable to destroy %s.\n"), be_name); in be_do_destroy()
1080 (void) fprintf(stderr, _("It is currently mounted and must be " in be_do_destroy()
1086 (void) fprintf(stderr, _("%s is the currently active BE and " in be_do_destroy()
1091 (void) fprintf(stderr, _("Unable to destroy one of " "%s's " in be_do_destroy()
1096 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_destroy()
1102 (void) fprintf(stderr, _("Unable to destroy %s.\n"), be_name); in be_do_destroy()
1103 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_destroy()
1107 (void) fprintf(stderr, _("Unable to destroy %s: " in be_do_destroy()
1112 (void) fprintf(stderr, _("Unable to destroy %s.\n"), be_name); in be_do_destroy()
1145 (void) fprintf(stderr, _("Sort key can be " in be_do_list()
1171 (void) fprintf(stderr, _("Unknown sort key: %s\n"), in be_do_list()
1192 (void) fprintf(stderr, _("Invalid options: -a and %s " in be_do_list()
1198 (void) fprintf(stderr, _("Invalid options: -a and %s " in be_do_list()
1227 (void) fprintf(stderr, _("Unable to sort Boot " in be_do_list()
1239 (void) fprintf(stderr, _("No boot environments found " in be_do_list()
1242 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_list()
1248 (void) fprintf(stderr, _("Unable to display Boot " in be_do_list()
1280 (void) fprintf(stderr, _("The -s flag " in be_do_mount()
1309 (void) fprintf(stderr, _("Invalid mount point %s. " in be_do_mount()
1323 (void) fprintf(stderr, _("internal error: " in be_do_mount()
1348 (void) printf(_("Mounted successfully on: '%s'\n"), mountpoint); in be_do_mount()
1351 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_mount()
1356 (void) fprintf(stderr, _("%s is already mounted.\n" in be_do_mount()
1362 (void) fprintf(stderr, _("Unable to mount %s.\n"), obe_name); in be_do_mount()
1363 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_mount()
1367 (void) fprintf(stderr, _("Mounted on '%s'.\nUnable to mount " in be_do_mount()
1371 (void) fprintf(stderr, _("Unable to mount %s.\n"), obe_name); in be_do_mount()
1430 (void) printf(_("Unmounted successfully\n")); in be_do_unmount()
1433 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_unmount()
1438 (void) fprintf(stderr, _("%s is the currently active BE.\n" in be_do_unmount()
1443 (void) fprintf(stderr, _("%s is a shared file system and it " in be_do_unmount()
1448 (void) fprintf(stderr, _("Unable to unmount %s.\n"), obe_name); in be_do_unmount()
1449 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_unmount()
1453 (void) fprintf(stderr, _("Unable to unmount %s.\n"), obe_name); in be_do_unmount()
1506 (void) printf(_("Renamed successfully\n")); in be_do_rename()
1509 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_rename()
1515 (void) fprintf(stderr, _("Rename of BE %s failed.\n"), in be_do_rename()
1517 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_rename()
1521 (void) fprintf(stderr, _("Rename of BE %s failed.\n"), in be_do_rename()
1590 (void) printf(_("Rolled back successfully\n")); in be_do_rollback()
1593 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_rollback()
1598 (void) fprintf(stderr, _("%s does not exist or appear " in be_do_rollback()
1604 (void) fprintf(stderr, _("Rollback of BE %s snapshot %s " in be_do_rollback()
1606 (void) fprintf(stderr, _("You have insufficient privileges to " in be_do_rollback()
1610 (void) fprintf(stderr, _("Rollback of BE %s snapshot %s " in be_do_rollback()