Home
last modified time | relevance | path

Searched defs:type (Results 476 – 500 of 8927) sorted by relevance

1...<<11121314151617181920>>...358

/openbmc/qemu/ui/
H A Dclipboard.c68 uint32_t type; in qemu_clipboard_update() local
121 uint32_t type; in qemu_clipboard_info_unref() local
139 QemuClipboardType type) in qemu_clipboard_request()
171 QemuClipboardType type, in qemu_clipboard_set_data()
/openbmc/linux/mm/
H A Dshmem_quota.c57 static int shmem_check_quota_file(struct super_block *sb, int type) in shmem_check_quota_file()
67 static int shmem_read_file_info(struct super_block *sb, int type) in shmem_read_file_info()
86 static int shmem_write_file_info(struct super_block *sb, int type) in shmem_write_file_info()
95 static int shmem_free_file_info(struct super_block *sb, int type) in shmem_free_file_info()
327 static int shmem_dquot_write_info(struct super_block *sb, int type) in shmem_dquot_write_info()
/openbmc/linux/drivers/acpi/acpica/
H A Dnssearch.c61 acpi_object_type type, in acpi_ns_search_one_scope()
165 acpi_object_type type, in acpi_ns_search_parent_tree()
255 acpi_object_type type, in acpi_ns_search_and_enter()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
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/linux/fs/orangefs/
H A Dacl.c13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu) in orangefs_get_acl()
67 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __orangefs_set_acl()
122 struct posix_acl *acl, int type) in orangefs_set_acl()
/openbmc/qemu/util/
H A Dgetauxval.c84 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
105 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
117 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
/openbmc/linux/include/linux/
H A Dptp_classify.h122 unsigned int type) in ptp_get_msgtype()
167 void ptp_header_update_correction(struct sk_buff *skb, unsigned int type, in ptp_header_update_correction()
220 unsigned int type) in ptp_parse_header()
225 unsigned int type) in ptp_get_msgtype()
232 static inline bool ptp_msg_is_sync(struct sk_buff *skb, unsigned int type) in ptp_msg_is_sync()
238 void ptp_header_update_correction(struct sk_buff *skb, unsigned int type, in ptp_header_update_correction()
H A Ddevice-mapper.h225 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) argument
231 #define dm_target_always_writeable(type) \ argument
239 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE) argument
246 #define dm_target_is_wildcard(type) ((type)->features & DM_TARGET_WILDCARD) argument
252 #define dm_target_has_integrity(type) ((type)->features & DM_TARGET_INTEGRITY) argument
269 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM) argument
272 #define dm_target_supports_zoned_hm(type) (false) argument
279 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT) argument
289 #define dm_target_supports_mixed_zoned_model(type) \ argument
293 #define dm_target_supports_mixed_zoned_model(type) (false) argument
[all …]
H A Ddevice_cgroup.h19 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/drivers/net/wireless/intel/iwlwifi/
H A Diwl-phy-db.c84 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section()
110 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section()
151 enum iwl_phy_db_section_type type; in iwl_phy_db_set_section() local
281 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data()
309 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd()
337 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
/openbmc/linux/net/batman-adv/
H A Dtvlv.c69 batadv_tvlv_handler_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_handler_get()
131 batadv_tvlv_container_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_container_get()
209 u8 type, u8 version) in batadv_tvlv_container_unregister()
232 u8 type, u8 version, in batadv_tvlv_container_register()
547 u8 type, u8 version, u8 flags) in batadv_tvlv_handler_register()
591 u8 type, u8 version) in batadv_tvlv_handler_unregister()
618 const u8 *dst, u8 type, u8 version, in batadv_tvlv_unicast_send()
/openbmc/linux/sound/core/
H A Dpcm_memory.c54 static int do_alloc_pages(struct snd_card *card, int type, struct device *dev, in do_alloc_pages()
266 int type, struct device *data, in preallocate_pages()
301 static int preallocate_pages_for_all(struct snd_pcm *pcm, int type, in preallocate_pages_for_all()
327 int type, struct device *data, in snd_pcm_lib_preallocate_pages()
346 int type, void *data, in snd_pcm_lib_preallocate_pages_for_all()
384 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer()
405 int snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type, in snd_pcm_set_managed_buffer_all()
/openbmc/linux/kernel/bpf/
H A Dinode.c32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get()
52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put()
70 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj()
129 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type()
437 enum bpf_type type) in bpf_obj_do_pin()
480 enum bpf_type type; in bpf_obj_pin_user() local
496 enum bpf_type *type, int flags) in bpf_obj_do_get()
529 enum bpf_type type = BPF_TYPE_UNSPEC; in bpf_obj_get_user() local
556 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode()
583 struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) in bpf_prog_get_type_path()
[all …]
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c40 u64 type:8; member
180 static int add_map_entry_at(u64 start, u64 end, u8 type, int idx) in add_map_entry_at()
262 static void add_map_entry(u64 start, u64 end, u8 type) in add_map_entry()
305 u8 type; in map_add_var() local
350 u8 type; in mtrr_build_map() local
478 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge()
505 u8 type = MTRR_TYPE_INVALID; in mtrr_type_lookup() local
605 mtrr_type type) in update_fixed_last()
797 unsigned long *size, mtrr_type *type) in generic_get_mtrr()
979 unsigned long size, mtrr_type type) in generic_set_mtrr()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h106 #define SLIST_HEAD(name, type) \ argument
114 #define SLIST_ENTRY(type) \ 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
410 #define _TAILQ_ENTRY(type, qual) \ argument
568 #define STAILQ_HEAD(name, type) \ argument
577 #define STAILQ_ENTRY(type) \ argument
727 #define CIRCLEQ_HEAD(name, type) \ argument
[all …]
/openbmc/linux/fs/btrfs/
H A Dacl.c19 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 Dinternal-target.h98 # 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/qemu/hw/smbios/
H A Dsmbios_legacy.c26 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/qemu/block/
H A Daccounting.c106 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 Dacl.c110 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 Dsystem_keyring.c46 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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h150 enum iwl_table_type type; member
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
170 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || \ argument
172 #define is_type_mimo(type) (is_type_mimo2(type)) argument
176 #define is_type_a_band(type) ((type) == LQ_LEGACY_A) argument
[all …]
/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c138 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()
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()
1007 static void __add_dirty_inode(struct inode *inode, enum inode_type type) in __add_dirty_inode()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c42 … 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 Dpll.c32 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()

1...<<11121314151617181920>>...358