ns                175 include/crm/common/xml_internal.h pcmk__xml_artefact_root(enum pcmk__xml_artefact_ns ns);
ns                186 include/crm/common/xml_internal.h char *pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns,
ns               2902 lib/common/xml.c pcmk__xml_artefact_root(enum pcmk__xml_artefact_ns ns)
ns               2914 lib/common/xml.c     switch (ns) {
ns               2924 lib/common/xml.c             crm_err("XML artefact family specified as %u not recognized", ns);
ns               2930 lib/common/xml.c pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns, const char *filespec)
ns               2932 lib/common/xml.c     char *base = pcmk__xml_artefact_root(ns), *ret = NULL;
ns               2934 lib/common/xml.c     switch (ns) {
ns               2944 lib/common/xml.c             crm_err("XML artefact family specified as %u not recognized", ns);
ns                909 lib/fencing/st_client.c     enum stonith_namespace ns = stonith_text2namespace(namespace);
ns                918 lib/fencing/st_client.c     if ((ns == st_namespace_any) || (ns == st_namespace_lha)) {
ns                924 lib/fencing/st_client.c     if ((ns == st_namespace_any) || (ns == st_namespace_rhcs)) {
ns                939 lib/fencing/st_client.c     enum stonith_namespace ns = stonith_get_namespace(agent, namespace);
ns                942 lib/fencing/st_client.c               stonith_namespace2text(ns), agent);
ns                944 lib/fencing/st_client.c     switch (ns) {