/plan9-contrib/sys/src/libthread/ |
H A D | threadimpl.h | 28 typedef struct Proc Proc; typedef 113 struct Proc struct 123 Proc *newproc; /* fork argument */ argument 137 Proc *next; /* linked list of Procs */ argument 147 struct Pqueue { /* Proc queue */ argument
|
/plan9-contrib/sys/src/cmd/ptrace/ |
H A D | all.h | 14 typedef struct Proc Proc; typedef 41 struct Proc struct 65 extern Proc *proc; argument
|
/plan9-contrib/sys/src/9/omap/ |
H A D | softfpu.c | 56 fpusysrforkchild(Proc*, Ureg *, Proc*) in fpusysrforkchild() argument 66 fpuprocsave(Proc*) in fpuprocsave() argument 78 fpuprocrestore(Proc*) in fpuprocrestore() argument 89 fpusysprocsetup(Proc*) in fpusysprocsetup() argument
|
H A D | dat.h | 40 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/9/kw/ |
H A D | softfpu.c | 56 fpusysrforkchild(Proc*, Ureg*, Proc*) in fpusysrforkchild() argument 66 fpuprocsave(Proc*) in fpuprocsave() argument 78 fpuprocrestore(Proc*) in fpuprocrestore() argument 89 fpusysprocsetup(Proc*) in fpusysprocsetup() argument
|
/plan9-contrib/sys/src/cmd/snap/ |
H A D | snap.h | 3 typedef struct Proc Proc; typedef 46 struct Proc { struct 47 Proc *link; argument 57 Proc* snap(long pid, int usetext); argument
|
/plan9-contrib/sys/src/9k/port/ |
H A D | portdat.h | 34 typedef struct Proc Proc; typedef 619 struct Proc struct 628 Proc *rnext; /* next process in run queue */ argument 629 Proc *qnext; /* next process on queue for a QLock */ argument 639 Proc *pidhash; /* next proc in pid hash */ argument 647 Proc *parent; argument 649 Pgrp *pgrp; /* Process group for namespace */ argument 673 Proc *pdbg; /* the debugging process */ argument 685 Proc *palarm; /* Next alarm time */ argument 691 Proc *rendhash; /* Hash list for tag values */ argument [all …]
|
/plan9-contrib/sys/src/9/port/ |
H A D | portdat.h | 33 typedef struct Proc Proc; typedef 658 struct Proc struct 667 Proc *rnext; /* next process in run queue */ argument 668 Proc *qnext; /* next process on queue for a QLock */ argument 676 Proc *pidhash; /* next proc in pid hash */ argument 684 Proc *parent; argument 686 Pgrp *pgrp; /* Process group for namespace */ argument 687 Egrp *egrp; /* Environment group */ 711 Proc *pdbg; /* the debugging process */ argument 723 Proc *palarm; /* Next alarm time */ argument [all …]
|
/plan9-contrib/sys/src/9/teg2/ |
H A D | softfpu.c | 56 fpusysrforkchild(Proc*, Ureg *, Proc*) in fpusysrforkchild() argument 66 fpuprocsave(Proc*) in fpuprocsave() argument 78 fpuprocrestore(Proc*) in fpuprocrestore() argument 89 fpusysprocsetup(Proc*) in fpusysprocsetup() argument
|
H A D | vfp3.c | 334 fpuprocrestore(Proc *) in fpuprocrestore() argument
|
/plan9-contrib/sys/src/cmd/vnc/ |
H A D | compat.h | 8 typedef struct Proc Proc; typedef 96 struct Proc struct 112 extern Proc **privup; argument
|
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/ |
H A D | dat.h | 40 typedef struct Proc Proc; typedef 386 struct Proc struct 394 Pgrp *pgrp; /* Process group for namespace */ argument 406 Proc *rendhash; /* Hash list for tag values */ argument 421 Proc *qnext; argument 423 void (*fn)(void*); 424 void *arg; 426 char oproc[1024]; /* reserved for os */
|
/plan9-contrib/sys/src/cmd/unix/drawterm/exportfs/ |
H A D | exportfs.h | 9 #define Proc Exproc macro 15 typedef struct Proc Proc; typedef 50 struct Proc struct 54 Proc *next; argument
|
/plan9-contrib/sys/src/cmd/exportfs/ |
H A D | exportfs.h | 12 typedef struct Proc Proc; typedef 52 struct Proc struct 56 Proc *next; argument 57 int pid;
|
/plan9-contrib/sys/src/9/vt4/ |
H A D | softfpu.c | 23 fpusysrforkchild(Proc*, Ureg*, Proc*) in fpusysrforkchild() argument
|
/plan9-contrib/sys/src/cmd/iostats/ |
H A D | statfs.h | 20 typedef struct Proc Proc; typedef 90 struct Proc struct 94 Proc *next; argument
|
/plan9-contrib/sys/src/9/bcm/ |
H A D | vfp3.c | 328 fpuprocrestore(Proc *) in fpuprocrestore() argument
|
/plan9-contrib/sys/src/9/mtx/ |
H A D | dat.h | 12 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/boot/vt4/ |
H A D | data.h | 56 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/9/rb/ |
H A D | dat.h | 16 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/boot/vt5/ |
H A D | data.h | 55 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/9/ppc/ |
H A D | dat.h | 13 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/9/loongson64/ |
H A D | dat.h | 16 typedef struct Proc Proc; typedef
|
/plan9-contrib/sys/src/ape/cmd/pdksh/ |
H A D | jobs.c | 94 typedef struct proc Proc; typedef
|
/plan9-contrib/sys/src/9/loongson/ |
H A D | dat.h | 16 typedef struct Proc Proc; typedef
|