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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c772 int *intp, bestver, blen, clen, found, ival, modnamelen, reclen; local
775 modnamelen = strlen(modname);
793 if (clen != modnamelen || bcmp(cp, modname, clen) != 0)
830 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2826 do_dependents(struct modctl *modp, char *modname, size_t modnamelen) argument
2852 if (c < modnamelen - 1) {
2862 if (c == modnamelen - 1) {
2870 _kobj_printf(ops, "(max %d chars)\n", modnamelen);

Completed in 76 milliseconds