Home
last modified time | relevance | path

Searched defs:type (Results 251 – 275 of 8468) sorted by relevance

1...<<11121314151617181920>>...339

/openbmc/linux/include/uapi/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DHeater.v1_0_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
91 "type": [ array
114 "type": [ array
123 "type": [ array
138 "type": [ array
156 "type": [ array
197 "type": "object" string
284 "type": "object" string
[all …]
H A DRedundancy.v1_4_2.json13 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
87 "type": [ array
102 "type": [ array
135 "type": [ array
168 "type": "object" string
188 "type": "string" string
[all …]
H A DFan.v1_5_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
92 "type": [ array
103 "type": [ array
127 "type": [ array
136 "type": [ array
145 "type": [ array
163 "type": [ array
255 "type": "object" string
[all …]
H A DDriveMetrics.v1_2_1.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
74 "type": [ array
83 "type": [ array
92 "type": [ array
125 "type": [ array
140 "type": [ array
149 "type": [ array
192 "type": "object" string
[all …]
H A DSecureBoot.v1_1_2.json14 "type": [ array
35 "type": "object" string
44 "type": [ array
56 "type": "object" string
73 "type": [ array
95 "type": "object" string
108 "type": "string" string
117 "type": [ array
219 "type": "object" string
230 "type": "string" string
[all …]
H A DMetricReport.v1_5_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
128 "type": [ array
141 "type": "object" string
150 "type": [ array
174 "type": [ array
184 "type": [ array
193 "type": [ array
215 "type": "object" string
[all …]
H A DResolutionStep.v1_0_1.json13 "type": [ array
33 "type": "null" string
38 "type": "array" string
45 "type": "string" string
57 "type": [ array
68 "type": "null" string
80 "type": [ array
90 "type": [ array
101 "type": [ array
110 "type": "object" string
[all …]
H A DPCIeSlots.v1_6_1.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
105 "type": "object" string
114 "type": [ array
130 "type": [ array
141 "type": [ array
203 "type": "object" string
[all …]
H A DSession.v1_7_2.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/dmtf/json-schema-installed/
H A DRedundancy.v1_4_2.json13 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
87 "type": [ array
102 "type": [ array
135 "type": [ array
168 "type": "object" string
188 "type": "string" string
[all …]
H A DFan.v1_5_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
92 "type": [ array
103 "type": [ array
127 "type": [ array
136 "type": [ array
145 "type": [ array
163 "type": [ array
255 "type": "object" string
[all …]
H A DMetricReport.v1_5_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
128 "type": [ array
141 "type": "object" string
150 "type": [ array
174 "type": [ array
184 "type": [ array
193 "type": [ array
215 "type": "object" string
[all …]
H A DSession.v1_7_2.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 DPCIeSlots.v1_6_1.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
53 "type": "object" string
62 "type": [ array
105 "type": "object" string
114 "type": [ array
130 "type": [ array
141 "type": [ array
203 "type": "object" string
[all …]
/openbmc/linux/drivers/platform/x86/intel/
H A Dpunit_ipc.c46 IPC_TYPE type; member
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status()
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd()
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low()
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high()
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low()
76 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high()
101 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status()
146 IPC_TYPE type; in intel_punit_ipc_simple_command() local
181 IPC_TYPE type; in intel_punit_ipc_command() local
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h44 #define typeof_field(type, field) typeof(((type *)0)->field) argument
49 #define QLIST_HEAD(name, type) \ argument
57 #define QLIST_ENTRY(type) \ argument
66 #define QSLIST_HEAD(name, type) \ argument
74 #define QSLIST_ENTRY(type) \ argument
82 #define QSIMPLEQ_HEAD(name, type) \ argument
91 #define QSIMPLEQ_ENTRY(type) \ argument
99 #define QTAILQ_HEAD(name, type) \ argument
108 #define QTAILQ_ENTRY(type) \ argument
/openbmc/phosphor-pid-control/examples/
H A Dfan-info.json5 "type": "fan", string
13 "type": "fan", string
21 "type": "fan", string
29 "type": "fan", string
37 "type": "fan", string
42 "type": "fan", string
47 "type": "fan", string
52 "type": "fan", string
57 "type": "margin", string
70 "type": "fan", string
[all …]
/openbmc/linux/include/net/
H A Dnet_debug.h96 #define netif_emerg(priv, type, dev, fmt, args...) \ argument
98 #define netif_alert(priv, type, dev, fmt, args...) \ argument
100 #define netif_crit(priv, type, dev, fmt, args...) \ argument
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
104 #define netif_warn(priv, type, dev, fmt, args...) \ argument
106 #define netif_notice(priv, type, dev, fmt, args...) \ argument
108 #define netif_info(priv, type, dev, fmt, args...) \ argument
113 #define netif_dbg(priv, type, netdev, format, args...) \ argument
119 #define netif_dbg(priv, type, dev, format, args...) \ argument
122 #define netif_dbg(priv, type, dev, format, args...) \ argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drequest.json7 "type": "json", string
13 "type": "string", string
20 "type": "string", string
36 "type": "custom", string
43 "type": "float", string
52 "type": "int", string
61 "type": "int", string
70 "type": "int", string
79 "type": "int", string
88 "type": "int", string
[all …]
/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h83 char type[CRYPTO_MAX_NAME]; member
92 char type[CRYPTO_MAX_NAME]; member
103 char type[CRYPTO_MAX_NAME]; member
112 char type[CRYPTO_MAX_NAME]; member
121 char type[CRYPTO_MAX_NAME]; member
128 char type[CRYPTO_MAX_NAME]; member
136 char type[CRYPTO_MAX_NAME]; member
144 char type[CRYPTO_MAX_NAME]; member
148 char type[CRYPTO_MAX_NAME]; member
152 char type[CRYPTO_MAX_NAME]; member
[all …]
/openbmc/u-boot/include/asm-generic/
H A Dioctl.h65 #define _IOC(dir,type,nr,size) \ argument
83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/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/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/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

1...<<11121314151617181920>>...339