HomeSort by: relevance | last modified time | path
    Searched defs:putter_fop_close (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/putter/
putter.c 205 static int putter_fop_close(file_t *);
217 .fo_close = putter_fop_close,
358 putter_fop_close(file_t *fp) function in typeref:typename:int
363 DPRINTF(("putter_fop_close: device closed\n"));
378 DPRINTF(("putter_fop_close: data associated with fp %p was "
392 DPRINTF(("putter_fop_close: putter associated with fp %p (%d) "
putter.c 205 static int putter_fop_close(file_t *);
217 .fo_close = putter_fop_close,
358 putter_fop_close(file_t *fp) function in typeref:typename:int
363 DPRINTF(("putter_fop_close: device closed\n"));
378 DPRINTF(("putter_fop_close: data associated with fp %p was "
392 DPRINTF(("putter_fop_close: putter associated with fp %p (%d) "
putter.c 205 static int putter_fop_close(file_t *);
217 .fo_close = putter_fop_close,
358 putter_fop_close(file_t *fp) function in typeref:typename:int
363 DPRINTF(("putter_fop_close: device closed\n"));
378 DPRINTF(("putter_fop_close: data associated with fp %p was "
392 DPRINTF(("putter_fop_close: putter associated with fp %p (%d) "

Completed in 33 milliseconds