Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Dnet.c132 int done = 0, status = 0, status_running = 0, extbufpos = 0; in read_remote() local
205 status_running = status_running * 10 + (buff[pos] - '0'); in read_remote()
207 status = status_running; in read_remote()
208 status_running = 0; in read_remote()