Searched defs:pusharg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c58 int pusharg = (argc > 6 ? argc - 6 : 0); local
64 size = sizeof (long) * (pusharg + 1);
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c575 int pusharg = (nargs > 6) ? nargs - 6: 0; local
577 sp -= sizeof (int64_t) * (pusharg+2);
607 int pusharg = (nargs > 6) ? nargs - 6: 0; local
638 sizeof (int64_t) * (pusharg + 1), ap) !=
639 sizeof (int64_t) * (pusharg + 1))
662 int pusharg = (nargs > 6) ? nargs - 6: 0; local
667 if (pusharg > 0 &&
668 Pread(P, &arglist[0], sizeof (int64_t) * (pusharg + 1),
669 ap) != sizeof (int64_t) * (pusharg + 1))

Completed in 44 milliseconds