Specifications

Operating System Routines
EXE$WRITELOCK, EXE$WRITELOCKR
A driver FDT routine that calls EXE$WRITELOCKR must distinguish between
successful and unsuccessful status when it resumes, as shown in the following
example:
JSB G^EXE$WRITELOCKR
BLBS BUF_LOCK_OK
BUF_LOCK_FAIL:
;
; clean up this $QIO bookkeeping
;
RSB
BUF_LOCK_OK:
.
.
.
;
;continue processing this I/O request
;
3–67