Home
last modified time | relevance | path

Searched defs:type (Results 276 – 300 of 8861) sorted by relevance

1...<<11121314151617181920>>...355

/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPCIeSlots.v1_6_1.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
86 "type": "array" string
98 "type": "array", string
105 "type": "object" string
114 "type": [ array
130 "type": [ array
[all …]
H A DSession.v1_8_0.json14 "type": [ array
33 "type": "object" string
42 "type": [ array
67 "type": "object" string
76 "type": [ array
88 "type": "object" string
97 "type": [ array
131 "type": [ array
141 "type": [ array
152 "type": [ array
[all …]
H A DContainerImage.v1_0_1.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
75 "type": [ array
86 "type": "null" string
113 "type": [ array
122 "type": [ array
139 "type": "null" string
150 "type": [ array
162 "type": "object" string
[all …]
H A DUSBController.v1_0_1.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
71 "type": "array" string
77 "type": "object" string
86 "type": [ array
98 "type": "object" string
107 "type": [ array
142 "type": "null" string
160 "type": [ array
[all …]
H A DPowerDomain.v1_2_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
60 "type": "array", string
73 "type": "array" string
85 "type": "array" string
102 "type": "array", string
115 "type": "array" string
127 "type": "array" string
139 "type": "array" string
[all …]
H A DRouteSetEntry.v1_0_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
97 "type": "null" string
106 "type": "integer" string
112 "type": "integer" string
131 "type": "integer" string
137 "type": "boolean" string
[all …]
H A DSimpleStorage.v1_3_2.json14 "type": [ array
33 "type": "object" string
42 "type": [ array
59 "type": [ array
70 "type": [ array
79 "type": [ array
88 "type": "string" string
104 "type": "object" string
113 "type": [ array
145 "type": "object" string
[all …]
H A DVCATEntry.v1_0_3.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
97 "type": "null" string
120 "type": [ array
131 "type": "array" string
140 "type": "object" string
149 "type": [ array
[all …]
H A DBootOption.v1_0_6.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
76 "type": "null" string
87 "type": [ array
96 "type": [ array
107 "type": "null" string
116 "type": [ array
141 "type": "array" string
150 "type": [ array
[all …]
H A DCompositionService.v1_2_3.json14 "type": [ array
35 "type": "object" string
65 "type": "string" string
71 "type": [ array
86 "type": "string" string
90 "type": "string" string
93 "type": "object", string
106 "type": "string" string
124 "type": "string" string
133 "type": [ array
[all …]
H A DFacility.v1_4_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
83 "type": "null" string
143 "type": "object" string
158 "type": "string" string
167 "type": [ array
186 "type": "array", string
205 "type": "array" string
217 "type": "array" string
[all …]
/openbmc/libcper/specification/json/sections/
H A Dcper-firmware.json3 "type": "object", string
9 "type": "object", string
14 "type": "integer", string
18 "type": "integer", string
22 "type": "string", string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSession.v1_8_0.json14 "type": [ array
33 "type": "object" string
42 "type": [ array
67 "type": "object" string
76 "type": [ array
88 "type": "object" string
97 "type": [ array
131 "type": [ array
141 "type": [ array
152 "type": [ array
[all …]
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/
H A DOpenBMCComputerSystem.v1_0_0.json12 "type": [ array
30 "type": "null" string
38 "type": "object" string
56 "type": "string" string
64 "type": [ array
82 "type": "null" string
87 "type": "object" string
95 "type": [ array
107 "type": "object" string
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dbase.c38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) in nvkm_mc_intr_mask()
51 nvkm_mc_reset_mask(struct nvkm_device *device, bool isauto, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset_mask()
72 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset()
82 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_disable()
90 nvkm_mc_enable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enable()
98 nvkm_mc_enabled(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enabled()
128 enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nvkm_mc_new_()
/openbmc/u-boot/include/
H A Dmemalign.h71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument
78 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument
80 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument
88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in6 "type": "fan", string
14 "type": "fan", string
22 "type": "fan", string
30 "type": "fan", string
38 "type": "fan", string
46 "type": "margin", string
56 "type": "margin", string
66 "type": "margin", string
76 "type": "temp", string
86 "type": "temp", string
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json5 "type": "object", string
21 "type": "array", string
24 "type": "object", string
83 "type": "string" string
88 "type": "string", string
94 "type": "object", string
116 "type": "object", string
135 "type": "string", string
141 "type": "boolean" string
146 "type": "boolean" string
[all …]
/openbmc/linux/drivers/scsi/
H A Discsi_boot_sysfs.c25 int type; member
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj()
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target()
429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
430 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator()
455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet()
456 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl()
[all …]
/openbmc/linux/include/linux/
H A Dicmpv6.h25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send()
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send()
58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send()
73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
99 static inline bool icmpv6_is_err(int type) in icmpv6_is_err()
/openbmc/linux/drivers/hwmon/
H A Dbt1-pvt.c280 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
285 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
290 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
310 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
331 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
371 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
442 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
447 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
452 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
508 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument
39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument
43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument
49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument
66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument
87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument
134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument
158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument
160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
/openbmc/phosphor-fan-presence/presence/example/
H A Dconfig.json18 "type": "tach", string
34 "type": "gpio", string
56 "type": "gpio", string
62 "type": "tach", string
67 "type": "fallback" string
80 "type": "gpio", string
86 "type": "tach", string
91 "type": "anyof" string
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bios-update/
H A Dconfig-bios.json5 "type": "file", string
10 "type": "skip" string
13 "type": "skip" string
16 "type": "systemd", string
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/
H A Dconfig-mbcpld.json5 "type": "file", string
10 "type": "skip" string
13 "type": "skip" string
16 "type": "systemd", string

1...<<11121314151617181920>>...355