Searched refs:object (Results 1 - 25 of 882) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_atexit.c34 __aeabi_atexit(void *object, void (*func)(void*), void *dso) argument
36 return __cxa_atexit(func, object, dso);
/freebsd-11-stable/sys/vm/
H A Dvm_object.c62 * Virtual memory object module.
107 static int vm_object_page_collect_flush(vm_object_t object, vm_page_t p,
112 static void vm_object_qcollapse(vm_object_t object);
113 static void vm_object_vndeallocate(vm_object_t object);
118 * page of memory exists within exactly one object.
120 * An object is only deallocated when all "references"
122 * region of an object should be writeable.
124 * Associated with each object is a list of all resident
125 * memory pages belonging to that object; this list is
126 * maintained by the "vm_page" module, and locked by the object'
168 vm_object_t object; local
200 vm_object_t object; local
221 _vm_object_allocate(objtype_t type, vm_pindex_t size, vm_object_t object) argument
320 vm_object_clear_flag(vm_object_t object, u_short bits) argument
337 vm_object_set_memattr(vm_object_t object, vm_memattr_t memattr) argument
363 vm_object_pip_add(vm_object_t object, short i) argument
371 vm_object_pip_subtract(vm_object_t object, short i) argument
379 vm_object_pip_wakeup(vm_object_t object) argument
391 vm_object_pip_wakeupn(vm_object_t object, short i) argument
404 vm_object_pip_wait(vm_object_t object, char *waitid) argument
422 vm_object_t object; local
437 vm_object_reference(vm_object_t object) argument
454 vm_object_reference_locked(vm_object_t object) argument
470 vm_object_vndeallocate(vm_object_t object) argument
529 vm_object_deallocate(vm_object_t object) argument
689 vm_object_destroy(vm_object_t object) argument
713 vm_object_terminate_pages(vm_object_t object) argument
799 vm_object_terminate(vm_object_t object) argument
907 vm_object_page_clean(vm_object_t object, vm_ooffset_t start, vm_ooffset_t end, int flags) argument
999 vm_object_page_collect_flush(vm_object_t object, vm_page_t p, int pagerflags, int flags, boolean_t *clearobjflags, boolean_t *eio) argument
1051 vm_object_sync(vm_object_t object, vm_ooffset_t offset, vm_size_t size, boolean_t syncio, boolean_t invalidate) argument
1145 vm_object_advice_applies(vm_object_t object, int advice) argument
1157 vm_object_madvise_freespace(vm_object_t object, int advice, vm_pindex_t pindex, vm_size_t size) argument
1187 vm_object_madvise(vm_object_t object, vm_pindex_t pindex, vm_pindex_t end, int advice) argument
1305 vm_object_shadow( vm_object_t *object, vm_ooffset_t *offset, vm_size_t length) argument
1508 vm_object_collapse_scan_wait(vm_object_t object, vm_page_t p, vm_page_t next, int op) argument
1537 vm_object_scan_all_shadowed(vm_object_t object) argument
1600 vm_object_collapse_scan(vm_object_t object, int op) argument
1737 vm_object_qcollapse(vm_object_t object) argument
1758 vm_object_collapse(vm_object_t object) argument
1959 vm_object_page_remove(vm_object_t object, vm_pindex_t start, vm_pindex_t end, int options) argument
2054 vm_object_page_noreuse(vm_object_t object, vm_pindex_t start, vm_pindex_t end) argument
2091 vm_object_populate(vm_object_t object, vm_pindex_t start, vm_pindex_t end) argument
2242 vm_object_set_writeable_dirty(vm_object_t object) argument
2268 vm_object_unwire(vm_object_t object, vm_ooffset_t offset, vm_size_t length, uint8_t queue) argument
2343 vm_object_vnode(vm_object_t object) argument
2501 _vm_object_in_map(vm_map_t map, vm_object_t object, vm_map_entry_t entry) argument
2540 vm_object_in_map(vm_object_t object) argument
2561 vm_object_t object; local
2592 vm_object_t object = (vm_object_t)addr; local
2655 vm_object_t object; local
[all...]
H A Dvm_object.h64 * Virtual memory object module definitions.
81 * vm_object_t Virtual memory object.
85 * (o) per-object lock
112 struct vm_object *backing_object; /* object that I'm a shadow of */
113 vm_ooffset_t backing_object_offset;/* Offset in backing object */
152 * if any, which uses the vm object
180 #define OBJ_NOSPLIT 0x0010 /* dont split this object */
183 #define OBJ_PG_DTOR 0x0080 /* dont reset object, leave that for dtor */
184 #define OBJ_MIGHTBEDIRTY 0x0100 /* object might be dirty, only for vnode */
185 #define OBJ_TMPFS_NODE 0x0200 /* object belong
266 vm_object_set_flag(vm_object_t object, u_short bits) argument
287 vm_object_color(vm_object_t object, u_short color) argument
[all...]
H A Ddevice_pager.c66 static void dev_pager_free_page(vm_object_t object, vm_page_t m);
67 static int dev_pager_populate(vm_object_t object, vm_pindex_t pidx,
96 static int old_dev_pager_fault(vm_object_t object, vm_ooffset_t offset,
116 vm_object_t object; local
119 object = vm_pager_object_lookup(&dev_pager_object_list, handle);
121 return (object);
128 vm_object_t object, object1; local
164 object = vm_pager_object_lookup(&dev_pager_object_list, handle);
165 if (object == NULL) {
167 * Allocate object an
229 cdev_pager_free_page(vm_object_t object, vm_page_t m) argument
244 dev_pager_free_page(vm_object_t object, vm_page_t m) argument
256 dev_pager_dealloc(vm_object_t object) argument
281 dev_pager_getpages(vm_object_t object, vm_page_t *ma, int count, int *rbehind, int *rahead) argument
316 dev_pager_populate(vm_object_t object, vm_pindex_t pidx, int fault_type, vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last) argument
328 old_dev_pager_fault(vm_object_t object, vm_ooffset_t offset, int prot, vm_page_t *mres) argument
404 dev_pager_putpages(vm_object_t object, vm_page_t *m, int count, int flags, int *rtvals) argument
412 dev_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after) argument
[all...]
H A Dphys_pager.c64 vm_object_t object, object1; local
81 object = vm_pager_object_lookup(&phys_pager_object_list, handle);
82 if (object == NULL) {
84 * Allocate object and associate it with the pager.
89 object = vm_pager_object_lookup(&phys_pager_object_list,
91 if (object != NULL) {
94 * allocating object.
96 if (pindex > object->size)
97 object->size = pindex;
99 object
121 phys_pager_dealloc(vm_object_t object) argument
139 phys_pager_getpages(vm_object_t object, vm_page_t *m, int count, int *rbehind, int *rahead) argument
187 phys_pager_populate(vm_object_t object, vm_pindex_t pidx, int fault_type __unused, vm_prot_t max_prot __unused, vm_pindex_t *first, vm_pindex_t *last) argument
240 phys_pager_putpages(vm_object_t object, vm_page_t *m, int count, boolean_t sync, int *rtvals) argument
248 phys_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after) argument
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vm.c47 zfs_vmobject_assert_wlocked(vm_object_t object) argument
55 VM_OBJECT_ASSERT_WLOCKED(object);
59 zfs_vmobject_wlock(vm_object_t object) argument
62 VM_OBJECT_WLOCK(object);
66 zfs_vmobject_wunlock(vm_object_t object) argument
69 VM_OBJECT_WUNLOCK(object);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_global.c41 void *object; member in struct:drm_global_item
54 item->object = NULL;
64 MPASS(item->object == NULL);
74 void *object; local
78 item->object = malloc(ref->size, M_DRM_GLOBAL,
80 if (unlikely(item->object == NULL)) {
85 ref->object = item->object;
92 ref->object = item->object;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_clear.c21 void atomic_flag_clear(volatile atomic_flag *object) { argument
22 __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST);
H A Datomic_flag_clear_explicit.c21 void atomic_flag_clear_explicit(volatile atomic_flag *object, argument
23 __c11_atomic_store(&(object)->_Value, 0, order);
H A Datomic_flag_test_and_set.c21 _Bool atomic_flag_test_and_set(volatile atomic_flag *object) { argument
22 return __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_CST);
H A Datomic_flag_test_and_set_explicit.c21 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object, argument
23 return __c11_atomic_exchange(&(object)->_Value, 1, order);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h20 namespace object { namespace in namespace:llvm
32 typedef std::function<bool(llvm::object::SectionRef const &)> FilterPredicate;
39 llvm::object::section_iterator const &I,
40 llvm::object::section_iterator const &E)
44 const llvm::object::SectionRef &operator*() const { return *Iterator; }
61 llvm::object::section_iterator Iterator;
62 llvm::object::section_iterator End;
69 SectionFilter(FilterPredicate P, llvm::object::ObjectFile const &O)
82 llvm::object::ObjectFile const &Object;
93 SectionFilter ToolSectionFilter(llvm::object
[all...]
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h234 #define atomic_compare_exchange_strong_explicit(object, expected, \
236 __c11_atomic_compare_exchange_strong(object, expected, desired, \
238 #define atomic_compare_exchange_weak_explicit(object, expected, \
240 __c11_atomic_compare_exchange_weak(object, expected, desired, \
242 #define atomic_exchange_explicit(object, desired, order) \
243 __c11_atomic_exchange(object, desired, order)
244 #define atomic_fetch_add_explicit(object, operand, order) \
245 __c11_atomic_fetch_add(object, operand, order)
246 #define atomic_fetch_and_explicit(object, operand, order) \
247 __c11_atomic_fetch_and(object, operan
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h22 object::RelocationRef Reloc;
24 Optional<object::RelocationRef> Reloc2;
26 object::RelocationResolver Resolver;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h117 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST)
120 #define atomic_load(object) __c11_atomic_load(object, __ATOMIC_SEQ_CST)
123 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST)
126 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expecte
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_io_request_states.c59 * @brief This file contains all of the SCIF_SAS_IO_REQUEST object
78 * @param[in] object This parameter specifies the base object for which
80 * SCIF_SAS_IO_REQUEST object in the method implementation.
86 SCI_BASE_OBJECT_T *object
89 SCIF_SAS_IO_REQUEST_T * fw_io = (SCIF_SAS_IO_REQUEST_T *)object;
107 * @param[in] object This parameter specifies the base object for which
109 * SCIF_SAS_IO_REQUEST object in the method implementation.
115 SCI_BASE_OBJECT_T *object
[all...]
H A Dscif_sas_task_request_states.c59 * @brief This file contains all of the SCIF_SAS_TASK_REQUEST object
73 * @param[in] object This parameter specifies the base object for which
75 * SCIF_SAS_TASK_REQUEST object in the method implementation.
81 SCI_BASE_OBJECT_T *object
84 SCIF_SAS_TASK_REQUEST_T * fw_task = (SCIF_SAS_TASK_REQUEST_T *)object;
102 * @param[in] object This parameter specifies the base object for which
104 * SCIF_SAS_TASK_REQUEST object in the method implementation.
110 SCI_BASE_OBJECT_T *object
[all...]
H A Dscif_sas_remote_device_states.c71 * to start/stop it's remote device object.
84 * @param[in] object This parameter specifies the base object for which
86 * SCIF_SAS_REMOTE_DEVICE object in the method implementation.
92 SCI_BASE_OBJECT_T *object
95 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object;
117 * @param[in] object This parameter specifies the base object for which
119 * SCIF_SAS_REMOTE_DEVICE object in the method implementation.
125 SCI_BASE_OBJECT_T *object
[all...]
H A Dsci_base_object.c60 * SCI_BASE_OBJECT object.
73 SCI_OBJECT_HANDLE_T object
76 return ((SCI_BASE_OBJECT_T *) object)->associated_object;
84 SCI_OBJECT_HANDLE_T object,
88 ((SCI_BASE_OBJECT_T *)object)->associated_object = associated_object;
109 SCI_OBJECT_HANDLE_T object
113 return sci_base_object_get_logger(object);
83 sci_object_set_association( SCI_OBJECT_HANDLE_T object, void * associated_object ) argument
H A Dsci_object.h61 * the SCI base object. The SCI base object is the class from which
73 * @brief This method returns the object to which a previous association was
74 * created. This association represents a link between an SCI object
75 * and another SCI object or potentially a user object. The
76 * association essentially acts as a cookie for the user of an object.
77 * The user of an SCI object is now able to retrieve a handle to their
78 * own object that is managing, or related in someway, to said SCI
79 * object
[all...]
H A Dscif_sas_remote_device_starting_substates.c79 * @param[in] object This parameter specifies the base object for which
81 * SCIF_SAS_REMOTE_DEVICE object in the method implementation.
87 SCI_BASE_OBJECT_T *object
90 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object;
107 * @param[in] object This parameter specifies the base object for which
109 * SCIF_SAS_REMOTE_DEVICE object in the method implementation.
115 SCI_BASE_OBJECT_T *object
118 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object;
[all...]
/freebsd-11-stable/etc/
H A Drc.bsdextended63 #${CMD} add subject uid 80 object not uid 80 mode rxws;
64 #${CMD} add subject gid 80 object not gid 80 mode rxws;
68 #${CMD} add subject uid 54 object not uid 54 mode rxws;
69 #${CMD} add subject gid 26 object gid 54 mode rxws;
73 ${CMD} add subject uid 0 object not uid 0 mode arxws;
74 ${CMD} add subject gid 0 object not gid 0 mode arxws;
78 #${CMD} add subject uid 54 object not uid 54 mode rxws;
79 #${CMD} add subject gid 54 object not gid 54 mode rxws;
83 ${CMD} add subject uid 3 object not uid 3 mode rxws;
84 ${CMD} add subject gid 7 object no
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvm.h42 void zfs_vmobject_assert_wlocked(vm_object_t object);
43 void zfs_vmobject_wlock(vm_object_t object);
44 void zfs_vmobject_wunlock(vm_object_t object);
/freebsd-11-stable/lib/libvgl/
H A Dsimple.c92 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) argument
98 if (x>=0 && x<object->VXsize && y>=0 && y<object->VYsize) {
100 switch (object->Type) {
103 object->Bitmap[y*object->VXsize+x]=((byte)color);
106 object->Bitmap[VGLSetSegment(y*object->VXsize+x)]=((byte)color);
111 color2mem(color, b, object->PixelBytes);
112 bcopy(b, &object
145 VGLGetXY(VGLBitmap *object, int x, int y) argument
210 plot(VGLBitmap * object, int x, int y, int flag, byte color) argument
221 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
405 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
414 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
422 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) argument
440 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) argument
463 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) argument
476 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) argument
499 VGLClear(VGLBitmap *object, u_long color) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableModule.h27 virtual DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset,
31 symbolizeInlinedCode(object::SectionedAddress ModuleOffset,
34 symbolizeData(object::SectionedAddress ModuleOffset) const = 0;
36 symbolizeFrame(object::SectionedAddress ModuleOffset) const = 0;

Completed in 135 milliseconds

1234567891011>>