[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

General Programming Concepts: Writing and Debugging Programs


Trace Hook IDs: 407

The following trace hook IDs are stored in the /usr/include/sys/trchkid.h file.

407 : HKWD TTY XON

Recorded Data

Event:

(maj, min, chan) xon config cmd cmd ret ret

(maj, min, chan) xon alloc cin cin cmd alloc cmd ret ret

(maj, min, chan) xon open mode open mode ext ext ret ret

(maj, min, chan) xon close ret ret

(maj, min, chan) xon read ret ret

(maj, min, chan) xon write ret ret

(maj, min, chan) xon ioctl cmd ioctl cmd arg ioctl arg mode mode ret ret

(maj, min, chan) xon select events events revents revents ret ret

(maj, min, chan) xon revoke flag revoke flag ret ret

(maj, min, chan) xon mpx ret ret

(maj, min, chan) xon input c c input status ret ret

(maj, min, chan) xon output output status

(maj, min, chan) xon service proc proc ret ret

(maj, min, chan) xon service set control control ret ret

(maj, min, chan) xon service get control ret ret

(maj, min, chan) xon service get status ret ret

(maj, min, chan) xon service baud baud ret ret

(maj, min, chan) xon service get baud ret ret

(maj, min, chan) xon service set input baud baud ret ret

(maj, min, chan) xon service get input baud ret ret

(maj, min, chan) xon service set bpc bpc ret ret

(maj, min, chan) xon service get bpc ret ret

(maj, min, chan) xon service set parity parity ret ret

(maj, min, chan) xon service get parity ret ret

(maj, min, chan) xon service set stops stops ret ret

(maj, min, chan) xon service get stops ret ret

(maj, min, chan) xon service set break ret ret

(maj, min, chan) xon service clear break ret ret

(maj, min, chan) xon service open open ret ret

(maj, min, chan) xon service dopace dopace ret ret

(maj, min, chan) xon service softpace softpace ret ret

(maj, min, chan) xon service softrchar softrchar ret ret

(maj, min, chan) xon service softlchar softlchar ret ret

(maj, min, chan) xon service softrstr softrstr ret ret

(maj, min, chan) xon service softlstr softlstr ret ret

(maj, min, chan) xon service hardrbits hardrbits ret ret

(maj, min, chan) xon service hardlbits hardlbits ret ret

(maj, min, chan) xon service loop enter ret ret

(maj, min, chan) xon service loop exit ret ret

(maj, min, chan) xon proc proc ret ret

(maj, min, chan) xon slih intr intr slih status

(maj, min, chan) xon offlevel intr intr ret ret

(maj, min, chan)    Major and minor device number, and channel number.

config cmd cmd   

cin cin

cmd alloc cmd Possible values:

push

pop

unconfig

mode open mode

ext ext

ioctl cmd ioctl cmd

arg ioctl arg

mode mode

events events Possible values:

in

out

pri

sync

revents revents

revoke flag revoke flag

c c

input status Possible values:

good char

overrun

parity error

framing error

break interrupt

cts on

cts off

dsr on

dsr off

ri on

ri off

cd on

cd off

cblock buf

other buf

proc proc Possible values:

output

suspend

resume

block

unblock

rflush

wflush

output output status Possible values:

done

more output

set control control Possible values:

TSDTR

TSRTS

TSCTS

TSDSR

TSRI

TSCD

baud baud

bpc bpc

parity parity Possible values:

none

odd

mark

even

space

stops stops Possible values:

1

2

open open Possible values:

local

remote

dopace dopace Possible values:

again

xon

str

dtr

rts

softpace softpace Possible values:

remote off

remote any

remote on

remote str

local off

local on

local str

softrchar softrchar

softlchar softlchar

softrstr softrstr

softlstr softlstr   ardrbits hardrbits

hardlbits hardlbits

intr intr

slih status Possible values:

serviced

no intr serviced


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]