Searched defs:exec_node (Results 1 – 1 of 1) sorted by relevance
57 struct exec_node struct59 int pid; /* process-id of exec */60 int status; /* low order bits from wait */61 long key; /* private key for security */62 short Errno; /* copy of child's errno */63 short type; /* type of exec, EX_... */64 ushort flags; /* flags, EXF_... */65 MESG *md;66 union ex72 } ex;