Lines Matching defs:inst
48 const char *inst;
114 z_triple(const char *class, const char *inst, const char *recipient)
118 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
156 NULL, /* inst */
200 PARSE_FIELD_STR(z.inst);
234 ZEPHYR_PRINT(" locate ", z.inst);
244 if (!strcmp(z.inst, "CLIENT")) {
282 if (!strcmp(z.inst, "HM")) {
287 if (!strcmp(z.inst, "REALM")) {
301 ZEPHYR_PRINT(" hm_ctl ", str_to_lower(z.inst));
307 if (!strcmp(z.inst, "HMST_CLIENT") && !strcmp(z.opcode, "GIMMESTATS")) {
314 ZEPHYR_PRINT(" wg_ctl ", str_to_lower(z.inst));
339 ZEPHYR_PRINT(" to ", z_triple(z.class, z.inst, z.recipient));