The unlockpt callable service unlocks the slave pseudoterminal device that is associated with the master to which the file descriptor refers.
Operation | Environment |
---|---|
Authorization: | Supervisor or problem state, any PSW key |
Dispatchable unit mode: | Task |
Cross memory mode: | PASN = HASN |
AMODE (BPX1UPT): | 31-bit |
AMODE (BPX4UPT): | 64-bit |
ASC mode: | Primary mode |
Interrupt status: | Enabled for interrupts |
Locks: | Unlocked |
Control parameters: | All parameters must be addressable by the caller and in the primary address space. |
|
AMODE 64 callers use BPX4UPT with the same parameters.
The name of a fullword that contains the file descriptor for the terminal.
The name of a fullword in which the unlockpt service returns 0 if the request is successful, or -1 if it is not successful.
Return_code | Explanation |
---|---|
EACCES | Either a grantpt has not yet been issued, or an unlockpt has already been issued. An unlockpt must be issued after a grantpt, and can only be issued once. |
EBADF | The File_descriptor parameter does not specify a file descriptor that is open for writing. |
EINVAL | The file descriptor is not associated with a master pseudoterminal device. |
The name of a fullword in which the unlockpt service stores the reason code. The unlockpt service returns Reason_code only if Return_value is -1. Reason_code further qualifies the Return_code value. For the reason codes, see z/OS UNIX System Services Messages and Codes.
There are no restrictions on the use of the unlockpt service.
For an example using this callable service, see BPX1UPT (unlockpt) example.