Lines Matching refs:ksp
733 kstat_safe_retrieve(kstat_t **ksp,
742 ksp, *ksp, module, instance, name, buf);
744 ks = *ksp;
754 *ksp = ks;
776 * int kstat_safe_namematch(int num, kstat_t *ksp, char *name, void *buf)
779 * are copied in to "ksp", and kstat_read is called on each match using
781 * found is returned. Up to "num" kstats are copied in to "ksp", but
791 kstat_t **ksp;
806 ksp = ksparg;
836 *ksp++ = ks;