Searched defs:ks_module (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libkstat/common/ |
| H A D | kstat.c | 155 kstat_hash_search(char *ks_module, int ks_instance, char *ks_name, argument 165 hash_index = kstat_record_hash(ks_name, ks_module, ks_instance, 178 if ((!ks_module || (strcmp(hash_entry->module_name, 179 ks_module)) == 0) && ks_name && 198 (ks_module && strcmp(ksp->ks_module, ks_module) == 0) && 219 if (!ksp->ks_module || !ksp->ks_instance) 235 hash_index = kstat_record_hash(ksp->ks_name, ksp->ks_module, 244 ks_entry->module_name = ksp->ks_module; 566 kstat_lookup(kstat_ctl_t *kc, char *ks_module, int ks_instance, char *ks_name) argument [all...] |
Completed in 17 milliseconds