HomeSort by relevance Sort by last modified time
    Searched refs:sys_args (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
expound.c 156 if (pri->sys_nargs < 2 || (offset = pri->sys_args[1]) == NULL)
263 if (pri->sys_nargs < 1 || (offset = pri->sys_args[0]) == NULL)
380 prtime(pri, "systime = ", (time_t)pri->sys_args[0]);
391 if (pri->sys_nargs < 1 || (offset = pri->sys_args[0]) == NULL)
524 switch (pri->sys_args[2]) {
526 show_uname(pri, (long)pri->sys_args[0]);
529 show_ustat(pri, (long)pri->sys_args[0]);
532 show_fusers(pri, (long)pri->sys_args[3], r0);
543 switch (pri->sys_args[2]) {
545 show_uname(pri, (long)pri->sys_args[0])
    [all...]
actions.c 311 * Set up pri->sys_nargs and pri->sys_args[] (syscall args).
327 (void) memset(pri->sys_args, 0, sizeof (pri->sys_args));
334 i < nargs && i < sizeof (pri->sys_args) / sizeof (pri->sys_args[0]);
336 pri->sys_args[i] = Lsp->pr_sysarg[i];
378 * Set up the system call arguments (pri->sys_nargs & pri->sys_args[]).
399 * The address in pri->sys_args[0] refers to the old process
432 offset = pri->sys_args[0];
452 int fdp1 = (int)pri->sys_args[0] + 1
    [all...]
print.c 310 switch (pri->sys_args[1]) {
569 int fdp1 = pri->sys_args[0] + 1;
570 ssize_t nbyte = ISWRITE(syscall)? pri->sys_args[2] :
832 switch (pri->sys_args[2]) {
1395 switch (pri->sys_args[0]) {
1397 switch (pri->sys_args[1]) {
1405 switch (pri->sys_args[1]) {
    [all...]
ipc.c 398 (void) Lputareg(Lwp, R_O1+i, pri->sys_args[i]);
402 (void) Lputareg(Lwp, R_O0+i, pri->sys_args[i]);
ramdata.h 102 long sys_args[9]; /* the arguments to the last syscall */ member in struct:__anon1877
main.c 1184 (pri->sys_args[1]&0x3) != O_RDONLY)) {
    [all...]

Completed in 360 milliseconds