/openbmc/linux/arch/riscv/kernel/ |
H A D | cfi.c | 15 u32 *type) in decode_cfi_insn() 68 u32 type; in handle_cfi_failure() local
|
/openbmc/linux/arch/x86/kernel/ |
H A D | cfi.c | 17 u32 *type) in decode_cfi_insn() 71 u32 type; in handle_cfi_failure() local
|
/openbmc/ipmbbridge/ |
H A D | ipmb-channels.json | 4 "type": "me", string 10 "type": "ipmb", string
|
/openbmc/linux/net/core/ |
H A D | timestamping.c | 26 unsigned int type; in skb_clone_tx_timestamp() local 48 unsigned int type; in skb_defer_rx_timestamp() local
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 107 #define _syscall0(type,name) \ argument 113 #define _syscall1(type,name,type1,arg1) \ argument 119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | map_percpu_stats.c | 32 static const char *map_type_to_s(__u32 type) in map_type_to_s() 50 static __u32 map_count_elements(__u32 type, int map_fd) in map_count_elements() 88 static void delete_all_elements(__u32 type, int map_fd, bool batch) in delete_all_elements() 303 static int map_create_opts(__u32 type, const char *name, in map_create_opts() 322 static int map_create(__u32 type, const char *name, struct bpf_map_create_opts *map_opts) in map_create() 357 static int create_lru_hash(__u32 type, __u32 map_flags) in create_lru_hash()
|
/openbmc/linux/sound/usb/line6/ |
H A D | pcm.c | 148 struct line6_pcm_stream *pstr, int direction, int type) in line6_buffer_acquire() 171 struct line6_pcm_stream *pstr, int type) in line6_buffer_release() 183 int type) in line6_stream_start() 208 int type) in line6_stream_stop() 301 int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type, bool start) in line6_pcm_acquire() 332 void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type) in line6_pcm_release()
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | hmc.c | 22 static void irdma_find_sd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_sd_index_limit() 49 static void irdma_find_pd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_pd_index_limit() 70 static void irdma_set_sd_entry(u64 pa, u32 idx, enum irdma_sd_entry_type type, in irdma_set_sd_entry() 88 static void irdma_clr_sd_entry(u32 idx, enum irdma_sd_entry_type type, in irdma_clr_sd_entry() 124 enum irdma_sd_entry_type type, bool setsd) in irdma_hmc_sd_one() 475 enum irdma_sd_entry_type type, u64 direct_mode_sz) in irdma_add_sd_table_entry()
|
/openbmc/linux/kernel/time/ |
H A D | alarmtimer.c | 244 int i, ret, type; in alarmtimer_suspend() local 325 __alarm_init(struct alarm *alarm, enum alarmtimer_type type, in __alarm_init() 341 void alarm_init(struct alarm *alarm, enum alarmtimer_type type, in alarm_init() 506 static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) in alarmtimer_freezerset() 729 enum alarmtimer_type type; in alarm_timer_create() local 771 enum alarmtimer_type type) in alarmtimer_do_nsleep() 810 alarm_init_on_stack(struct alarm *alarm, enum alarmtimer_type type, in alarm_init_on_stack() 826 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() local 846 enum alarmtimer_type type = clock2alarm(which_clock); in alarm_timer_nsleep() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_qm.c | 53 xfs_dqtype_t type, in xfs_qm_dquot_walk() 250 xfs_dqtype_t type, in xfs_qm_dqattach_one() 551 xfs_dqtype_t type, in xfs_qm_set_defquota() 581 xfs_dqtype_t type) in xfs_qm_init_timelimits() 840 xfs_dqtype_t type) in xfs_qm_reset_dqcounts() 911 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_all() 977 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_buf() 1075 xfs_dqtype_t type, in xfs_qm_quotacheck_dqadjust() 1928 xfs_dqtype_t type) in xfs_inode_near_dquot_enforcement()
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 63 #define out_arch(type,endian,a,v) write##type(cpu_to_##endian(v),a) argument 64 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) argument 83 #define clrbits(type, addr, clear) \ argument 86 #define setbits(type, addr, set) \ argument 89 #define clrsetbits(type, addr, clear, set) \ argument 121 #define out_arch(type,endian,a,v) write##type(cpu_to_##endian(v),a) argument 122 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) argument 139 #define clrbits(type, addr, clear) \ argument 142 #define setbits(type, addr, set) \ argument 145 #define clrsetbits(type, addr, clear, set) \ argument
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | phase_fault.hpp | 63 inline ErrorType toErrorType(PhaseFaultType type) in toErrorType() 84 inline std::string toString(PhaseFaultType type) in toString()
|
/openbmc/linux/include/linux/ |
H A D | container_of.h | 18 #define container_of(ptr, type, member) ({ \ argument 32 #define container_of_const(ptr, type, member) \ argument
|
H A D | swap_cgroup.h | 33 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() 38 static inline void swap_cgroup_swapoff(int type) in swap_cgroup_swapoff()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_vnic.h | 61 enum usnic_vnic_res_type type; member 69 enum usnic_vnic_res_type type; member 77 enum usnic_vnic_res_type type; member
|
/openbmc/linux/net/batman-adv/ |
H A D | log.h | 79 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \ argument 103 #define batadv_dbg(type, bat_priv, arg...) \ argument 112 #define batadv_dbg_ratelimited(type, bat_priv, arg...) \ argument
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_log.h | 21 u_int8_t type; member 50 enum nf_log_type type; member 72 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument
|
/openbmc/linux/drivers/vdpa/solidrun/ |
H A D | snet_hwmon.c | 34 enum hwmon_sensor_types type, in snet_howmon_is_visible() 40 static int snet_howmon_read(struct device *dev, enum hwmon_sensor_types type, in snet_howmon_read() 128 enum hwmon_sensor_types type, u32 attr, in snet_hwmon_read_string()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | TriggersCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | OperatingConfigCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | MetricReportCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | CableCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | SoftwareInventoryCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | ManagerCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-component-utils.c | 192 const char *type) in cxl_component_register_block_init() 233 enum reg_type type) in hdm_init_common() 278 enum reg_type type) in cxl_component_register_init_common() 374 uint16_t type, uint8_t rev, uint8_t *body) in cxl_component_create_dvsec()
|