Home
last modified time | relevance | path

Searched refs:fltset_t (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/cmd/truss/
H A Dramdata.c86 fltset_t faults; /* faults to trace */
132 fltset_t flthang; /* faults to make process hang */
H A Dramdata.h170 extern fltset_t faults; /* faults to trace */
305 extern fltset_t flthang; /* faults to make process hang */
H A Dproto.h107 extern int fltlist(char *, fltset_t *, int *);
H A Dlistopts.c388 fltset_t *setp, /* fault set */ in fltlist()
/titanic_41/usr/src/uts/common/sys/
H A Dfault.h65 } fltset_t; typedef
H A Dprocfs.h174 fltset_t pr_flttrace; /* set of traced faults */
631 fltset_t pr_flttrace; /* set of traced faults */
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c50 fltset_t fltset;
H A Dgen_struct_layout.c429 START(fltset, fltset_t); in gen_fltset()
431 ARRAY_FIELD(fltset_t, word, 0); in gen_fltset()
/titanic_41/usr/src/lib/libproc/common/
H A Dlibproc.h115 #define PRMAXFAULT (32 * sizeof (fltset_t) / sizeof (uint32_t))
301 extern void Psetfault(struct ps_prochandle *, const fltset_t *);
734 extern char *proc_fltset2str(const fltset_t *, const char *, int,
750 extern char *proc_str2fltset(const char *, const char *, int, fltset_t *);
H A DPcontrol.c2302 const fltset_t *faultset, /* current set of traced faults */ in execute_bkpt()
2309 1 + sizeof (fltset_t) / sizeof (long) + /* PCSFAULT */ in execute_bkpt()
2315 1 + sizeof (fltset_t) / sizeof (long) + /* PCSFAULT */ in execute_bkpt()
2323 fltset_t *faultp; in execute_bkpt()
2342 faultp = (fltset_t *)ctlp; in execute_bkpt()
2345 ctlp += sizeof (fltset_t) / sizeof (long); in execute_bkpt()
2375 *(fltset_t *)ctlp = *faultset; in execute_bkpt()
2376 ctlp += sizeof (fltset_t) / sizeof (long); in execute_bkpt()
2489 const fltset_t *faultset, /* current set of traced faults */ in execute_wapt()
2495 1 + sizeof (fltset_t) / sizeof (long) + /* PCSFAULT */ in execute_wapt()
[all …]
H A Dproc_names.c484 proc_fltset2str(const fltset_t *set, const char *delim, int m, in proc_fltset2str()
614 proc_str2fltset(const char *s, const char *delim, int m, fltset_t *set) in proc_str2fltset()
H A Dllib-lproc84 void Psetfault(struct ps_prochandle *Pr, const fltset_t *set);
359 char *proc_fltset2str(const fltset_t *set, const char *delim, int members,
367 fltset_t *set);
/titanic_41/usr/src/uts/intel/sys/
H A Dold_procfs.h315 fltset_t pr_fault; /* Set of faults to be traced */
563 fltset_t pr_fault; /* Set of faults to be traced */
/titanic_41/usr/src/uts/sparc/sys/
H A Dold_procfs.h314 fltset_t pr_fault; /* Set of faults to be traced */
562 fltset_t pr_fault; /* Set of faults to be traced */
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c276 fltset_t faults; in continue_to_break()
409 fltset_t faults; in step_n()
H A Dmain.c58 fltset_t fltset; in init_proc()
/titanic_41/usr/src/lib/libc/i386/sys/
H A Dptrace.c149 fltset_t faults; in ptrace()
182 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (fltset_t)) in ptrace()
183 != sizeof (long)+sizeof (fltset_t)) in ptrace()
/titanic_41/usr/src/lib/libc/sparc/sys/
H A Dptrace.c149 fltset_t faults; in ptrace()
182 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (fltset_t)) in ptrace()
183 != sizeof (long)+sizeof (fltset_t)) in ptrace()
/titanic_41/usr/src/lib/libtnfctl/
H A Dprb_proc.c395 fltset_t faults; in prb_proc_istepbpt()
516 fltset_t faults; in prb_proc_tracebpt()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprdata.h348 extern void pr_setfault(proc_t *, fltset_t *);
H A Dprcontrol.c90 fltset_t fltset; /* PCSFAULT */
146 size += sizeof (fltset_t); in ctlsize()
506 fltset_t fltset; /* PCSFAULT */
567 size += sizeof (fltset_t); in ctlsize32()
1795 pr_setfault(proc_t *p, fltset_t *fltp) in pr_setfault()
H A Dprioctl.c190 fltset_t fltmask; in prioctl64()
1728 fltset_t fltmask; in prioctl32()
1753 fltset_t fltmask; in prioctl32()
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c137 fltset_t fltmask; in look()
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1343 fltset_t fltset; in init_watch()