func pib [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
func pib
Returns the virtual address (SPTR) of a process's process information
block (PIB).
Syntax
pib (pin)
Formal Declaration
pib:sptr (pin:u16)
Parameters
pin The process identification number (PIN) for which the
address of the PIB is to be returned.
Examples
$nmdebug > wl pib(8)
$c3583a20
Limitations, Restrictions
If the PIN does not exist, the function result is undefined and an error
status is set.
MPE/iX 5.0 Documentation