Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c198 { "validate", CS_GLOBAL, complete_single_xml_file_arg },
199 { "import", CS_GLOBAL, complete_single_xml_file_arg },
200 { "cleanup", CS_GLOBAL, NULL},
201 { "export", CS_GLOBAL, NULL },
202 { "archive", CS_GLOBAL, NULL },
203 { "apply", CS_GLOBAL, complete_single_xml_file_arg },
204 { "extract", CS_GLOBAL, NULL },
205 { "repository", CS_GLOBAL, NULL },
206 { "inventory", CS_GLOBAL, complete_single_xml_file_arg },
207 { "set", CS_GLOBAL, NULL },
[all …]
H A Dsvccfg.h48 #define CS_GLOBAL 0x0f macro