Home
last modified time | relevance | path

Searched refs:tkp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1124 char *tkp, *sav_tkp; variable
1173 if (*tkp == '\0') { in next()
1174 token = tkp; in next()
1175 *tkp = savechar; in next()
1178 sav_tkp = tkp; in next()
1180 while (isspace(*tkp)) tkp++; in next()
1181 token = tkp; in next()
1188 tkp = token + strspn(token, numchars); in next()
1189 for (p = token; p < tkp; p++) { in next()
1197 tkp = token; in next()
[all …]
H A Dsnoop_pf.c237 char *tkp, *sav_tkp; variable
1543 tkp = argstr;
/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dparse.cc56 struct keyword_table *tkp = NULL; in do_lookup() local
66 if (tkp) { in do_lookup()
69 tkp = kp; in do_lookup()
77 if (tkp) { in do_lookup()
78 return (tkp->type); in do_lookup()
/titanic_50/usr/src/cmd/rpcsvc/
H A Drstat_proc.c792 kstat_named_t *tkp; in system_stat_load() local
800 tkp = (kstat_named_t *)cpu_stats_list[i].sys.ks_data; in system_stat_load()
802 (nkp++)->value.ui64 += (tkp++)->value.ui64; in system_stat_load()
804 tkp = (kstat_named_t *)cpu_stats_list[i].vm.ks_data; in system_stat_load()
806 (nkp++)->value.ui64 += (tkp++)->value.ui64; in system_stat_load()
/titanic_50/usr/src/cmd/power/
H A Dsysstat.c328 kstat_named_t *nkp, *tkp; in cpu_stats_load() local
350 tkp = (kstat_named_t *)cpu_stats_list[i]->ks_data; in cpu_stats_load()
352 (nkp++)->value.ui64 += (tkp++)->value.ui64; in cpu_stats_load()