Home
last modified time | relevance | path

Searched refs:script_info (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h120 struct script_info *rsi; /* scripting data */
311 char *script_info(module_t *);
H A Drcm_script_impl.h87 typedef struct script_info { struct
H A Drcm_subr.c164 return (script_info(module)); in module_info()
H A Drcm_script.c426 script_info(module_t *module) in script_info() function