Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h57 struct exec_node struct
59 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 ex
72 } ex;