Home
last modified time | relevance | path

Searched refs:tostr (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_smf.c137 const char *fromstr, *tostr; in fmevt_pp_smf() local
159 tostr = smf_state_to_string(to); in fmevt_pp_smf()
161 if (fromstr == NULL || tostr == NULL) in fmevt_pp_smf()
164 if (strcmp(eap->pp_rawsubclass, tostr) != 0) in fmevt_pp_smf()
181 nvlist_add_string(myattr, "to-state", tostr) != 0 || in fmevt_pp_smf()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1508 char tostr[26]; local
1519 (void) inet_ntop(AF_INET6, &addr, tostr, 26);
1521 dbglog("IPv6 fragment from %s->%s is not activity", fromstr, tostr);
1526 tostr);
1531 IP6_HDRLEN, TCP_HDRLEN, fromstr, tostr);
1537 dbglog("Empty TCP FIN %s->%s is not activity", fromstr, tostr);
1541 tcp_flag_decode(get_tcpflags(tcp)), fromstr, tostr);
H A Dsys-solaris.c1559 char tostr[INET6_ADDRSTRLEN]; in dump_packet() local
1620 (void) inet_ntop(AF_INET6, &addr, tostr, sizeof (tostr)); in dump_packet()
1624 tostr); in dump_packet()
1642 fromstr, get_sport(bp), tostr, get_dport(bp), in dump_packet()
1646 fromstr, tostr, len, bp); in dump_packet()
/titanic_50/usr/src/lib/efcode/engine/
H A Dforth.c2117 uchar_t *str, *tostr; in compile_string() local
2122 tostr = HERE; in compile_string()
2123 *tostr++ = len; in compile_string()
2125 *tostr++ = *str++; in compile_string()
2126 *tostr++ = '\0'; in compile_string()
2127 set_here(env, tostr, "compile_string"); in compile_string()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c201 const char *tostr; /* key2str cvt str */ member
764 dbop, rlen, getXbyY_to_dbop[index].tostr)); in nss_default_key2str()
892 strtype = getXbyY_to_dbop[index].tostr; in nss_upack_key2arg()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2721 const char *(*tostr)(void *, const char *, char *); in output_prop_val() local
2736 tostr = quoted_strings ? str2qstr : str2str; in output_prop_val()
2743 tostr = int2str; in output_prop_val()
2750 tostr = uint2str; in output_prop_val()
2757 tostr = bool2str; in output_prop_val()
2774 (void) fprintf(wf, "%s%s", tostr(val, prop_name, str), in output_prop_val()