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

  /onnv/onnv-gate/usr/src/cmd/prstat/
prtable.h 63 } zonetbl_t; typedef in typeref:struct:__anon4
78 extern void add_zone(zonetbl_t *, char *);
79 extern int has_zone(zonetbl_t *, zoneid_t);
80 extern void convert_zone(zonetbl_t *);
prtable.c 152 add_zone(zonetbl_t *tbl, char *str)
192 has_zone(zonetbl_t *tbl, zoneid_t id)
211 convert_zone(zonetbl_t *tbl)
prstat.c 145 static zonetbl_t zone_tbl = {0, 0, NULL}; /* selected zones */
    [all...]

Completed in 60 milliseconds