nvlist_move_descriptor_array
nvlist_move_descriptor_array(nvl, key, testfd, count);
nvlist_move_descriptor_array(nvl, "nvl/fd", NULL, 0);
nvlist_move_descriptor_array(nvl, "nvl/fd", fdmove, 1);
void nvlist_move_descriptor_array(nvlist_t *nvl, const char *name, int *value, size_t nitems);