.TITLE GLUN Get LUN Information .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index GLUN Get LUN Information ; ; Usage ; #include ; #include /* Defines struct lunbuf */ ; struct lunbuf lundat; /* LUN info buffer */ ; word lun; /* LUN */ ; word status; /* Returned DSW */ ; ; status = glun(lun, &lundat); ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial Edit ; V1.1 20-Oct-82 RBD Change P-Section. Fix Documentation ; .mcall glun$s glun:: mov sp,r0 glun$s 2(r0),4(r0) mov $dsw,r0 return .end