Searched refs:new_obj (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | blockstore.h | 125 LIBC_INLINE T *new_obj() { in new_obj() function 146 T *ptr = new_obj(); in push_back()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 1097 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local 1258 new_obj = ucl_object_typed_new(UCL_ARRAY); 1259 if (new_obj == NULL) { 1268 new_obj->key = old_obj->key; 1269 new_obj->keylen = old_obj->keylen; 1270 new_obj->flags |= UCL_OBJECT_MULTIVALUE; 1271 new_obj->prev = new_obj; 1272 new_obj->next = NULL; 1283 ucl_object_unref(new_obj); 1290 ucl_array_append(new_obj, old_obj); [all …]
|
| /freebsd/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()
|
| /freebsd/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()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 18389 int new_obj = 0; 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() 18674 new_obj = 1; in Jim_AppendCoreCommand() local 18677 new_obj = 1; in Jim_AppendCoreCommand() 18684 if (new_obj) { in Jim_AppendCoreCommand() 18394 int new_obj = 0; Jim_LappendCoreCommand() local
|