Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c48 int containers_only = 0, dtd = 0, list_only = 0, nodtd = 0, option, in main() local
59 containers_only = 1; in main()
121 return (prtfru(searchpath, containers_only, list_only, xml)); in main()
H A Dprtfru.h36 int prtfru(const char *searchpath, int containers_only, int list_only,
H A Dprtfru.c151 static int containers_only = 0, list_only = 0, saved_status = 0, xml = 0; variable
1219 if (containers_only) { in process_node()
1309 containers_only = containers_only_flag; in prtfru()