| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/amd64/ |
| regs.c | 56 pstatus_t pstatus; local 57 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 63 disp_reg_line(ph, &pstatus, "gs", REG_GS, "fs", REG_FS); 64 disp_reg_line(ph, &pstatus, "es", REG_ES, "ds", REG_DS); 65 disp_reg_line(ph, &pstatus, "rdi", REG_RDI, "rsi", REG_RSI); 66 disp_reg_line(ph, &pstatus, "rbp", REG_RBP, "rsp", REG_RSP); 67 disp_reg_line(ph, &pstatus, "rbx", REG_RBX, "rdx", REG_RDX); 68 disp_reg_line(ph, &pstatus, "rcx", REG_RCX, "rax", REG_RAX); 69 disp_reg_line(ph, &pstatus, "trapno", REG_TRAPNO, "err", REG_ERR) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/i386/ |
| regs.c | 56 pstatus_t pstatus; local 57 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 63 disp_reg_line(ph, &pstatus, "gs", GS, "fs", FS); 64 disp_reg_line(ph, &pstatus, "es", ES, "ds", DS); 65 disp_reg_line(ph, &pstatus, "edi", EDI, "esi", ESI); 66 disp_reg_line(ph, &pstatus, "ebp", EBP, "esp", ESP); 67 disp_reg_line(ph, &pstatus, "ebx", EBX, "edx", EDX); 68 disp_reg_line(ph, &pstatus, "ecx", ECX, "eax", EAX); 69 disp_reg_line(ph, &pstatus, "trapno", TRAPNO, "err", ERR) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/sparc/ |
| regs.c | 59 pstatus_t pstatus; local 62 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 67 prst = &pstatus; 79 pstatus_t pstatus; local 82 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 87 prst = &pstatus; 99 pstatus_t pstatus; local 102 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus) 118 pstatus_t pstatus; local 138 pstatus_t pstatus; local 160 pstatus_t pstatus; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/sparcv9/ |
| regs.c | 72 pstatus_t pstatus; local 75 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 80 prst = &pstatus; 92 pstatus_t pstatus; local 95 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 100 prst = &pstatus; 112 pstatus_t pstatus; local 115 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus) 138 pstatus_t pstatus; local 158 pstatus_t pstatus; local 180 pstatus_t pstatus; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/common/ |
| callstack.c | 85 pstatus_t pstatus; local 90 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) 93 symstr = print_address_ps(ph, (ulong_t)pstatus.pr_lwp.pr_reg[R_PC], 95 printf(" 0x%08lx:%-17s\n", pstatus.pr_lwp.pr_reg[R_PC], 98 fp = pstatus.pr_lwp.pr_reg[R_FP];
|
| bpt.c | 288 pstatus_t pstatus; local 343 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) 347 if ((pstatus.pr_lwp.pr_why != PR_FAULTED) || 348 (pstatus.pr_lwp.pr_what != FLTBPT)) { 350 if ((pstatus.pr_lwp.pr_what <= MAXFAULT) && 351 (pstatus.pr_lwp.pr_why == PR_FAULTED)) 352 fltmsg = fault_strings[pstatus.pr_lwp.pr_what]; 358 pstatus.pr_lwp.pr_why, fltmsg, 359 pstatus.pr_lwp.pr_what) 425 pstatus_t pstatus; local [all...] |
| main.c | 137 pstatus_t pstatus; local 229 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1) 235 while ((pstatus.pr_lwp.pr_why == PR_SYSEXIT) && 236 ((pstatus.pr_lwp.pr_what == SYS_exec) || 237 (pstatus.pr_lwp.pr_what == SYS_execve))) { 239 if (!(pstatus.pr_lwp.pr_reg[R_PS] & ERRBIT)) { 254 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1) 268 if ((pstatus.pr_lwp.pr_why != PR_SYSEXIT) | [all...] |
| dis.c | 96 pstatus_t pstatus; local 98 if (pread(ph->pp_statusfd, &pstatus, 99 sizeof (pstatus), 0) == -1) 100 perr("pap: reading pstatus"); 103 pstatus.pr_lwp.pr_lwpid, pltbase,
|
| ps.c | 250 pstatus_t pstatus; local 252 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) 255 *dm = (int)pstatus.pr_dmodel;
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| status.c | 46 static void markFormsMounted( PSTATUS *); 50 static char *pstatus = 0, variable 74 PSTATUS *pps; 106 if (!pstatus) 107 pstatus = makepath(Lp_System, PSTATUSFILE, (char *)0); 108 if ((fd = open_locked(pstatus, "r", 0)) >= 0) { 109 char *tmp = pstatus; /* not NULL */ 208 note("Had trouble reading file %s", pstatus); 249 note("Had trouble reading file %s", pstatus); 255 for (i = 0; PStatus != NULL && PStatus[i] != NULL; i++ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| prsystm.h | 47 struct pstatus; 69 extern void prgetstatus(proc_t *, struct pstatus *, zone_t *);
|
| /onnv/onnv-gate/usr/src/lib/libpctx/common/ |
| libpctx.c | 410 const pstatus_t *pstatus; local 421 pstatus = Pstatus(pctx->Pr); 422 if (pstatus->pr_nlwp <= 1) { 424 ret = action(pctx, pstatus->pr_pid, 1, pctx->uarg); 430 "/proc/%d/lstatus", (int)pstatus->pr_pid); 453 pstatus->pr_pid, lwps->pr_lwpid, pctx->uarg) != 0) 536 const pstatus_t *pstatus; local 540 pid_t pid = Pstatus(pctx->Pr)->pr_pid; 664 pstatus = Pstatus(pctx->Pr) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ppgsz/ |
| ppgsz.c | 291 if ((rc = setpgsz(Pr, Pstatus(Pr)->pr_dmodel, pgsz)) != 0) { 344 rc = setpgsz(Pr, Pstatus(Pr)->pr_dmodel, pgsz); 421 strerror(errno), (int)Pstatus(Pr)->pr_pid); 441 const pstatus_t *pstatus; local 458 if ((pstatus = Pstatus(Pr)) == NULL) 478 pstatus->pr_brkbase && 480 pstatus->pr_brkbase + pstatus->pr_brksize) { 483 } else if (map.pr_vaddr >= pstatus->pr_stkbase & [all...] |
| /onnv/onnv-gate/usr/src/cmd/ptools/pflags/ |
| pflags.c | 131 pstatus_t pstatus; local 158 (void) memcpy(&pstatus, Pstatus(Pr), sizeof (pstatus_t)); 168 is64 = (pstatus.pr_dmodel == PR_MODEL_LP64); 170 sigmask = pstatus.pr_sigtrace; 171 fltmask = pstatus.pr_flttrace; 172 entryset = pstatus.pr_sysentry; 173 exitset = pstatus.pr_sysexit; 184 if ((flags = (pstatus.pr_flags & PROCFLAGS)) != 0) 222 sigpend = *((uint32_t *)&pstatus.pr_sigpend) [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/ |
| nisgrpadm.c | 149 nis_error s, pstatus = NIS_SUCCESS, ostatus = NIS_SUCCESS; local 346 pstatus = NIS_NOTFOUND; 370 pstatus = NIS_NOTFOUND; 436 return (pstatus);
|
| /onnv/onnv-gate/usr/src/uts/common/exec/elf/ |
| elf_notes.c | 143 pstatus_t pstatus; member in union:__anon4695 220 prgetstatus(p, &bigwad->pstatus, p->p_zone); 221 bigwad->pstatus.pr_lwp.pr_why = 0; 227 error = elfnote(vp, &offset, NT_PSTATUS, sizeof (bigwad->pstatus), 228 (caddr_t)&bigwad->pstatus, rlimit, credp);
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/sys/ |
| ptrace.c | 74 pstatus_t pstatus; /* from /proc/<pid>/status */ member in struct:cstatus 219 ps = &cp->pstatus; 560 if (pread(cp->statusfd, (char *)&cp->pstatus, 561 sizeof (cp->pstatus), (off_t)0) == sizeof (cp->pstatus) && 562 cp->pstatus.pr_ppid == ppid && 563 (cp->pstatus.pr_flags & PR_PTRACE) && 612 pstatus_t *ps = &cp->pstatus; 667 pstatus_t *ps = &cp->pstatus;
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/ |
| ptrace.c | 74 pstatus_t pstatus; /* from /proc/<pid>/status */ member in struct:cstatus 219 ps = &cp->pstatus; 568 if (pread(cp->statusfd, (char *)&cp->pstatus, 569 sizeof (cp->pstatus), (off_t)0) == sizeof (cp->pstatus) && 570 cp->pstatus.pr_ppid == ppid && 571 (cp->pstatus.pr_flags & PR_PTRACE) && 620 pstatus_t *ps = &cp->pstatus; 677 pstatus_t *ps = &cp->pstatus;
|
| /onnv/onnv-gate/usr/src/cmd/rpcinfo/ |
| rpcinfo.c | 106 static int pstatus(/*CLIENT *client, ulong_t prognum, ulong_t vers*/); 417 if (pstatus(client, prognum, vers) < 0) 453 (void) pstatus(client, prognum, MAX_VERS); 457 (void) pstatus(client, prognum, (ulong_t)0); 467 if (pstatus(client, prognum, vers) < 0) 1632 pstatus(client, prog, vers) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.proc.c | 622 int jobflags, pstatus; local 639 pstatus = pp->p_flags & PALLSTATES; 641 (pstatus == status && pp->p_reason == reason || 663 if (pstatus == status) 670 status = pstatus;
|
| /onnv/onnv-gate/usr/src/cmd/ptools/plgrp/ |
| plgrp.c | 1199 const pstatus_t *pstatus; local 1220 pstatus = Pstatus(Ph); 1226 if (lwpid == pstatus->pr_agentid || 1235 (void) printf(FMT_THREAD" ", (int)pstatus->pr_pid, (int)lwpid); 1236 return (do_op(plgrp_args, pstatus->pr_pid, lwpid, lwpsinfo)); [all...] |
| /onnv/onnv-gate/usr/src/lib/watchmalloc/common/ |
| malloc.c | 1340 pstatus_t pstatus; local 1352 if (read(pfd, &pstatus, sizeof (pstatus)) 1353 == sizeof (pstatus)) 1354 ctl.fltset = pstatus.pr_flttrace;
|
| /onnv/onnv-gate/usr/src/cmd/zlogin/ |
| zlogin.c | 1417 int pstatus = 0, error = -1, lockfd, doorfd; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/smbsrv/smbadm/ |
| smbadm.c | 911 char *pstatus; local 923 pstatus = "On"; 926 pstatus = "Off"; 929 pstatus = "Unknown"; 932 (void) printf(gettext("\t\t%s: %s\n"), pinfo->name, pstatus); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| struct_layout.h | 517 const sl_pstatus_layout_t *pstatus; /* pstatus_t */ member in struct:__anon147
|