Home
last modified time | relevance | path

Searched defs:osl_procStat (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sal/osl/unx/
H A Dprocess.c1082 struct osl_procStat struct
1085 pid_t pid; /* pid */
1086 char command[16]; /* 'argv[0]' */ /* mfe: it all right char comm[16] in kernel! */
1087 char state; /* state (running, stopped, ...) */
1088 pid_t ppid; /* parent pid */
1089 pid_t pgrp; /* parent group */
1090 int session; /* session ID */
1091 int tty; /* no of tty */
1092 pid_t tpgid; /* group of process owning the tty */
1093 unsigned long flags; /* flags dunno */
[all …]