Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/uath/
H A Duath.c719 char start_sym[64]; in uath_loadsym() local
725 (void) snprintf(start_sym, sizeof (start_sym), "%s_start", sym); in uath_loadsym()
728 p = (char *)ddi_modsym(modp, start_sym, &rv); in uath_loadsym()
731 "mod %s: symbol %s not found\n", uath_fwmod, start_sym); in uath_loadsym()
/titanic_50/usr/src/uts/common/io/mwl/
H A Dmwl.c791 char start_sym[64]; in mwl_loadsym() local
797 (void) snprintf(start_sym, sizeof (start_sym), "%s_start", sym); in mwl_loadsym()
800 p = (char *)ddi_modsym(modp, start_sym, &rv); in mwl_loadsym()
803 "mod %s: symbol %s not found\n", sym, start_sym); in mwl_loadsym()