System Debug Reference Manual (32650-90888)
218 Chapter6
System Debug Command Specifications M-X
MACL[IST]
fnum : INT ,
[detail : INT / U16 = $5] ,
[error_parm : STR = 'pad'] )
Display the PARMS (parameters) for macro fs_disc_alloc_parms
$nmdat > macl fs_table all nobody
macro fs_table : UNKN/U16 = $0
( entry_ptr : PTR ,
table : STR ,
[detail : INT / U16 = $1] ,
[field_name : STR = ] )
machelp = 'Print the table and optionally returns the field value'
mackey = 'MXFS HP Q_FS_X_NM EL FS TABLE PLFD GDPD GUFD LACB PACB MVT'
+^S
'FMAVT AFT FLAB'
macver = 'A.00.01'
For the macro fs_table, display all macro attributes, except for the macro body (NOBODY).
The macro parameters, help string, keywords string, and version string are displayed.
$nmdat > macl @sem@
macro pm_semaphores : PTR/LPTR = $0.0
macro rm_build_semaphore_wait_list : STR/STR =
macro rm_sem_blocked_proc : STR/STR =
macro rm_sem_deadlock : STR/STR =
macro rm_sem_owner : INT/U16 = $0
macro rm_semaphore
macro rm_semaphore_info : UNKN/U16 = $0
macro xm_semp
List all macros that match the pattern "@sem@". By default, only the names of the macros
are displayed. Note that default types and return values are displayed for those macros
that have specified defaults.
$nmdat > macl `.*port_.*`
macro cmport_context : PTR/LPTR = $0.0
macro cmport_dst : INT/U16 = $0
macro cmport_name : INT/U16 = $0
macro cmport_record : PTR/LPTR = $0.0
macro global_port_name : STR/STR =
macro io_ioldm_port_fv
macro io_port_data : UNKN/U16 = $0
macro port_data : PTR/LPTR = $0.0
macro port_global : INT/U16 = $0
macro port_message : PTR/LPTR = $0.0
macro port_record : PTR/LPTR = $0.0
macro ui_job_port_msg : UNKN/U16 = $0
macro ui_jsmain_port_msg : UNKN/U16 = $0
List all macros that match the regular expression pattern ".*port_.*". By default, only the
macro names (and default return values/types) are displayed.
$nmdat > macl @timer@ help
macro format_timer_msg
machelp = 'Formats the timer request list entrys message.'