•  Back 
  •  xfs_sfirst 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.5.16.31.4  xfs_wlabel                                           TOS

 Name:        »xfs_wlabel« - Write the disk name.

 Parameters:

               a0 =     DD *
               a1 =     char *name
               -> d0 =  long errcode

 Description: xfs_wlabel serves for (re)naming media. It is called by 
              the kernel when Fcreate with attribute 8 is performed. 
              If the disk name is stored as a special file, as for the 
              DOS filesystem, then all other path-based XFS functions 
              have to ignore the disk name.

              An empty name, or one consisting of '0xe5' (for TOS 
              compatibility) must delete the disk name (provided that 
              media without names are allowable). xfs_wlabel is also 
              called for Dwritelabel.

 Group:       Make-up of an XFS

 See also:    MagiC's XFS-concept