Searched defs:next (Results 1 – 12 of 12) sorted by relevance
/kvmtool/include/linux/ |
H A D | types.h | 40 struct list_head *next, *prev; member 48 struct hlist_node *next, **pprev; member
|
H A D | list.h | 39 struct list_head *next) in __list_add() 86 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 206 struct list_head *next = head->next; in list_empty_careful() local 275 struct list_head *next) in __list_splice() 615 struct hlist_node *next = n->next; in __hlist_del() local 649 struct hlist_node *next) in hlist_add_before()
|
H A D | virtio_ring.h | 111 __virtio16 next; member
|
H A D | vfio.h | 77 __u32 next; /* Offset of next capability */ member
|
/kvmtool/ |
H A D | builtin-run.c | 91 static int parse_mem_unit(char **next) in parse_mem_unit() 105 static u64 parse_mem_option(const char *nptr, char **next) in parse_mem_option() 127 char *next, *nptr; in mem_parser() local
|
/kvmtool/net/uip/ |
H A D | core.c | 179 struct uip_buf *buf, *next; in uip_exit() local
|
H A D | udp.c | 249 struct uip_udp_socket *sk, *next; in uip_udp_exit() local
|
H A D | tcp.c | 376 struct uip_tcp_socket *sk, *next; in uip_tcp_exit() local
|
/kvmtool/include/kvm/ |
H A D | pci.h | 117 u8 next; member 125 u8 next; member 137 u8 next; member 156 u8 next; member 161 u8 next; member
|
/kvmtool/virtio/ |
H A D | core.c | 108 unsigned int next; in next_desc() local
|
H A D | 9p.c | 1404 struct p9_fid *pfid, *next; in notify_status() local
|
/kvmtool/vfio/ |
H A D | pci.c | 701 u16 pos, next; in vfio_pci_parse_caps() local
|