Home
last modified time | relevance | path

Searched refs:new_obj (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dblockstore.h125 LIBC_INLINE T *new_obj() { in new_obj() function
146 T *ptr = new_obj(); in push_back()
/freebsd/contrib/libucl/src/
H A Ducl_util.c1097 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1259 new_obj = ucl_object_typed_new(UCL_ARRAY);
1260 if (new_obj == NULL) {
1269 new_obj->key = old_obj->key;
1270 new_obj->keylen = old_obj->keylen;
1271 new_obj->flags |= UCL_OBJECT_MULTIVALUE;
1272 new_obj->prev = new_obj;
1273 new_obj->next = NULL;
1284 ucl_object_unref(new_obj);
1291 ucl_array_append(new_obj, old_obj);
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_deadlist.c618 uint64_t new_obj, used, comp, uncomp; in dsl_deadlist_clear_entry() local
633 new_obj = bpobj_alloc_empty(os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_clear_entry()
634 VERIFY0(bpobj_open(&dle->dle_bpobj, os, new_obj)); in dsl_deadlist_clear_entry()
636 new_obj, tx)); in dsl_deadlist_clear_entry()
H A Dzap.c135 uint64_t new_obj; in zap_create_link_dnsize() local
137 new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, dnodesize, tx); in zap_create_link_dnsize()
138 VERIFY(new_obj != 0); in zap_create_link_dnsize()
139 VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj, in zap_create_link_dnsize()
142 return (new_obj); in zap_create_link_dnsize()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_util.c401 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument
433 *new_obj = fbo; in ttm_buffer_object_transfer()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c18389 int new_obj = 0; in Jim_LappendCoreCommand() local
18400 new_obj = 1; in Jim_LappendCoreCommand()
18404 new_obj = 1; in Jim_LappendCoreCommand()
18409 if (new_obj) in Jim_LappendCoreCommand()
18669 int new_obj = 0; in Jim_AppendCoreCommand() local
18674 new_obj = 1; in Jim_AppendCoreCommand()
18677 new_obj = 1; in Jim_AppendCoreCommand()
18684 if (new_obj) { in Jim_AppendCoreCommand()