Searched refs:new_obj (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_deadlist.c605 uint64_t new_obj, used, comp, uncomp; local
620 new_obj = bpobj_alloc_empty(os, SPA_OLD_MAXBLOCKSIZE, tx);
621 VERIFY0(bpobj_open(&dle->dle_bpobj, os, new_obj));
623 new_obj, tx));
H A Dzap.c1007 uint64_t new_obj; local
1009 new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, dnodesize, tx);
1010 VERIFY(new_obj != 0);
1011 VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj,
1014 return (new_obj);
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_util.c390 * @new_obj: A pointer to a pointer to a newly created ttm_buffer_object,
403 struct ttm_buffer_object **new_obj)
435 *new_obj = fbo;
402 ttm_buffer_object_transfer(struct ttm_buffer_object *bo, struct ttm_buffer_object **new_obj) argument
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_util.c1091 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1235 new_obj = ucl_object_typed_new (UCL_ARRAY);
1236 if (new_obj == NULL) {
1245 new_obj->key = old_obj->key;
1246 new_obj->keylen = old_obj->keylen;
1247 new_obj->flags |= UCL_OBJECT_MULTIVALUE;
1248 new_obj->prev = new_obj;
1249 new_obj->next = NULL;
1265 ucl_array_append (new_obj, old_ob
[all...]

Completed in 72 milliseconds