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

/illumos-gate/usr/src/cmd/audit/
H A Daudit.c351 * Verify, that the dir_path is path to a directory.
355 validate_path(char *dir_path) argument
360 if (dir_path == NULL) {
364 if (stat(dir_path, &statbuf) == -1) {
366 dir_path, strerror(errno));
371 progname, dir_path);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c291 (dp->dir_path = strdup(arg)) == NULL) {
481 free(dp->dir_path);
482 dp->dir_path = path;
H A Ddt_pragma.c214 (void) snprintf(lib, len, "%s/%s", dirp->dir_path, lname);
H A Ddt_impl.h190 char *dir_path; /* directory pathname */ member in struct:dt_dirpath
H A Ddt_cc.c2312 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) {
2320 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) {
H A Ddt_open.c1397 free(dirp->dir_path);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1776 char *dir_path; local
1783 dir_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
1785 if (copyinstr(umount_dir, (caddr_t)dir_path,
1794 path->audp_sect[0] = dir_path;
1795 path->audp_sect[1] = dir_path + strlen(dir_path) + 1;
1803 kmem_free(dir_path, MAXPATHLEN);

Completed in 142 milliseconds