Searched refs:read_u32 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/scripts/gdb/linux/ |
H A D | utils.py | 134 def read_u32(buffer, offset): function 143 return read_u32(buffer, offset) + (read_u32(buffer, offset + 4) << 32) 145 return read_u32(buffer, offset + 4) + (read_u32(buffer, offset) << 32) 152 return read_u32(buffer, offset) 164 return read_u32(buffer, offset + atomic_long_counter_offset)
|
H A D | dmesg.py | 48 desc_ring_count = 1 << utils.read_u32(desc_ring, off) 66 text_data_sz = 1 << utils.read_u32(text_data_ring, off)
|
/openbmc/qemu/ui/ |
H A D | vnc-auth-vencrypt.c | 91 int auth = read_u32(data, 0); in protocol_client_vencrypt_auth()
|
H A D | vnc-auth-sasl.c | 344 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() 459 uint32_t startlen = read_u32(data, 0); in protocol_client_auth_sasl_start_len() 511 uint32_t mechlen = read_u32(data, 0); in protocol_client_auth_sasl_mechname_len()
|
H A D | vnc-clipboard.c | 283 uint32_t tsize = read_u32(buf, 0); in vnc_client_cut_text_ext()
|
H A D | vnc.h | 569 uint32_t read_u32(uint8_t *data, size_t offset);
|
H A D | vnc.c | 1765 uint32_t read_u32(uint8_t *data, size_t offset) in read_u32() function 2427 key_event(vs, read_u8(data, 1), read_u32(data, 4)); in protocol_client_msg() 2464 vnc_client_cut_text_ext(vs, dlen, read_u32(data, 8), data + 12); in protocol_client_msg() 2467 vnc_client_cut_text(vs, read_u32(data, 4), data + 8); in protocol_client_msg() 2515 read_u32(data, 4), read_u32(data, 8)); in protocol_client_msg() 2558 freq = read_u32(data, 6); in protocol_client_msg()
|