| 240 | } |
| 241 | |
| 242 | static __inline void * |
| 243 | _ng_hook_private(hook_p hook, char * file, int line) |
| 244 | { |
| 245 | _chkhook(hook, file, line); |
| 246 | return (_NG_HOOK_PRIVATE(hook)); |
| 247 | } |
| 248 | |
| 249 | static __inline int |
| 250 | _ng_hook_not_valid(hook_p hook, char * file, int line) |
nothing calls this directly
no test coverage detected