Home
last modified time | relevance | path

Searched defs:type (Results 526 – 550 of 8929) sorted by relevance

1...<<21222324252627282930>>...358

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmconvert.c61 struct dlm_lock *lock, int flags, int type) in dlmconvert_master()
105 int type, int *call_ast, in __dlmconvert_master()
251 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote()
355 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request()
/openbmc/linux/drivers/acpi/
H A Devent.c27 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) in acpi_notifier_call_chain()
57 u32 type; member
96 u8 type, int data) in acpi_bus_generate_netlink_event()
155 u8 type, int data) in acpi_bus_generate_netlink_event()
/openbmc/linux/scripts/gcc-plugins/
H A Dstructleak_plugin.c81 static bool is_userspace_type(tree type) in is_userspace_type()
101 tree type = (tree)event_data; in finish_type() local
122 tree type; in initialize() local
184 tree type = TREE_TYPE(var); in structleak_execute() local
/openbmc/linux/fs/f2fs/
H A Diostat.h41 enum page_type type; member
46 enum page_type type) in iostat_update_submit_ctx()
70 enum iostat_type type, unsigned long long io_bytes) {} in f2fs_update_iostat()
75 enum page_type type) {} in iostat_update_submit_ctx()
/openbmc/linux/arch/m68k/mm/
H A Dsun3kmap.c30 unsigned long type) in do_page_mapin()
49 unsigned long type, int pages) in do_pmeg_mapin()
64 unsigned long type) in sun3_ioremap()
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c21 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument
22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument
24 #define PCI_OP(rw, size, type, op, mask) \ argument
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/
H A DOpenBMCVirtualMedia.v1_0_0.json13 "type": [ array
29 "type": ["string", "null"] array
32 "type": "object" string
/openbmc/qemu/qom/
H A Dobject_interfaces.c77 Object *user_creatable_add_type(const char *type, const char *id, in user_creatable_add_type()
164 char *object_property_help(const char *name, const char *type, in object_property_help()
201 bool type_print_class_properties(const char *type) in type_print_class_properties()
239 bool user_creatable_print_help(const char *type, QemuOpts *opts) in user_creatable_print_help()
255 const char *type = qdict_get_try_str(args, "qom-type"); in user_creatable_print_help_from_qdict() local
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h29 uint8_t type; /* XENFB_TYPE_UPDATE */ member
44 uint8_t type; /* XENFB_TYPE_RESIZE */ member
56 uint8_t type; member
82 uint8_t type; /* XENFB_TYPE_UPDATE_PERIOD */ member
91 uint8_t type; member
H A Dkbdif.h255 uint8_t type; member
282 uint8_t type; member
313 uint8_t type; member
466 uint8_t type; /* XENKBD_TYPE_MTOUCH */ member
487 uint8_t type; member
517 uint8_t type; member
/openbmc/linux/kernel/kcsan/
H A Dcore.c231 is_atomic(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in is_atomic()
268 should_watch(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in should_watch()
321 static void delay_access(int type) in delay_access()
402 int type, unsigned long ip) in find_reorder_access()
419 int type, unsigned long ip) in set_reorder_access()
457 int type, in kcsan_found_watchpoint()
527 kcsan_setup_watchpoint(const volatile void *ptr, size_t size, int type, unsigned long ip) in kcsan_setup_watchpoint()
719 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip) in check_access()
907 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, in kcsan_begin_scoped_access()
956 void __kcsan_check_access(const volatile void *ptr, size_t size, int type) in __kcsan_check_access()
/openbmc/linux/arch/s390/kernel/
H A Djump_label.c48 enum jump_label_type type) in jump_label_transform()
66 enum jump_label_type type) in arch_jump_label_transform()
73 enum jump_label_type type) in arch_jump_label_transform_queue()
/openbmc/linux/include/xen/interface/io/
H A Dkbdif.h254 uint8_t type; member
280 uint8_t type; member
310 uint8_t type; member
463 uint8_t type; /* XENKBD_TYPE_MTOUCH */ member
483 uint8_t type; member
512 uint8_t type; member
/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h187 #define __get_mem_asm(load, reg, x, addr, err, type) \ argument
195 #define __raw_get_mem(ldr, x, ptr, err, type) \ argument
261 #define __get_kernel_nofault(dst, src, type, err_label) \ argument
276 #define __put_mem_asm(store, reg, x, addr, err, type) \ argument
284 #define __raw_put_mem(str, x, ptr, err, type) \ argument
347 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
/openbmc/u-boot/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ argument
19 #define typecheck_fn(type,function) \ argument
/openbmc/linux/arch/powerpc/include/asm/
H A Demulated_ops.h57 #define __PPC_WARN_EMULATED(type) \ argument
66 #define __PPC_WARN_EMULATED(type) do { } while (0) argument
70 #define PPC_WARN_EMULATED(type, regs) \ argument
77 #define PPC_WARN_ALIGNMENT(type, regs) \ argument
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_sctp.h39 #define bytes(type) (sizeof(type) * 8) argument
41 #define SCTP_CHUNKMAP_SET(chunkmap, type) \ argument
47 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument
/openbmc/linux/net/ipv6/
H A Dfou6.c45 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in fou6_build_header() local
62 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in gue6_build_header() local
76 u8 type, u8 code, int offset, __be32 info) in gue6_err_proto_handler()
90 u8 type, u8 code, int offset, __be32 info) in gue6_err()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h79 static inline const char *cdnsp_trb_type_string(u8 type) in cdnsp_trb_type_string()
141 static inline const char *cdnsp_ring_type_string(enum cdnsp_ring_type type) in cdnsp_ring_type_string()
183 int type = TRB_FIELD_TO_TYPE(field3); in cdnsp_decode_trb() local
519 static inline const char *cdnsp_ep_type_string(u8 type) in cdnsp_ep_type_string()
/openbmc/linux/fs/hfs/
H A Dcatalog.c66 hfs_cat_rec *rec, int type, in hfs_cat_build_thread()
191 int res, len, type; in hfs_cat_find_brec() local
226 int res, type; in hfs_cat_delete() local
294 int entry_size, type; in hfs_cat_move() local
/openbmc/linux/net/ipv4/
H A Dudp_tunnel_core.c86 unsigned short type) in udp_tunnel_push_rx_port()
100 unsigned short type) in udp_tunnel_drop_rx_port()
114 void udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type) in udp_tunnel_notify_add_rx_port()
134 void udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type) in udp_tunnel_notify_del_rx_port()
/openbmc/linux/include/acpi/
H A Dacpixf.h35 #define ACPI_GLOBAL(type,name) \ argument
39 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
44 #define ACPI_GLOBAL(type,name) \ argument
49 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_kvdl.c52 enum mlxsw_sp_kvdl_entry_type type, in mlxsw_sp_kvdl_alloc()
67 enum mlxsw_sp_kvdl_entry_type type, in mlxsw_sp_kvdl_free()
79 enum mlxsw_sp_kvdl_entry_type type, in mlxsw_sp_kvdl_alloc_count_query()
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dmem.c28 nvif_mem_ctor_map(struct nvif_mmu *mmu, const char *name, u8 type, u64 size, in nvif_mem_ctor_map()
49 int type, u8 page, u64 size, void *argv, u32 argc, in nvif_mem_ctor_type()
88 nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type, in nvif_mem_ctor()
/openbmc/linux/fs/jfs/
H A Dacl.c17 struct posix_acl *jfs_get_acl(struct inode *inode, int type, bool rcu) in jfs_get_acl()
59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
98 struct posix_acl *acl, int type) in jfs_set_acl()

1...<<21222324252627282930>>...358