| 247 | } |
| 248 | |
| 249 | static __inline int |
| 250 | _ng_hook_not_valid(hook_p hook, char * file, int line) |
| 251 | { |
| 252 | _chkhook(hook, file, line); |
| 253 | return (_NG_HOOK_NOT_VALID(hook)); |
| 254 | } |
| 255 | |
| 256 | static __inline int |
| 257 | _ng_hook_is_valid(hook_p hook, char * file, int line) |
nothing calls this directly
no test coverage detected