Searched defs:modpath (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmisc.c338 grub_mod_interface_check(const char *modpath) argument
345 snprintf(versfile, sizeof (versfile), "%s/" GRUB_MODULE_IF_VERSION_FILE, modpath);
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm.c913 char modpath[MAXPATHLEN]; local
923 if (snprintf(modpath, MAXPATHLEN, "%s%s", dir_name, modname)
930 if ((dlhandle = dlopen(modpath, RTLD_LAZY)) != NULL) {
936 if (stat(modpath, &sbuf) == 0) {
938 modpath);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1377 char *modpath, *copy_mp, *curr_mp; /* modified path ptrs */ local
1384 modpath = strdup(zonepath);
1385 if (modpath == NULL)
1388 for (copy_mp = curr_mp = modpath; *curr_mp != '\0'; curr_mp++) {
1404 if (strncmp(modpath, zonecfg_root, len) != 0 || modpath[len] != '/') {
1405 free(modpath);
1408 curr_mp = modpath + len;
1410 free(modpath);

Completed in 48 milliseconds