Searched defs:obj (Results 226 - 250 of 456) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gdb/gdb/
H A Drs6000-nat.c688 struct objfile *obj = (struct objfile *) arg; local
724 struct objfile *obj; local
/freebsd-12-stable/contrib/libucl/include/
H A Ducl++.h49 void operator() (ucl_object_t *obj) { argument
163 auto obj = ucl_parser_get_object (parser); local
170 std::unique_ptr<ucl_object_t, ucl_deleter> obj; member in class:ucl::final
195 const_iterator(const Ucl &obj) { argument
[all...]
/freebsd-12-stable/contrib/libucl/lua/
H A Dlua_ucl.c150 ucl_object_lua_push_object (lua_State *L, const ucl_object_t *obj, argument
99 ucl_object_lua_push_element(lua_State *L, const char *key, const ucl_object_t *obj, int flags) argument
181 ucl_object_lua_push_array(lua_State *L, const ucl_object_t *obj, int flags) argument
228 ucl_object_lua_push_scalar(lua_State *L, const ucl_object_t *obj, int flags) argument
277 ucl_object_push_lua_common(lua_State *L, const ucl_object_t *obj, int flags) argument
305 ucl_object_push_lua(lua_State *L, const ucl_object_t *obj, bool allow_array) argument
312 ucl_object_push_lua_filter_nil(lua_State *L, const ucl_object_t *obj, bool allow_array) argument
328 ucl_object_t *obj, *top = NULL, *cur; local
470 ucl_object_t *obj = NULL; local
553 ucl_object_t *obj; local
581 ucl_object_t *obj; local
598 lua_ucl_to_string(lua_State *L, const ucl_object_t *obj, enum ucl_emitter type) argument
652 lua_ucl_push_opaque(lua_State *L, ucl_object_t *obj) argument
892 ucl_object_t *obj; local
920 ucl_object_t *obj; local
1028 ucl_object_t *obj; local
1080 ucl_object_t *obj; local
1118 ucl_object_t *obj, *schema, *ext_refs = NULL; local
1204 ucl_object_t *obj; local
1329 ucl_object_t *obj; local
1353 ucl_object_t *obj; local
1404 ucl_object_t *obj; local
1523 ucl_object_toclosure(const ucl_object_t *obj) argument
[all...]
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_schema.c81 ucl_schema_test_pattern (const ucl_object_t *obj, const char *pattern, bool recursive) argument
62 ucl_schema_create_error(struct ucl_schema_error *err, enum ucl_schema_error_code code, const ucl_object_t *obj, const char *fmt, ...) argument
111 ucl_schema_validate_dependencies(const ucl_object_t *deps, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
149 ucl_schema_validate_object(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
304 ucl_schema_validate_number(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
370 ucl_schema_validate_string(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
429 const ucl_object_t *obj; member in struct:ucl_compare_node
447 ucl_schema_array_is_unique(const ucl_object_t *obj, struct ucl_schema_error *err) argument
484 ucl_schema_validate_array(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
605 ucl_schema_type_is_allowed(const ucl_object_t *type, const ucl_object_t *obj, struct ucl_schema_error *err) argument
661 ucl_schema_validate_enum(const ucl_object_t *en, const ucl_object_t *obj, struct ucl_schema_error *err) argument
883 ucl_schema_validate_values(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
929 ucl_schema_validate(const ucl_object_t *schema, const ucl_object_t *obj, bool try_array, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *external_refs) argument
1068 ucl_object_validate(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
1075 ucl_object_validate_root(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, struct ucl_schema_error *err) argument
1084 ucl_object_validate_root_ext(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, ucl_object_t *ext_refs, struct ucl_schema_error *err) argument
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Dar.c720 bfd *obj; local
/freebsd-12-stable/contrib/dialog/
H A Dtextbox.c34 DIALOG_CALLBACK obj; member in struct:__anon1123
53 lseek_obj(MY_OBJ * obj, long offset, int mode) argument
74 ftell_obj(MY_OBJ * obj) argument
80 lseek_set(MY_OBJ * obj, long offset) argument
91 lseek_end(MY_OBJ * obj, long offset) argument
101 lseek_cur(MY_OBJ * obj, long offset) argument
128 read_high(MY_OBJ * obj, size_t size_read) argument
203 find_first(MY_OBJ * obj, char *buffer, long length) argument
221 tabize(MY_OBJ * obj, long val, long *first_pos) argument
269 get_line(MY_OBJ * obj) argument
307 match_string(MY_OBJ * obj, char *string) argument
318 back_lines(MY_OBJ * obj, long n) argument
399 print_line(MY_OBJ * obj, int row, int width) argument
436 print_page(MY_OBJ * obj, int height, int width) argument
456 print_position(MY_OBJ * obj, WINDOW *win, int height, int width) argument
571 perform_search(MY_OBJ * obj, int height, int width, int key, char *search_term) argument
705 MY_OBJ obj; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c80 dt_pid_objname(char *buf, size_t len, Lmid_t lmid, const char *obj) argument
267 dt_pid_per_mod(void *arg, const prmap_t *pmp, const char *obj) argument
404 dt_pid_mod_filt(void *arg, const prmap_t *pmp, const char *obj) argument
443 const char *obj; local
546 char *obj; local
[all...]
H A Ddt_subr.c961 char *obj; local
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c83 get_stats_for_obj(differ_info_t *di, const char *dsname, uint64_t obj, argument
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c559 ACPI_OBJECT *obj; local
601 ACPI_OBJECT *obj; local
[all...]
H A Dacpi_toshiba.c415 ACPI_OBJECT obj[HCI_WORDS]; local
H A Dacpi_wmi.c717 ACPI_OBJECT *obj; local
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c273 uint64_t obj; local
350 uint64_t obj; local
516 uint64_t obj; local
549 uint64_t obj; local
1099 uint64_t obj; local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c556 LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *event) { argument
572 LUALIB_API int luaL_callmeta (lua_State *L, int obj, const char *event) { argument
H A Dlvm.c35 const TValue *luaV_tonumber (const TValue *obj, TValue *n) { argument
47 int luaV_tostring (lua_State *L, StkId obj) { argument
[all...]
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c953 futex_user_load(uint32_t *obj, uint32_t *val) argument
960 futex_user_store(uint32_t *obj, uint32_t val) argument
967 futex_user_cmpxchg(uint32_t *obj, uint32_t cmp, uint32_t *old, uint32_t new) argument
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c70 eb_add_object(struct eb_objects *eb, struct drm_i915_gem_object *obj) argument
81 struct drm_i915_gem_object *obj; local
99 static inline int use_cpu_reloc(struct drm_i915_gem_object *obj) argument
107 i915_gem_execbuffer_relocate_entry(struct drm_i915_gem_object *obj, struct eb_objects *eb, struct drm_i915_gem_relocation_entry *reloc) argument
246 i915_gem_execbuffer_relocate_object(struct drm_i915_gem_object *obj, struct eb_objects *eb) argument
292 i915_gem_execbuffer_relocate_object_slow(struct drm_i915_gem_object *obj, struct eb_objects *eb, struct drm_i915_gem_relocation_entry *relocs) argument
313 struct drm_i915_gem_object *obj; local
338 need_reloc_mappable(struct drm_i915_gem_object *obj) argument
345 i915_gem_execbuffer_reserve_object(struct drm_i915_gem_object *obj, struct intel_ring_buffer *ring) argument
392 i915_gem_execbuffer_unreserve_object(struct drm_i915_gem_object *obj) argument
415 struct drm_i915_gem_object *obj; local
519 struct drm_i915_gem_object *obj; local
669 struct drm_i915_gem_object *obj; local
773 struct drm_i915_gem_object *obj; local
1005 struct drm_i915_gem_object *obj; local
1130 struct drm_i915_gem_object *obj; local
[all...]
H A Di915_gem_gtt.c411 struct drm_i915_gem_object *obj; local
277 i915_ppgtt_bind_object(struct i915_hw_ppgtt *ppgtt, struct drm_i915_gem_object *obj, enum i915_cache_level cache_level) argument
288 i915_ppgtt_unbind_object(struct i915_hw_ppgtt *ppgtt, struct drm_i915_gem_object *obj) argument
425 i915_gem_gtt_prepare_object(struct drm_i915_gem_object *obj) argument
446 gen6_ggtt_bind_object(struct drm_i915_gem_object *obj, enum i915_cache_level level) argument
484 i915_gem_gtt_bind_object(struct drm_i915_gem_object *obj, enum i915_cache_level cache_level) argument
502 i915_gem_gtt_unbind_object(struct drm_i915_gem_object *obj) argument
511 i915_gem_gtt_finish_object(struct drm_i915_gem_object *obj) argument
[all...]
H A Dintel_ringbuffer.c45 struct drm_i915_gem_object *obj; member in struct:pipe_control
365 struct drm_i915_gem_object *obj = ring->obj; local
446 struct drm_i915_gem_object *obj; local
494 struct drm_i915_gem_object *obj; local
1009 struct drm_i915_gem_object *obj = ring->private; local
1063 struct drm_i915_gem_object *obj; local
1080 struct drm_i915_gem_object *obj; local
1151 struct drm_i915_gem_object *obj; local
1664 struct drm_i915_gem_object *obj; local
[all...]
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c112 struct bhnd_erom obj; member in struct:bcma_erom
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_connectors.c172 struct drm_mode_object *obj; local
205 struct drm_mode_object *obj; local
227 struct drm_mode_object *obj; local
949 struct drm_mode_object *obj; local
1114 struct drm_mode_object *obj; local
1299 struct drm_mode_object *obj; local
1329 struct drm_mode_object *obj; local
[all...]
H A Dradeon_legacy_crtc.c380 struct drm_gem_object *obj; local
/freebsd-12-stable/sys/dev/ichiic/
H A Dig4_iic.c794 ACPI_OBJECT *obj, *elems; local
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c45 u32 obj; local
73 mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr) argument
111 u32 obj; local
151 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj) argument
156 mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, int use_rr) argument
420 __mlx4_free_from_zone(struct mlx4_zone_entry *zone, u32 obj, u32 count) argument
480 __mlx4_find_zone_by_uid_unique( struct mlx4_zone_allocator *zones, u32 obj) argument
531 mlx4_zone_free_entries(struct mlx4_zone_allocator *zones, u32 uid, u32 obj, u32 count) argument
553 mlx4_zone_free_entries_unique(struct mlx4_zone_allocator *zones, u32 obj, u32 count) argument
[all...]
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.c384 vm_object_t obj; local

Completed in 239 milliseconds

1234567891011>>