Home
last modified time | relevance | path

Searched defs:type (Results 376 – 400 of 8671) sorted by relevance

1...<<11121314151617181920>>...347

/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json5 "type": "fan", string
14 "type": "fan", string
23 "type": "fan", string
32 "type": "fan", string
41 "type": "temp", string
51 "type": "temp", string
68 "type": "fan", string
88 "type": "fan", string
108 "type": "fan", string
128 "type": "fan", string
[all …]
/openbmc/linux/kernel/
H A Dpid.c166 enum pid_type type; in alloc_pid() local
324 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr()
334 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid()
340 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid()
359 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid()
364 void change_pid(struct task_struct *task, enum pid_type type, in change_pid()
392 enum pid_type type) in transfer_pid()
399 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task()
441 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid()
451 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DBatteryMetrics.v1_0_4.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
77 "type": "array" string
94 "type": "null" string
104 "type": [ array
141 "type": "array" string
153 "type": "array" string
188 "type": "object" string
197 "type": [ array
[all …]
H A DSessionService.v1_1_9.json14 "type": [ array
33 "type": "object" string
42 "type": [ array
54 "type": "object" string
63 "type": [ array
99 "type": "null" string
121 "type": [ array
132 "type": "integer", string
153 "type": "object" string
H A DFabric.v1_3_2.json14 "type": [ array
32 "type": "object" string
41 "type": [ array
90 "type": "null" string
114 "type": "null" string
134 "type": [ array
186 "type": "object" string
195 "type": [ array
213 "type": "object" string
222 "type": [ array
[all …]
/openbmc/linux/net/bluetooth/
H A Deir.h26 static inline u16 eir_append_data(u8 *eir, u16 eir_len, u8 type, in eir_append_data()
37 static inline u16 eir_append_le16(u8 *eir, u16 eir_len, u8 type, u16 data) in eir_append_le16()
47 static inline u16 eir_skb_put_data(struct sk_buff *skb, u8 type, u8 *data, u8 data_len) in eir_skb_put_data()
62 static inline void *eir_get_data(u8 *eir, size_t eir_len, u8 type, in eir_get_data()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSessionService.v1_1_9.json14 "type": [ array
33 "type": "object" string
42 "type": [ array
54 "type": "object" string
63 "type": [ array
99 "type": "null" string
121 "type": [ array
132 "type": "integer", string
153 "type": "object" string
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp119 using type = typedef
150 using type = typedef
179 using type = typedef
193 using type = typedef
257 using type = typedef
271 using type = typedef
322 using type = typedef
371 using type = typedef
417 using type = typedef
434 using type = typedef
[all …]
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json5 "type": "temp", string
12 "type": "fan", string
21 "type": "fan", string
30 "type": "fan", string
39 "type": "fan", string
57 "type": "fan", string
84 "type": "stepwise", string
/openbmc/qemu/include/qemu/
H A Dcoroutine-tls.h92 #define QEMU_DECLARE_CO_TLS(type, var) \ argument
118 #define QEMU_DEFINE_CO_TLS(type, var) \ argument
153 #define QEMU_DEFINE_STATIC_CO_TLS(type, var) \ argument
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dqeth.h44 struct qeth_arp_entrytype type; member
51 struct qeth_arp_entrytype type; member
57 struct qeth_arp_entrytype type; member
63 struct qeth_arp_entrytype type; member
70 struct qeth_arp_entrytype type; member
76 struct qeth_arp_entrytype type; member
81 struct qeth_arp_entrytype type; member
86 struct qeth_arp_entrytype type; member
/openbmc/linux/lib/
H A Dubsan.c120 static bool type_is_int(struct type_descriptor *type) in type_is_int()
125 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()
131 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()
136 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()
146 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val()
161 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative()
166 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
177 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h40 #define _IOC(dir,type,nr,size) \ argument
48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dbase.c45 nvkm_top_addr(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_addr()
61 nvkm_top_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_reset()
77 nvkm_top_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_intr_mask()
93 nvkm_top_fault_id(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_fault_id()
152 enum nvkm_subdev_type type, int inst, struct nvkm_top **ptop) in nvkm_top_new_()
/openbmc/linux/net/ipv6/
H A Dicmp.c75 u8 type, u8 code, int offset, __be32 info) in icmpv6_err()
166 static bool icmpv6_mask_allow(struct net *net, int type) in icmpv6_mask_allow()
178 static bool icmpv6_global_allow(struct net *net, int type) in icmpv6_global_allow()
193 static bool icmpv6_xrlim_allow(struct sock *sk, u8 type, in icmpv6_xrlim_allow()
235 static bool icmpv6_rt_has_prefsrc(struct sock *sk, u8 type, in icmpv6_rt_has_prefsrc()
313 uint8_t type; member
445 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send()
728 u8 type; in icmpv6_echo_reply() local
823 enum skb_drop_reason icmpv6_notify(struct sk_buff *skb, u8 type, in icmpv6_notify()
889 u8 type; in icmpv6_rcv() local
[all …]
/openbmc/linux/net/ax25/
H A Dax25_ds_in.c32 …tic int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state1_machine()
100 …tic int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state2_machine()
145 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_ds_state3_machine()
279 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in()
/openbmc/entity-manager/schemas/
H A Dsatellite_controller.json7 "type": "object", string
11 "type": "string" string
15 "type": "number" string
23 "type": "string" string
/openbmc/linux/net/ceph/crush/
H A Dhash.c94 __u32 crush_hash32(int type, __u32 a) in crush_hash32()
104 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
144 const char *crush_hash_name(int type) in crush_hash_name()
/openbmc/qemu/util/
H A Dmodule.c34 module_init_type type; member
63 static ModuleTypeList *find_type(module_init_type type) in find_type()
70 void register_module_init(void (*fn)(void), module_init_type type) in register_module_init()
84 void register_dso_module_init(void (*fn)(void), module_init_type type) in register_dso_module_init()
97 void module_call_init(module_init_type type) in module_call_init()
319 int module_load_qom(const char *type, Error **errp) in module_load_qom()
402 int module_load_qom(const char *type, Error **errp) { return 2; } in module_load_qom()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/openbmc/phosphor-snmp/
H A Dsnmp_notification.hpp60 Type type; member
197 u_char type = getASNType<decltype(OBMCErrorID)>(); in getFieldOIDList() local
204 u_char type = getASNType<decltype(OBMCErrorTimestamp)>(); in getFieldOIDList() local
211 u_char type = getASNType<decltype(OBMCErrorSeverity)>(); in getFieldOIDList() local
218 u_char type = getASNType<decltype(OBMCErrorMessage)>(); in getFieldOIDList() local
/openbmc/linux/fs/quota/
H A Ddquot.c279 int type = qid.type; in hashfn() local
442 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty()
739 int dquot_quota_sync(struct super_block *sb, int type) in dquot_quota_sync()
1013 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
2181 int dquot_commit_info(struct super_block *sb, int type) in dquot_commit_info()
2355 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off()
2511 int dquot_resume(struct super_block *sb, int type) in dquot_resume()
2567 int format_id, int type) in dquot_quota_on_mount()
2589 int type; in dquot_quota_enable() local
2630 int type; in dquot_quota_disable() local
[all …]
/openbmc/linux/include/linux/
H A Dzswap.h31 static inline void zswap_invalidate(int type, pgoff_t offset) {} in zswap_invalidate()
32 static inline void zswap_swapon(int type) {} in zswap_swapon()
33 static inline void zswap_swapoff(int type) {} in zswap_swapoff()
/openbmc/libcper/specification/json/common/
H A Dcper-json-nvp.json4 "type": "object", string
9 "type": "string" string
12 "type": "integer" string
/openbmc/linux/drivers/base/power/
H A Dqos.c110 s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type) in dev_pm_qos_read_value()
322 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type()
330 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request()
389 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request()
536 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier()
587 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier()
630 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request()
660 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request()
686 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request()

1...<<11121314151617181920>>...347