| 399 | } |
| 400 | |
| 401 | static __inline int |
| 402 | is_bitmap(struct unrhdr *uh, struct unr *up) |
| 403 | { |
| 404 | return (up->ptr != uh && up->ptr != NULL); |
| 405 | } |
| 406 | |
| 407 | /* |
| 408 | * Look for sequence of items which can be combined into a bitmap, if |
no outgoing calls
no test coverage detected