Searched refs:modnamelen (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | module.c | 1041 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 D | kobj.c | 2823 do_dependents(struct modctl *modp, char *modname, size_t modnamelen) in do_dependents() argument 2849 if (c < modnamelen - 1) { in do_dependents() 2859 if (c == modnamelen - 1) { in do_dependents() 2867 _kobj_printf(ops, "(max %d chars)\n", (int)modnamelen); in do_dependents()
|