| 205 | } |
| 206 | |
| 207 | static __inline char * |
| 208 | _ng_hook_name(hook_p hook, char * file, int line) |
| 209 | { |
| 210 | _chkhook(hook, file, line); |
| 211 | return (_NG_HOOK_NAME(hook)); |
| 212 | } |
| 213 | |
| 214 | static __inline void |
| 215 | _ng_hook_unref(hook_p hook, char * file, int line) |
nothing calls this directly
no test coverage detected