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

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/sys/dev/ahci/
H A Dahci.c1449 struct cam_path *dpath; local
1459 if (xpt_create_path(&dpath, NULL,
1461 xpt_async(AC_SCSI_AEN, dpath, NULL);
1462 xpt_free_path(dpath);
/freebsd-10.0-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 92 milliseconds