Lines Matching refs:_

37 #define	_(x)	gettext(x)  macro
40 _("on-line")
41 _("off-line")
42 _("faulted")
43 _("powered-off")
44 _("no-intr")
45 _("spare")
46 _("unknown")
116 (void) fprintf(stderr, _("usage: \n" \ in usage()
136 die(_("strdup() failed")); in mystrdup()
146 die(_("calloc() failed")); in zalloc()
220 (void) strftime(buffer, sizeof (buffer), _("%m/%d/%Y %T"), in timestr()
248 (void) printf(_("%s has %d virtual %s"), in print_vp()
249 _("The physical processor"), in print_vp()
252 _("processors") : in print_vp()
253 _("processor")); in print_vp()
255 (void) printf(_("%s has %d %s and %d virtual %s"), in print_vp()
256 _("The physical processor"), in print_vp()
257 chip->p_ncore, _("cores"), in print_vp()
260 _("processors") : _("processor")); in print_vp()
274 (void) printf("\t[ %s: %s ]", _("Socket"), in print_vp()
280 (void) printf(_(" %s has %d virtual %s"), in print_vp()
281 _("The core"), in print_vp()
284 _("processors") : _("processor")); in print_vp()
382 (void) printf(_("Status of virtual processor %d as of: "), in print_v()
385 (void) printf(_(" %s since %s.\n"), in print_v()
386 _(v->v_state), timestr(v->v_state_begin)); in print_v()
389 _(" The %s processor operates at %llu MHz,\n"), in print_v()
393 _(" The %s processor operates at " \ in print_v()
399 _("\tand has no floating point processor.\n")); in print_v()
408 _("\tand has an %s floating point processor.\n"), in print_v()
413 _("\tand has a %s floating point processor.\n"), in print_v()
429 (void) printf(_("%d\t%-8s since %s\n"), in print_normal()
430 l->l_id, _(v->v_state), timestr(v->v_state_begin)); in print_normal()
464 die(_("kstat_open() failed")); in main()
467 die(_("kstat_lookup() failed")); in main()
474 die(_("kstat_read() failed")); in main()
510 vc->v_brand = _("(unknown)"); in main()
522 vc->v_impl = _("(unknown)"); in main()
633 _("%s: processor %s: Invalid argument\n"), in main()
646 usage(_("options -s and -v are mutually exclusive")); in main()
649 usage(_("must specify exactly one processor if -s used")); in main()