Home
last modified time | relevance | path

Searched refs:fr_arg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c335 nextfp->fr_arg[0], nextfp->fr_arg[1], in traceback()
336 nextfp->fr_arg[2], nextfp->fr_arg[3], in traceback()
337 nextfp->fr_arg[4], nextfp->fr_arg[5]); in traceback()
342 nextfp->fr_arg[0], nextfp->fr_arg[1], in traceback()
343 nextfp->fr_arg[2], nextfp->fr_arg[3], in traceback()
344 nextfp->fr_arg[4], nextfp->fr_arg[5]); in traceback()
349 nextfp->fr_arg[0], nextfp->fr_arg[1], in traceback()
350 nextfp->fr_arg[2], nextfp->fr_arg[3], in traceback()
351 nextfp->fr_arg[4], nextfp->fr_arg[5]); in traceback()
355 nextfp->fr_arg[0], nextfp->fr_arg[1], in traceback()
[all …]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dframe.h41 long fr_arg[6]; /* saved arguments [0 - 5] */ member
57 int fr_arg[6]; /* saved arguments [0 - 5] */ member
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c44 printf(" %s/%u", s ? s : "?", fp->fr_arg);
74 printf("skip %u", fp->fr_arg);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c306 signo = fp->fr_arg[0]; in walkcontext()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c689 rval = fp->fr_arg[arg]; in dtrace_getarg()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2026 skip = fr->fr_arg;
3669 if (FR_ISSKIP(fp->fr_flags) && (rn + fp->fr_arg >= rules))
3670 fp->fr_arg += addremove;
5049 (void) SNPRINTF(name, sizeof(name), "%d", fr->fr_arg);
5051 (void) sprintf(name, "%d", fr->fr_arg);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y305 fr->fr_arg = $2; }
336 fr->fr_arg = $3;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h603 u_int fr_arg; /* misc. numeric arg for rule */ member