Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h55 struct exec_node struct
57 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 ex
70 } ex;