Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1127 char *tkp, *sav_tkp; variable
1175 if (*tkp == '\0') { in next()
1176 token = tkp; in next()
1177 *tkp = savechar; in next()
1180 sav_tkp = tkp; in next()
1182 while (isspace(*tkp)) tkp++; in next()
1183 token = tkp; in next()
1190 tkp = token + strspn(token, numchars); in next()
1191 for (p = token; p < tkp; p++) { in next()
1199 tkp = token; in next()
[all …]
H A Dsnoop.h115 extern char *tkp, *sav_tkp;
H A Dsnoop_pf.c1519 tkp = argstr; in pf_compile()
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dparse.cc54 struct keyword_table *tkp = NULL; in do_lookup() local
64 if (tkp) { in do_lookup()
67 tkp = kp; in do_lookup()
75 if (tkp) { in do_lookup()
76 return (tkp->type); in do_lookup()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c790 kstat_named_t *tkp; in system_stat_load() local
798 tkp = (kstat_named_t *)cpu_stats_list[i].sys.ks_data; in system_stat_load()
800 (nkp++)->value.ui64 += (tkp++)->value.ui64; in system_stat_load()
802 tkp = (kstat_named_t *)cpu_stats_list[i].vm.ks_data; in system_stat_load()
804 (nkp++)->value.ui64 += (tkp++)->value.ui64; in system_stat_load()
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c327 kstat_named_t *nkp, *tkp; in cpu_stats_load() local
349 tkp = (kstat_named_t *)cpu_stats_list[i]->ks_data; in cpu_stats_load()
351 (nkp++)->value.ui64 += (tkp++)->value.ui64; in cpu_stats_load()