Searched refs:kstat_hashed_records (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c48 struct kstat_hashed_records { struct
54 struct kstat_hashed_records *next_entry;
159 struct kstat_hashed_records *hash_entry;
160 struct kstat_hashed_records **hash_head;
175 (hash_head = (struct kstat_hashed_records **)kc->kc_private)) {
213 struct kstat_hashed_records *ks_entry;
215 struct kstat_hashed_records **hash_head;
224 (struct kstat_hashed_records **)
226 sizeof (struct kstat_hashed_records **)));
231 hash_head = (struct kstat_hashed_records **)k
[all...]

Completed in 20 milliseconds