Home
last modified time | relevance | path

Searched refs:module_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c721 lt_table_cause_from_stack(const char *module_func, int *cause_id, int *priority) in lt_table_cause_from_stack() argument
725 g_assert(module_func != NULL && cause_id != NULL && priority != NULL); in lt_table_cause_from_stack()
732 g_hash_table_lookup(symbol_lookup_table, module_func); in lt_table_cause_from_stack()
735 char *func = strchr(module_func, '`'); in lt_table_cause_from_stack()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3126 module_func (char *arg, int flags) in module_func() function
3162 module_func,
3186 if ((err = module_func(newarg, flags)) != 0) in module_dollar_func()
3219 ret = module_func (arg, flags); in modulenounzip_func()