* ========================================================================= * kstats * ========================================================================= */ ARGSUSED*/
| 130 | */ |
| 131 | /*ARGSUSED*/ |
| 132 | kstat_t * |
| 133 | kstat_create(const char *module, int instance, const char *name, |
| 134 | const char *class, uchar_t type, ulong_t ndata, uchar_t ks_flag) |
| 135 | { |
| 136 | return (NULL); |
| 137 | } |
| 138 | |
| 139 | /*ARGSUSED*/ |
| 140 | void |
no outgoing calls
no test coverage detected