Searched refs:kldpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/kldload/
H A Dkldload.c57 char kldpath[MAXPATHLEN]; local
95 strlcpy(kldpath, element, MAXPATHLEN);
96 if (kldpath[strlen(kldpath) - 1] != '/') {
97 strlcat(kldpath, "/", MAXPATHLEN);
99 strlcat(kldpath, kldname, MAXPATHLEN);
101 if (stat(kldpath, &sb) == -1) {

Completed in 93 milliseconds