ns                148 include/crm/common/xml_internal.h pcmk__xml_artefact_root(enum pcmk__xml_artefact_ns ns);
ns                159 include/crm/common/xml_internal.h char *pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns,
ns               2889 lib/common/xml.c pcmk__xml_artefact_root(enum pcmk__xml_artefact_ns ns)
ns               2901 lib/common/xml.c     switch (ns) {
ns               2911 lib/common/xml.c             crm_err("XML artefact family specified as %u not recognized", ns);
ns               2917 lib/common/xml.c pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns, const char *filespec)
ns               2919 lib/common/xml.c     char *base = pcmk__xml_artefact_root(ns), *ret = NULL;
ns               2921 lib/common/xml.c     switch (ns) {
ns               2931 lib/common/xml.c             crm_err("XML artefact family specified as %u not recognized", ns);
ns                916 lib/fencing/st_client.c     enum stonith_namespace ns = stonith_text2namespace(namespace);
ns                925 lib/fencing/st_client.c     if ((ns == st_namespace_any) || (ns == st_namespace_lha)) {
ns                931 lib/fencing/st_client.c     if ((ns == st_namespace_any) || (ns == st_namespace_rhcs)) {
ns                946 lib/fencing/st_client.c     enum stonith_namespace ns = stonith_get_namespace(agent, namespace);
ns                949 lib/fencing/st_client.c               stonith_namespace2text(ns), agent);
ns                951 lib/fencing/st_client.c     switch (ns) {