Searched refs:dir_path (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/audit/ |
H A D | audit.c | 351 * 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 D | dt_options.c | 291 (dp->dir_path = strdup(arg)) == NULL) { 481 free(dp->dir_path); 482 dp->dir_path = path;
|
H A D | dt_pragma.c | 214 (void) snprintf(lib, len, "%s/%s", dirp->dir_path, lname);
|
H A D | dt_impl.h | 190 char *dir_path; /* directory pathname */ member in struct:dt_dirpath
|
H A D | dt_cc.c | 2312 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) { 2320 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) {
|
H A D | dt_open.c | 1397 free(dirp->dir_path);
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 1776 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