Searched defs:script_info (Results 1 – 2 of 2) sorted by relevance
89 typedef struct script_info { struct94 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 …]
428 script_info(module_t *module) in script_info() function