/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/ |
H A D | sys-queue.h | 106 #define SLIST_HEAD(name, type) \ argument 114 #define SLIST_ENTRY(type) \ argument 164 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 181 #define LIST_HEAD(name, type) \ argument 189 #define LIST_ENTRY(type) \ argument 300 #define SIMPLEQ_HEAD(name, type) \ argument 309 #define SIMPLEQ_ENTRY(type) \ argument 370 #define SIMPLEQ_REMOVE(head, elm, type, field) do { \ argument 391 #define SIMPLEQ_LAST(head, type, field) \ argument 400 #define _TAILQ_HEAD(name, type, qual) \ argument [all …]
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios_legacy.c | 26 uint8_t type; member 31 uint8_t type; member 56 static void smbios_add_field(int type, int offset, const void *data, size_t len) in smbios_add_field() 79 static void smbios_maybe_add_str(int type, int offset, const char *data) in smbios_maybe_add_str()
|
/openbmc/linux/fs/btrfs/ |
H A D | acl.c | 19 struct posix_acl *btrfs_get_acl(struct inode *inode, int type, bool rcu) in btrfs_get_acl() 59 struct posix_acl *acl, int type) in __btrfs_set_acl() 114 struct posix_acl *acl, int type) in btrfs_set_acl()
|
/openbmc/qemu/accel/tcg/ |
H A D | internal-target.h | 98 # define tcg_req_mo(type) \ argument 101 # define tcg_req_mo(type) ((type) & ~TCG_TARGET_DEFAULT_MO) argument 111 #define cpu_req_mo(type) \ argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.h | 150 enum iwl_table_type type; member 160 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument 162 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument 163 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument 164 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument 165 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument 166 #define is_type_he_siso(type) ((type) == LQ_HE_SISO) argument 167 #define is_type_he_mimo2(type) ((type) == LQ_HE_MIMO2) argument 168 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type) || \ argument 170 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || \ argument [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | 138 int type) in __is_bitmap_valid() 174 block_t blkaddr, int type) in f2fs_is_valid_blkaddr() 237 int type, bool sync) in f2fs_ra_meta_pages() 405 long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, in f2fs_sync_meta_pages() 502 unsigned int devidx, int type) in __add_ino_entry() 550 static void __remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in __remove_ino_entry() 568 void f2fs_add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in f2fs_add_ino_entry() 574 void f2fs_remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in f2fs_remove_ino_entry() 612 unsigned int devidx, int type) in f2fs_set_dirty_device() 618 unsigned int devidx, int type) in f2fs_is_dirty_device() [all …]
|
/openbmc/qemu/block/ |
H A D | accounting.c | 106 int64_t bytes, enum BlockAcctType type) in block_acct_start() 159 int block_latency_histogram_set(BlockAcctStats *stats, enum BlockAcctType type, in block_latency_histogram_set() 254 void block_acct_invalid(BlockAcctStats *stats, enum BlockAcctType type) in block_acct_invalid() 271 void block_acct_merge_done(BlockAcctStats *stats, enum BlockAcctType type, in block_acct_merge_done() 287 enum BlockAcctType type) in block_acct_queue_depth()
|
/openbmc/linux/fs/9p/ |
H A D | acl.c | 110 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl() 122 struct posix_acl *v9fs_iop_get_inode_acl(struct inode *inode, int type, bool rcu) in v9fs_iop_get_inode_acl() 143 struct dentry *dentry, int type) in v9fs_iop_get_acl() 155 struct posix_acl *acl, int type) in v9fs_iop_set_acl() 248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
|
/openbmc/linux/certs/ |
H A D | system_keyring.c | 46 const struct key_type *type, in restrict_link_by_builtin_trusted() 66 const struct key_type *type, in restrict_link_by_digsig_builtin() 89 const struct key_type *type, in restrict_link_by_builtin_and_secondary_trusted() 118 const struct key_type *type, in restrict_link_by_digsig_builtin_and_secondary() 208 const struct key_type *type, in restrict_link_by_builtin_secondary_and_machine()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | e820.c | 78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any() 94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() 100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any() 113 enum e820_type type) in __e820__mapped_all() 148 bool __init e820__mapped_all(u64 start, u64 end, enum e820_type type) in e820__mapped_all() 166 …c void __init __e820__range_add(struct e820_table *table, u64 start, u64 size, enum e820_type type) in __e820__range_add() 182 void __init e820__range_add(u64 start, u64 size, enum e820_type type) in e820__range_add() 187 static void __init e820_print_type(enum e820_type type) in e820_print_type() 308 static bool e820_nomerge(enum e820_type type) in e820_nomerge() 430 u32 type = entry->type; in __append_e820_table() local [all …]
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 232 __le16 type; member 244 __le16 type; member 257 __le16 type; member 270 __le16 type; member 283 __le16 type; member 292 __le16 type; member 335 static inline u32 rtrs_to_imm(u32 type, u32 payload) in rtrs_to_imm() 343 static inline void rtrs_from_imm(u32 imm, u32 *type, u32 *payload) in rtrs_from_imm() 356 enum rtrs_imm_type type; in rtrs_to_io_rsp_imm() local 373 #define STAT_STORE_FUNC(type, set_value, reset) \ argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | moduleparam.h | 126 #define module_param(name, type, perm) \ argument 135 #define module_param_unsafe(name, type, perm) \ argument 149 #define module_param_named(name, value, type, perm) \ argument 161 #define module_param_named_unsafe(name, value, type, perm) \ argument 328 #define core_param(name, var, type, perm) \ argument 339 #define core_param_unsafe(name, var, type, perm) \ argument 408 #define __param_check(name, p, type) \ argument 500 #define module_param_array(name, type, nump, perm) \ argument 514 #define module_param_array_named(name, array, type, nump, perm) \ argument 548 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument [all …]
|
H A D | device_cgroup.h | 19 short type, access = 0; in devcgroup_inode_permission() local 42 short type; in devcgroup_inode_mknod() local 60 static inline int devcgroup_check_permission(short type, u32 major, u32 minor, in devcgroup_check_permission()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cleanup.c | 39 mtrr_type type; member 67 mtrr_type type; in x86_get_mtrr_mem_range() local 163 unsigned char type) in set_var_mtrr() 192 unsigned char type) in save_var_mtrr() 202 unsigned char type; in set_var_mtrr_all() local 237 unsigned long range_sizek, unsigned char type) in range_to_mtrr() 518 mtrr_type type; in print_out_mtrr_range_state() local 545 mtrr_type type; in mtrr_need_cleanup() local 675 mtrr_type type; in mtrr_cleanup() local 870 mtrr_type type; in mtrr_trim_uncached_memory() local
|
/openbmc/linux/drivers/greybus/ |
H A D | operation.c | 312 size_t payload_size, u8 type) in gb_operation_message_init() 361 gb_operation_message_alloc(struct gb_host_device *hd, u8 type, in gb_operation_message_alloc() 474 u8 type; in gb_operation_response_alloc() local 519 gb_operation_create_common(struct gb_connection *connection, u8 type, in gb_operation_create_common() 576 u8 type, size_t request_size, in gb_operation_create_flags() 602 u8 type, size_t request_size, in gb_operation_create_core() 631 u8 type, void *data, size_t size) in gb_operation_create_incoming() 919 u8 type; in gb_connection_recv_request() local 1138 int gb_operation_sync_timeout(struct gb_connection *connection, int type, in gb_operation_sync_timeout() 1192 int type, void *request, in gb_operation_unidirectional_timeout()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 42 … consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) in consume_stack() 114 int child(unsigned int stack_used, int delta, enum access_type type) in child() 129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() 157 static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur) in test_one_type()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | pll.c | 32 u8 type; member 143 pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len) in pll_map_reg() 185 pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len) in pll_map_type() 230 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
|
/openbmc/linux/security/tomoyo/ |
H A D | network.c | 286 u8 type; in tomoyo_write_inet_network() local 331 u8 type; in tomoyo_write_unix_network() local 472 const u8 type = tomoyo_inet2mac[address->protocol][address->operation]; in tomoyo_inet_entry() local 549 const u8 type = tomoyo_unix2mac[address->protocol][address->operation]; in tomoyo_unix_entry() local 654 const unsigned int type = sock->type; in tomoyo_socket_listen_permission() local 691 const unsigned int type = sock->type; in tomoyo_socket_connect_permission() local 728 const unsigned int type = sock->type; in tomoyo_socket_bind_permission() local 763 const unsigned int type = sock->type; in tomoyo_socket_sendmsg_permission() local
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 81 struct intel_uncore_discovery_type *type; in add_uncore_discovery_type() local 114 struct intel_uncore_discovery_type *type; in get_uncore_discovery_type() local 127 struct intel_uncore_discovery_type *type; in uncore_insert_box_info() local 340 struct intel_uncore_discovery_type *type, *next; in intel_uncore_clear_discovery_tables() local 477 struct intel_uncore_type *type = box->pmu->type; in generic_uncore_mmio_box_ctl() local 488 struct intel_uncore_type *type = box->pmu->type; in intel_generic_uncore_mmio_init_box() local 559 struct intel_uncore_discovery_type *type) in uncore_update_uncore_type() 602 struct intel_uncore_discovery_type *type; in intel_uncore_generic_init_uncores() local
|
/openbmc/linux/include/rdma/ |
H A D | rdma_netlink.h | 115 const char *type; member 122 #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type) argument 123 #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type) argument
|
/openbmc/linux/drivers/pci/msi/ |
H A D | legacy.c | 19 int __weak arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in arch_setup_msi_irqs() 51 static int pci_msi_setup_check_result(struct pci_dev *dev, int type, int ret) in pci_msi_setup_check_result() 66 int pci_msi_legacy_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in pci_msi_legacy_setup_msi_irqs()
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 36 enum hid_bpf_prog_type type; member 77 enum hid_bpf_prog_type type) in hid_bpf_program_count() 107 int hid_bpf_prog_run(struct hid_device *hdev, enum hid_bpf_prog_type type, in hid_bpf_prog_run() 143 enum hid_bpf_prog_type type) in __hid_bpf_set_hdev_progs() 162 static int hid_bpf_populate_hdev(struct hid_device *hdev, enum hid_bpf_prog_type type) in hid_bpf_populate_hdev() 214 enum hid_bpf_prog_type type; in hid_bpf_release_progs() local 478 int type, i; in __hid_bpf_destroy_device() local
|
/openbmc/u-boot/env/ |
H A D | flags.c | 91 const char *env_flags_get_vartype_name(enum env_flags_vartype type) in env_flags_get_vartype_name() 110 char *type; in env_flags_parse_vartype() local 221 enum env_flags_vartype type) in _env_flags_validate_type() 345 enum env_flags_vartype type; in env_flags_validate_type() local 380 enum env_flags_vartype type = env_flags_get_type(name); in env_flags_validate_env_set_params() local 514 enum env_flags_vartype type = (enum env_flags_vartype) in env_flags_validate() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | base.c | 255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type() 265 nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size) in nvkm_mmu_heap() 281 u8 type = NVKM_MEM_KIND * !!mmu->func->kind_sys; in nvkm_mmu_host() local 322 u8 type = NVKM_MEM_KIND * !!mmu->func->kind; in nvkm_mmu_vram() local 418 enum nvkm_subdev_type type, int inst, struct nvkm_mmu *mmu) in nvkm_mmu_ctor() 431 enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) in nvkm_mmu_new_()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 168 static void ivtv_stream_init(struct ivtv *itv, int type) in ivtv_stream_init() 198 static int ivtv_prep_dev(struct ivtv *itv, int type) in ivtv_prep_dev() 261 int type; in ivtv_streams_setup() local 284 static int ivtv_reg_dev(struct ivtv *itv, int type) in ivtv_reg_dev() 341 int type; in ivtv_streams_register() local 359 int type; in ivtv_streams_cleanup() local
|