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