Home
last modified time | relevance | path

Searched refs:dpn (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c237 struct pathname dpn; in tmp_mount() local
286 (uap->flags & MS_SYSSPACE) ? UIO_SYSSPACE : UIO_USERSPACE, &dpn)) in tmp_mount()
290 pn_free(&dpn); in tmp_mount()
321 tm->tm_mntpath = tmp_memalloc(dpn.pn_pathlen + 1, TMP_MUSTHAVE); in tmp_mount()
322 (void) strcpy(tm->tm_mntpath, dpn.pn_path); in tmp_mount()
367 pn_free(&dpn); in tmp_mount()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c290 struct pathname dpn; in hsfs_mount() local
337 UIO_SYSSPACE : UIO_USERSPACE, &dpn); in hsfs_mount()
343 pn_free(&dpn); in hsfs_mount()
351 pn_free(&dpn); in hsfs_mount()
358 error = hs_mountfs(vfsp, dev, dpn.pn_path, mode, flags, cr, 0); in hsfs_mount()
359 pn_free(&dpn); in hsfs_mount()
/titanic_41/usr/src/cmd/troff/
H A Dext.h86 extern int dpn;
H A Dn7.c533 dpn++;
534 if (dpn >= stop) {
535 dpn = 0;
H A Dni.c113 int dpn = -1; variable
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c267 struct pathname dpn; in ufs_mount() local
323 if (error = pn_get(uap->dir, fromspace, &dpn)) in ufs_mount()
330 pn_free(&dpn); in ufs_mount()
338 pn_free(&dpn); in ufs_mount()
352 pn_free(&dpn); in ufs_mount()
374 pn_free(&dpn); in ufs_mount()
424 dpn.pn_path, cr, 0, &args, datalen); in ufs_mount()
437 pn_free(&dpn); in ufs_mount()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c185 struct pathname dpn; in udf_mount() local
209 if (error = pn_get(uap->dir, UIO_USERSPACE, &dpn)) { in udf_mount()
218 pn_free(&dpn); in udf_mount()
306 error = ud_mountfs(vfsp, why, dev, dpn.pn_path, cr, 0); in udf_mount()
311 pn_free(&dpn); in udf_mount()