| 223 | } |
| 224 | |
| 225 | void |
| 226 | nvlist_set_parent(nvlist_t *nvl, nvpair_t *parent) |
| 227 | { |
| 228 | |
| 229 | NVLIST_ASSERT(nvl); |
| 230 | |
| 231 | nvl->nvl_parent = parent; |
| 232 | } |
| 233 | |
| 234 | void |
| 235 | nvlist_set_array_next(nvlist_t *nvl, nvpair_t *ele) |
no outgoing calls
no test coverage detected