Home
last modified time | relevance | path

Searched refs:nsysarg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c1363 if (nsysarg > 2) in getsubcode()
1367 if (nsysarg > 3) in getsubcode()
1380 if (nsysarg > 3) in getsubcode()
1394 if (nsysarg > 4) in getsubcode()
1402 if (nsysarg > 0) in getsubcode()
1407 if (nsysarg > 2) in getsubcode()
1412 if (nsysarg > 4) in getsubcode()
1418 if (nsysarg > 2) in getsubcode()
1425 if (nsysarg > 1) in getsubcode()
1439 if (nsysarg > 3) in getsubcode()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2590 realsigprof_slow(int sysnum, int nsysarg, int error) in realsigprof_slow() argument
2615 sip->si_nsysarg = nsysarg; in realsigprof_slow()
2635 realsigprof_fast(int sysnum, int nsysarg, int error) in realsigprof_fast() argument
2665 sip->si_nsysarg = nsysarg; in realsigprof_fast()
2713 realsigprof(int sysnum, int nsysarg, int error) in realsigprof() argument
2727 realsigprof_slow(sysnum, nsysarg, error); in realsigprof()
2730 realsigprof_fast(sysnum, nsysarg, error); in realsigprof()