Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h87 typedef struct script_info { struct
92 rcm_queue_t queue;
94 rcm_queue_t drreq_q; /* queue head for current dr'ed resources */
96 module_t *module;
97 rcm_handle_t *hdl;
99 char *script_full_name; /* name of the script including path */
107 int pipe1[2];
108 int pipe2[2];
110 pid_t pid; /* process id of the script process */
111 thread_t tid; /* thread id of the stderr reader thread */
[all …]
H A Drcm_script.c426 script_info(module_t *module) in script_info() function