Lines Matching defs:fatal

96 fatal(const char *fmt, ...)
234 fatal("cannot specify both a processor set and a processor\n");
237 fatal("cpu %d out of range\n", cpu);
241 fatal("could not get status for cpu %d", cpu);
242 fatal("cpu %d not present\n", cpu);
252 fatal("cannot specify both a processor set and processors\n");
255 fatal("invalid cpu '%d'\n", low);
258 fatal("invalid cpu '%d'\n", high);
261 fatal("invalid range '%d' to '%d'\n", low, high);
275 fatal("processor set %d is out of range\n", pset);
281 fatal("at most one processor set may be specified\n");
291 fatal("cannot specify both a processor and a processor set\n");
297 fatal("invalid processor set: %d\n", g_pset);
300 fatal("processor set %d empty\n", g_pset);
317 fatal("processor set %d destroyed\n", g_pset);
319 fatal("couldn't get info for processor set %d", g_pset);
323 fatal("processor set %d empty\n", g_pset);
401 fatal("cannot create CLOCK_HIGHRES timer");
406 fatal("could not allocate g_present array\n");
412 fatal("could not allocate g_pset_cpus");
431 fatal("invalid cpu '%s'\n", s);
438 fatal("invalid cpu '%s'\n", s);
443 fatal("invalid cpu '%s'\n", s);
461 fatal("invalid processor set '%s'\n", optarg);
487 fatal("cannot open dtrace library: %s\n",
493 fatal("invalid program");
496 fatal("failed to enable probes");
499 fatal("failed to set 'aggsize'");
502 fatal("failed to set 'aggrate'");
505 fatal("failed to set 'aggpercpu'");
515 fatal("failed to set -x %s", optarg);
524 fatal("invalid interval '%s'\n", argv[1]);
527 fatal("interval must be greater than zero.\n");
530 fatal("invalid interval '%s'\n", argv[optind]);
540 fatal("invalid count '%s'\n", s);
550 fatal("cannot set time on CLOCK_REALTIME timer");
561 fatal("dtrace_go()");
566 fatal("failed to get 'statusrate'");
573 fatal("cannot create status timer");
580 fatal("cannot set time on status timer");
590 fatal("dtrace_status()");
604 fatal("failed to add to aggregate");
616 fatal("failed to sort aggregate");