Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: %ZISUTL

Package: Kernel

Routine: %ZISUTL


Information

%ZISUTL ;ISD/HGW - Device Handler Utility routine ; 8/19/20 10:51am

Source Information

Source file <ZISUTL.m>

Entry Points

Name Comments DBIA/ICR reference
GETDEV(X) ;Return IO variables
; ZEXCEPT: POP
SAVDEV(NM) ;Save IO variables
  • ICR #2119
    • Status: Active
    • Usage: Supported
    SYMBOL(MODE,ROOT) ;0=Save, 1=Restore, K=Kill IO variables
    RMDEV(X) ;Remove saved IO variables.
  • ICR #2119
    • Status: Active
    • Usage: Supported
    RMALLDEV() ;Remove saved IO variables for all devices saved in table.
    FINDEV(NM) ;Find Device name and return IEN.
    NEXTDEV(NM) ;Return next available device.
    OPEN(HNDL,IOP,%ZIS) ;Open extrinsic function
  • ICR #2119
    • Status: Active
    • Usage: Supported
    CLOSE(X1) ;Close extrinsic function
  • ICR #2119
    • Status: Active
    • Usage: Supported
    USE(X1) ;Restore IO* variables pertaining to the device.
  • ICR #2119
    • Status: Active
    • Usage: Supported
    LINEPORT() ;Return device name for line port.
    LNPRTSUB() ;Return line port subtype pointer.
    LNPRTNAM() ;Return Line port name
    LNPRTIEN(X) ;Return internal entry number of Line/port
    LNPRTADR(X) ;Returns Line/Port name of a fixed device.
    FIND(IOP) ;e.f. Get the IEN of a device
    NOQ(IOP) ;e.f. Return queueing status
    UNIQUE(ZISNA) ;Build a unique number to add to a device name
    ENDOFILE() ;p599 Set Cache end-of-file to work like DSM
    Info |  Source |  Entry Points