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

  /onnv/onnv-gate/usr/src/cmd/truss/
expound.c 160 if (Pread(Proc, &utimbuf, sizeof (utimbuf), offset)
166 if (Pread(Proc, &utimbuf32, sizeof (utimbuf32), offset)
191 if (Pread(Proc, &utimbuf, sizeof (utimbuf), offset)
200 if (Pread(Proc, &utimbuf32, sizeof (utimbuf32), offset)
225 if (Pread(Proc, &utimbuf, sizeof (utimbuf), offset)
234 if (Pread(Proc, &utimbuf32, sizeof (utimbuf32), offset)
267 if (Pread(Proc, &tod, sizeof (tod), offset)
273 if (Pread(Proc, &tod32, sizeof (tod32), offset)
292 if (Pread(Proc, &itimerval, sizeof (itimerval), offset)
298 if (Pread(Proc, &itimerval32, sizeof (itimerval32), offset
    [all...]
main.c 215 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) {
220 command, who, (int)Pstatus(Proc)->pr_pid,
239 if (lwptrace(Pstatus(Proc)->pr_pid, Lsp->pr_lwpid))
471 Proc = Pcreate(argv[0], &argv[0], &err, path, sizeof (path));
472 if (Proc == NULL) {
506 (void) Psetflags(Proc, PR_FORK);
508 (void) Punsetflags(Proc, PR_FORK);
509 Psp = Pstatus(Proc);
617 Psp = Pstatus(Proc);
642 Pfree(Proc);
    [all...]
fcall.c 92 if (td_init() != TD_OK || td_ta_new(Proc, &Thr_agent) != TD_OK)
154 (Rdb_agent = Prd_agent(Proc)) != NULL) {
179 Pupdate_maps(Proc);
194 (void) Pobject_iter(Proc, object_present, NULL);
214 (void) Pobject_iter(Proc, object_iter, NULL);
229 const pstatus_t *Psp = Pstatus(Proc);
237 (void) sprintf(mapfile, "/proc/%d/rmap", (int)Psp->pr_pid);
257 (void) Plwp_iter(Proc, lwp_stack_traps, &ph_map);
281 (void) Psymbol_iter(Proc, object_name,
291 (void) Psymbol_iter(Proc, object_name
    [all...]
ramdata.c 121 struct ps_prochandle *Proc; /* global reference to process */
xstat.c 78 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {
178 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {
223 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {
267 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {
procset.c 54 if (Pread(Proc, psp, sizeof (*psp), offset) == sizeof (*psp)) {
ipc.c 244 * Check for open of a /proc/nnnnn file.
245 * Return 0 if this is not an open of a /proc file.
259 const pstatus_t *Psp = Pstatus(Proc);
285 * Along the way, watch out for /proc/self and /proc/1234/lwp/agent
338 if (!Pisprocdir(Proc, dirname) || /* file not in a /proc directory */
339 pid == getpid() || /* process opened truss's /proc file */
353 * Process did open a /proc file ---
355 if (pid == Psp->pr_pid) { /* process opened its own /proc file *
    [all...]
actions.c 73 (void) Psysexit(Proc, sys, TRUE);
355 pid_t pid = Pstatus(Proc)->pr_pid;
422 (void) Pread(Proc, &offset,
426 (void) Pread(Proc, &offset32,
531 (void) Psysexit(Proc, what, FALSE);
941 fail = (Pread(Proc, &nargs, sizeof (nargs), ap) != sizeof (nargs));
950 fail = (Pread(Proc, &xnargs, sizeof (xnargs), ap) !=
955 fail = (Pread(Proc, &nargs, sizeof (nargs), ap) !=
1023 if (Pread(Proc, argaddr, ptrsize, ap) != ptrsize) {
1065 if ((nbytes = Pread(Proc, buffer, nbytes, offset)) <= 0
    [all...]
ramdata.h 179 extern htbl_t *fcall_tbl; /* function call hash table (per-proc) */
294 extern struct ps_prochandle *Proc; /* global reference to process */
print.c 589 if (Pread(Proc, buffer, (size_t)nb, (long)val) != nb)
1299 if (Pread(Proc, &ccc, sizeof (ccc), val) != sizeof (ccc))
1313 if (pri->Errno || Pread(Proc, &ccc, sizeof (ccc), val) != sizeof (ccc))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbsm/
xmlHandlers.pm 133 Proc => \&procHandler,
  /onnv/onnv-gate/usr/src/cmd/mdb/demo/
README 119 6. Example 2: Proc Walker and PS

Completed in 480 milliseconds