Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/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_41/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()
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c201 mhd_mhioctkown_t *tkp = &sp->sr_timeouts.mh_tk; in mhd_reserve() local
212 tkown.reinstate_resv_delay = tkp->reinstate_resv_delay; in mhd_reserve()
213 tkown.min_ownership_delay = tkp->min_ownership_delay; in mhd_reserve()
214 tkown.max_ownership_delay = tkp->max_ownership_delay; in mhd_reserve()