Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c164 static int writedone = FALSE; /* and then sets this to TRUE */ variable
752 writedone = (whatami == READWRITE) ? TRUE : FALSE; in done()
758 if (writedone == FALSE) { in done()
761 writedone = TRUE; in done()
784 if (writedone == TRUE) { in done()
1097 writedone = TRUE; in interrupt()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1466 goto writedone; in cachefs_push()
1506 writedone: in cachefs_push()