/titanic_51/usr/src/uts/common/sys/ |
H A D | kobj.h | 55 struct module { struct 56 total_allocatedmodule global() argument 58 hdrmodule global() argument 59 shdrsmodule global() argument 60 strhdrmodule global() argument 62 depends_onmodule global() argument 64 symsizemodule global() argument 65 symspacemodule global() argument 66 flagsmodule global() argument 90 tailmodule global() argument 92 machdatamodule global() argument 93 ctfdatamodule global() argument 94 ctfsizemodule global() argument 96 fbt_tabmodule global() argument 97 fbt_sizemodule global() argument 98 fbt_nentriesmodule global() argument 99 textwinmodule global() argument 100 textwin_basemodule global() argument 102 sdt_probesmodule global() argument 103 sdt_nprobesmodule global() argument 104 sdt_tabmodule global() argument 105 sdt_sizemodule global() argument 107 sigdatamodule global() argument 108 sigsizemodule global() argument
|
/titanic_51/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 100 #define MODULE(module,namespace) \ argument 115 #define END_MODULE(module) \ argument 126 STUB_COMMON(module,fcnname,install_fcn,retfcn,weak) global() argument 146 STUB_UNLOADABLE(module,fcnname,install_fcn,retfcn,weak) global() argument 242 MODULE(module,namespace) global() argument 257 END_MODULE(module) global() argument 277 STUB_COMMON(module,fcnname,install_fcn,retfcn,weak) global() argument 297 STUB_UNLOADABLE(module,fcnname,install_fcn,retfcn,weak) global() argument 364 STUB(module,fcnname,retfcn) global() argument 370 WSTUB(module,fcnname,retfcn) global() argument 379 NO_UNLOAD_STUB(module,fcnname,retfcn) global() argument 385 NO_UNLOAD_WSTUB(module,fcnname,retfcn) global() argument [all...] |
/titanic_51/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 89 #define MODULE(module,namespace) \ argument 104 #define END_MODULE(module) \ argument 108 #define STUB(module, fcnnam argument 114 WSTUB(module,fcnname,retfcn) global() argument 123 NO_UNLOAD_STUB(module,fcnname,retfcn) global() argument 132 SCALL_NU_STUB(module,fcnname,retfcn) global() argument 135 NO_UNLOAD_WSTUB(module,fcnname,retfcn) global() argument 138 STUB_DATA(module,fcnname,install_fcn,retfcn,weak) global() argument 161 STUB_COMMON(module,fcnname,install_fcn,retfcn,weak) global() argument 184 STUB_UNLOADABLE(module,fcnname,install_fcn,retfcn,weak) global() argument 207 SCALL_UNLOADABLE(module,fcnname,install_fcn,retfcn,weak) global() argument [all...] |
/titanic_51/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_impl.h | 111 typedef struct module { struct 112 struct module *next; argument 118 char *name; /* module name */ argument 121 rcm_queue_t client_q; /* list of module's clients */ argument 129 rcm_queue_t queue; /* per module queue */ argument 131 module_t *module; /* per-client module */ member
|
H A D | rcm_subr.c | 118 module_detach(module_t *module) in module_detach() argument 132 module_attach(module_t *module) in module_attach() argument 145 module_init(module_t * module) module_init() argument 159 module_info(module_t * module) module_info() argument 170 module_fini(module_t * module) module_fini() argument 184 module_unload(module_t * module) module_unload() argument 220 module_t *module; module_load() local 331 module_t *module; cli_module_hold() local 374 cli_module_rele(module_t * module) cli_module_rele() argument 1566 module_t *module; rcmd_db_init() local 1808 rcm_handle_alloc(module_t * module) rcm_handle_alloc() argument [all...] |
H A D | rcm_script.c | 365 script_init(module_t * module) script_init() argument 428 script_info(module_t * module) script_info() argument 443 script_fini(module_t * module) script_fini() argument 1678 module_t *module = rsi->module; add_for_unregister() local 1698 module_t *module = rsi->module; remove_from_unregister() local 1721 module_t *module = rsi->module; complete_unregister() local [all...] |
/titanic_51/usr/src/cmd/ldmad/ |
H A D | ldma_log.c | 96 ldma_log_msg(int prio, char *module, char *fmt, va_list vap) in ldma_log_msg() argument 122 ldma_err(char *module, char *fmt, ...) in ldma_err() argument 132 ldma_info(char *module, char *fmt, ...) in ldma_info() argument 142 ldma_dbg(char *module, char *fmt, ...) in ldma_dbg() argument
|
/titanic_51/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.h | 92 typedef struct module { struct 93 struct module *next; argument 99 event_mod_finimodule global() argument
|
/titanic_51/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-debug.h | 143 xge_debug(module,level,fmt) global() argument 158 xge_debug(module,level,fmt...) global() argument 170 u32 module = XGE_COMPONENT_HAL_STATS; xge_debug_stats() local 189 u32 module = XGE_COMPONENT_HAL_INTERRUPT; xge_debug_interrupt() local 207 u32 module = XGE_COMPONENT_HAL_QUEUE; xge_debug_queue() local 227 u32 module = XGE_COMPONENT_HAL_MM; xge_debug_mm() local 246 u32 module = XGE_COMPONENT_HAL_CONFIG; xge_debug_config() local 265 u32 module = XGE_COMPONENT_HAL_FIFO; xge_debug_fifo() local 283 u32 module = XGE_COMPONENT_HAL_RING; xge_debug_ring() local 301 u32 module = XGE_COMPONENT_HAL_CHANNEL; xge_debug_channel() local 319 u32 module = XGE_COMPONENT_HAL_DEVICE; xge_debug_device() local 337 u32 module = XGE_COMPONENT_OSDEP; xge_debug_osdep() local 356 u32 module = XGE_COMPONENT_LL; xge_debug_ll() local [all...] |
/titanic_51/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 99 typedef struct module struct 105 reservedmodule global() argument
|
/titanic_51/usr/src/uts/common/rpc/ |
H A D | mt_rpcinit.c | 58 rpcstat_zone_init_common(zoneid_t zoneid, const char *module, const char *name, in rpcstat_zone_init_common() argument 85 rpcstat_zone_fini_common(zoneid_t zoneid, const char *module, const char *name) in rpcstat_zone_fini_common() argument
|
/titanic_51/usr/src/uts/common/os/ |
H A D | dacf.c | 311 char *module, char *opset, dacf_opid_t opid, uint_t opts, in dacf_rule_insert() argument 366 dacf_rule_ctor(char * device_spec,char * module,char * opset,dacf_opid_t opid,uint_t opts,dacf_arg_t * op_args) dacf_rule_ctor() argument 673 dacf_module_t *module; dacf_module_register() local 789 dacf_module_t *module; dacf_module_unregister() local 830 dacf_destroy_opsets(dacf_module_t * module) dacf_destroy_opsets() argument 917 dacf_module_t *module; dacf_op_invoke() local [all...] |
/titanic_51/usr/src/cmd/sgs/gprof/common/ |
H A D | lookup.c | 40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) in nllookup() argument [all...] |
H A D | readelf.c | 168 process_namelist(mod_info_t *module) in process_namelist() argument 454 get_symtab(Elf *elf, mod_info_t *module) in get_symtab() argument [all...] |
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/ |
H A D | KstatCtl.java | 80 public native Kstat lookup(String module, int instance, String name); in lookup() argument
|
/titanic_51/usr/src/cmd/sgs/prof/common/ |
H A D | lookup.c | 39 nllookup(mod_info_t *module, Address address, Address *nxtsym_val) in nllookup() argument [all...] |
/titanic_51/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 242 typedef struct module { struct 248 struct module *next; argument
|
/titanic_51/usr/src/uts/common/io/dls/ |
H A D | dls_stat.c | 105 dls_stat_create(const char *module, int instance, const char *name, in dls_stat_create() argument
|
/titanic_51/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_nvm.c | 1294 u8 module, transaction; i40e_nvmupd_validate_command() local 1537 u8 module, transaction; i40e_nvmupd_nvm_read() local 1576 u8 module, transaction; i40e_nvmupd_nvm_erase() local 1616 u8 module, transaction; i40e_nvmupd_nvm_write() local [all...] |
/titanic_51/usr/src/cmd/lp/cmd/lpsched/ |
H A D | ports.c | 323 push_module(int fd, char *device, char *module) in push_module() argument
|
/titanic_51/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 45 fmd_stat_t module; member 432 const char *module = arg; in stat_one_xprt_auth() local 468 stat_xprt_auth(const char * module) stat_xprt_auth() argument [all...] |
/titanic_51/usr/src/boot/sys/sys/ |
H A D | module.h | 118 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument 159 MODULE_VERSION(module,version) global() argument [all...] |
/titanic_51/usr/src/uts/common/fs/nfs/ |
H A D | nfs_stats.c | 47 nfsstat_zone_init_common(zoneid_t zoneid, const char *module, int vers, in nfsstat_zone_init_common() argument 70 nfsstat_zone_fini_common(zoneid_t zoneid, const char *module, int vers, in nfsstat_zone_fini_common() argument
|
/titanic_51/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_self.c | 37 fmd_stat_t module; member
|
/titanic_51/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 771 char *module = NULL; in cvt_to_hyper() local 1029 char *module = NULL; cvt_to_metal() local [all...] |