Searched refs:new_obj (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/libucl/src/ ! |
| H A D | ucl_util.c | 1099 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 …]
|
| /src/sys/contrib/openzfs/module/zfs/ ! |
| H A D | dsl_deadlist.c | 628 uint64_t new_obj, used, comp, uncomp; in dsl_deadlist_clear_entry() local 643 new_obj = bpobj_alloc_empty(os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_clear_entry() 644 VERIFY0(bpobj_open(&dle->dle_bpobj, os, new_obj)); in dsl_deadlist_clear_entry() 646 new_obj, tx)); in dsl_deadlist_clear_entry()
|
| H A D | zap.c | 1102 uint64_t new_obj; in zap_create_link_dnsize() local 1104 new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, dnodesize, tx); in zap_create_link_dnsize() 1105 VERIFY(new_obj != 0); in zap_create_link_dnsize() 1106 VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj, in zap_create_link_dnsize() 1109 return (new_obj); in zap_create_link_dnsize()
|
| /src/sys/dev/drm2/ttm/ ! |
| H A D | ttm_bo_util.c | 401 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument 433 *new_obj = fbo; in ttm_buffer_object_transfer()
|
| /src/contrib/sqlite3/autosetup/ ! |
| H A D | jimsh0.c | 18394 int new_obj = 0; in Jim_LappendCoreCommand() local 18405 new_obj = 1; in Jim_LappendCoreCommand() 18409 new_obj = 1; in Jim_LappendCoreCommand() 18414 if (new_obj) in Jim_LappendCoreCommand() 18674 int new_obj = 0; in Jim_AppendCoreCommand() local 18679 new_obj = 1; in Jim_AppendCoreCommand() 18682 new_obj = 1; in Jim_AppendCoreCommand() 18689 if (new_obj) { in Jim_AppendCoreCommand()
|