Home
last modified time | relevance | path

Searched defs:object (Results 26 – 50 of 331) sorted by relevance

12345678910>>...14

/openbmc/linux/fs/cachefiles/
H A Dio.c25 struct cachefiles_object *object; member
80 struct cachefiles_object *object; in cachefiles_read() local
201 struct cachefiles_object *object; in cachefiles_query_occupancy() local
257 struct cachefiles_object *object = ki->object; in cachefiles_write_complete() local
278 int __cachefiles_write(struct cachefiles_object *object, in __cachefiles_write()
384 struct cachefiles_object *object = NULL; in cachefiles_do_prepare_read() local
519 int __cachefiles_prepare_write(struct cachefiles_object *object, in __cachefiles_prepare_write()
598 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write() local
646 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_begin_operation() local
H A Dxattr.c39 int cachefiles_set_object_xattr(struct cachefiles_object *object) in cachefiles_set_object_xattr()
100 int cachefiles_check_auxdata(struct cachefiles_object *object, struct file *file) in cachefiles_check_auxdata()
154 struct cachefiles_object *object, in cachefiles_remove_object_xattr()
190 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_prepare_to_write() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Duchan.c37 struct nvkm_object object; member
42 nvkm_uchan_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uchan_uevent()
204 nvkm_uchan_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_uchan_sclass()
255 nvkm_uchan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_uchan_map()
272 nvkm_uchan_fini(struct nvkm_object *object, bool suspend) in nvkm_uchan_fini()
286 nvkm_uchan_init(struct nvkm_object *object) in nvkm_uchan_init()
302 nvkm_uchan_dtor(struct nvkm_object *object) in nvkm_uchan_dtor()
H A Ducgrp.c32 struct nvkm_object object; member
46 nvkm_ucgrp_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ucgrp_sclass()
66 nvkm_ucgrp_dtor(struct nvkm_object *object) in nvkm_ucgrp_dtor()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dclient.c74 struct nvkm_object *object; in nvkm_client_search() local
110 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
130 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get()
148 nvkm_client_fini(struct nvkm_object *object, bool suspend) in nvkm_client_fini()
154 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
H A Duevent.c29 struct nvkm_object object; member
61 nvkm_uevent_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uevent_mthd()
76 nvkm_uevent_fini(struct nvkm_object *object, bool suspend) in nvkm_uevent_fini()
85 nvkm_uevent_init(struct nvkm_object *object) in nvkm_uevent_init()
96 nvkm_uevent_dtor(struct nvkm_object *object) in nvkm_uevent_dtor()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.c39 struct nvkm_object *object; in nvkm_umem_search() local
63 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap()
86 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map()
124 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c43 usif_object_dtor(struct usif_object *object) in usif_object_dtor()
57 struct usif_object *object; in usif_object_new() local
114 struct usif_object *object; in usif_ioctl() local
183 struct usif_object *object, *otemp; in usif_client_fini() local
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py63 value: Union[bytes, Mapping[str, object]] = b'{}', *, argument
86 def __setitem__(self, key: str, value: object) -> None:
133 def _serialize(cls, value: object) -> bytes:
199 def __init__(self, error_message: str, value: object):
/openbmc/linux/drivers/acpi/acpica/
H A Dutobject.c60 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local
305 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object()
355 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local
389 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
H A Ddsmthdat.c281 union acpi_operand_object *object, in acpi_ds_method_data_set_value()
340 union acpi_operand_object *object; in acpi_ds_method_data_get_value() local
444 union acpi_operand_object *object; in acpi_ds_method_data_delete_value() local
656 union acpi_operand_object *object; in acpi_ds_method_data_get_type() local
H A Dutdecode.c239 const char *acpi_ut_get_node_name(void *object) in acpi_ut_get_node_name()
305 const char *acpi_ut_get_descriptor_name(void *object) in acpi_ut_get_descriptor_name()
343 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) in acpi_ut_get_reference_name()
H A Ddbconvert.c101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer()
165 acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object) in acpi_db_convert_to_package()
225 char *string, union acpi_object *object) in acpi_db_convert_to_object()
/openbmc/linux/mm/kasan/
H A Dtags.c95 static void save_stack_info(struct kmem_cache *cache, void *object, in save_stack_info()
136 void kasan_save_alloc_info(struct kmem_cache *cache, void *object, gfp_t flags) in kasan_save_alloc_info()
141 void kasan_save_free_info(struct kmem_cache *cache, void *object) in kasan_save_free_info()
H A Dgeneric.c432 const void *object) in kasan_get_alloc_meta()
440 const void *object) in kasan_get_free_meta()
448 void kasan_init_object_meta(struct kmem_cache *cache, const void *object) in kasan_init_object_meta()
480 void *object; in __kasan_record_aux_stack() local
505 void kasan_save_alloc_info(struct kmem_cache *cache, void *object, gfp_t flags) in kasan_save_alloc_info()
514 void kasan_save_free_info(struct kmem_cache *cache, void *object) in kasan_save_free_info()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duhead.c31 nvkm_uhead_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uhead_uevent()
75 nvkm_uhead_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uhead_mthd()
87 nvkm_uhead_dtor(struct nvkm_object *object) in nvkm_uhead_dtor()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c213 struct nvkm_object *object = &dom->object; in nvkm_perfdom_init() local
243 struct nvkm_object *object = &dom->object; in nvkm_perfdom_sample() local
267 struct nvkm_object *object = &dom->object; in nvkm_perfdom_read() local
293 nvkm_perfdom_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfdom_mthd()
310 nvkm_perfdom_dtor(struct nvkm_object *object) in nvkm_perfdom_dtor()
440 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_domain() local
488 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_signal() local
542 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_source() local
588 nvkm_perfmon_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfmon_mthd()
613 nvkm_perfmon_child_get(struct nvkm_object *object, int index, in nvkm_perfmon_child_get()
[all …]
/openbmc/ibm-logging/
H A Dmanager.cpp59 for (const auto& object : objects) in createAll() local
111 std::any& object) in addInterface()
129 InterfaceType type, std::any& object) in addChildInterface()
167 auto object = std::make_shared<PolicyObject>( in createPolicyInterface() local
238 auto object = std::make_shared<Callout>( in createCalloutObjects() local
/openbmc/linux/security/keys/
H A Dkeyring.c42 void *object = assoc_array_ptr_to_leaf(x); in keyring_ptr_to_key() local
303 static unsigned long keyring_get_object_key_chunk(const void *object, int level) in keyring_get_object_key_chunk()
309 static bool keyring_compare_object(const void *object, const void *data) in keyring_compare_object()
325 static int keyring_diff_objects(const void *object, const void *data) in keyring_diff_objects()
387 static void keyring_free_object(void *object) in keyring_free_object()
458 static int keyring_read_iterator(const void *object, void *data) in keyring_read_iterator()
574 static int keyring_search_iterator(const void *object, void *iterator_data) in keyring_search_iterator()
649 const void *object; in search_keyring() local
1102 const void *object; in find_key_to_update() local
1189 static int keyring_detect_cycle_iterator(const void *object, in keyring_detect_cycle_iterator()
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp147 inline void setObjectData(const std::string& object, in setObjectData()
163 void setPropertyValue(const char* object, const char* interface, in setPropertyValue()
178 void setPropertyValue(const std::string& object, in setPropertyValue()
195 inline auto getPropertyValue(const std::string& object, in getPropertyValue()
211 inline auto getPropValueVariant(const std::string& object, in getPropValueVariant()
282 inline void removeObjectInterface(const char* object, const char* interface) in removeObjectInterface()
/openbmc/linux/samples/bpf/
H A Dfds_example.c50 static int bpf_prog_create(const char *object) in bpf_prog_create()
112 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) in bpf_do_prog()
143 const char *file = NULL, *object = NULL; in main() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv44.c44 struct nvkm_object object; member
52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv44_mpeg_chan_bind()
68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_chan_fini()
84 nv44_mpeg_chan_dtor(struct nvkm_object *object) in nv44_mpeg_chan_dtor()
/openbmc/linux/security/landlock/
H A Druleset.c72 create_rule(struct landlock_object *const object, in create_rule()
146 struct landlock_object *const object, in insert_rule()
232 struct landlock_object *const object, in landlock_insert_rule()
456 const struct landlock_object *const object) in landlock_find_rule()
/openbmc/linux/arch/parisc/math-emu/
H A Dcnv_float.h20 #define Dintp1(object) (object) argument
21 #define Dintp2(object) (object) argument
23 #define Duintp1(object) (object) argument
24 #define Duintp2(object) (object) argument
26 #define Qintp0(object) (object) argument
27 #define Qintp1(object) (object) argument
28 #define Qintp2(object) (object) argument
29 #define Qintp3(object) (object) argument
/openbmc/telemetry/src/
H A Dstate.hpp26 explicit State(Object& object) : object(object) {} in State()
79 Object& object; member in State

12345678910>>...14