Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c581 static void buf_cancel (IO_OPER rw, uint32 port, BUF_SELECT which);
1079 buf_cancel (iowrite, mpx_port, put); /* cancel it */ in exec_command()
1081 buf_cancel (ioread, mpx_port, get); /* cancel it */ in exec_command()
1121 buf_cancel (ioread, port, get); /* cancel get buffer */ in exec_command()
1398 buf_cancel (ioread, i, get); /* cancel buffer */ in mpx_cntl_svc()
1807 buf_cancel (ioread, port, put); /* cancel put buffer */ in mpx_line_svc()
2614 static void buf_cancel (IO_OPER rw, uint32 port, BUF_SELECT which) in buf_cancel() function
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c931 static void buf_cancel (IO_OPER rw, uint32 port, BUF_SELECT which);
1478 buf_cancel (ioread, i, get); /* cancel buffer */ in cntl_service()
1967 buf_cancel (ioread, port, put); /* cancel put buffer */ in line_service()
2503 buf_cancel (iowrite, mpx_port, put); /* cancel it */ in exec_command()
2505 buf_cancel (ioread, mpx_port, get); /* cancel it */ in exec_command()
2545 buf_cancel (ioread, port, get); /* cancel get buffer */ in exec_command()
3148 static void buf_cancel (IO_OPER rw, uint32 port, BUF_SELECT which) in buf_cancel() function
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1597 static void buf_cancel (IO_OPER rw, uint32 port, BUF_SELECT which);
2184 buf_cancel (ioread, i, get); /* cancel buffer */ in cntl_service()
2715 buf_cancel (ioread, port, put); /* then cancel the current buffer */ in line_service()
3334 buf_cancel (iowrite, mpx_port, put); /* cancel it */ in exec_command()
3336 buf_cancel (ioread, mpx_port, get); /* cancel it */ in exec_command()
3381 buf_cancel (ioread, port, get); /* cancel get buffer */ in exec_command()
4076 static void buf_cancel (IO_OPER rw, uint32 port, BUF_SELECT which) in buf_cancel() function
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dkvs40xx.c121 static inline void buf_cancel(struct buf *b) in buf_cancel() function