Home
last modified time | relevance | path

Searched refs:type (Results 301 – 325 of 19902) sorted by relevance

1...<<11121314151617181920>>...797

/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DLWP6.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DLWP2.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DLWP1.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
/openbmc/linux/include/trace/stages/
H A Dstage1_struct_define.h6 #define __field(type, item) type item; argument
9 #define __field_ext(type, item, filter_type) type item; argument
12 #define __field_struct(type, item) type item; argument
15 #define __field_struct_ext(type, item, filter_type) type item; argument
18 #define __array(type, item, len) type item[len]; argument
21 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument
42 #define __rel_dynamic_array(type, item, len) u32 __rel_loc_##item; argument
/openbmc/linux/include/linux/
H A Ddevice_cgroup.h15 int devcgroup_check_permission(short type, u32 major, u32 minor,
19 short type, access = 0; in devcgroup_inode_permission() local
25 type = DEVCG_DEV_BLOCK; in devcgroup_inode_permission()
27 type = DEVCG_DEV_CHAR; in devcgroup_inode_permission()
36 return devcgroup_check_permission(type, imajor(inode), iminor(inode), in devcgroup_inode_permission()
42 short type; in devcgroup_inode_mknod() local
51 type = DEVCG_DEV_BLOCK; in devcgroup_inode_mknod()
53 type = DEVCG_DEV_CHAR; in devcgroup_inode_mknod()
55 return devcgroup_check_permission(type, MAJOR(dev), MINOR(dev), in devcgroup_inode_mknod()
60 static inline int devcgroup_check_permission(short type, u32 major, u32 minor, in devcgroup_check_permission() argument
H A Dquota.h98 enum quota_type type, qid_t qid) in make_kqid() argument
102 kqid.type = type; in make_kqid()
103 switch (type) { in make_kqid()
129 kqid.type = type; in make_kqid_invalid()
130 switch (type) { in make_kqid_invalid()
153 kqid.type = USRQUOTA; in make_kqid_uid()
165 kqid.type = GRPQUOTA; in make_kqid_gid()
177 kqid.type = PRJQUOTA; in make_kqid_projid()
274 percpu_counter_inc(&dqstats.counter[type]); in dqstats_inc()
279 percpu_counter_dec(&dqstats.counter[type]); in dqstats_dec()
[all …]
/openbmc/linux/net/ipv4/
H A Dfou_nl.c15 [FOU_ATTR_PORT] = { .type = NLA_U16, },
16 [FOU_ATTR_AF] = { .type = NLA_U8, },
17 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },
18 [FOU_ATTR_TYPE] = { .type = NLA_U8, },
19 [FOU_ATTR_REMCSUM_NOPARTIAL] = { .type = NLA_FLAG, },
20 [FOU_ATTR_LOCAL_V4] = { .type = NLA_U32, },
22 [FOU_ATTR_PEER_V4] = { .type = NLA_U32, },
24 [FOU_ATTR_PEER_PORT] = { .type = NLA_U16, },
25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
H A Dmetrics.c19 int type = nla_type(nla); in ip_metrics_convert() local
22 if (!type) in ip_metrics_convert()
24 if (type > RTAX_MAX) { in ip_metrics_convert()
29 type = array_index_nospec(type, RTAX_MAX + 1); in ip_metrics_convert()
30 if (type == RTAX_CC_ALGO) { in ip_metrics_convert()
47 if (type == RTAX_ADVMSS && val > 65535 - 40) in ip_metrics_convert()
49 if (type == RTAX_MTU && val > 65535 - 15) in ip_metrics_convert()
51 if (type == RTAX_HOPLIMIT && val > 255) in ip_metrics_convert()
53 if (type == RTAX_FEATURES && (val & ~RTAX_FEATURE_MASK)) { in ip_metrics_convert()
57 metrics[type - 1] = val; in ip_metrics_convert()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-blueridge.dts595 type = <PCA955X_TYPE_LED>;
603 type = <PCA955X_TYPE_LED>;
611 type = <PCA955X_TYPE_LED>;
619 type = <PCA955X_TYPE_LED>;
627 type = <PCA955X_TYPE_LED>;
635 type = <PCA955X_TYPE_LED>;
643 type = <PCA955X_TYPE_LED>;
651 type = <PCA955X_TYPE_LED>;
668 type = <PCA955X_TYPE_LED>;
676 type = <PCA955X_TYPE_LED>;
[all …]
/openbmc/linux/drivers/hwmon/
H A Dasus_wmi_sensors.c153 int type; member
259 asus_wmi_hwmon_chan->type = type; in asus_wmi_hwmon_add_chan_info()
512 enum hwmon_sensor_types type; in asus_wmi_configure_sensor_setup() local
531 if (!nr_count[type]) in asus_wmi_configure_sensor_setup()
533 nr_count[type]++; in asus_wmi_configure_sensor_setup()
562 for (type = 0; type < hwmon_max; type++) { in asus_wmi_configure_sensor_setup()
563 if (!nr_count[type]) in asus_wmi_configure_sensor_setup()
567 nr_count[type], type, in asus_wmi_configure_sensor_setup()
568 hwmon_attributes[type]); in asus_wmi_configure_sensor_setup()
575 nr_count[type], in asus_wmi_configure_sensor_setup()
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dmenu.c86 switch (e->type) { in rewrite_m()
115 if (sym->type == type) in menu_set_type()
118 sym->type = type; in menu_set_type()
124 sym_type_name(sym->type), sym_type_name(type)); in menu_set_type()
228 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
249 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
270 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
283 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
687 type = menu->prompt ? menu->prompt->type : 0; in menu_get_parent_menu()
[all …]
/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
43 (chunkmap)[type / bytes(__u32)] |= \
44 1u << (type % bytes(__u32)); \
47 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument
49 (chunkmap)[type / bytes(__u32)] &= \
50 ~(1u << (type % bytes(__u32))); \
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument
55 ((chunkmap)[type / bytes (__u32)] & \
56 (1u << (type % bytes (__u32)))) ? 1: 0; \
/openbmc/linux/rust/
H A Dbindgen_parameters3 --opaque-type xregs_state
4 --opaque-type desc_struct
5 --opaque-type arch_lbr_state
6 --opaque-type local_apic
8 # Packed type cannot transitively contain a `#[repr(align)]` type.
9 --opaque-type alt_instr
10 --opaque-type x86_msi_data
11 --opaque-type x86_msi_addr_lo
15 --opaque-type kunit_try_catch
19 --opaque-type spinlock
/openbmc/linux/net/sctp/
H A Dsm_statefuns.c73 const union sctp_subtype type,
80 const union sctp_subtype type,
87 const union sctp_subtype type,
94 const union sctp_subtype type,
119 const union sctp_subtype type,
127 const union sctp_subtype type,
135 const union sctp_subtype type,
143 const union sctp_subtype type,
4099 type, commands); in sctp_sf_do_asconf_ack()
5569 type.primitive); in sctp_sf_ignore_primitive()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c132 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
133 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
135 [IPSET_ATTR_RESIZE] = { .type = NLA_U8 },
136 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
140 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
142 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
143 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
144 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
145 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 },
148 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
[all …]
/openbmc/phosphor-state-manager/
H A Dmeson.options4 'host-sched-objpath', type: 'string',
10 'hypervisor-busname', type: 'string',
16 'hypervisor-objpath', type: 'string',
22 'host-state-persist-path', type: 'string',
28 'poh-counter-persist-path', type: 'string',
46 'boot-count-max-allowed', type: 'integer',
52 'class-version', type: 'integer',
57 option('warm-reboot', type : 'feature',
62 option('force-warm-reboot', type : 'feature',
67 option('host-gpios', type : 'feature',
[all …]
/openbmc/linux/drivers/power/supply/
H A Dpower_supply_hwmon.c88 switch (type) { in power_supply_hwmon_to_property()
123 enum hwmon_sensor_types type, int channel) in power_supply_hwmon_has_input() argument
129 int prop = power_supply_hwmon_to_property(type, in power_supply_hwmon_has_input()
142 switch (type) { in power_supply_hwmon_is_writable()
159 enum hwmon_sensor_types type, in power_supply_hwmon_is_visible() argument
165 if (power_supply_hwmon_is_a_label(type, attr)) { in power_supply_hwmon_is_visible()
177 power_supply_hwmon_is_writable(type, attr)) in power_supply_hwmon_is_visible()
184 enum hwmon_sensor_types type, in power_supply_hwmon_read_string() argument
188 switch (type) { in power_supply_hwmon_read_string()
222 switch (type) { in power_supply_hwmon_read()
[all …]
/openbmc/phosphor-settingsd/
H A Dsettings.yaml7 type: i
15 type: s
21 type: s
26 type: s
32 type: b
39 type: s
45 type: s
51 type: s
57 type: s
63 type: s
[all …]
/openbmc/linux/arch/x86/kernel/
H A Ddumpstack_32.c21 const char *stack_type_name(enum stack_type type) in stack_type_name() argument
23 if (type == STACK_TYPE_IRQ) in stack_type_name()
26 if (type == STACK_TYPE_SOFTIRQ) in stack_type_name()
29 if (type == STACK_TYPE_ENTRY) in stack_type_name()
32 if (type == STACK_TYPE_EXCEPTION) in stack_type_name()
50 info->type = STACK_TYPE_IRQ; in in_hardirq_stack()
75 info->type = STACK_TYPE_SOFTIRQ; in in_softirq_stack()
99 info->type = STACK_TYPE_EXCEPTION; in in_doublefault_stack()
143 if (*visit_mask & (1UL << info->type)) { in get_stack_info()
147 *visit_mask |= 1UL << info->type; in get_stack_info()
[all …]
/openbmc/qemu/semihosting/
H A Dguestfd.c34 console_in_gf.type = GuestFDGDB; in qemu_semihosting_guestfd_init()
36 console_out_gf.type = GuestFDGDB; in qemu_semihosting_guestfd_init()
39 console_in_gf.type = GuestFDConsole; in qemu_semihosting_guestfd_init()
40 console_out_gf.type = GuestFDConsole; in qemu_semihosting_guestfd_init()
48 gf[0].type = GuestFDConsole; in qemu_semihosting_guestfd_init()
49 gf[1].type = GuestFDConsole; in qemu_semihosting_guestfd_init()
50 gf[2].type = GuestFDConsole; in qemu_semihosting_guestfd_init()
75 if (gf->type == GuestFDUnused) { in alloc_guestfd()
87 gf->type = GuestFDUnused; in do_dealloc_guestfd()
116 if (!gf || gf->type == GuestFDUnused) { in get_guestfd()
[all …]
/openbmc/linux/tools/perf/util/
H A Dparse-events.y69 %type <num> PE_VALUE
73 %type <num> PE_TERM
74 %type <num> value_sym
75 %type <str> PE_RAW
76 %type <str> PE_NAME
82 %type <str> name_or_raw
84 %type <term> event_term
100 %type <list_evsel> event
103 %type <list_evsel> group
391 int type = $1 >> 16; variable
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_repldata.h17 #define xt_alloc_initial_table(type, typ2) ({ \ argument
22 struct type##_replace repl; \
23 struct type##_standard entries[]; \
25 struct type##_error *term; \
31 term = (struct type##_error *)&(((char *)tbl)[term_offset]); \
33 *term = (struct type##_error)typ2##_ERROR_INIT; \
36 tbl->repl.size = nhooks * sizeof(struct type##_standard) + \
37 sizeof(struct type##_error); \
43 tbl->entries[i++] = (struct type##_standard) \
45 bytes += sizeof(struct type##_standard); \
/openbmc/openpower-pnor-code-mgmt/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests.')
2 option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK')
3 option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which …
4 option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
5 option('pldm', type: 'feature', description: 'Enable Host PLDM support')
6 option('verify-signature', type: 'feature', description: 'Enable image signature validation')
7 option('msl', type: 'string', description: 'Minimum Ship Level')
/openbmc/linux/drivers/soc/rockchip/
H A Ddtpm.c16 .type = DTPM_NODE_VIRTUAL },
18 .type = DTPM_NODE_VIRTUAL,
21 .type = DTPM_NODE_DT,
24 .type = DTPM_NODE_DT,
27 .type = DTPM_NODE_DT,
30 .type = DTPM_NODE_DT,
33 .type = DTPM_NODE_DT,
36 .type = DTPM_NODE_DT,
39 .type = DTPM_NODE_DT,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A D0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch39 -# define alignof(type) offsetof (struct { char c; type x; }, x)
47 +# define alignof(type) offsetof (struct { char c; type x; }, x)
49 +# define alignof(type) _Alignof(type)
62 -# define alignof(type) offsetof (struct { char c; type x; }, x)
70 +# define alignof(type) offsetof (struct { char c; type x; }, x)
72 +# define alignof(type) _Alignof(type)
85 -# define alignof(type) offsetof (struct { char c; type x; }, x)
93 +# define alignof(type) offsetof (struct { char c; type x; }, x)
95 +# define alignof(type) _Alignof(type)
108 -# define alignof(type) offsetof (struct { char c; type x; }, x)
[all …]

1...<<11121314151617181920>>...797