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

/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c213 struct kstat_hashed_records *ks_entry; local
239 ks_entry = malloc(sizeof (struct kstat_hashed_records));
240 if (!ks_entry)
242 ks_entry->ksp = ksp;
243 ks_entry->instance = ksp->ks_instance;
244 ks_entry->module_name = ksp->ks_module;
246 ks_entry->ks_name = ksp->ks_name;
248 ks_entry->ks_name = tmp_name;
250 ks_entry->next_entry = hash_head[hash_index];
251 ks_entry
[all...]

Completed in 15 milliseconds