Searched refs:zonetbl_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.h65 } zonetbl_t; typedef in typeref:struct:__anon1282
80 extern void add_zone(zonetbl_t *, char *);
81 extern int has_zone(zonetbl_t *, zoneid_t);
82 extern void convert_zone(zonetbl_t *);
H A Dprtable.c169 add_zone(zonetbl_t *tbl, char *str)
209 has_zone(zonetbl_t *tbl, zoneid_t id)
228 convert_zone(zonetbl_t *tbl)
H A Dprstat.c151 static zonetbl_t zone_tbl = {0, 0, NULL}; /* selected zones */

Completed in 72 milliseconds