Home
last modified time | relevance | path

Searched refs:first_io (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_io_sanei.c94 static pixma_io_t *first_io = NULL; variable
304 while (first_io) in pixma_io_cleanup()
305 pixma_disconnect (first_io); in pixma_io_cleanup()
393 io->next = first_io; in pixma_connect()
394 first_io = io; in pixma_connect()
409 for (p = &first_io; *p && *p != io; p = &((*p)->next)) in pixma_disconnect()

Completed in 2 milliseconds