| 736 | } |
| 737 | |
| 738 | static __inline struct ng_mesg ** |
| 739 | _ngi_msg(item_p item, char *file, int line) |
| 740 | { |
| 741 | _ngi_check(item, file, line); |
| 742 | return (&_NGI_MSG(item)); |
| 743 | } |
| 744 | |
| 745 | static __inline ng_ID_t * |
| 746 | _ngi_retaddr(item_p item, char *file, int line) |
nothing calls this directly
no test coverage detected