Searched refs:dfstab (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libsharecore.c | 452 outdfstab(FILE *dfstab, xfs_sharelist_t *list) in outdfstab() argument 456 (void) ftruncate(fileno(dfstab), 0); in outdfstab() 461 (void) fprintf(dfstab, in outdfstab() 481 (void) fprintf(dfstab, "%s", item->origline); in outdfstab() 485 (void) fprintf(dfstab, "%s", item->description); in outdfstab() 487 (void) fprintf(dfstab, "%s", item->origline); in outdfstab() 506 FILE *dfstab; in open_dfstab() local 508 dfstab = fopen(file, "r+"); in open_dfstab() 509 if (dfstab == NULL) { in open_dfstab() 510 dfstab = fopen(file, "w+"); in open_dfstab() [all …]
|
/titanic_44/usr/src/lib/brand/solaris10/zone/ |
H A D | p2v.ksh | 142 if [[ -h $zonedfs/dfstab || ! -f $zonedfs/dfstab ]]; then 168 }' $zonedfs/dfstab >>$tmpfile 171 if [[ ! -f $zonedfs/dfstab.pre_p2v ]]; then 172 safe_copy $zonedfs/dfstab $zonedfs/dfstab.pre_p2v 174 safe_copy $tmpfile $zonedfs/dfstab 175 chown root:sys $zonedfs/dfstab || \ 177 chmod 644 $zonedfs/dfstab || \
|
/titanic_44/usr/src/cmd/initpkg/ |
H A D | Makefile | 26 SHFILES= dfstab vfstab 43 DFSTAB= dfstab
|
H A D | dfstab.sh | 40 " >dfstab
|
/titanic_44/usr/src/cmd/tsol/zones/ |
H A D | zoneshare.sh | 68 infile=$prefix/etc/dfs/dfstab # default
|
/titanic_44/usr/src/cmd/dfs.cmds/shareall/ |
H A D | shareall.sh | 56 infile=/etc/dfs/dfstab # default
|
/titanic_44/usr/src/cmd/fs.d/nfs/exportfs/ |
H A D | exportfs.sh | 34 DFSTAB=/etc/dfs/dfstab
|
/titanic_44/usr/src/man/man4/ |
H A D | Makefile | 59 dfstab.4 \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | SUNWcs.man4.inc | 37 file path=usr/share/man/man4/dfstab.4
|
H A D | SUNWcs.mf | 348 file path=etc/dfs/dfstab group=sys preserve=true
|
/titanic_44/ |
H A D | .gitignore | 1425 usr/src/cmd/initpkg/dfstab
|