Lines Matching refs:inst
50 char *inst; member
110 z_triple(char *class, char *inst, const char *recipient) in z_triple() argument
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); in z_triple()
168 PARSE_FIELD_STR(z.inst); in zephyr_print()
204 printf(" locate %s", z.inst); in zephyr_print()
214 if (!strcmp(z.inst, "CLIENT")) { in zephyr_print()
252 if (!strcmp(z.inst, "HM")) { in zephyr_print()
257 if (!strcmp(z.inst, "REALM")) { in zephyr_print()
271 printf(" hm_ctl %s", str_to_lower(z.inst)); in zephyr_print()
277 if (!strcmp(z.inst, "HMST_CLIENT") && !strcmp(z.opcode, "GIMMESTATS")) { in zephyr_print()
284 printf(" wg_ctl %s", str_to_lower(z.inst)); in zephyr_print()
309 printf(" to %s", z_triple(z.class, z.inst, z.recipient)); in zephyr_print()