Home
last modified time | relevance | path

Searched defs:len (Results 1 – 23 of 23) sorted by relevance

/hypervisor/release/
A Dconsole.c11 size_t console_write(__unused const char *str, __unused size_t len) in console_write()
29 bool handle_dbg_cmd(__unused const char *cmd, __unused int32_t len) { return false; } in handle_dbg_cmd()
A Dnpk_log.c11 void npk_log_write(__unused const char *buf, __unused size_t len) {} in npk_log_write()
/hypervisor/debug/
A Ddbg_cmd.c28 bool handle_dbg_cmd(const char *cmd, int32_t len) in handle_dbg_cmd()
A Dprintf.c22 size_t len; in charout() local
A Dshell.c286 static void clear_input_line(uint32_t len) in clear_input_line()
366 size_t len = strnlen_s(p_shell->buffered_line[current_select], SHELL_CMD_MAX_LEN); in handle_updown_key() local
870 size_t len, size = dump->str_max; in dump_vcpu_reg() local
1156 size_t len, size = str_max; in get_cpu_interrupt_info() local
1269 size_t len, size = str_max; in get_ptdev_info() local
1327 size_t len, size = str_max; in get_vioapic_info() local
1416 size_t len, size = str_max_len; in get_ioapic_info() local
A Dconsole.c83 size_t console_write(const char *s, size_t len) in console_write()
A Dnpk_log.c142 uint16_t len; in npk_log_write() local
A Duart16550.c259 size_t uart16550_puts(const char *buf, uint32_t len) in uart16550_puts()
A Dtrace.c118 size_t len, i; in TRACE_16STR() local
/hypervisor/lib/crypto/mbedtls/
A Dmd.h36 #define mbedtls_platform_zeroize(buf, len) memset((buf), 0U, (len)) argument
A Dsha256.c260 size_t len = ilen; in mbedtls_sha256_update_ret() local
/hypervisor/arch/x86/guest/
A Dguest_memory.c277 uint32_t offset_in_pg, len, pg_size; in local_copy_gpa() local
312 uint32_t len; in copy_gpa() local
341 uint32_t len; in copy_gva() local
/hypervisor/dm/vpci/
A Dvpci_priv.h54 static inline bool in_range(uint32_t value, uint32_t lower, uint32_t len) in in_range()
/hypervisor/include/lib/
A Dutil.h58 static inline uint8_t calculate_checksum8(const void *buf, uint32_t len) in calculate_checksum8()
/hypervisor/include/dm/
A Dio_req.h53 uint16_t len; /**< IO port range */ member
/hypervisor/arch/x86/seed/
A Dseed.c46 uint32_t len; in parse_seed_arg() local
/hypervisor/include/arch/x86/asm/
A Didt.h61 uint16_t len; member
A Dgdt.h136 uint16_t len; member
/hypervisor/lib/
A Dstring.c115 size_t len = strnlen_s(s, dmax); in strncpy_s() local
A Dsprintf.c379 uint32_t len; in print_string() local
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h337 uint64_t len; member
/hypervisor/hw/
A Dpci.c777 uint32_t len, idx; in pci_enumerate_cap() local
/hypervisor/boot/include/
A Dmultiboot_std.h204 uint64_t len; member

Completed in 36 milliseconds