Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/qemu/scripts/
H A Danalyse-9p-simpletrace.py84 def v9fs_rerror(self, tag, id, err): argument
87 def v9fs_version(self, tag, id, msize, version): argument
90 def v9fs_version_return(self, tag, id, msize, version): argument
93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument
96 def v9fs_attach_return(self, tag, id, type, version, path): argument
99 def v9fs_stat(self, tag, id, fid): argument
102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument
105 def v9fs_getattr(self, tag, id, fid, request_mask): argument
108 def v9fs_getattr_return(self, tag, id, result_mask, mode, uid, gid): argument
111 def v9fs_walk(self, tag, id, fid, newfid, nwnames): argument
[all …]
/openbmc/qemu/target/hexagon/
H A Dhex_common.py79 def is_cond_jump(tag): argument
87 def is_cond_call(tag): argument
126 def SEMANTICS(tag, beh, sem): argument
134 def ATTRIBUTES(tag, attribstring): argument
162 def compute_tag_regs(tag, full): argument
168 def compute_tag_immediates(tag): argument
194 compute_func = lambda tag: compute_tag_regs(tag, full) argument
201 def need_p0(tag): argument
205 def need_sp(tag): argument
209 def is_hvx_insn(tag): argument
[all …]
H A Dgen_tcg_funcs.py47 def gen_tcg_func(f, tag, regs, imms): argument
103 def gen_def_tcg_func(f, tag, tagregs, tagimms): argument
H A Dgen_helper_protos.py31 def gen_helper_prototype(f, tag, tagregs, tagimms): argument
H A Dgen_analyze_funcs.py41 def gen_analyze_func(f, tag, regs, imms): argument
H A Dgen_helper_funcs.py37 def gen_helper_function(f, tag, tagregs, tagimms): argument
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dmodbus.json18 "tag": "string_read", string
25 "tag": "bits_read", string
32 "tag": "8int_read", string
39 "tag": "16int_read", string
46 "tag": "32int_read_divider", string
54 "tag": "8int_read_multiplier", string
62 "tag": "32int_read", string
69 "tag": "64int_read", string
78 "tag": "8uint_read", string
85 "tag": "16uint_read", string
[all …]
/openbmc/libpldm/src/msgbuf/
H A Dplatform.h40 enum pldm_sensor_readings_data_type tag, in pldm_msgbuf_extract_sensor_data() argument
68 enum pldm_sensor_readings_data_type tag, in pldm_msgbuf_extract_sensor_value() argument
89 #define pldm_msgbuf_extract_range_field_format(ctx, tag, dst) \ argument
94 struct pldm_msgbuf_ro *ctx, enum pldm_range_field_format tag, void *rff) in pldm__msgbuf_extract_range_field_format() argument
133 enum pldm_effecter_data_size tag, void *dst) in pldm_msgbuf_extract_effecter_value() argument
153 pldm_msgbuf_extract_effecter_data(ctx,tag,dst) global() argument
159 pldm__msgbuf_extract_effecter_data(struct pldm_msgbuf_ro * ctx,enum pldm_effecter_data_size tag,void * ed) pldm__msgbuf_extract_effecter_data() argument
197 pldm_msgbuf_typecheck_range_field_format(struct pldm_msgbuf_ro * ctx,enum pldm_range_field_format tag,void * _rff) pldm_msgbuf_typecheck_range_field_format() argument
[all...]
/openbmc/u-boot/common/
H A Dbloblist.c39 static struct bloblist_rec *bloblist_findrec(uint tag) in bloblist_findrec()
55 static int bloblist_addrec(uint tag, int size, struct bloblist_rec **recp) in bloblist_addrec()
81 static int bloblist_ensurerec(uint tag, struct bloblist_rec **recp, int size) in bloblist_ensurerec()
101 void *bloblist_find(uint tag, int size) in bloblist_find()
114 void *bloblist_add(uint tag, int size) in bloblist_add()
124 int bloblist_ensure_size(uint tag, int size, void **blobp) in bloblist_ensure_size()
137 void *bloblist_ensure(uint tag, int size) in bloblist_ensure()
/openbmc/qemu/crypto/
H A Dder.c26 uint8_t tag; member
233 uint8_t tag; in qcrypto_der_decode_tlv() local
262 const uint8_t tag = QCRYPTO_DER_TAG(QCRYPTO_DER_TAG_CLASS_UNIV, in qcrypto_der_decode_int() local
271 uint8_t tag = QCRYPTO_DER_TAG(QCRYPTO_DER_TAG_CLASS_UNIV, in qcrypto_der_decode_seq() local
280 uint8_t tag = QCRYPTO_DER_TAG(QCRYPTO_DER_TAG_CLASS_UNIV, in qcrypto_der_decode_octet_str() local
289 uint8_t tag = QCRYPTO_DER_TAG(QCRYPTO_DER_TAG_CLASS_UNIV, in qcrypto_der_decode_bit_str() local
298 uint8_t tag = QCRYPTO_DER_TAG(QCRYPTO_DER_TAG_CLASS_UNIV, in qcrypto_der_decode_oid() local
307 uint8_t tag = QCRYPTO_DER_TAG(QCRYPTO_DER_TAG_CLASS_CONT, in qcrypto_der_decode_ctx_tag() local
313 static void qcrypto_der_encode_prim(QCryptoEncodeContext *ctx, uint8_t tag, in qcrypto_der_encode_prim()
341 uint8_t tag) in qcrypto_der_encode_cons_begin()
[all …]
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h26 u32 tag; member
48 u32 tag; member
56 u32 tag; member
64 u32 tag; member
83 u32 tag; member
91 u32 tag; member
103 u32 tag; member
118 u32 tag; member
126 u32 tag; member
154 u32 tag; member
[all …]
/openbmc/libmctp/tests/
H A Dtest_core.c73 static uint8_t tag = 0; in get_tag() local
122 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in receive_two_fragment_message() local
170 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in mctp_core_test_receive_equal_length_fragments() local
211 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in mctp_core_test_receive_unexpected_smaller_middle_fragment() local
251 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in mctp_core_test_receive_unexpected_bigger_middle_fragment() local
291 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in mctp_core_test_receive_smaller_end_fragment() local
333 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in mctp_core_test_receive_bigger_end_fragment() local
403 uint8_t tag = MCTP_HDR_FLAG_TO | get_tag(); in mctp_core_test_exhaust_context_buffers() local
457 uint8_t tag = get_tag(); in mctp_core_test_rx_with_tag() local
494 uint8_t tag = get_tag(); in mctp_core_test_rx_with_tag_multifragment() local
H A Dtest_astlpc.c290 uint8_t tag = 0; in astlpc_test_simple_message_host_to_bmc() local
332 uint8_t tag = 0; in astlpc_test_simple_message_bmc_to_host() local
559 uint8_t tag = 0; in astlpc_test_simple_indirect_message_bmc_to_host() local
627 uint8_t tag = 0; in astlpc_test_host_tx_bmc_gone() local
1097 uint8_t tag = 0; in astlpc_test_send_large_packet() local
1157 uint8_t tag = 0; in astlpc_test_negotiate_mtu_high_low() local
1252 uint8_t tag = 0; in astlpc_test_tx_before_channel_init() local
1290 uint8_t tag = 0; in astlpc_test_corrupt_host_tx() local
1344 uint8_t tag = 0; in astlpc_test_corrupt_bmc_tx() local
1398 uint8_t tag = 0; in astlpc_test_async_exchange() local
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h23 u32 tag; member
126 struct tag { struct
127 struct tag_header hdr; argument
142 u32 tag; member
146 #define tag_member_present(tag, member) \ argument
159 #define __tagtable(tag, fn) \ argument
/openbmc/qemu/hw/xtensa/
H A Dbootparam.h18 uint16_t tag; member
36 static inline ram_addr_t put_tag(ram_addr_t addr, uint16_t tag, in put_tag()
/openbmc/qemu/hw/scsi/
H A Dsrp.h126 uint64_t tag; member
145 uint64_t tag; member
157 uint64_t tag; member
166 uint64_t tag; member
174 uint64_t tag; member
185 uint64_t tag; member
206 uint64_t tag; member
236 uint64_t tag; member
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h29 uint16_t tag; member
91 uint16_t tag; member
125 uint16_t tag; member
147 uint16_t tag; member
174 uint16_t tag; member
200 uint16_t tag; member
222 uint16_t tag; member
252 uint16_t tag; member
279 uint16_t tag; member
307 uint16_t tag; member
[all …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h88 u32 tag; member
208 struct tag { struct
209 struct tag_header hdr; argument
211 struct tag_core core; argument
234 u32 tag; member
239 #define __tagtable(tag, fn) \ argument
242 #define tag_member_present(tag,member) \ argument
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_fs.h13 uint8_t tag[36]; member
H A Dvirtio_9p.h41 uint8_t tag[]; member
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c97 uint32_t tag; in fdt_next_tag() local
168 uint32_t tag; in fdt_next_node() local
/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c13 int tag = FDT_PROP; in fdt_remove_unused_strings() local
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py49 def SetItem(section, tag, value): argument
/openbmc/qemu/hw/usb/
H A Ddev-uas.c64 uint16_t tag; member
140 uint16_t tag; member
345 static UASStatus *usb_uas_alloc_status(UASDevice *uas, uint8_t id, uint16_t tag) in usb_uas_alloc_status()
405 static void usb_uas_queue_response(UASDevice *uas, uint16_t tag, uint8_t code) in usb_uas_queue_response()
431 static void usb_uas_queue_fake_sense(UASDevice *uas, uint16_t tag, in usb_uas_queue_fake_sense()
575 static UASRequest *usb_uas_find_request(UASDevice *uas, uint16_t tag) in usb_uas_find_request()
701 uint16_t tag = be16_to_cpu(iu->hdr.tag); in usb_uas_command() local
763 uint16_t tag = be16_to_cpu(iu->hdr.tag); in usb_uas_task() local
/openbmc/qemu/tests/docker/
H A Ddocker.py287 def inspect_tag(self, tag): argument
296 def get_image_dockerfile_checksum(self, tag): argument
301 def build_image(self, tag, docker_dir, dockerfile, argument
346 def update_image(self, tag, tarball, quiet=True): argument
351 def image_matches_dockerfile(self, tag, dockerfile): argument

1234567