Home
last modified time | relevance | path

Searched refs:object (Results 51 – 75 of 2244) sorted by relevance

12345678910>>...90

/freebsd/lib/libvgl/
H A Dbitmap.c254 VGLBitmap *object; in VGLBitmapCreate() local
260 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
261 if (object == NULL) in VGLBitmapCreate()
263 object->Type = type; in VGLBitmapCreate()
264 object->Xsize = xsize; in VGLBitmapCreate()
268 object->Xorigin = 0; in VGLBitmapCreate()
269 object->Yorigin = 0; in VGLBitmapCreate()
272 return object; in VGLBitmapCreate()
278 if (object->Bitmap) in VGLBitmapDestroy()
280 free(object); in VGLBitmapDestroy()
[all …]
H A Dvgl.h111 void VGLBitmapDestroy(VGLBitmap *object);
112 int VGLBitmapAllocateBits(VGLBitmap *object);
122 int VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize);
123 int VGLPanScreen(VGLBitmap *object, int x, int y);
139 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
140 u_long VGLGetXY(VGLBitmap *object, int x, int y);
141 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
142 void VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
143 void VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
144 void VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
[all …]
/freebsd/contrib/kyua/utils/
H A Doptional.ipp57 /// \param data The initial value for the object.
67 /// \param other The optional object to copy from.
99 /// Assigns a new value to the optional object.
101 /// \param data The initial value for the object.
166 /// Gets the value hold by the optional object.
168 /// \pre The optional object must not be none.
219 /// Injects the object into a stream.
222 /// \param object The object to format.
229 if (!object) {
232 output << object.get();
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp48 using namespace llvm::object;
190 case object::Archive::K_GNU: in isBSDLike()
191 case object::Archive::K_GNU64: in isBSDLike()
192 case object::Archive::K_AIXBIG: in isBSDLike()
193 case object::Archive::K_COFF: in isBSDLike()
195 case object::Archive::K_BSD: in isBSDLike()
196 case object::Archive::K_DARWIN: in isBSDLike()
285 case object::Archive::K_GNU: in is64BitKind()
286 case object::Archive::K_BSD: in is64BitKind()
288 case object::Archive::K_COFF: in is64BitKind()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dncr10 0 beshort 000610 Tower/XP rel 2 object
15 0 beshort 000615 Tower/XP rel 2 object
20 0 beshort 000620 Tower/XP rel 3 object
25 0 beshort 000625 Tower/XP rel 3 object
30 0 beshort 000630 Tower32/600/400 68020 object
36 >18 beshort &020000 w/68881 object
37 >18 beshort &040000 compatible object
38 >18 beshort &060000 object
44 >18 beshort &040000 compatible object
45 >18 beshort &060000 object
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF.cpp53 if (Data.size() < sizeof(object::coff_file_header)) in createLinkGraphFromCOFFObject()
60 if (Data.size() >= sizeof(object::dos_header) + sizeof(COFF::PEMagic)) { in createLinkGraphFromCOFFObject()
62 reinterpret_cast<const object::dos_header *>(Data.data() + CurPtr); in createLinkGraphFromCOFFObject()
74 if (Data.size() < CurPtr + sizeof(object::coff_file_header)) in createLinkGraphFromCOFFObject()
77 const object::coff_file_header *COFFHeader = in createLinkGraphFromCOFFObject()
78 reinterpret_cast<const object::coff_file_header *>(Data.data() + CurPtr); in createLinkGraphFromCOFFObject()
79 const object::coff_bigobj_file_header *COFFBigObjHeader = nullptr; in createLinkGraphFromCOFFObject()
84 Data.size() >= sizeof(object::coff_bigobj_file_header)) { in createLinkGraphFromCOFFObject()
85 if (Data.size() < sizeof(object::coff_file_header)) { in createLinkGraphFromCOFFObject()
89 reinterpret_cast<const object::coff_bigobj_file_header *>(Data.data() + in createLinkGraphFromCOFFObject()
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsci_fast_list.h100 (element)->object = (list_object); \
121 ((anchor)->list_head == NULL ? NULL: (anchor)->list_head->object)
134 ((anchor)->list_tail == NULL ? NULL: (anchor)->list_head->object)
153 #define sci_fast_list_get_object(element) ((element)->object)
205 void *object; member
277 void *object = NULL; in sci_fast_list_remove_head() local
282 object = anchor->list_head->object; in sci_fast_list_remove_head()
292 return object; in sci_fast_list_remove_head()
300 void *object = NULL; in sci_fast_list_remove_tail() local
305 object = element->object; in sci_fast_list_remove_tail()
[all …]
H A Dscif_sas_remote_device_ready_substates.c88 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_ready_operational_substate_enter() argument
91 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_operational_substate_enter()
126 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_ready_operational_substate_exit() argument
129 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_operational_substate_exit()
150 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_ready_suspended_substate_enter() argument
153 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_suspended_substate_enter()
175 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_ready_taskmgmt_substate_enter() argument
178 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_taskmgmt_substate_enter()
200 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_ready_ncq_error_substate_enter() argument
203 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_ncq_error_substate_enter()
H A Dscif_sas_domain_states.c190 SCI_BASE_OBJECT_T * object in scif_sas_domain_initial_state_enter() argument
193 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T *)object; in scif_sas_domain_initial_state_enter()
222 SCI_BASE_OBJECT_T * object in scif_sas_domain_starting_state_enter() argument
225 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T *)object; in scif_sas_domain_starting_state_enter()
274 SCI_BASE_OBJECT_T * object in scif_sas_domain_ready_state_enter() argument
277 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T *)object; in scif_sas_domain_ready_state_enter()
349 SCI_BASE_OBJECT_T * object in scif_sas_domain_ready_state_exit() argument
352 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T *)object; in scif_sas_domain_ready_state_exit()
376 SCI_BASE_OBJECT_T * object in scif_sas_domain_stopping_state_enter() argument
437 SCI_BASE_OBJECT_T * object in scif_sas_domain_stopped_state_enter() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h34 create(const object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx,
37 DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset,
40 DIInliningInfo symbolizeInlinedCode(object::SectionedAddress ModuleOffset,
43 DIGlobal symbolizeData(object::SectionedAddress ModuleOffset) const override;
45 symbolizeFrame(object::SectionedAddress ModuleOffset) const override;
46 std::vector<object::SectionedAddress>
65 Error addSymbol(const object::SymbolRef &Symbol, uint64_t SymbolSize,
68 Error addCoffExportSymbols(const object::COFFObjectFile *CoffObj);
73 const object::ObjectFile *Module;
96 SymbolizableObjectFile(const object::ObjectFile *Obj,
H A DSymbolize.h32 namespace object {
43 using namespace object; variable
85 object::SectionedAddress ModuleOffset);
88 object::SectionedAddress ModuleOffset);
91 object::SectionedAddress ModuleOffset);
94 object::SectionedAddress ModuleOffset);
103 object::SectionedAddress ModuleOffset);
106 object::SectionedAddress ModuleOffset);
145 object::SectionedAddress ModuleOffset);
149 object::SectionedAddress ModuleOffset);
[all …]
/freebsd/sys/security/mac/
H A Dmac_process.c270 vme->object.sub_map); in mac_proc_vm_revoke_recurse()
283 object = vme->object.vm_object; in mac_proc_vm_revoke_recurse()
284 if (object == NULL) in mac_proc_vm_revoke_recurse()
286 VM_OBJECT_RLOCK(object); in mac_proc_vm_revoke_recurse()
290 VM_OBJECT_RUNLOCK(object); in mac_proc_vm_revoke_recurse()
291 object = backing_object; in mac_proc_vm_revoke_recurse()
293 VM_OBJECT_RUNLOCK(object); in mac_proc_vm_revoke_recurse()
299 if (object->type != OBJT_VNODE) in mac_proc_vm_revoke_recurse()
333 vm_object_reference(object); in mac_proc_vm_revoke_recurse()
336 VM_OBJECT_WLOCK(object); in mac_proc_vm_revoke_recurse()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.h18 namespace object {
25 Error getCOFFRelocationValueString(const object::COFFObjectFile *Obj,
26 const object::RelocationRef &Rel,
29 void printCOFFUnwindInfo(const object::COFFObjectFile *O);
30 void printCOFFFileHeader(const object::COFFObjectFile &Obj);
31 void printCOFFSymbolTable(const object::COFFImportFile &I);
32 void printCOFFSymbolTable(const object::COFFObjectFile &O);
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dstericsson,ab8500.yaml53 type: object
66 type: object
82 type: object
102 type: object
159 type: object
182 type: object
187 type: object
192 type: object
197 type: object
202 type: object
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h41 namespace object {
98 std::unique_ptr<llvm::object::Binary> BinaryExecutable;
100 Error loadTargetInfo(const object::ObjectFile &Obj);
103 void mapRangeAddress(const object::ObjectFile &Obj,
104 const object::SectionRef &Section,
107 llvm::object::COFFObjectFile &getObj() { return Input.obj(); }
119 using RelocMapTy = DenseMap<const llvm::object::coff_section *,
156 Error resolveSymbol(const llvm::object::coff_section *CoffSection,
157 uint64_t Offset, llvm::object::SymbolRef &Sym);
182 Error createScopes(llvm::object::COFFObjectFile &Obj);
[all …]
/freebsd/sys/vm/
H A Dvm_map.c546 object = entry->object.vm_object; in vm_map_entry_set_vnode_text()
549 object = object->handle; in vm_map_entry_set_vnode_text()
603 object = entry->object.vm_object; in vm_map_process_deferred()
1774 object = prev_entry->object.vm_object; in vm_map_insert1()
1796 new_entry->object.vm_object = object; in vm_map_insert1()
2382 entry->object.vm_object = object; in vm_map_entry_back()
3829 object = tentry->object.vm_object; in vm_map_sync()
3833 object = entry->object.vm_object; in vm_map_sync()
3900 object = entry->object.vm_object; in vm_map_entry_delete()
5163 *object = entry->object.vm_object; in vm_map_lookup()
[all …]
H A Dvm_kern.c238 VM_OBJECT_WLOCK(object); in kmem_alloc_contig_pages()
256 vm_object_t object; in kmem_alloc_attr_domain() local
263 object = kernel_object; in kmem_alloc_attr_domain()
271 VM_OBJECT_WLOCK(object); in kmem_alloc_attr_domain()
290 VM_OBJECT_WUNLOCK(object); in kmem_alloc_attr_domain()
347 vm_object_t object; in kmem_alloc_contig_domain() local
354 object = kernel_object; in kmem_alloc_contig_domain()
362 VM_OBJECT_WLOCK(object); in kmem_alloc_contig_domain()
383 VM_OBJECT_WUNLOCK(object); in kmem_alloc_contig_domain()
544 VM_OBJECT_WLOCK(object); in kmem_back_domain()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h16 namespace object {
28 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
29 uint64_t, object::SymbolRef &,
33 const object::COFFObjectFile &COFF;
37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context()
44 const object::coff_section *Section,
48 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section,
51 const object::coff_section *Section,
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h41 int (*ddt_op_create)(objset_t *os, uint64_t *object, dmu_tx_t *tx,
43 int (*ddt_op_destroy)(objset_t *os, uint64_t object, dmu_tx_t *tx);
44 int (*ddt_op_lookup)(objset_t *os, uint64_t object,
46 int (*ddt_op_contains)(objset_t *os, uint64_t object,
48 void (*ddt_op_prefetch)(objset_t *os, uint64_t object,
50 int (*ddt_op_update)(objset_t *os, uint64_t object,
53 int (*ddt_op_remove)(objset_t *os, uint64_t object,
55 int (*ddt_op_walk)(objset_t *os, uint64_t object, uint64_t *walk,
57 int (*ddt_op_count)(objset_t *os, uint64_t object, uint64_t *count);
/freebsd/contrib/ncurses/menu/
H A Dmf_common.h90 #define Call_Hook( object, handler ) \ argument
91 if ( (object) != 0 && ((object)->handler) != (void *) 0 )\
93 SetStatus(object, _IN_DRIVER);\
94 (object)->handler(object);\
95 ClrStatus(object, _IN_DRIVER);\
/freebsd/tools/regression/tls/ttls3/
H A Delftls.S30 .type __gl_tls_offsets,@object
36 .type __gl_tls_var0, @object
43 .type __gl_tls_var1, @object
50 .type __gl_tls_var2, @object
57 .type __gl_tls_var3, @object
64 .type __gl_tls_var4, @object
71 .type __gl_tls_var5, @object
78 .type __gl_tls_var6, @object
85 .type __gl_tls_var7, @object
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vm.c49 zfs_vmobject_assert_wlocked(vm_object_t object) in zfs_vmobject_assert_wlocked() argument
57 VM_OBJECT_ASSERT_WLOCKED(object); in zfs_vmobject_assert_wlocked()
61 zfs_vmobject_wlock(vm_object_t object) in zfs_vmobject_wlock() argument
64 VM_OBJECT_WLOCK(object); in zfs_vmobject_wlock()
68 zfs_vmobject_wunlock(vm_object_t object) in zfs_vmobject_wunlock() argument
71 VM_OBJECT_WUNLOCK(object); in zfs_vmobject_wunlock()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vm.c45 zfs_vmobject_assert_wlocked(vm_object_t object) in zfs_vmobject_assert_wlocked() argument
53 VM_OBJECT_ASSERT_WLOCKED(object); in zfs_vmobject_assert_wlocked()
57 zfs_vmobject_wlock(vm_object_t object) in zfs_vmobject_wlock() argument
60 VM_OBJECT_WLOCK(object); in zfs_vmobject_wlock()
64 zfs_vmobject_wunlock(vm_object_t object) in zfs_vmobject_wunlock() argument
67 VM_OBJECT_WUNLOCK(object); in zfs_vmobject_wunlock()
/freebsd/contrib/libucl/doc/
H A Dapi.md175object. The reference count for top object is decreased as well, however if the function `ucl_pars…
310 - `ucl_object_toint` - returns `int64_t` of UCL object
312 - `ucl_object_toboolean` - returns `bool` of UCL object
328 Creates new object of type `UCL_NULL`. This object should be released by caller.
335 Create an object of a specified type:
336 - `UCL_OBJECT` - UCL object - key/value pairs
346 This object should be released by caller.
352 - `ucl_object_frombool` - converts `bool` to UCL object
396 /* Iterate over the object */
457 /* Switch to another object */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp34 using namespace llvm::object;
39 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary()
40 if (auto *ELFBinary = dyn_cast<object::ELFObjectFileBase>(&In)) { in executeObjcopyOnBinary()
48 if (auto *COFFBinary = dyn_cast<object::COFFObjectFile>(&In)) { in executeObjcopyOnBinary()
56 if (auto *MachOBinary = dyn_cast<object::MachOObjectFile>(&In)) { in executeObjcopyOnBinary()
65 dyn_cast<object::MachOUniversalBinary>(&In)) { in executeObjcopyOnBinary()
69 if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
77 if (auto *XCOFFBinary = dyn_cast<object::XCOFFObjectFile>(&In)) { in executeObjcopyOnBinary()

12345678910>>...90