| 198 | } |
| 199 | |
| 200 | nvpair_t * |
| 201 | nvlist_get_nvpair_parent(const nvlist_t *nvl) |
| 202 | { |
| 203 | |
| 204 | NVLIST_ASSERT(nvl); |
| 205 | |
| 206 | return (nvl->nvl_parent); |
| 207 | } |
| 208 | |
| 209 | const nvlist_t * |
| 210 | nvlist_get_parent(const nvlist_t *nvl, void **cookiep) |
no outgoing calls
no test coverage detected