Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c729 struct local_client *lastfd = NULL; in main_loop() local
738 lastfd->next = thisfd->next; in main_loop()
740 thisfd = lastfd; in main_loop()
774 lastfd->next = thisfd->next; in main_loop()
776 thisfd = lastfd; in main_loop()
791 lastfd = thisfd; in main_loop()
996 struct local_client *lastfd = NULL; in read_from_local_sock() local
1010 lastfd->next = newfd->next; in read_from_local_sock()
1012 newfd->next = lastfd; in read_from_local_sock()
1016 lastfd = newfd; in read_from_local_sock()