/dflybsd-src/games/hack/ |
H A D | def.obj.h | 66 struct obj { struct 67 struct obj *nobj; argument 69 unsigned o_cnt_id; /* id of container object is in */ argument 74 uchar quan; /* use oextra for tmp gold objects */ argument 75 schar spe; /* quality of weapon, armor or ring (+ or -) 78 char olet; 102 long oextra[1]; /* used for name of ordinary objects - length argument 106 extern struct obj *fobj; argument
|
H A D | hack.invent.c | 86 struct obj *obj; in assigninvlet() local 117 addinv(struct obj *obj) in addinv() 163 useup(struct obj *obj) in useup() 176 freeinv(struct obj *obj) in freeinv() 192 delobj(struct obj *obj) in delobj() 201 freeobj(struct obj *obj) in freeobj() 302 carried(struct obj *obj) in carried() 532 struct obj *obj; in getobj() local 550 ggetobj(const char *word, int (*fn)(struct obj *), int max) in ggetobj() 634 int (*fn)(struct obj *), in askchain() [all …]
|
H A D | hack.zap.c | 143 bhito(struct obj *obj, struct obj *otmp) in bhito() 198 struct obj *obj; in dozap() local 387 void (*fhitm)(struct monst *, struct obj *), in bhit() 388 int (*fhito)(struct obj *, struct obj *), in bhit() 389 struct obj *obj) /* 2nd arg to fhitm/fhito */ in bhit() 685 revive(struct obj *obj) in revive() 702 rloco(struct obj *obj) in rloco() 721 fracture_rock(struct obj *obj) in fracture_rock() 735 struct obj *obj, *obj2; in burn_scrolls() local
|
/dflybsd-src/games/rogue/ |
H A D | object.c | 167 object *obj; in put_objects() local 219 object *obj; in plant_gold() local 233 place_at(object *obj, int row, int col) in place_at() 244 object *obj = NULL; in object_at() local 262 object *obj; in get_letter_object() local 275 object *obj; in free_stuff() local 286 name_of(const object *obj) in name_of() 344 object *obj; in gr_object() local 407 gr_scroll(object *obj) in gr_scroll() 445 gr_potion(object *obj) in gr_potion() [all …]
|
H A D | pack.c | 59 add_to_pack(object *obj, object *pack, int condense) in add_to_pack() 86 take_from_pack(object *obj, object *pack) in take_from_pack() 101 object *obj; in pick_up() local 147 object *obj, *new; in drop() local 208 check_duplicate(object *obj, object *pack) in check_duplicate() 243 object *obj; in next_avail_ichar() local 314 object *obj; in take_off() local 338 object *obj; in wear() local 368 unwear(object *obj) in unwear() 377 do_wear(object *obj) in do_wear() [all …]
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_gem.c | 190 struct drm_gem_object *obj, size_t size) in drm_gem_object_init() 216 struct drm_gem_object *obj, size_t size) in drm_gem_private_object_init() 231 drm_gem_remove_prime_handles(struct drm_gem_object *obj, struct drm_file *filp) in drm_gem_remove_prime_handles() 255 static void drm_gem_object_handle_free(struct drm_gem_object *obj) in drm_gem_object_handle_free() 266 static void drm_gem_object_exported_dma_buf_free(struct drm_gem_object *obj) in drm_gem_object_exported_dma_buf_free() 276 drm_gem_object_handle_put_unlocked(struct drm_gem_object *obj) in drm_gem_object_handle_put_unlocked() 310 struct drm_gem_object *obj = ptr; in drm_gem_object_release_handle() local 337 struct drm_gem_object *obj; in drm_gem_handle_delete() local 384 struct drm_gem_object *obj; in drm_gem_dumb_map_offset() local 442 struct drm_gem_object *obj, in drm_gem_handle_create_tail() [all …]
|
H A D | drm_mode_object.c | 34 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj, in __drm_mode_object_add() 72 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_add() 78 struct drm_mode_object *obj) in drm_mode_object_register() 130 struct drm_mode_object *obj = NULL; in __drm_mode_object_find() local 169 struct drm_mode_object *obj = NULL; in drm_mode_object_find() local 184 void drm_mode_object_put(struct drm_mode_object *obj) in drm_mode_object_put() 201 void drm_mode_object_get(struct drm_mode_object *obj) in drm_mode_object_get() 220 void drm_object_attach_property(struct drm_mode_object *obj, in drm_object_attach_property() 259 int drm_object_property_set_value(struct drm_mode_object *obj, in drm_object_property_set_value() 278 static int __drm_object_property_get_value(struct drm_mode_object *obj, in __drm_object_property_get_value() [all …]
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | reservation.h | 82 #define reservation_object_held(obj) lockdep_is_held(&(obj)->lock.base) argument 83 #define reservation_object_assert_held(obj) \ argument 91 reservation_object_init(struct reservation_object *obj) in reservation_object_init() 106 reservation_object_fini(struct reservation_object *obj) in reservation_object_fini() 141 reservation_object_get_list(struct reservation_object *obj) in reservation_object_get_list() 163 reservation_object_lock(struct reservation_object *obj, in reservation_object_lock() 184 reservation_object_trylock(struct reservation_object *obj) in reservation_object_trylock() 196 reservation_object_unlock(struct reservation_object *obj) in reservation_object_unlock() 213 reservation_object_get_excl(struct reservation_object *obj) in reservation_object_get_excl() 231 reservation_object_get_excl_rcu(struct reservation_object *obj) in reservation_object_get_excl_rcu()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | i915_gem_dmabuf.c | 42 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_map_dma_buf() local 91 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_unmap_dma_buf() local 102 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_vmap() local 109 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_vunmap() local 125 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_kmap() local 151 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_kunmap() local 159 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_mmap() local 184 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_begin_cpu_access() local 207 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_end_cpu_access() local 245 struct drm_i915_gem_object *obj = to_intel_bo(gem_obj); in i915_gem_prime_export() local [all …]
|
H A D | i915_gem.c | 58 static bool cpu_write_needs_clflush(struct drm_i915_gem_object *obj) in cpu_write_needs_clflush() 172 static int i915_gem_object_get_pages_phys(struct drm_i915_gem_object *obj) in i915_gem_object_get_pages_phys() 258 static void __start_cpu_write(struct drm_i915_gem_object *obj) in __start_cpu_write() 267 __i915_gem_object_release_shmem(struct drm_i915_gem_object *obj, in __i915_gem_object_release_shmem() 285 i915_gem_object_put_pages_phys(struct drm_i915_gem_object *obj, in i915_gem_object_put_pages_phys() 328 i915_gem_object_release_phys(struct drm_i915_gem_object *obj) in i915_gem_object_release_phys() 341 int i915_gem_object_unbind(struct drm_i915_gem_object *obj) in i915_gem_object_unbind() 517 i915_gem_object_wait_priority(struct drm_i915_gem_object *obj, in i915_gem_object_wait_priority() 558 i915_gem_object_wait(struct drm_i915_gem_object *obj, in i915_gem_object_wait() 585 i915_gem_phys_pwrite(struct drm_i915_gem_object *obj, in i915_gem_phys_pwrite() [all …]
|
H A D | i915_gem_userptr.c | 58 struct drm_i915_gem_object *obj; member 68 struct drm_i915_gem_object *obj = mo->obj; in cancel_userptr() local 187 i915_gem_userptr_release__mmu_notifier(struct drm_i915_gem_object *obj) in i915_gem_userptr_release__mmu_notifier() 245 i915_gem_userptr_init__mmu_notifier(struct drm_i915_gem_object *obj, in i915_gem_userptr_init__mmu_notifier() 290 i915_gem_userptr_release__mmu_notifier(struct drm_i915_gem_object *obj) in i915_gem_userptr_release__mmu_notifier() 295 i915_gem_userptr_init__mmu_notifier(struct drm_i915_gem_object *obj, in i915_gem_userptr_init__mmu_notifier() 329 i915_gem_userptr_init__mm_struct(struct drm_i915_gem_object *obj) in i915_gem_userptr_init__mm_struct() 399 i915_gem_userptr_release__mm_struct(struct drm_i915_gem_object *obj) in i915_gem_userptr_release__mm_struct() 412 struct drm_i915_gem_object *obj; member 462 __i915_gem_userptr_set_active(struct drm_i915_gem_object *obj, in __i915_gem_userptr_set_active() [all …]
|
H A D | i915_gem_object.h | 303 struct drm_i915_gem_object *obj; in i915_gem_object_lookup() local 316 i915_gem_object_get(struct drm_i915_gem_object *obj) in i915_gem_object_get() 324 i915_gem_object_put(struct drm_i915_gem_object *obj) in i915_gem_object_put() 329 static inline void i915_gem_object_lock(struct drm_i915_gem_object *obj) in i915_gem_object_lock() 334 static inline void i915_gem_object_unlock(struct drm_i915_gem_object *obj) in i915_gem_object_unlock() 340 i915_gem_object_has_struct_page(const struct drm_i915_gem_object *obj) in i915_gem_object_has_struct_page() 346 i915_gem_object_is_shrinkable(const struct drm_i915_gem_object *obj) in i915_gem_object_is_shrinkable() 352 i915_gem_object_is_active(const struct drm_i915_gem_object *obj) in i915_gem_object_is_active() 358 i915_gem_object_has_active_reference(const struct drm_i915_gem_object *obj) in i915_gem_object_has_active_reference() 364 i915_gem_object_set_active_reference(struct drm_i915_gem_object *obj) in i915_gem_object_set_active_reference() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | pex-common.c | 56 struct pex_obj *obj; in pex_init_common() local 84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) in pex_add_remove() 103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment() 368 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() 379 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() 415 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() 461 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() 500 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() 516 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg, in pex_get_status_and_time() [all …]
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | pex-common.c | 56 struct pex_obj *obj; in pex_init_common() local 84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) in pex_add_remove() 103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment() 370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() 381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() 417 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() 463 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() 502 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() 518 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg, in pex_get_status_and_time() [all …]
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | pex-common.c | 56 struct pex_obj *obj; in pex_init_common() local 84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) in pex_add_remove() 103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment() 368 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() 379 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() 415 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() 461 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() 500 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() 516 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg, in pex_get_status_and_time() [all …]
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | pex-common.c | 56 struct pex_obj *obj; in pex_init_common() local 84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) in pex_add_remove() 103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment() 370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() 381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() 417 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() 463 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() 502 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() 518 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg, in pex_get_status_and_time() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | pex-common.c | 56 struct pex_obj *obj; in pex_init_common() local 84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) in pex_add_remove() 103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment() 370 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run() 381 pex_input_file (struct pex_obj *obj, int flags, const char *in_name) in pex_input_file() 417 pex_input_pipe (struct pex_obj *obj, int binary) in pex_input_pipe() 463 pex_read_output (struct pex_obj *obj, int binary) in pex_read_output() 502 pex_read_err (struct pex_obj *obj, int binary) in pex_read_err() 518 pex_get_status_and_time (struct pex_obj *obj, int done, const char **errmsg, in pex_get_status_and_time() [all …]
|
/dflybsd-src/sys/bus/u4b/audio/ |
H A D | uaudio_pcm.c | 40 ua_chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in ua_chan_init() 46 ua_chan_free(kobj_t obj, void *data) in ua_chan_free() 52 ua_chan_setformat(kobj_t obj, void *data, uint32_t format) in ua_chan_setformat() 62 ua_chan_setspeed(kobj_t obj, void *data, uint32_t speed) in ua_chan_setspeed() 68 ua_chan_setblocksize(kobj_t obj, void *data, uint32_t blocksize) in ua_chan_setblocksize() 74 ua_chan_setfragments(kobj_t obj, void *data, uint32_t blocksize, uint32_t blockcount) in ua_chan_setfragments() 80 ua_chan_trigger(kobj_t obj, void *data, int go) in ua_chan_trigger() 93 ua_chan_getptr(kobj_t obj, void *data) in ua_chan_getptr() 99 ua_chan_getcaps(kobj_t obj, void *data) in ua_chan_getcaps() 105 ua_chan_getmatrix(kobj_t obj, void *data, uint32_t format) in ua_chan_getmatrix()
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-utils.c | 63 python_string_to_unicode (PyObject *obj) in python_string_to_unicode() 154 python_string_to_target_string (PyObject *obj) in python_string_to_target_string() 174 python_string_to_target_python_string (PyObject *obj) in python_string_to_target_python_string() 193 python_string_to_host_string (PyObject *obj) in python_string_to_host_string() 211 gdbpy_is_string (PyObject *obj) in gdbpy_is_string() 225 gdbpy_obj_to_string (PyObject *obj) in gdbpy_obj_to_string() 299 get_addr_from_python (PyObject *obj, CORE_ADDR *addr) in get_addr_from_python() 380 gdb_py_int_as_long (PyObject *obj, long *result) in gdb_py_int_as_long()
|
/dflybsd-src/contrib/dialog/ |
H A D | tailbox.c | 31 DIALOG_CALLBACK obj; member 44 get_line(MY_OBJ * obj) in get_line() 83 print_line(MY_OBJ * obj, WINDOW *win, int row, int width) in print_line() 103 last_lines(MY_OBJ * obj, int target) in last_lines() 167 print_page(MY_OBJ * obj, int height, int width) in print_page() 178 print_last_page(MY_OBJ * obj) in print_last_page() 188 repaint_text(MY_OBJ * obj) in repaint_text() 206 MY_OBJ *obj = (MY_OBJ *) cb; in handle_input() local 235 MY_OBJ *obj = (MY_OBJ *) cb; in handle_my_getc() local 336 MY_OBJ *obj; in dialog_tailbox() local
|
H A D | textbox.c | 34 DIALOG_CALLBACK obj; member 53 lseek_obj(MY_OBJ * obj, long offset, int mode) in lseek_obj() 74 ftell_obj(MY_OBJ * obj) in ftell_obj() 80 lseek_set(MY_OBJ * obj, long offset) in lseek_set() 91 lseek_end(MY_OBJ * obj, long offset) in lseek_end() 101 lseek_cur(MY_OBJ * obj, long offset) in lseek_cur() 128 read_high(MY_OBJ * obj, size_t size_read) in read_high() 212 find_first(MY_OBJ * obj, char *buffer, long length) in find_first() 232 tabize(MY_OBJ * obj, long val, long *first_pos) in tabize() 280 get_line(MY_OBJ * obj) in get_line() [all …]
|
H A D | progressbox.c | 39 DIALOG_CALLBACK obj; member 52 free_obj(MY_OBJ * obj) in free_obj() 69 restart_obj(MY_OBJ * obj) in restart_obj() 80 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() 141 get_line(MY_OBJ * obj, int *restart) in get_line() 220 print_line(MY_OBJ * obj, const char *line, int row) in print_line() 234 wrote_size(MY_OBJ * obj, int want) in wrote_size() 247 wrote_data(MY_OBJ * obj, int want) in wrote_data() 260 reprint_lines(MY_OBJ * obj, int buttons) in reprint_lines() 274 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok() [all …]
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_prime.c | 45 struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj) in radeon_gem_prime_get_sg_table() 53 void *radeon_gem_prime_vmap(struct drm_gem_object *obj) in radeon_gem_prime_vmap() 66 void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in radeon_gem_prime_vunmap() 97 int radeon_gem_prime_pin(struct drm_gem_object *obj) in radeon_gem_prime_pin() 115 void radeon_gem_prime_unpin(struct drm_gem_object *obj) in radeon_gem_prime_unpin() 131 struct reservation_object *radeon_gem_prime_res_obj(struct drm_gem_object *obj) in radeon_gem_prime_res_obj()
|
/dflybsd-src/libexec/rtld-elf/ |
H A D | rtld.c | 345 Obj_Entry *obj; in _rtld() local 730 Obj_Entry *obj; in _rtld_call_init() local 767 rtld_resolve_ifunc(const Obj_Entry *obj, const Elf_Sym *def) in rtld_resolve_ifunc() 778 _rtld_bind(Obj_Entry *obj, Elf_Size reloff, void *stack) in _rtld_bind() 984 digest_dynamic1(Obj_Entry *obj, int early, const Elf_Dyn **dyn_rpath, in digest_dynamic1() 1289 digest_dynamic2(Obj_Entry *obj, const Elf_Dyn *dyn_rpath, in digest_dynamic2() 1315 digest_dynamic(Obj_Entry *obj, int early) in digest_dynamic() 1334 Obj_Entry *obj; in digest_phdr() local 1412 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) in digest_notes() 1451 Obj_Entry *obj; in dlcheck() local [all …]
|
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_prime.c | 52 struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj) in amdgpu_gem_prime_get_sg_table() 69 void *amdgpu_gem_prime_vmap(struct drm_gem_object *obj) in amdgpu_gem_prime_vmap() 89 void amdgpu_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in amdgpu_gem_prime_vunmap() 107 int amdgpu_gem_prime_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in amdgpu_gem_prime_mmap() 336 struct reservation_object *amdgpu_gem_prime_res_obj(struct drm_gem_object *obj) in amdgpu_gem_prime_res_obj() 447 struct drm_gem_object *obj; in amdgpu_gem_prime_import() local
|