Searched refs:dfstab (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/initpkg/
H A Ddfstab.sh40 " >dfstab
H A DMakefile26 SHFILES= dfstab vfstab
43 DFSTAB= dfstab
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c30 * and file systems to be exported. This includes legacy dfstab/sharetab
154 * Look at the beginning of the current /etc/dfs/dfstab file and add
165 /* zero length dfstab */
195 * Returns an zfs_sharelist_t list of lines from the dfstab file
198 * dfstab file.
330 * remove it from dfstab when the file is rewritten.
400 * Add an entry to the dfstab list for share (relative to proto). This
401 * is used to update dfstab for legacy purposes.
446 * outdfstab(dfstab, list)
448 * Output the list to dfstab makin
453 outdfstab(FILE *dfstab, xfs_sharelist_t *list) argument
507 FILE *dfstab; local
541 FILE *dfstab; local
579 FILE *dfstab; local
677 FILE *dfstab; local
1097 parse_dfstab(sa_handle_t handle, char *dfstab, xmlNodePtr root) argument
1291 FILE *dfstab; local
[all...]
/illumos-gate/usr/src/cmd/tsol/zones/
H A Dzoneshare.sh29 # Processes a non-global zone's dfstab file after translating
68 infile=$prefix/etc/dfs/dfstab # default
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh56 infile=/etc/dfs/dfstab # default
62 if [ "$infile" = "/etc/dfs/dfstab" ]
93 if [ "$infile" = "/etc/dfs/dfstab" ]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh142 if [[ -h $zonedfs/dfstab || ! -f $zonedfs/dfstab ]]; then
143 error "$e_badfile" "/etc/dfs/dfstab"
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 || \
176 fail_fatal "$f_chown" "$zonedfs/dfstab"
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh34 DFSTAB=/etc/dfs/dfstab
76 -i ) iflg="true" ; shift ;; # ignore dfstab opts
/illumos-gate/usr/src/man/man4/
H A DMakefile59 dfstab.4 \

Completed in 340 milliseconds