Home
last modified time | relevance | path

Searched refs:sysset_t (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c81 sysset_t trace; /* sys calls to trace */
82 sysset_t traceeven; /* sys calls to trace even if not reported */
83 sysset_t verbose; /* sys calls to be verbose about */
84 sysset_t rawout; /* sys calls to show in raw mode */
130 sysset_t syshang; /* sys calls to make process hang */
H A Dramdata.h165 extern sysset_t trace; /* sys calls to trace */
166 extern sysset_t traceeven; /* sys calls to trace even if not reported */
167 extern sysset_t verbose; /* sys calls to be verbose about */
168 extern sysset_t rawout; /* sys calls to show in raw mode */
303 extern sysset_t syshang; /* sys calls to make process hang */
H A Dproto.h105 extern int syslist(char *, sysset_t *, int *);
H A Dlistopts.c66 sysset_t *setp, /* syscall set */ in syslist()
H A Dmain.c886 sysset_t full_set; in worker_thread()
887 sysset_t running_set; in worker_thread()
/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h109 #define PRMAXSYS (32 * sizeof (sysset_t) / sizeof (uint32_t))
300 extern void Psetsysentry(struct ps_prochandle *, const sysset_t *);
301 extern void Psetsysexit(struct ps_prochandle *, const sysset_t *);
768 extern char *proc_sysset2str(const sysset_t *, const char *, int,
782 extern char *proc_str2sysset(const char *, const char *, int, sysset_t *);
H A Dproc_names.c574 proc_sysset2str(const sysset_t *set, const char *delim, int m, in proc_sysset2str()
684 proc_str2sysset(const char *s, const char *delim, int m, sysset_t *set) in proc_str2sysset()
H A DPcontrol.c2833 return (Psetaction(P, &P->status.pr_sysentry, sizeof (sysset_t), in Psysentry()
2841 Psetsysentry(struct ps_prochandle *P, const sysset_t *set) in Psetsysentry()
2860 return (Psetaction(P, &P->status.pr_sysexit, sizeof (sysset_t), in Psysexit()
2868 Psetsysexit(struct ps_prochandle *P, const sysset_t *set) in Psetsysexit()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmain.c59 sysset_t sysset; in init_proc()
137 sysset_t sysset; in main()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c58 sysset_t sysset;
H A Dgen_struct_layout.c535 START(sysset, sysset_t); in gen_sysset()
537 ARRAY_FIELD(sysset_t, word, 0); in gen_sysset()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c148 sysset_t syscalls; in ptrace()
185 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (sysset_t)) in ptrace()
186 != sizeof (long)+sizeof (sysset_t)) in ptrace()
190 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (sysset_t)) in ptrace()
191 != sizeof (long)+sizeof (sysset_t)) in ptrace()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c150 sysset_t syscalls; in ptrace()
187 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (sysset_t)) in ptrace()
188 != sizeof (long)+sizeof (sysset_t)) in ptrace()
192 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (sysset_t)) in ptrace()
193 != sizeof (long)+sizeof (sysset_t)) in ptrace()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h179 sysset_t pr_sysentry; /* set of system calls traced on entry */
180 sysset_t pr_sysexit; /* set of system calls traced on exit */
761 sysset_t pr_sysentry; /* set of system calls traced on entry */
762 sysset_t pr_sysexit; /* set of system calls traced on exit */
H A Dsyscall.h508 } sysset_t; typedef
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c135 sysset_t entryset; in look()
136 sysset_t exitset; in look()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c97 sysset_t sysset; /* PCSENTRY, PCSEXIT */
187 { PCSENTRY, sizeof (sysset_t), NULL, NULL },
188 { PCSEXIT, sizeof (sysset_t), NULL, NULL },
785 sysset_t sysset; /* PCSENTRY, PCSEXIT */
838 { PCSENTRY, sizeof (sysset_t), NULL, NULL },
839 { PCSEXIT, sizeof (sysset_t), NULL, NULL },
1714 pr_setentryexit(proc_t *p, sysset_t *sysset, int entry) in pr_setentryexit()
H A Dprdata.h351 extern void pr_setentryexit(proc_t *, sysset_t *, int);
H A Dprioctl.c177 sysset_t prmask; in prioctl64()
1689 sysset_t prmask; in prioctl32()
1715 sysset_t prmask; in prioctl32()