Searched defs:nkcid (Results 1 - 2 of 2) sorted by relevance

/external/netperf/
H A Dnetcpu_kstat.c72 kid_t nkcid; local
118 nkcid = kstat_chain_update(kc);
119 if (nkcid)
121 /* UPDKCID will abort if nkcid is -1, so no need to check */
123 kcid = nkcid;
125 UPDKCID(nkcid,0);
158 nkcid = kstat_read(kc, ks, NULL);
164 UPDKCID(nkcid, kcid);
194 kid_t nkcid; local
203 nkcid
[all...]
H A Dnetcpu_kstat10.c125 kid_t nkcid; local
132 nkcid = kstat_read(kc, ksp, NULL);
133 if (nkcid != -1) {
211 kid_t nkcid; local
220 nkcid = kstat_read(kc, ksp, NULL);
221 if (nkcid != -1) {

Completed in 82 milliseconds