Home
last modified time | relevance | path

Searched refs:pk_next (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhostchan.c105 writeQueueSend = tmp_pkt->pk_next; in Adp_initSeq()
115 writeQueueRoot = tmp_pkt->pk_next; in Adp_initSeq()
246 while (pk->pk_next != NULL) in Adp_addToQueue()
247 pk = pk->pk_next; in Adp_addToQueue()
252 newpkt->pk_next = NULL; in Adp_addToQueue()
253 pk->pk_next = newpkt; in Adp_addToQueue()
263 *head = pk->pk_next; in Adp_removeFromQueue()
517 tmp_pkt = tmp_pkt->pk_next; in check_seq()
520 if (tmp_pkt->pk_next == NULL) { in check_seq()
527 Packet *tmp = tmp_pkt->pk_next; in check_seq()
[all …]
H A Ddevsw.h32 struct Packet *pk_next; /* XXX first field in struct */ member