Searched defs:dst (Results 1 – 8 of 8) sorted by relevance
/kvmtool/include/linux/ |
H A D | bitmap.h | 15 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 D | memcpy.c | 6 void memcpy16(u16 dst_seg, void *dst, u16 src_seg, const void *src, size_t len) in memcpy16()
|
/kvmtool/x86/ |
H A D | interrupt.c | 7 void interrupt_table__copy(struct interrupt_table *itable, void *dst, unsigned int size) in interrupt_table__copy()
|
/kvmtool/util/ |
H A D | bitmap.c | 223 bool __bitmap_and(unsigned long *dst, const unsigned long *src1, in __bitmap_and()
|
/kvmtool/ |
H A D | builtin-setup.c | 55 void *src, *dst; in copy_file() local
|
H A D | builtin-run.c | 530 static void resolve_program(const char *src, char *dst, size_t len) in resolve_program()
|
/kvmtool/disk/ |
H A D | qcow.c | 287 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 D | uip.h | 83 struct uip_eth_addr dst; member
|