Searched refs:end_sym (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath.c | 720 char end_sym[64]; in uath_loadsym() local 726 (void) snprintf(end_sym, sizeof (end_sym), "%s_end", sym); in uath_loadsym() 735 end = (char *)ddi_modsym(modp, end_sym, &rv); in uath_loadsym() 738 "mod %s: symbol %s not found\n", uath_fwmod, end_sym); in uath_loadsym()
|
/titanic_41/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 792 char end_sym[64]; in mwl_loadsym() local 798 (void) snprintf(end_sym, sizeof (end_sym), "%s_end", sym); in mwl_loadsym() 807 end = (char *)ddi_modsym(modp, end_sym, &rv); in mwl_loadsym() 810 "mod %s: symbol %s not found\n", sym, end_sym); in mwl_loadsym()
|