Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dmodule.c1041 int *intp, bestver, blen, clen, ival, modnamelen, reclen; in mod_search_hints() local
1045 modnamelen = strlen(modname); in mod_search_hints()
1063 if (clen != modnamelen || bcmp(cp, modname, clen) != 0) in mod_search_hints()
1101 result = file_lookup(mdp->d_path, modname, modnamelen, in mod_search_hints()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2822 do_dependents(struct modctl *modp, char *modname, size_t modnamelen) in do_dependents() argument
2848 if (c < modnamelen - 1) { in do_dependents()
2858 if (c == modnamelen - 1) { in do_dependents()
2866 _kobj_printf(ops, "(max %d chars)\n", (int)modnamelen); in do_dependents()