Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h89 typedef struct script_info { struct
94 rcm_queue_t queue;
96 rcm_queue_t drreq_q; /* queue head for current dr'ed resources */
98 module_t *module;
99 rcm_handle_t *hdl;
101 char *script_full_name; /* name of the script including path */
102 char *script_name; /* name of the script without path component */
109 int pipe1[2];
110 int pipe2[2];
112 pid_t pid; /* process id of the script process */
[all …]
H A Drcm_script.c428 script_info(module_t *module) in script_info() function