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