Home
last modified time | relevance | path

Searched refs:rtypes (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c137 static poolstat_list_element_t *rtypes; variable
225 rtypes = create_args_list(optarg, rtypes, in main()
285 if (rtypes == NULL || strcmp(rtypes->ple_obj, "all") == 0) { in main()
287 FREE(rtypes); in main()
288 rtypes = create_args_list("pset", NULL, " \t,"); in main()
975 for (rtype = rtypes; rtype; rtype = rtype->ple_next) { in prt_pool_stats()
986 for (rtype = rtypes; rtype; rtype = rtype->ple_next) { in prt_pool_stats()