hostmap           529 fencing/commands.c build_port_aliases(const char *hostmap, GListPtr * targets)
hostmap           535 fencing/commands.c     if (hostmap == NULL) {
hostmap           539 fencing/commands.c     max = strlen(hostmap);
hostmap           541 fencing/commands.c         switch (hostmap[lpc]) {
hostmap           548 fencing/commands.c                     memcpy(name, hostmap + last, lpc - last);
hostmap           563 fencing/commands.c                     memcpy(value, hostmap + last, lpc - last);
hostmap           575 fencing/commands.c                     crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last);
hostmap           582 fencing/commands.c         if (hostmap[lpc] == 0) {
hostmap           588 fencing/commands.c         crm_info("No host mappings detected in '%s'", hostmap);
hostmap            32 fencing/standalone_config.c     char *hostmap;
hostmap           165 fencing/standalone_config.c         ptr = &dev->hostmap;
hostmap           251 fencing/standalone_config.c         free(dev->hostmap);
hostmap           303 fencing/standalone_config.c     if (dev->hostmap) {
hostmap           304 fencing/standalone_config.c         params = stonith_key_value_add(params, STONITH_ATTR_HOSTMAP, dev->hostmap);