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.c1182 while (isspace(*tkp)) tkp++; in next()
1202 tkp += strspn(tkp, namechars); in next()
1243 if (*tkp != '\0' && !isspace(*tkp)) { in next()
1244 tkp += strspn(tkp, namechars); in next()
1259 p = tkp; in next()
1264 tkp++; in next()
1265 if (*tkp == 'x' || *tkp == 'X') in next()
1270 tkp = p; in next()
1294 tkp += strspn(tkp, namechars); in next()
1302 tkp++; 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()