Lines Matching refs:_

45 #define	_(x)	gettext(x)  macro
48 _("on-line")
49 _("off-line")
50 _("faulted")
51 _("powered-off")
52 _("no-intr")
53 _("spare")
54 _("unknown")
55 _("disabled")
129 (void) fprintf(stderr, _("usage: \n" in usage()
152 die(_("strdup() failed")); in mystrdup()
162 die(_("calloc() failed")); in zalloc()
236 (void) strftime(buffer, sizeof (buffer), _("%m/%d/%Y %T"), in timestr()
264 (void) printf(_("%s has %d virtual %s"), in print_vp()
265 _("The physical processor"), in print_vp()
268 _("processors") : in print_vp()
269 _("processor")); in print_vp()
271 (void) printf(_("%s has %d %s and %d virtual %s"), in print_vp()
272 _("The physical processor"), in print_vp()
273 chip->p_ncore, _("cores"), in print_vp()
276 _("processors") : _("processor")); in print_vp()
292 (void) printf(_(" %s has %d virtual %s"), in print_vp()
293 _("The core"), in print_vp()
296 _("processors") : _("processor")); in print_vp()
308 (void) printf("\t[ %s: %s ]", _("Socket"), in print_vp()
399 (void) printf(_("Status of virtual processor %d as of: "), in print_v()
402 (void) printf(_(" %s since %s.\n"), in print_v()
403 _(v->v_state), timestr(v->v_state_begin)); in print_v()
406 _(" The %s processor operates at %llu MHz,\n"), in print_v()
410 _(" The %s processor operates at " \ in print_v()
416 _("\tand has no floating point processor.\n")); in print_v()
425 _("\tand has an %s floating point processor.\n"), in print_v()
430 _("\tand has a %s floating point processor.\n"), in print_v()
446 (void) printf(_("%d\t%-8s since %s\n"), in print_normal()
447 l->l_id, _(v->v_state), timestr(v->v_state_begin)); in print_normal()
477 errx(EXIT_FAILURE, _("unknown CPU property %s"), propname); in read_property()
480 err(EXIT_FAILURE, _("failed to read root node")); in read_property()
495 _("error reading property %s"), name); in read_property()
497 errx(EXIT_FAILURE, _("invalid property %s"), name); in read_property()
507 errx(EXIT_FAILURE, _("property %s was not found"), propname); in read_property()
571 die(_("kstat_open() failed")); in main()
574 die(_("kstat_lookup() failed")); in main()
581 die(_("kstat_read() failed")); in main()
618 vc->v_brand = _("(unknown)"); in main()
630 vc->v_impl = _("(unknown)"); in main()
749 usage(_("cannot specify CPUs with -r")); in main()
751 usage(_("cannot specify other arguments with -r")); in main()
759 usage(_("cannot specify CPUs with -t")); in main()
761 usage(_("cannot specify -s or -v with -t")); in main()
763 usage(_("cannot specify CPU state with -c or -p")); in main()
765 usage(_("cannot specify -c and -p")); in main()
772 usage(_("cannot specify -S or -c without -t")); in main()
782 _("%s: processor %s: Invalid argument\n"), in main()
795 usage(_("options -s and -v are mutually exclusive")); in main()
798 usage(_("must specify exactly one processor if -s used")); in main()