Searched refs:fr_arg (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sparc/os/ |
H A D | archdep.c | 335 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 …]
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | frame.h | 41 long fr_arg[6]; /* saved arguments [0 - 5] */ member 57 int fr_arg[6]; /* saved arguments [0 - 5] */ member
|
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printfr.c | 46 printf(" %s/%u", s ? s : "?", fp->fr_arg); 76 printf("skip %u", fp->fr_arg);
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | walkstack.c | 307 signo = fp->fr_arg[0]; in walkcontext()
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 689 rval = fp->fr_arg[arg]; in dtrace_getarg()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 2026 skip = fr->fr_arg; 3673 if (FR_ISSKIP(fp->fr_flags) && (rn + fp->fr_arg >= rules)) 3674 fp->fr_arg += addremove; 5053 (void) SNPRINTF(name, sizeof(name), "%d", fr->fr_arg); 5055 (void) sprintf(name, "%d", fr->fr_arg);
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 305 fr->fr_arg = $2; } 336 fr->fr_arg = $3;
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 602 u_int fr_arg; /* misc. numeric arg for rule */ member
|