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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dmkdir.c39 mkdir (dpath, dmode)
40 const char *dpath;
46 if (stat (dpath, &statbuf) == 0)
69 execl ("/bin/mkdir", "mkdir", dpath, (char *) 0);
81 return chmod (dpath, dmode);
89 rmdir (dpath)
90 char *dpath;
95 if (stat (dpath, &statbuf) != 0)
111 execl ("/bin/rmdir", "rmdir", dpath, (char *) 0);
/freebsd-9.3-release/tools/regression/priv/
H A Dpriv_vfs_stickyfile.c49 char dpath[1024]; variable
57 setup_dir("priv_vfs_stickyfile_fowner_setup: dpath", dpath,
68 setup_dir("priv_vfs_stickyfile_fother_setup: dpath", dpath,
101 error = chmod(dpath, 0700 | S_ISTXT);
121 error = chmod(dpath, 0700 | S_ISTXT);
181 (void)rmdir(dpath);
/freebsd-9.3-release/sys/cam/ata/
H A Data_pmp.c184 struct cam_path *dpath; local
191 if (xpt_create_path(&dpath, periph,
195 xpt_acquire_device(dpath->device);
196 cam_freeze_devq(dpath);
197 xpt_free_path(dpath);
206 struct cam_path *dpath; local
213 if (xpt_create_path(&dpath, periph,
217 cam_release_devq(dpath, 0, 0, 0, FALSE);
218 xpt_release_device(dpath->device);
219 xpt_free_path(dpath);
227 struct cam_path *dpath; local
425 struct cam_path *dpath; local
587 struct cam_path *dpath; local
[all...]
/freebsd-9.3-release/tools/regression/sockets/unix_gc/
H A Dunix_gc.c54 static char dpath[PATH_MAX]; variable
539 snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/%s", dpath, test);
588 snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/%s", dpath, test);
603 snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/%s", dpath, test);
761 strlcpy(dpath, "/tmp/unpgc.XXXXXXXX", sizeof(dpath));
762 if (mkdtemp(dpath) == NULL)
771 (void)rmdir(dpath);
778 snprintf(cmd, sizeof(cmd), "%s %s", RMDIR, dpath);
/freebsd-9.3-release/sys/dev/siis/
H A Dsiis.c775 struct cam_path *dpath; local
794 if (xpt_create_path(&dpath, NULL,
796 xpt_async(AC_SCSI_AEN, dpath, NULL);
797 xpt_free_path(dpath);
/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.c1508 struct cam_path *dpath; local
1518 if (xpt_create_path(&dpath, NULL,
1520 xpt_async(AC_SCSI_AEN, dpath, NULL);
1521 xpt_free_path(dpath);
/freebsd-9.3-release/sys/dev/mvs/
H A Dmvs.c630 struct cam_path *dpath; local
642 if (xpt_create_path(&dpath, NULL,
644 xpt_async(AC_SCSI_AEN, dpath, NULL);
645 xpt_free_path(dpath);

Completed in 170 milliseconds