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