Searched defs:start_sym (Results 1 - 2 of 2) sorted by relevance

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

Completed in 75 milliseconds