•  Back 
  •  MagiC's XFS-concept 
  •  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.30  xfs_rlabel                                             TOS

 Name:        »xfs_rlabel« - liest den Disknamen.

 Parameters:

               a0 =     DD *
               a1 =     char *name
               d0 =     char *buf
               d1 =     int len
               -> d0 =  long errcode

 Description: xfs_rlabel serves for reading the medium name. It is 
              called by the kernel when Fsfirst with attribute == 8 is 
              performed. name is generally "*.*" and can be ignored. 
              len is the length of the buffer buf; on overflow ERANGE 
              must be returned.
              xfs_rlabel is also called for Dreadlabel. In this case 
              name == NULL.

 Group:       Make-up of an XFS

 See also:    MagiC's XFS-concept