Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h125 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
127 #define SLIST_FOREACH(var, head, field) \ argument
132 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
145 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
150 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
155 #define SLIST_REMOVE_AFTER(slistelm, field) do { \ argument
160 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
164 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
201 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
203 #define LIST_FOREACH(var, head, field) \ argument
[all …]
H A Dsys-tree.h76 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
77 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
82 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
88 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
94 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
100 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
106 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
115 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
157 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
314 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument
[all …]
/openbmc/qemu/include/hw/
H A Dregisterfields.h42 #define FIELD(reg, field, shift, length) \ argument
49 #define FIELD_EX8(storage, reg, field) \ argument
52 #define FIELD_EX16(storage, reg, field) \ argument
55 #define FIELD_EX32(storage, reg, field) \ argument
58 #define FIELD_EX64(storage, reg, field) \ argument
62 #define FIELD_SEX8(storage, reg, field) \ argument
65 #define FIELD_SEX16(storage, reg, field) \ argument
68 #define FIELD_SEX32(storage, reg, field) \ argument
71 #define FIELD_SEX64(storage, reg, field) \ argument
76 #define ARRAY_FIELD_EX32(regs, reg, field) \ argument
[all …]
H A Dqdev-clock.h123 #define clock_offset_value(devstate, field) \ argument
127 #define QDEV_CLOCK(out_not_in, devstate, field, cb, cbevents) { \ argument
146 #define QDEV_CLOCK_IN(devstate, field, callback, cbevents) \ argument
149 #define QDEV_CLOCK_OUT(devstate, field) \ argument
H A Dclock.h98 #define VMSTATE_CLOCK(field, state) \ argument
100 #define VMSTATE_CLOCK_V(field, state, version) \ argument
102 #define VMSTATE_ARRAY_CLOCK(field, state, num) \ argument
104 #define VMSTATE_ARRAY_CLOCK_V(field, state, num, version) \ argument
/openbmc/qemu/include/qemu/
H A Drcu_queue.h36 #define QLIST_NEXT_RCU(elm, field) (qatomic_rcu_read(&(elm)->field.le_next)) argument
61 #define QLIST_INSERT_AFTER_RCU(listelm, elm, field) do { \ argument
77 #define QLIST_INSERT_BEFORE_RCU(listelm, elm, field) do { \ argument
90 #define QLIST_INSERT_HEAD_RCU(head, elm, field) do { \ argument
105 #define QLIST_REMOVE_RCU(elm, field) do { \ argument
114 #define QLIST_FOREACH_RCU(var, head, field) \ argument
120 #define QLIST_FOREACH_SAFE_RCU(var, head, field, next_var) \ argument
134 #define QSIMPLEQ_NEXT_RCU(elm, field) qatomic_rcu_read(&(elm)->field.sqe_next) argument
137 #define QSIMPLEQ_INSERT_HEAD_RCU(head, elm, field) do { \ argument
145 #define QSIMPLEQ_INSERT_TAIL_RCU(head, elm, field) do { \ argument
[all …]
H A Dqueue.h105 #define QLIST_SWAP(dstlist, srclist, field) do { \ argument
118 #define QLIST_INSERT_AFTER(listelm, elm, field) do { \ argument
126 #define QLIST_INSERT_BEFORE(listelm, elm, field) do { \ argument
133 #define QLIST_INSERT_HEAD(head, elm, field) do { \ argument
140 #define QLIST_REMOVE(elm, field) do { \ argument
152 #define QLIST_SAFE_REMOVE(elm, field) do { \ argument
164 #define QLIST_IS_INSERTED(elm, field) ((elm)->field.le_prev != NULL) argument
166 #define QLIST_FOREACH(var, head, field) \ argument
171 #define QLIST_FOREACH_SAFE(var, head, field, next_var) \ argument
181 #define QLIST_NEXT(elm, field) ((elm)->field.le_next) argument
[all …]
/openbmc/qemu/tests/vmstate-static-checker-data/
H A Ddump2.json
H A Ddump1.json
/openbmc/u-boot/common/eeprom/
H A Deeprom_field.c13 static void __eeprom_field_print_bin(const struct eeprom_field *field, in __eeprom_field_print_bin()
27 static int __eeprom_field_update_bin(struct eeprom_field *field, in __eeprom_field_update_bin()
69 static int __eeprom_field_update_bin_delim(struct eeprom_field *field, in __eeprom_field_update_bin_delim()
112 void eeprom_field_print_bin(const struct eeprom_field *field) in eeprom_field_print_bin()
123 int eeprom_field_update_bin(struct eeprom_field *field, char *value) in eeprom_field_update_bin()
135 int eeprom_field_update_reserved(struct eeprom_field *field, char *value) in eeprom_field_update_reserved()
154 void eeprom_field_print_bin_rev(const struct eeprom_field *field) in eeprom_field_print_bin_rev()
170 int eeprom_field_update_bin_rev(struct eeprom_field *field, char *value) in eeprom_field_update_bin_rev()
185 void eeprom_field_print_mac(const struct eeprom_field *field) in eeprom_field_print_mac()
197 int eeprom_field_update_mac(struct eeprom_field *field, char *value) in eeprom_field_update_mac()
[all …]
/openbmc/qemu/target/sparc/
H A Dmachine.c53 const VMStateField *field) in get_psr()
67 const VMStateField *field, JSONWriter *vmdesc) in put_psr()
86 const VMStateField *field) in get_fsr()
96 const VMStateField *field, JSONWriter *vmdesc) in put_fsr()
113 const VMStateField *field) in get_xcc()
129 const VMStateField *field, JSONWriter *vmdesc) in put_xcc()
/openbmc/qemu/target/avr/
H A Dmachine.c26 const VMStateField *field) in get_sreg()
37 const VMStateField *field, JSONWriter *vmdesc) in put_sreg()
53 const VMStateField *field) in get_segment()
64 const VMStateField *field, JSONWriter *vmdesc) in put_segment()
/openbmc/qemu/hw/intc/
H A Darm_gic_kvm.c121 uint32_t *field, bool to_kernel) in translate_clear()
132 uint32_t *field, bool to_kernel) in translate_group()
146 uint32_t *field, bool to_kernel) in translate_enabled()
160 uint32_t *field, bool to_kernel) in translate_pending()
175 uint32_t *field, bool to_kernel) in translate_active()
189 uint32_t *field, bool to_kernel) in translate_trigger()
201 uint32_t *field, bool to_kernel) in translate_priority()
212 uint32_t *field, bool to_kernel) in translate_targets()
222 uint32_t *field, bool to_kernel) in translate_sgisource()
241 uint32_t field; in kvm_dist_get() local
[all …]
/openbmc/u-boot/tools/
H A Dmips-relocs.c22 #define hdr_field(pfx, idx, field) ({ \ argument
51 #define set_hdr_field(pfx, idx, field, val) ({ \ argument
86 #define ehdr_field(field) \ argument
88 #define phdr_field(idx, field) \ argument
90 #define shdr_field(idx, field) \ argument
93 #define set_phdr_field(idx, field, val) \ argument
95 #define set_shdr_field(idx, field, val) \ argument
/openbmc/qemu/target/hppa/
H A Dmachine.c26 const VMStateField *field) in get_psw()
34 const VMStateField *field, JSONWriter *vmdesc) in put_psw()
48 const VMStateField *field) in get_tlb()
75 const VMStateField *field, JSONWriter *vmdesc) in put_tlb()
/openbmc/qemu/target/ppc/
H A Dmachine.c26 const VMStateField *field) in get_avr()
37 const VMStateField *field, JSONWriter *vmdesc) in put_avr()
59 const VMStateField *field) in get_fpr()
69 const VMStateField *field, JSONWriter *vmdesc) in put_fpr()
90 const VMStateField *field) in get_vsr()
100 const VMStateField *field, JSONWriter *vmdesc) in put_vsr()
308 const VMStateField *field) in get_vscr()
316 const VMStateField *field, JSONWriter *vmdesc) in put_vscr()
429 const VMStateField *field) in get_slbe()
440 const VMStateField *field, JSONWriter *vmdesc) in put_slbe()
/openbmc/qemu/target/mips/system/
H A Dmachine.c23 const VMStateField *field) in get_fpr()
35 const VMStateField *field, JSONWriter *vmdesc) in put_fpr()
137 const VMStateField *field) in get_tlb()
166 const VMStateField *field, JSONWriter *vmdesc) in put_tlb()
/openbmc/u-boot/arch/mips/lib/
H A Dtraps.c22 const int field = 2 * sizeof(unsigned long); in show_regs() local
76 const int field = 2 * sizeof(unsigned long); in do_ejtag_debug() local
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp134 def to_duration(field): argument
150 def to_timestamp(field): argument
157 def to_i2cdata(field): argument
162 def to_address(field): argument
166 def to_i2cconditions(field): argument
174 def to_i2crecord(field): argument
/openbmc/u-boot/board/compulab/common/
H A Deeprom.c203 void eeprom_field_print_bin_ver(const struct eeprom_field *field) in eeprom_field_print_bin_ver()
232 int eeprom_field_update_bin_ver(struct eeprom_field *field, char *value) in eeprom_field_update_bin_ver()
274 void eeprom_field_print_date(const struct eeprom_field *field) in eeprom_field_print_date()
345 int eeprom_field_update_date(struct eeprom_field *field, char *value) in eeprom_field_update_date()
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h64 #define typeof_field(type, field) typeo argument
54 sizeof_field(type,field) global() argument
60 endof(container,field) global() argument
69 typeof_field(type,field) global() argument
[all...]
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h64 #define typeof_field(type, field) typeo argument
54 sizeof_field(type,field) global() argument
60 endof(container,field) global() argument
69 typeof_field(type,field) global() argument
[all...]
/openbmc/bmcweb/redfish-core/include/utils/
H A Djournal_utils.hpp27 inline int getJournalMetadata(sd_journal* journal, const char* field, in getJournalMetadata()
48 inline int getJournalMetadataInt(sd_journal* journal, const char* field, in getJournalMetadataInt()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dfield_values_filter.py9 def field_values(iterable, field): argument
/openbmc/openpower-hw-diags/util/
H A Dffdc.cpp20 std::string sdjGetFieldValue(sd_journal* journal, const char* field) in sdjGetFieldValue()
65 const std::string& field, const std::string& fieldValue, unsigned int max) in sdjGetMessages()

12345