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

/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1041 __mf_object_t *new_obj; local
1042 new_obj = CALL_REAL (calloc, 1, sizeof(__mf_object_t));
1043 new_obj->low = low;
1044 new_obj->high = high;
1045 new_obj->type = type;
1046 new_obj->name = name;
1047 new_obj->alloc_pc = pc;
1050 gettimeofday (& new_obj->alloc_time, NULL);
1053 new_obj->alloc_thread = pthread_self ();
1057 new_obj
[all...]
/freebsd-10.2-release/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-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c952 uint64_t new_obj; local
954 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0);
955 VERIFY(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj,
958 return (new_obj);

Completed in 58 milliseconds