/dflybsd-src/sys/vm/ |
H A D | swap_pager.c | 138 vm_object_t object; member 145 vm_object_t object; member 476 vm_object_t object; in swap_pager_alloc() local 499 swap_pager_dealloc(vm_object_t object) in swap_pager_dealloc() 532 swp_pager_getswapspace(vm_object_t object, int npages) in swp_pager_getswapspace() 583 swp_pager_freeswapspace(vm_object_t object, swblk_t blk, int npages) in swp_pager_freeswapspace() 620 swap_pager_freespace(vm_object_t object, vm_pindex_t start, vm_pindex_t size) in swap_pager_freespace() 633 swap_pager_freespace_all(vm_object_t object) in swap_pager_freespace_all() 664 swap_pager_condfree(vm_object_t object, vm_pindex_t *basei, int count) in swap_pager_condfree() 707 vm_object_t object = info->object; in swap_pager_condfree_callback() local [all …]
|
H A D | default_pager.c | 74 vm_object_t object; in default_pager_alloc() local 92 default_pager_dealloc(vm_object_t object) in default_pager_dealloc() 106 default_pager_getpage(vm_object_t object, vm_pindex_t pindex, in default_pager_getpage() 119 default_pager_putpages(vm_object_t object, vm_page_t *mpp, int count, in default_pager_putpages() 138 default_pager_haspage(vm_object_t object, vm_pindex_t pindex) in default_pager_haspage()
|
H A D | phys_pager.c | 62 vm_object_t object; in phys_pager_alloc() local 82 phys_pager_dealloc(vm_object_t object) in phys_pager_dealloc() 92 phys_pager_getpage(vm_object_t object, vm_pindex_t pindex, in phys_pager_getpage() 110 phys_pager_putpages(vm_object_t object, vm_page_t *m, int count, in phys_pager_putpages() 132 phys_pager_haspage(vm_object_t object, vm_pindex_t pindex) in phys_pager_haspage()
|
H A D | device_pager.c | 99 vm_object_t object; in cdev_pager_lookup() local 113 vm_object_t object; in cdev_pager_allocate() local 184 cdev_pager_free_page(vm_object_t object, vm_page_t m) in cdev_pager_free_page() 201 dev_pager_dealloc(vm_object_t object) in dev_pager_dealloc() 237 dev_pager_getpage(vm_object_t object, vm_pindex_t pindex, in dev_pager_getpage() 253 dev_pager_putpages(vm_object_t object, vm_page_t *m, in dev_pager_putpages() 263 dev_pager_haspage(vm_object_t object, vm_pindex_t pindex) in dev_pager_haspage() 349 old_dev_pager_fault(vm_object_t object, vm_ooffset_t offset, in old_dev_pager_fault()
|
H A D | vm_object.c | 389 _vm_object_allocate(objtype_t type, vm_pindex_t size, vm_object_t object, in _vm_object_allocate() 432 vm_object_init(vm_object_t object, vm_pindex_t size) in vm_object_init() 746 vm_object_terminate(vm_object_t object) in vm_object_terminate() 881 vm_object_t object; in vm_object_terminate_callback() local 944 vm_object_page_clean(vm_object_t object, vm_pindex_t start, vm_pindex_t end, in vm_object_page_clean() 1148 vm_object_page_collect_flush(vm_object_t object, vm_page_t p, int pagerflags) in vm_object_page_collect_flush() 1261 vm_object_madvise(vm_object_t object, vm_pindex_t pindex, in vm_object_madvise() 1368 vm_object_page_remove(vm_object_t object, vm_pindex_t start, vm_pindex_t end, in vm_object_page_remove() 1688 vm_object_set_writeable_dirty(vm_object_t object) in vm_object_set_writeable_dirty() 1737 _vm_object_in_map(vm_map_t map, vm_object_t object, vm_map_entry_t entry) in _vm_object_in_map() [all …]
|
H A D | vnode_pager.c | 105 vm_object_t object; in vnode_pager_alloc() local 205 vm_object_t object; in vnode_pager_reference() local 213 vnode_pager_dealloc(vm_object_t object) in vnode_pager_dealloc() 234 vnode_pager_haspage(vm_object_t object, vm_pindex_t pindex) in vnode_pager_haspage() 298 vm_object_t object; in vnode_pager_setsize() local 437 vnode_pager_getpage(vm_object_t object, vm_pindex_t pindex, in vnode_pager_getpage() 633 vnode_pager_putpages(vm_object_t object, vm_page_t *m, int count, in vnode_pager_putpages()
|
H A D | vm_object.h | 267 #define VM_OBJECT_LOCK(object) vm_object_hold(object) argument 268 #define VM_OBJECT_UNLOCK(object) vm_object_drop(object) argument 271 vm_object_set_flag(vm_object_t object, u_int bits) in vm_object_set_flag() 277 vm_object_clear_flag(vm_object_t object, u_int bits) in vm_object_clear_flag() 283 vm_object_pip_add(vm_object_t object, u_int i) in vm_object_pip_add() 289 vm_object_pip_wakeup_n(vm_object_t object, u_int i) in vm_object_pip_wakeup_n() 295 vm_object_pip_wakeup(vm_object_t object) in vm_object_pip_wakeup() 301 vm_object_pip_wait(vm_object_t object, char *waitid) in vm_object_pip_wait()
|
H A D | vm_swapcache.c | 386 vm_object_t object; in vm_swapcache_writing() local 575 vm_object_t object; in vm_swapcached_flush() local 674 vm_object_t object; in vm_swapcache_test() local 705 vm_object_t object; in vm_swapcache_cleaning() local 845 vm_object_t object) in vm_swapcache_movemarker()
|
H A D | vm_pager.c | 123 dead_pager_putpages(vm_object_t object, vm_page_t *m, int count, int flags, in dead_pager_putpages() 137 dead_pager_haspage(vm_object_t object, vm_pindex_t pindex) in dead_pager_haspage() 146 dead_pager_dealloc(vm_object_t object) in dead_pager_dealloc() 338 vm_pager_deallocate(vm_object_t object) in vm_pager_deallocate() 361 vm_object_t object; in vm_pager_object_lookup() local
|
H A D | vm_pager.h | 129 vm_pager_get_page(vm_object_t object, vm_pindex_t pindex, in vm_pager_get_page() 144 vm_object_t object, in vm_pager_put_pages() 166 vm_pager_has_page(vm_object_t object, vm_pindex_t offset) in vm_pager_has_page()
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | unwind-dw2-fde.h | 40 struct object struct 42 void *pc_begin; 43 void *tbase; 44 void *dbase; 68 struct object *next; argument
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | unwind-dw2-fde.h | 41 struct object struct 43 void *pc_begin; 44 void *tbase; 45 void *dbase; 69 struct object *next; argument
|
/dflybsd-src/games/adventure/ |
H A D | vocab.c | 47 destroy(int object) in destroy() 53 juggle(int object) in juggle() 64 move(int object, int where) in move() 78 put(int object, int where, int pval) in put() 85 carry(int object, int where) in carry() 105 drop(int object, int where) in drop()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | reloc.h | 68 Read_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Read_relocs() 105 Gc_process_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Gc_process_relocs() 146 Scan_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Scan_relocs() 184 Relobj* object, Output_file* of, in Relocate_task() 432 const Sized_relobj_file<size, big_endian>* object, in rel() 449 const Sized_relobj_file<size, big_endian>* object, in rel_unaligned() 480 const Sized_relobj_file<size, big_endian>* object, in rela() 526 const Sized_relobj_file<size, big_endian>* object, in pcrel() 558 const Sized_relobj_file<size, big_endian>* object, in pcrela() 586 const Sized_relobj_file<size, big_endian>* object, in rel8() [all …]
|
H A D | sparc.cc | 414 Sized_relobj_file<size, big_endian>* object, in copy_reloc() 565 const Sized_relobj_file<size, big_endian>* object, in rela() 586 const Sized_relobj_file<size, big_endian>* object, in rela_ua() 609 const Sized_relobj_file<size, big_endian>* object, in pcrela() 629 const Sized_relobj_file<size, big_endian>* object, in pcrela_unaligned() 649 const Sized_relobj_file<size, big_endian>* object, in wdisp30() 661 const Sized_relobj_file<size, big_endian>* object, in wdisp22() 673 const Sized_relobj_file<size, big_endian>* object, in wdisp19() 685 const Sized_relobj_file<size, big_endian>* object, in wdisp16() 708 const Sized_relobj_file<size, big_endian>* object, in wdisp10() [all …]
|
H A D | tilegx.cc | 596 Sized_relobj_file<size, big_endian>* object, in copy_reloc() 636 Sized_relobj_file<size, big_endian>* object; member 816 const Sized_relobj_file<size, big_endian>* object, in rela() 843 const Sized_relobj_file<size, big_endian>* object, in rela_ua() 871 const Sized_relobj_file<size, big_endian>* object, in rela() 902 const Sized_relobj_file<size, big_endian>* object, in pcrela() 930 const Sized_relobj_file<size, big_endian>* object, in pcrela_ua() 956 const Sized_relobj_file<size, big_endian>* object, in pcrela() 991 const Sized_relobj_file<size, big_endian>* object, in abs64() 1001 const Sized_relobj_file<size, big_endian>* object, in abs32() [all …]
|
H A D | resolve.cc | 92 Object* object, const char* version) in override_base() 118 Object* object, const char* version) in override() 133 Object* object, const char* version) in override() 246 Object* object, const char* version, in resolve() 452 Object* object, bool* adjust_common_sizes, in should_override() 874 Object* object) in report_resolve_problem()
|
H A D | copy-relocs.cc | 42 Sized_relobj_file<size, big_endian>* object, in copy_reloc() 68 Sized_relobj_file<size, big_endian>* object, in need_copy_reloc() 114 Sized_relobj_file<size, big_endian>* object, in make_copy_reloc() 191 Sized_relobj_file<size, big_endian>* object, in save()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | reloc.h | 68 Read_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Read_relocs() 105 Gc_process_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Gc_process_relocs() 146 Scan_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Scan_relocs() 184 Relobj* object, Output_file* of, in Relocate_task() 432 const Sized_relobj_file<size, big_endian>* object, in rel() 449 const Sized_relobj_file<size, big_endian>* object, in rel_unaligned() 480 const Sized_relobj_file<size, big_endian>* object, in rela() 526 const Sized_relobj_file<size, big_endian>* object, in pcrel() 558 const Sized_relobj_file<size, big_endian>* object, in pcrela() 586 const Sized_relobj_file<size, big_endian>* object, in rel8() [all …]
|
H A D | resolve.cc | 92 Object* object, const char* version) in override_base() 118 Object* object, const char* version) in override() 133 Object* object, const char* version) in override() 247 Object* object, const char* version, in resolve() 468 Object* object, bool* adjust_common_sizes, in should_override() 906 Object* object) in report_resolve_problem()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | objects.c | 70 object_copy (id object, size_t extraBytes) in object_copy() 84 object_dispose (id object) in object_dispose() 98 object_getClassName (id object) in object_getClassName() 107 object_setClass (id object, Class class_) in object_setClass()
|
H A D | ivars.c | 79 object_getIndexedIvars (id object) in object_getIndexedIvars() 89 object_getInstanceVariable (id object, const char *name, void **returnValue) in object_getInstanceVariable() 109 object_setInstanceVariable (id object, const char *name, void *newValue) in object_setInstanceVariable() 128 id object_getIvar (id object, struct objc_ivar * variable) in object_getIvar() 140 void object_setIvar (id object, struct objc_ivar * variable, id value) in object_setIvar()
|
H A D | objc-sync.c | 124 id object; member 199 objc_sync_enter (id object) in objc_sync_enter() 346 objc_sync_exit (id object) in objc_sync_exit()
|
/dflybsd-src/lib/libvgl/ |
H A D | simple.c | 45 VGLSetXY(VGLBitmap *object, int x, int y, byte color) in VGLSetXY() 83 VGLGetXY(VGLBitmap *object, int x, int y) in VGLGetXY() 126 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, byte color) in VGLLine() 160 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, byte color) in VGLBox() 169 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, byte color) in VGLFilledBox() 177 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, byte color) in set4pixels() 195 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, byte color) in VGLEllipse() 218 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, byte color) in set2lines() 231 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, byte color) in VGLFilledEllipse() 254 VGLClear(VGLBitmap *object, byte color) in VGLClear()
|
/dflybsd-src/sys/dev/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 224 ATOM_OBJECT *object = get_bios_object(bp, id); in bios_parser_get_dst_number() local 235 ATOM_OBJECT *object; in bios_parser_get_src_obj() local 264 ATOM_OBJECT *object; in bios_parser_get_dst_obj() local 287 ATOM_OBJECT *object; in bios_parser_get_i2c_info() local 339 ATOM_VOLTAGE_OBJECT *object = in get_voltage_ddc_info_v1() local 370 ATOM_I2C_VOLTAGE_OBJECT_V3 *object = in get_voltage_ddc_info_v3() local 523 ATOM_OBJECT *object; in bios_parser_get_hpd_info() local 547 ATOM_OBJECT *object, in bios_parser_get_device_tag_record() 589 ATOM_OBJECT *object; in bios_parser_get_device_tag() local 1189 ATOM_OBJECT *object) in get_hpd_record() [all …]
|