Home
last modified time | relevance | path

Searched refs:tn2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c398 uint_t npref, tn1 = 0, tn2 = 0; in get_email_prefs() local
466 nd_split_list(nhdl, arr2[0], ",", &tmparr2, &tn2) != 0) { in get_email_prefs()
474 tmparr2, tn2, &ep->ep_recips)) < 0) { in get_email_prefs()
561 if (tn2) in get_email_prefs()
562 nd_free_strarray(tmparr2, tn2); in get_email_prefs()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c531 char tn2[MDB_SYM_NAMLEN + sizeof ("enum ")]; in cmd_enum() local
563 (void) mdb_snprintf(tn2, sizeof (tn2), "enum %s", type); in cmd_enum()
565 if (mdb_ctf_lookup_by_name(tn2, &id) == 0) { in cmd_enum()
566 (void) strcpy(type, tn2); in cmd_enum()
568 mdb_warn("types '%s', '%s'", tn2, type); in cmd_enum()