Searched refs:PRMAXFAULT (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_names.c418 if (i > 0 && i <= PRMAXFAULT && *next == '\0') {
423 for (i = 1; i <= PRMAXFAULT; i++) {
498 for (i = 1; i <= PRMAXFAULT; i++) {
H A Dlibproc.h105 #define PRMAXFAULT (32 * sizeof (fltset_t) / sizeof (uint32_t)) macro
H A DPcontrol.c2800 SETFAULT, PRMAXFAULT, which, stop));
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c421 if (flt <= 0 || flt > PRMAXFAULT || *next != '\0') {
422 for (flt = 1; flt <= PRMAXFAULT; flt++) {
433 if (flt > PRMAXFAULT)
436 if (flt > 0 && flt <= PRMAXFAULT) {
H A Dramdata.h194 long fltcount[PRMAXFAULT+1]; /* faults count [0..MAXFAULT] */
H A Dactions.c281 if ((uint_t)flt > PRMAXFAULT || !prismember(&faults, flt) || !dotrace)
H A Dmain.c1796 for (i = 0; i <= PRMAXFAULT; i++) {
2098 for (i = 0, total = 0; i <= PRMAXFAULT && !interrupt; i++) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4478 if (fltnum <= 0 || fltnum > PRMAXFAULT) {

Completed in 85 milliseconds