Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 8 of 8) sorted by relevance

/kvmtool/include/linux/
H A Dbitmap.h15 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
47 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
/kvmtool/x86/bios/
H A Dmemcpy.c6 void memcpy16(u16 dst_seg, void *dst, u16 src_seg, const void *src, size_t len) in memcpy16()
/kvmtool/x86/
H A Dinterrupt.c7 void interrupt_table__copy(struct interrupt_table *itable, void *dst, unsigned int size) in interrupt_table__copy()
/kvmtool/util/
H A Dbitmap.c223 bool __bitmap_and(unsigned long *dst, const unsigned long *src1, in __bitmap_and()
/kvmtool/
H A Dbuiltin-setup.c55 void *src, *dst; in copy_file() local
H A Dbuiltin-run.c530 static void resolve_program(const char *src, char *dst, size_t len) in resolve_program()
/kvmtool/disk/
H A Dqcow.c287 void *dst, u32 dst_len) in qcow1_read_cluster()
372 void *dst, u32 dst_len) in qcow2_read_cluster()
468 void *dst, u32 dst_len) in qcow_read_sector_single()
/kvmtool/include/kvm/
H A Duip.h83 struct uip_eth_addr dst; member