Lines Matching refs:command
54 static char *command; variable
130 " sizes\n", command); in getpgsz()
159 command, optarg); in cnvpgsz()
181 command); in usage()
196 if ((command = strrchr(argv[0], '/')) != NULL) in main()
197 command++; in main()
199 command = argv[0]; in main()
262 command, path); in main()
267 "program: %s\n", command, path); in main()
271 "program: %s\n", command, argv[0]); in main()
276 "program: %s\n", command, argv[0]); in main()
283 "%s: %s\n", command, Pcreate_error(err)); in main()
291 "failed for program: %s\n", command, argv[0]); in main()
307 command, strerror(errno)); in main()
334 " %s\n", command, arg, Pgrab_error(gret)); in main()
345 "failed for pid: %d\n", command, (int)pid); in main()
356 command, (int)pid, psinfo.pr_psargs); in main()
365 command, (int)pid); in main()
371 command, Pgrab_error(gret), (int)pid); in main()
418 "failed (%s) for pid %d\n", command, suboptstr[i], in setpgsz()
526 "address: %p\n", command, strerror(errno), in setpgsz_anon()
588 command, addr); in discover_optimal_pagesize()
604 setup_mha(uint_t command, size_t pagesize, int dmodel) in setup_mha() argument
608 gmha32.mha_cmd = command; in setup_mha()
614 gmha.mha_cmd = command; in setup_mha()