HomeSort by relevance Sort by last modified time
    Searched refs:g_pset_cpus (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/intrstat/
intrstat.c 62 static processorid_t *g_pset_cpus; variable
296 if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1)
303 g_present[g_pset_cpus[i]] = 1;
315 if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) {
327 if (!g_present[g_pset_cpus[i]])
349 g_present[g_pset_cpus[i]] = 1;
410 g_pset_cpus = malloc(sizeof (processorid_t) * g_max_cpus);
411 if (g_pset_cpus == NULL)
412 fatal("could not allocate g_pset_cpus");
414 bzero(g_pset_cpus, sizeof (processorid_t) * g_max_cpus)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/trapstat/sun4/
trapstat.c 72 static processorid_t *g_pset_cpus; variable
878 g_pset_cpus = malloc(sizeof (processorid_t) * g_max_cpus);
879 if (g_pset_cpus == NULL)
880 fatal("could not allocate g_pset_cpus");
882 bzero(g_pset_cpus, sizeof (processorid_t) * g_max_cpus);
    [all...]

Completed in 300 milliseconds