RTEMS 4.10
Annotated Report
Thu May 27 17:20:56 2010

0200a15c <IMFS_Set_handlers>:                                         
{                                                                     
  IMFS_jnode_t    *node = loc->node_access;                           
  IMFS_fs_info_t  *fs_info;                                           
                                                                      
  fs_info = loc->mt_entry->fs_info;                                   
  switch( node->type ) {                                              
 200a15c:	c2 02 00 00 	ld  [ %o0 ], %g1                               
)                                                                     
{                                                                     
  IMFS_jnode_t    *node = loc->node_access;                           
  IMFS_fs_info_t  *fs_info;                                           
                                                                      
  fs_info = loc->mt_entry->fs_info;                                   
 200a160:	c4 02 20 10 	ld  [ %o0 + 0x10 ], %g2                        
  switch( node->type ) {                                              
 200a164:	c2 00 60 4c 	ld  [ %g1 + 0x4c ], %g1                        
 200a168:	80 a0 60 07 	cmp  %g1, 7                                    
 200a16c:	18 80 00 0a 	bgu  200a194 <IMFS_Set_handlers+0x38>          <== NEVER TAKEN
 200a170:	c4 00 a0 34 	ld  [ %g2 + 0x34 ], %g2                        
 200a174:	83 28 60 02 	sll  %g1, 2, %g1                               
 200a178:	07 00 80 28 	sethi  %hi(0x200a000), %g3                     
 200a17c:	86 10 e1 3c 	or  %g3, 0x13c, %g3	! 200a13c <miniIMFS_initialize+0x24>
 200a180:	c2 00 c0 01 	ld  [ %g3 + %g1 ], %g1                         
 200a184:	81 c0 40 00 	jmp  %g1                                       
 200a188:	01 00 00 00 	nop                                            
    case IMFS_DIRECTORY:                                              
      loc->handlers = fs_info->directory_handlers;                    
 200a18c:	c2 00 a0 0c 	ld  [ %g2 + 0xc ], %g1                         
 200a190:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
      loc->handlers = &IMFS_fifo_handlers;                            
      break;                                                          
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 200a194:	81 c3 e0 08 	retl                                           
 200a198:	90 10 20 00 	clr  %o0                                       
      break;                                                          
    case IMFS_LINEAR_FILE:                                            
      loc->handlers = fs_info->memfile_handlers;                      
      break;                                                          
    case IMFS_MEMORY_FILE:                                            
      loc->handlers = fs_info->memfile_handlers;                      
 200a19c:	c2 00 a0 08 	ld  [ %g2 + 8 ], %g1                           
 200a1a0:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
      loc->handlers = &IMFS_fifo_handlers;                            
      break;                                                          
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 200a1a4:	81 c3 e0 08 	retl                                           
 200a1a8:	90 10 20 00 	clr  %o0                                       
    case IMFS_DEVICE:                                                 
      loc->handlers = &IMFS_device_handlers;                          
      break;                                                          
    case IMFS_SYM_LINK:                                               
    case IMFS_HARD_LINK:                                              
      loc->handlers = &IMFS_link_handlers;                            
 200a1ac:	03 00 80 6d 	sethi  %hi(0x201b400), %g1                     
 200a1b0:	82 10 60 b8 	or  %g1, 0xb8, %g1	! 201b4b8 <IMFS_link_handlers>
 200a1b4:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
      loc->handlers = &IMFS_fifo_handlers;                            
      break;                                                          
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 200a1b8:	81 c3 e0 08 	retl                                           
 200a1bc:	90 10 20 00 	clr  %o0                                       
      break;                                                          
    case IMFS_MEMORY_FILE:                                            
      loc->handlers = fs_info->memfile_handlers;                      
      break;                                                          
    case IMFS_FIFO:                                                   
      loc->handlers = &IMFS_fifo_handlers;                            
 200a1c0:	03 00 80 6c 	sethi  %hi(0x201b000), %g1                     
 200a1c4:	82 10 63 ac 	or  %g1, 0x3ac, %g1	! 201b3ac <IMFS_fifo_handlers>
 200a1c8:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
      break;                                                          
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 200a1cc:	81 c3 e0 08 	retl                                           
 200a1d0:	90 10 20 00 	clr  %o0                                       
  switch( node->type ) {                                              
    case IMFS_DIRECTORY:                                              
      loc->handlers = fs_info->directory_handlers;                    
      break;                                                          
    case IMFS_DEVICE:                                                 
      loc->handlers = &IMFS_device_handlers;                          
 200a1d4:	03 00 80 6d 	sethi  %hi(0x201b400), %g1                     
 200a1d8:	82 10 60 80 	or  %g1, 0x80, %g1	! 201b480 <IMFS_device_handlers>
 200a1dc:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
      loc->handlers = &IMFS_fifo_handlers;                            
      break;                                                          
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 200a1e0:	81 c3 e0 08 	retl                                           
 200a1e4:	90 10 20 00 	clr  %o0                                       
                                                                      

0200e254 <IMFS_allocate_node>: IMFS_jnode_t *IMFS_allocate_node( IMFS_jnode_types_t type, const char *name, mode_t mode ) {
 200e254:	9d e3 bf 98 	save  %sp, -104, %sp                           
  struct timeval       tv;                                            
                                                                      
  /*                                                                  
   *  Allocate an IMFS jnode                                          
   */                                                                 
  node = calloc( 1, sizeof( IMFS_jnode_t ) );                         
 200e258:	90 10 20 01 	mov  1, %o0                                    
 200e25c:	7f ff f4 1a 	call  200b2c4 <calloc>                         
 200e260:	92 10 20 68 	mov  0x68, %o1                                 
  if ( !node )                                                        
 200e264:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200e268:	02 80 00 14 	be  200e2b8 <IMFS_allocate_node+0x64>          <== NEVER TAKEN
 200e26c:	82 10 20 01 	mov  1, %g1                                    
  /*                                                                  
   *  Fill in the basic information                                   
   */                                                                 
  node->st_nlink = 1;                                                 
  node->type     = type;                                              
  strncpy( node->name, name, IMFS_NAME_MAX );                         
 200e270:	92 10 00 19 	mov  %i1, %o1                                  
    return NULL;                                                      
                                                                      
  /*                                                                  
   *  Fill in the basic information                                   
   */                                                                 
  node->st_nlink = 1;                                                 
 200e274:	c2 34 20 34 	sth  %g1, [ %l0 + 0x34 ]                       
  node->type     = type;                                              
  strncpy( node->name, name, IMFS_NAME_MAX );                         
 200e278:	94 10 20 20 	mov  0x20, %o2                                 
                                                                      
  /*                                                                  
   *  Fill in the basic information                                   
   */                                                                 
  node->st_nlink = 1;                                                 
  node->type     = type;                                              
 200e27c:	f0 24 20 4c 	st  %i0, [ %l0 + 0x4c ]                        
  strncpy( node->name, name, IMFS_NAME_MAX );                         
 200e280:	40 00 0a d8 	call  2010de0 <strncpy>                        
 200e284:	90 04 20 0c 	add  %l0, 0xc, %o0                             
  /*                                                                  
   *  Fill in the mode and permission information for the jnode structure.
   */                                                                 
  node->st_mode = mode;                                               
  #if defined(RTEMS_POSIX_API)                                        
    node->st_uid = geteuid();                                         
 200e288:	7f ff f4 ca 	call  200b5b0 <geteuid>                        
 200e28c:	f4 24 20 30 	st  %i2, [ %l0 + 0x30 ]                        
    node->st_gid = getegid();                                         
 200e290:	7f ff f4 c4 	call  200b5a0 <getegid>                        
 200e294:	d0 34 20 3c 	sth  %o0, [ %l0 + 0x3c ]                       
  #endif                                                              
                                                                      
  /*                                                                  
   *  Now set all the times.                                          
   */                                                                 
  gettimeofday( &tv, 0 );                                             
 200e298:	92 10 20 00 	clr  %o1                                       
   *  Fill in the mode and permission information for the jnode structure.
   */                                                                 
  node->st_mode = mode;                                               
  #if defined(RTEMS_POSIX_API)                                        
    node->st_uid = geteuid();                                         
    node->st_gid = getegid();                                         
 200e29c:	d0 34 20 3e 	sth  %o0, [ %l0 + 0x3e ]                       
  #endif                                                              
                                                                      
  /*                                                                  
   *  Now set all the times.                                          
   */                                                                 
  gettimeofday( &tv, 0 );                                             
 200e2a0:	7f ff f4 c8 	call  200b5c0 <gettimeofday>                   
 200e2a4:	90 07 bf f8 	add  %fp, -8, %o0                              
                                                                      
  node->stat_atime  = (time_t) tv.tv_sec;                             
 200e2a8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
  node->stat_mtime  = (time_t) tv.tv_sec;                             
  node->stat_ctime  = (time_t) tv.tv_sec;                             
 200e2ac:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
  /*                                                                  
   *  Now set all the times.                                          
   */                                                                 
  gettimeofday( &tv, 0 );                                             
                                                                      
  node->stat_atime  = (time_t) tv.tv_sec;                             
 200e2b0:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        
  node->stat_mtime  = (time_t) tv.tv_sec;                             
 200e2b4:	c2 24 20 44 	st  %g1, [ %l0 + 0x44 ]                        
  node->stat_ctime  = (time_t) tv.tv_sec;                             
                                                                      
  return node;                                                        
}                                                                     
 200e2b8:	81 c7 e0 08 	ret                                            
 200e2bc:	91 e8 00 10 	restore  %g0, %l0, %o0                         
                                                                      

0200f8e0 <IMFS_chown>: int IMFS_chown( rtems_filesystem_location_info_t *pathloc, /* IN */ uid_t owner, /* IN */ gid_t group /* IN */ ) {
 200f8e0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  /*                                                                  
   *  Verify I am the owner of the node or the super user.            
   */                                                                 
                                                                      
#if defined(RTEMS_POSIX_API)                                          
  st_uid = geteuid();                                                 
 200f8e4:	40 00 05 27 	call  2010d80 <geteuid>                        
 200f8e8:	e0 06 00 00 	ld  [ %i0 ], %l0                               
                                                                      
  if ( ( st_uid != jnode->st_uid ) && ( st_uid != 0 ) )               
 200f8ec:	91 2a 20 10 	sll  %o0, 0x10, %o0                            
 200f8f0:	91 32 20 10 	srl  %o0, 0x10, %o0                            
 200f8f4:	80 a2 20 00 	cmp  %o0, 0                                    
 200f8f8:	32 80 00 0b 	bne,a   200f924 <IMFS_chown+0x44>              <== NEVER TAKEN
 200f8fc:	c2 14 20 3c 	lduh  [ %l0 + 0x3c ], %g1                      <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EPERM );                    
#endif                                                                
                                                                      
  jnode->st_uid = owner;                                              
 200f900:	f2 34 20 3c 	sth  %i1, [ %l0 + 0x3c ]                       
  jnode->st_gid = group;                                              
 200f904:	f4 34 20 3e 	sth  %i2, [ %l0 + 0x3e ]                       
                                                                      
  IMFS_update_ctime( jnode );                                         
 200f908:	90 07 bf f8 	add  %fp, -8, %o0                              
 200f90c:	7f ff d1 cd 	call  2004040 <gettimeofday>                   
 200f910:	92 10 20 00 	clr  %o1                                       
 200f914:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 200f918:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 200f91c:	81 c7 e0 08 	ret                                            
 200f920:	91 e8 20 00 	restore  %g0, 0, %o0                           
   */                                                                 
                                                                      
#if defined(RTEMS_POSIX_API)                                          
  st_uid = geteuid();                                                 
                                                                      
  if ( ( st_uid != jnode->st_uid ) && ( st_uid != 0 ) )               
 200f924:	80 a2 00 01 	cmp  %o0, %g1                                  <== NOT EXECUTED
 200f928:	22 bf ff f7 	be,a   200f904 <IMFS_chown+0x24>               <== NOT EXECUTED
 200f92c:	f2 34 20 3c 	sth  %i1, [ %l0 + 0x3c ]                       <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EPERM );                    
 200f930:	40 00 18 2b 	call  20159dc <__errno>                        <== NOT EXECUTED
 200f934:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200f938:	82 10 20 01 	mov  1, %g1                                    <== NOT EXECUTED
 200f93c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200f940:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200f944:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200e300 <IMFS_create_node>: IMFS_jnode_types_t type, const char *name, mode_t mode, const IMFS_types_union *info ) {
 200e300:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_fs_info_t      *fs_info;                                       
                                                                      
  /*                                                                  
   *  MUST have a parent node to call this routine.                   
   */                                                                 
  if ( parent_loc == NULL )                                           
 200e304:	80 a6 20 00 	cmp  %i0, 0                                    
 200e308:	12 80 00 04 	bne  200e318 <IMFS_create_node+0x18>           <== ALWAYS TAKEN
 200e30c:	a0 10 20 00 	clr  %l0                                       
  node->st_ino = ++fs_info->ino_count;                                
                                                                      
  rtems_chain_append( &parent->info.directory.Entries, &node->Node ); 
                                                                      
  return node;                                                        
}                                                                     
 200e310:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200e314:	91 e8 00 10 	restore  %g0, %l0, %o0                         <== NOT EXECUTED
    return NULL;                                                      
                                                                      
  /*                                                                  
   *  Allocate filesystem node and fill in basic information          
   */                                                                 
  node  = IMFS_allocate_node( type, name, mode & ~rtems_filesystem_umask );
 200e318:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200e31c:	c2 00 63 30 	ld  [ %g1 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 200e320:	92 10 00 1a 	mov  %i2, %o1                                  
 200e324:	d4 00 60 2c 	ld  [ %g1 + 0x2c ], %o2                        
 200e328:	90 10 00 19 	mov  %i1, %o0                                  
 200e32c:	7f ff ff ca 	call  200e254 <IMFS_allocate_node>             
 200e330:	94 2e c0 0a 	andn  %i3, %o2, %o2                            
  if ( !node )                                                        
 200e334:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200e338:	02 bf ff f6 	be  200e310 <IMFS_create_node+0x10>            <== NEVER TAKEN
 200e33c:	80 a6 60 07 	cmp  %i1, 7                                    
    return NULL;                                                      
                                                                      
  /*                                                                  
   *  Set the type specific information                               
   */                                                                 
  switch (type) {                                                     
 200e340:	28 80 00 0a 	bleu,a   200e368 <IMFS_create_node+0x68>       <== ALWAYS TAKEN
 200e344:	b3 2e 60 02 	sll  %i1, 2, %i1                               
    case IMFS_FIFO:                                                   
      node->info.fifo.pipe = NULL;                                    
      break;                                                          
                                                                      
    default:                                                          
      assert(0);                                                      
 200e348:	11 00 80 6e 	sethi  %hi(0x201b800), %o0                     <== NOT EXECUTED
 200e34c:	15 00 80 6e 	sethi  %hi(0x201b800), %o2                     <== NOT EXECUTED
 200e350:	17 00 80 6e 	sethi  %hi(0x201b800), %o3                     <== NOT EXECUTED
 200e354:	90 12 20 50 	or  %o0, 0x50, %o0                             <== NOT EXECUTED
 200e358:	94 12 a0 a8 	or  %o2, 0xa8, %o2                             <== NOT EXECUTED
 200e35c:	96 12 e0 a0 	or  %o3, 0xa0, %o3                             <== NOT EXECUTED
 200e360:	7f ff f3 c7 	call  200b27c <__assert_func>                  <== NOT EXECUTED
 200e364:	92 10 20 5c 	mov  0x5c, %o1                                 <== NOT EXECUTED
    return NULL;                                                      
                                                                      
  /*                                                                  
   *  Set the type specific information                               
   */                                                                 
  switch (type) {                                                     
 200e368:	03 00 80 38 	sethi  %hi(0x200e000), %g1                     
 200e36c:	82 10 62 34 	or  %g1, 0x234, %g1	! 200e234 <fifo_open+0x45c>
 200e370:	c2 00 40 19 	ld  [ %g1 + %i1 ], %g1                         
 200e374:	81 c0 40 00 	jmp  %g1                                       
 200e378:	01 00 00 00 	nop                                            
    case IMFS_HARD_LINK:                                              
      node->info.hard_link.link_node = info->hard_link.link_node;     
      break;                                                          
                                                                      
    case IMFS_SYM_LINK:                                               
      node->info.sym_link.name = info->sym_link.name;                 
 200e37c:	c2 07 00 00 	ld  [ %i4 ], %g1                               
 200e380:	c2 24 20 50 	st  %g1, [ %l0 + 0x50 ]                        
                                                                      
  /*                                                                  
   *  This node MUST have a parent, so put it in that directory list. 
   */                                                                 
  parent       = parent_loc->node_access;                             
  fs_info      = parent_loc->mt_entry->fs_info;                       
 200e384:	c2 06 20 10 	ld  [ %i0 + 0x10 ], %g1                        
  }                                                                   
                                                                      
  /*                                                                  
   *  This node MUST have a parent, so put it in that directory list. 
   */                                                                 
  parent       = parent_loc->node_access;                             
 200e388:	d0 06 00 00 	ld  [ %i0 ], %o0                               
  fs_info      = parent_loc->mt_entry->fs_info;                       
 200e38c:	c4 00 60 34 	ld  [ %g1 + 0x34 ], %g2                        
                                                                      
  node->Parent = parent;                                              
 200e390:	d0 24 20 08 	st  %o0, [ %l0 + 8 ]                           
  node->st_ino = ++fs_info->ino_count;                                
 200e394:	c2 00 a0 04 	ld  [ %g2 + 4 ], %g1                           
RTEMS_INLINE_ROUTINE void rtems_chain_append(                         
  rtems_chain_control *the_chain,                                     
  rtems_chain_node    *the_node                                       
)                                                                     
{                                                                     
  _Chain_Append( the_chain, the_node );                               
 200e398:	90 02 20 50 	add  %o0, 0x50, %o0                            
 200e39c:	82 00 60 01 	inc  %g1                                       
 200e3a0:	c2 20 a0 04 	st  %g1, [ %g2 + 4 ]                           
 200e3a4:	c2 24 20 38 	st  %g1, [ %l0 + 0x38 ]                        
 200e3a8:	92 10 00 10 	mov  %l0, %o1                                  
 200e3ac:	7f ff e1 b4 	call  2006a7c <_Chain_Append>                  
 200e3b0:	b0 10 00 10 	mov  %l0, %i0                                  
                                                                      
  rtems_chain_append( &parent->info.directory.Entries, &node->Node ); 
                                                                      
  return node;                                                        
}                                                                     
 200e3b4:	81 c7 e0 08 	ret                                            
 200e3b8:	81 e8 00 00 	restore                                        
      node->info.device.major = info->device.major;                   
      node->info.device.minor = info->device.minor;                   
      break;                                                          
                                                                      
    case IMFS_LINEAR_FILE:                                            
      node->info.linearfile.size      = 0;                            
 200e3bc:	c0 24 20 50 	clr  [ %l0 + 0x50 ]                            <== NOT EXECUTED
 200e3c0:	c0 24 20 54 	clr  [ %l0 + 0x54 ]                            <== NOT EXECUTED
      node->info.linearfile.direct    = 0;                            
 200e3c4:	c0 24 20 58 	clr  [ %l0 + 0x58 ]                            <== NOT EXECUTED
                                                                      
    case IMFS_MEMORY_FILE:                                            
      node->info.file.size            = 0;                            
 200e3c8:	c0 24 20 50 	clr  [ %l0 + 0x50 ]                            
 200e3cc:	c0 24 20 54 	clr  [ %l0 + 0x54 ]                            
      node->info.file.indirect        = 0;                            
 200e3d0:	c0 24 20 58 	clr  [ %l0 + 0x58 ]                            
      node->info.file.doubly_indirect = 0;                            
 200e3d4:	c0 24 20 5c 	clr  [ %l0 + 0x5c ]                            
      node->info.file.triply_indirect = 0;                            
      break;                                                          
 200e3d8:	10 bf ff eb 	b  200e384 <IMFS_create_node+0x84>             
 200e3dc:	c0 24 20 60 	clr  [ %l0 + 0x60 ]                            
                                                                      
    case IMFS_FIFO:                                                   
      node->info.fifo.pipe = NULL;                                    
      break;                                                          
 200e3e0:	10 bf ff e9 	b  200e384 <IMFS_create_node+0x84>             
 200e3e4:	c0 24 20 50 	clr  [ %l0 + 0x50 ]                            
      node->info.sym_link.name = info->sym_link.name;                 
      break;                                                          
                                                                      
    case IMFS_DEVICE:                                                 
      node->info.device.major = info->device.major;                   
      node->info.device.minor = info->device.minor;                   
 200e3e8:	c4 07 20 04 	ld  [ %i4 + 4 ], %g2                           
    case IMFS_SYM_LINK:                                               
      node->info.sym_link.name = info->sym_link.name;                 
      break;                                                          
                                                                      
    case IMFS_DEVICE:                                                 
      node->info.device.major = info->device.major;                   
 200e3ec:	c2 07 00 00 	ld  [ %i4 ], %g1                               
      node->info.device.minor = info->device.minor;                   
 200e3f0:	c4 24 20 54 	st  %g2, [ %l0 + 0x54 ]                        
      break;                                                          
 200e3f4:	10 bf ff e4 	b  200e384 <IMFS_create_node+0x84>             
 200e3f8:	c2 24 20 50 	st  %g1, [ %l0 + 0x50 ]                        
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 200e3fc:	82 04 20 54 	add  %l0, 0x54, %g1                            
  the_chain->permanent_null = NULL;                                   
 200e400:	c0 24 20 54 	clr  [ %l0 + 0x54 ]                            
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 200e404:	c2 24 20 50 	st  %g1, [ %l0 + 0x50 ]                        
  the_chain->permanent_null = NULL;                                   
  the_chain->last           = _Chain_Head(the_chain);                 
 200e408:	82 04 20 50 	add  %l0, 0x50, %g1                            
 200e40c:	10 bf ff de 	b  200e384 <IMFS_create_node+0x84>             
 200e410:	c2 24 20 58 	st  %g1, [ %l0 + 0x58 ]                        
                                                                      

0200e2c0 <IMFS_create_root_node>: IMFS_jnode_t *IMFS_create_root_node(void) {
 200e2c0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t        *node;                                          
                                                                      
  /*                                                                  
   *  Allocate filesystem node and fill in basic information          
   */                                                                 
  node = IMFS_allocate_node( IMFS_DIRECTORY, "", (S_IFDIR | 0755) );  
 200e2c4:	90 10 20 01 	mov  1, %o0                                    
 200e2c8:	13 00 80 6e 	sethi  %hi(0x201b800), %o1                     
 200e2cc:	15 00 00 10 	sethi  %hi(0x4000), %o2                        
 200e2d0:	92 12 60 48 	or  %o1, 0x48, %o1                             
 200e2d4:	7f ff ff e0 	call  200e254 <IMFS_allocate_node>             
 200e2d8:	94 12 a1 ed 	or  %o2, 0x1ed, %o2                            
  if ( !node )                                                        
 200e2dc:	80 a2 20 00 	cmp  %o0, 0                                    
 200e2e0:	02 80 00 06 	be  200e2f8 <IMFS_create_root_node+0x38>       <== NEVER TAKEN
 200e2e4:	82 02 20 54 	add  %o0, 0x54, %g1                            
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
  the_chain->permanent_null = NULL;                                   
 200e2e8:	c0 22 20 54 	clr  [ %o0 + 0x54 ]                            
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 200e2ec:	c2 22 20 50 	st  %g1, [ %o0 + 0x50 ]                        
  the_chain->permanent_null = NULL;                                   
  the_chain->last           = _Chain_Head(the_chain);                 
 200e2f0:	82 02 20 50 	add  %o0, 0x50, %g1                            
 200e2f4:	c2 22 20 58 	st  %g1, [ %o0 + 0x58 ]                        
   *  NOTE: Root node is always a directory.                          
   */                                                                 
  rtems_chain_initialize_empty(&node->info.directory.Entries);        
                                                                      
  return node;                                                        
}                                                                     
 200e2f8:	81 c7 e0 08 	ret                                            
 200e2fc:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

02004c9c <IMFS_dump_directory>: void IMFS_dump_directory( IMFS_jnode_t *the_directory, int level ) {
 2004c9c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_chain_node     *the_node;                                     
  rtems_chain_control  *the_chain;                                    
  IMFS_jnode_t         *the_jnode;                                    
  int                   i;                                            
                                                                      
  assert( the_directory );                                            
 2004ca0:	80 a6 20 00 	cmp  %i0, 0                                    
 2004ca4:	02 80 00 2b 	be  2004d50 <IMFS_dump_directory+0xb4>         <== NEVER TAKEN
 2004ca8:	80 a6 60 00 	cmp  %i1, 0                                    
                                                                      
  assert( level >= 0 );                                               
 2004cac:	06 80 00 38 	bl  2004d8c <IMFS_dump_directory+0xf0>         <== NEVER TAKEN
 2004cb0:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     
                                                                      
  assert( the_directory->type == IMFS_DIRECTORY );                    
 2004cb4:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
 2004cb8:	80 a0 60 01 	cmp  %g1, 1                                    
 2004cbc:	12 80 00 2d 	bne  2004d70 <IMFS_dump_directory+0xd4>        <== NEVER TAKEN
 2004cc0:	a8 06 20 54 	add  %i0, 0x54, %l4                            
                                                                      
  the_chain = &the_directory->info.directory.Entries;                 
                                                                      
  for ( the_node = the_chain->first;                                  
 2004cc4:	e6 06 20 50 	ld  [ %i0 + 0x50 ], %l3                        
 2004cc8:	80 a4 c0 14 	cmp  %l3, %l4                                  
 2004ccc:	02 80 00 1b 	be  2004d38 <IMFS_dump_directory+0x9c>         
 2004cd0:	25 00 80 a0 	sethi  %hi(0x2028000), %l2                     
 2004cd4:	23 00 80 98 	sethi  %hi(0x2026000), %l1                     
 2004cd8:	a4 14 a2 28 	or  %l2, 0x228, %l2                            
        the_node = the_node->next ) {                                 
                                                                      
    the_jnode = (IMFS_jnode_t *) the_node;                            
                                                                      
    for ( i=0 ; i<=level ; i++ )                                      
      fprintf(stdout, "...." );                                       
 2004cdc:	a2 14 63 88 	or  %l1, 0x388, %l1                            
    IMFS_print_jnode( the_jnode );                                    
    if ( the_jnode->type == IMFS_DIRECTORY )                          
      IMFS_dump_directory( the_jnode, level + 1 );                    
 2004ce0:	aa 06 60 01 	add  %i1, 1, %l5                               
                                                                      
  for ( the_node = the_chain->first;                                  
        !rtems_chain_is_tail( the_chain, the_node );                  
        the_node = the_node->next ) {                                 
                                                                      
    the_jnode = (IMFS_jnode_t *) the_node;                            
 2004ce4:	a0 10 20 00 	clr  %l0                                       
                                                                      
    for ( i=0 ; i<=level ; i++ )                                      
      fprintf(stdout, "...." );                                       
 2004ce8:	c2 04 80 00 	ld  [ %l2 ], %g1                               
 2004cec:	90 10 00 11 	mov  %l1, %o0                                  
 2004cf0:	d6 00 60 08 	ld  [ %g1 + 8 ], %o3                           
 2004cf4:	92 10 20 01 	mov  1, %o1                                    
 2004cf8:	40 00 48 9a 	call  2016f60 <fwrite>                         
 2004cfc:	94 10 20 04 	mov  4, %o2                                    
        !rtems_chain_is_tail( the_chain, the_node );                  
        the_node = the_node->next ) {                                 
                                                                      
    the_jnode = (IMFS_jnode_t *) the_node;                            
                                                                      
    for ( i=0 ; i<=level ; i++ )                                      
 2004d00:	a0 04 20 01 	inc  %l0                                       
 2004d04:	80 a6 40 10 	cmp  %i1, %l0                                  
 2004d08:	36 bf ff f9 	bge,a   2004cec <IMFS_dump_directory+0x50>     
 2004d0c:	c2 04 80 00 	ld  [ %l2 ], %g1                               
      fprintf(stdout, "...." );                                       
    IMFS_print_jnode( the_jnode );                                    
 2004d10:	7f ff ff 7d 	call  2004b04 <IMFS_print_jnode>               
 2004d14:	90 10 00 13 	mov  %l3, %o0                                  
    if ( the_jnode->type == IMFS_DIRECTORY )                          
 2004d18:	c2 04 e0 4c 	ld  [ %l3 + 0x4c ], %g1                        
 2004d1c:	80 a0 60 01 	cmp  %g1, 1                                    
 2004d20:	22 80 00 08 	be,a   2004d40 <IMFS_dump_directory+0xa4>      
 2004d24:	90 10 00 13 	mov  %l3, %o0                                  
                                                                      
  the_chain = &the_directory->info.directory.Entries;                 
                                                                      
  for ( the_node = the_chain->first;                                  
        !rtems_chain_is_tail( the_chain, the_node );                  
        the_node = the_node->next ) {                                 
 2004d28:	e6 04 c0 00 	ld  [ %l3 ], %l3                               
                                                                      
  assert( the_directory->type == IMFS_DIRECTORY );                    
                                                                      
  the_chain = &the_directory->info.directory.Entries;                 
                                                                      
  for ( the_node = the_chain->first;                                  
 2004d2c:	80 a4 c0 14 	cmp  %l3, %l4                                  
 2004d30:	12 bf ff ee 	bne  2004ce8 <IMFS_dump_directory+0x4c>        
 2004d34:	a0 10 20 00 	clr  %l0                                       
 2004d38:	81 c7 e0 08 	ret                                            
 2004d3c:	81 e8 00 00 	restore                                        
                                                                      
    for ( i=0 ; i<=level ; i++ )                                      
      fprintf(stdout, "...." );                                       
    IMFS_print_jnode( the_jnode );                                    
    if ( the_jnode->type == IMFS_DIRECTORY )                          
      IMFS_dump_directory( the_jnode, level + 1 );                    
 2004d40:	7f ff ff d7 	call  2004c9c <IMFS_dump_directory>            
 2004d44:	92 10 00 15 	mov  %l5, %o1                                  
                                                                      
  the_chain = &the_directory->info.directory.Entries;                 
                                                                      
  for ( the_node = the_chain->first;                                  
        !rtems_chain_is_tail( the_chain, the_node );                  
        the_node = the_node->next ) {                                 
 2004d48:	10 bf ff f9 	b  2004d2c <IMFS_dump_directory+0x90>          
 2004d4c:	e6 04 c0 00 	ld  [ %l3 ], %l3                               
  rtems_chain_node     *the_node;                                     
  rtems_chain_control  *the_chain;                                    
  IMFS_jnode_t         *the_jnode;                                    
  int                   i;                                            
                                                                      
  assert( the_directory );                                            
 2004d50:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     <== NOT EXECUTED
 2004d54:	15 00 80 99 	sethi  %hi(0x2026400), %o2                     <== NOT EXECUTED
 2004d58:	17 00 80 98 	sethi  %hi(0x2026000), %o3                     <== NOT EXECUTED
 2004d5c:	90 12 22 58 	or  %o0, 0x258, %o0                            <== NOT EXECUTED
 2004d60:	94 12 a0 50 	or  %o2, 0x50, %o2                             <== NOT EXECUTED
 2004d64:	96 12 e3 40 	or  %o3, 0x340, %o3                            <== NOT EXECUTED
 2004d68:	40 00 02 37 	call  2005644 <__assert_func>                  <== NOT EXECUTED
 2004d6c:	92 10 20 84 	mov  0x84, %o1                                 <== NOT EXECUTED
                                                                      
  assert( level >= 0 );                                               
                                                                      
  assert( the_directory->type == IMFS_DIRECTORY );                    
 2004d70:	15 00 80 99 	sethi  %hi(0x2026400), %o2                     <== NOT EXECUTED
 2004d74:	17 00 80 98 	sethi  %hi(0x2026000), %o3                     <== NOT EXECUTED
 2004d78:	90 12 22 58 	or  %o0, 0x258, %o0                            <== NOT EXECUTED
 2004d7c:	94 12 a0 50 	or  %o2, 0x50, %o2                             <== NOT EXECUTED
 2004d80:	96 12 e3 60 	or  %o3, 0x360, %o3                            <== NOT EXECUTED
 2004d84:	40 00 02 30 	call  2005644 <__assert_func>                  <== NOT EXECUTED
 2004d88:	92 10 20 88 	mov  0x88, %o1                                 <== NOT EXECUTED
  IMFS_jnode_t         *the_jnode;                                    
  int                   i;                                            
                                                                      
  assert( the_directory );                                            
                                                                      
  assert( level >= 0 );                                               
 2004d8c:	15 00 80 99 	sethi  %hi(0x2026400), %o2                     <== NOT EXECUTED
 2004d90:	17 00 80 98 	sethi  %hi(0x2026000), %o3                     <== NOT EXECUTED
 2004d94:	90 12 22 58 	or  %o0, 0x258, %o0                            <== NOT EXECUTED
 2004d98:	94 12 a0 50 	or  %o2, 0x50, %o2                             <== NOT EXECUTED
 2004d9c:	96 12 e3 50 	or  %o3, 0x350, %o3                            <== NOT EXECUTED
 2004da0:	40 00 02 29 	call  2005644 <__assert_func>                  <== NOT EXECUTED
 2004da4:	92 10 20 86 	mov  0x86, %o1                                 <== NOT EXECUTED
                                                                      

0200a3bc <IMFS_eval_path>: const char *pathname, /* IN */ int pathnamelen, /* IN */ int flags, /* IN */ rtems_filesystem_location_info_t *pathloc /* IN/OUT */ ) {
 200a3bc:	9d e3 bf 78 	save  %sp, -136, %sp                           
  /*                                                                  
   *  This was filled in by the caller and is valid in the            
   *  mount table.                                                    
   */                                                                 
                                                                      
  node = pathloc->node_access;                                        
 200a3c0:	e0 06 c0 00 	ld  [ %i3 ], %l0                               
      case IMFS_UP_DIR:                                               
       /*                                                             
        *  Am I at the root of all filesystems? (chroot'ed?)          
	*/                                                                   
                                                                      
       if ( pathloc->node_access == rtems_filesystem_root.node_access )
 200a3c4:	2b 00 80 70 	sethi  %hi(0x201c000), %l5                     
  const char                        *pathname,     /* IN     */       
  int                                pathnamelen,  /* IN     */       
  int                                flags,        /* IN     */       
  rtems_filesystem_location_info_t  *pathloc       /* IN/OUT */       
)                                                                     
{                                                                     
 200a3c8:	a2 10 00 18 	mov  %i0, %l1                                  
      case IMFS_UP_DIR:                                               
       /*                                                             
        *  Am I at the root of all filesystems? (chroot'ed?)          
	*/                                                                   
                                                                      
       if ( pathloc->node_access == rtems_filesystem_root.node_access )
 200a3cc:	aa 15 63 30 	or  %l5, 0x330, %l5                            
  /*                                                                  
   *  This was filled in by the caller and is valid in the            
   *  mount table.                                                    
   */                                                                 
                                                                      
  node = pathloc->node_access;                                        
 200a3d0:	a4 10 20 00 	clr  %l2                                       
 200a3d4:	a6 07 bf d8 	add  %fp, -40, %l3                             
 200a3d8:	a8 07 bf fc 	add  %fp, -4, %l4                              
   *  Evaluate all tokens until we are done or an error occurs.       
   */                                                                 
                                                                      
  while( (type != IMFS_NO_MORE_PATH) && (type != IMFS_INVALID_TOKEN) ) {
                                                                      
    type = IMFS_get_token( &pathname[i], pathnamelen, token, &len );  
 200a3dc:	90 04 40 12 	add  %l1, %l2, %o0                             
 200a3e0:	92 10 00 19 	mov  %i1, %o1                                  
 200a3e4:	94 10 00 13 	mov  %l3, %o2                                  
 200a3e8:	40 00 02 7b 	call  200add4 <IMFS_get_token>                 
 200a3ec:	96 10 00 14 	mov  %l4, %o3                                  
    pathnamelen -= len;                                               
    i += len;                                                         
                                                                      
    if ( !pathloc->node_access )                                      
 200a3f0:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
   *  Evaluate all tokens until we are done or an error occurs.       
   */                                                                 
                                                                      
  while( (type != IMFS_NO_MORE_PATH) && (type != IMFS_INVALID_TOKEN) ) {
                                                                      
    type = IMFS_get_token( &pathname[i], pathnamelen, token, &len );  
 200a3f4:	ac 10 00 08 	mov  %o0, %l6                                  
    pathnamelen -= len;                                               
    i += len;                                                         
                                                                      
    if ( !pathloc->node_access )                                      
 200a3f8:	80 a0 60 00 	cmp  %g1, 0                                    
 200a3fc:	02 80 00 59 	be  200a560 <IMFS_eval_path+0x1a4>             <== NEVER TAKEN
 200a400:	c4 07 bf fc 	ld  [ %fp + -4 ], %g2                          
                                                                      
  while( (type != IMFS_NO_MORE_PATH) && (type != IMFS_INVALID_TOKEN) ) {
                                                                      
    type = IMFS_get_token( &pathname[i], pathnamelen, token, &len );  
    pathnamelen -= len;                                               
    i += len;                                                         
 200a404:	a4 04 80 02 	add  %l2, %g2, %l2                             
      rtems_set_errno_and_return_minus_one( ENOENT );                 
                                                                      
    /*                                                                
     * I cannot move out of this directory without execute permission.
     */                                                               
    if ( type != IMFS_NO_MORE_PATH )                                  
 200a408:	80 a2 20 00 	cmp  %o0, 0                                    
 200a40c:	12 80 00 11 	bne  200a450 <IMFS_eval_path+0x94>             
 200a410:	b2 26 40 02 	sub  %i1, %g2, %i1                             
   *  new fs root node and let let the mounted filesystem set the handlers.
   *                                                                  
   *  NOTE: The behavior of stat() on a mount point appears to be questionable.
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
 200a414:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 200a418:	80 a0 a0 01 	cmp  %g2, 1                                    
 200a41c:	22 80 00 60 	be,a   200a59c <IMFS_eval_path+0x1e0>          
 200a420:	c8 00 60 5c 	ld  [ %g1 + 0x5c ], %g4                        
                                          flags, pathloc );           
    } else {                                                          
      result = IMFS_Set_handlers( pathloc );                          
    }                                                                 
  } else {                                                            
    result = IMFS_Set_handlers( pathloc );                            
 200a424:	7f ff ff 4e 	call  200a15c <IMFS_Set_handlers>              
 200a428:	90 10 00 1b 	mov  %i3, %o0                                  
                                                                      
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( pathloc, flags ) )                  
 200a42c:	92 10 00 1a 	mov  %i2, %o1                                  
                                          flags, pathloc );           
    } else {                                                          
      result = IMFS_Set_handlers( pathloc );                          
    }                                                                 
  } else {                                                            
    result = IMFS_Set_handlers( pathloc );                            
 200a430:	b0 10 00 08 	mov  %o0, %i0                                  
                                                                      
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( pathloc, flags ) )                  
 200a434:	7f ff ff 6d 	call  200a1e8 <IMFS_evaluate_permission>       
 200a438:	90 10 00 1b 	mov  %i3, %o0                                  
 200a43c:	80 a2 20 00 	cmp  %o0, 0                                    
 200a440:	02 80 00 74 	be  200a610 <IMFS_eval_path+0x254>             
 200a444:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EACCES );                   
                                                                      
  return result;                                                      
}                                                                     
 200a448:	81 c7 e0 08 	ret                                            
 200a44c:	81 e8 00 00 	restore                                        
                                                                      
    /*                                                                
     * I cannot move out of this directory without execute permission.
     */                                                               
    if ( type != IMFS_NO_MORE_PATH )                                  
      if ( node->type == IMFS_DIRECTORY )                             
 200a450:	c4 04 20 4c 	ld  [ %l0 + 0x4c ], %g2                        
 200a454:	80 a0 a0 01 	cmp  %g2, 1                                    
 200a458:	02 80 00 3b 	be  200a544 <IMFS_eval_path+0x188>             
 200a45c:	90 10 00 1b 	mov  %i3, %o0                                  
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
           rtems_set_errno_and_return_minus_one( EACCES );            
                                                                      
    node = pathloc->node_access;                                      
                                                                      
    switch( type ) {                                                  
 200a460:	80 a5 a0 03 	cmp  %l6, 3                                    
 200a464:	02 80 00 0b 	be  200a490 <IMFS_eval_path+0xd4>              
 200a468:	a0 10 00 01 	mov  %g1, %l0                                  
 200a46c:	80 a5 a0 04 	cmp  %l6, 4                                    
 200a470:	02 80 00 2f 	be  200a52c <IMFS_eval_path+0x170>             
 200a474:	80 a5 a0 02 	cmp  %l6, 2                                    
 200a478:	02 80 00 1a 	be  200a4e0 <IMFS_eval_path+0x124>             
 200a47c:	80 a5 a0 04 	cmp  %l6, 4                                    
                                                                      
  /*                                                                  
   *  Evaluate all tokens until we are done or an error occurs.       
   */                                                                 
                                                                      
  while( (type != IMFS_NO_MORE_PATH) && (type != IMFS_INVALID_TOKEN) ) {
 200a480:	12 bf ff d8 	bne  200a3e0 <IMFS_eval_path+0x24>             <== ALWAYS TAKEN
 200a484:	90 04 40 12 	add  %l1, %l2, %o0                             
   *  new fs root node and let let the mounted filesystem set the handlers.
   *                                                                  
   *  NOTE: The behavior of stat() on a mount point appears to be questionable.
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
 200a488:	10 bf ff e4 	b  200a418 <IMFS_eval_path+0x5c>               <== NOT EXECUTED
 200a48c:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        <== NOT EXECUTED
      case IMFS_NAME:                                                 
	/*                                                                   
	 *  If we are at a link follow it.                                   
	 */                                                                  
                                                                      
	if ( node->type == IMFS_HARD_LINK ) {                                
 200a490:	c2 00 60 4c 	ld  [ %g1 + 0x4c ], %g1                        
 200a494:	80 a0 60 03 	cmp  %g1, 3                                    
 200a498:	02 80 00 38 	be  200a578 <IMFS_eval_path+0x1bc>             
 200a49c:	80 a0 60 04 	cmp  %g1, 4                                    
                                                                      
          node = pathloc->node_access;                                
          if ( !node )                                                
            rtems_set_errno_and_return_minus_one( ENOTDIR );          
                                                                      
	} else if ( node->type == IMFS_SYM_LINK ) {                          
 200a4a0:	02 80 00 62 	be  200a628 <IMFS_eval_path+0x26c>             
 200a4a4:	90 10 00 1b 	mov  %i3, %o0                                  
                                                                      
       /*                                                             
        *  Only a directory can be decended into.                     
        */                                                            
                                                                      
       if ( node->type != IMFS_DIRECTORY )                            
 200a4a8:	80 a0 60 01 	cmp  %g1, 1                                    
 200a4ac:	12 80 00 53 	bne  200a5f8 <IMFS_eval_path+0x23c>            
 200a4b0:	01 00 00 00 	nop                                            
	/*                                                                   
	 *  If we are at a node that is a mount point. Set loc to the        
	 *  new fs root node and let them finish evaluating the path.        
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
 200a4b4:	c8 04 20 5c 	ld  [ %l0 + 0x5c ], %g4                        
 200a4b8:	80 a1 20 00 	cmp  %g4, 0                                    
 200a4bc:	12 80 00 3b 	bne  200a5a8 <IMFS_eval_path+0x1ec>            
 200a4c0:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
	/*                                                                   
	 *  Otherwise find the token name in the present location.           
	 */                                                                  
                                                                      
        node = IMFS_find_match_in_dir( node, token );                 
 200a4c4:	40 00 02 13 	call  200ad10 <IMFS_find_match_in_dir>         
 200a4c8:	92 10 00 13 	mov  %l3, %o1                                  
        if ( !node )                                                  
 200a4cc:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200a4d0:	02 80 00 24 	be  200a560 <IMFS_eval_path+0x1a4>             
 200a4d4:	01 00 00 00 	nop                                            
	/*                                                                   
	 *  Set the node access to the point we have found.                  
	 */                                                                  
                                                                      
        pathloc->node_access = node;                                  
        break;                                                        
 200a4d8:	10 bf ff c1 	b  200a3dc <IMFS_eval_path+0x20>               
 200a4dc:	e0 26 c0 00 	st  %l0, [ %i3 ]                               
      case IMFS_UP_DIR:                                               
       /*                                                             
        *  Am I at the root of all filesystems? (chroot'ed?)          
	*/                                                                   
                                                                      
       if ( pathloc->node_access == rtems_filesystem_root.node_access )
 200a4e0:	c4 05 40 00 	ld  [ %l5 ], %g2                               
 200a4e4:	c4 00 a0 18 	ld  [ %g2 + 0x18 ], %g2                        
 200a4e8:	80 a0 80 01 	cmp  %g2, %g1                                  
 200a4ec:	02 bf ff bd 	be  200a3e0 <IMFS_eval_path+0x24>              
 200a4f0:	90 04 40 12 	add  %l1, %l2, %o0                             
	/*                                                                   
	 *  Am I at the root of this mounted filesystem?                     
	 */                                                                  
                                                                      
        if (pathloc->node_access ==                                   
            pathloc->mt_entry->mt_fs_root.node_access) {              
 200a4f4:	c8 06 e0 10 	ld  [ %i3 + 0x10 ], %g4                        
                                                                      
	/*                                                                   
	 *  Am I at the root of this mounted filesystem?                     
	 */                                                                  
                                                                      
        if (pathloc->node_access ==                                   
 200a4f8:	c4 01 20 1c 	ld  [ %g4 + 0x1c ], %g2                        
 200a4fc:	80 a0 80 01 	cmp  %g2, %g1                                  
 200a500:	22 80 00 58 	be,a   200a660 <IMFS_eval_path+0x2a4>          
 200a504:	c4 01 20 14 	ld  [ %g4 + 0x14 ], %g2                        
                                               pathnamelen+len,       
                                               flags,pathloc);        
	  }                                                                  
	} else {                                                             
                                                                      
          if ( !node->Parent )                                        
 200a508:	e0 00 60 08 	ld  [ %g1 + 8 ], %l0                           
 200a50c:	80 a4 20 00 	cmp  %l0, 0                                    
 200a510:	32 bf ff b4 	bne,a   200a3e0 <IMFS_eval_path+0x24>          
 200a514:	e0 26 c0 00 	st  %l0, [ %i3 ]                               
            rtems_set_errno_and_return_minus_one( ENOENT );           
 200a518:	40 00 16 45 	call  200fe2c <__errno>                        
 200a51c:	b0 10 3f ff 	mov  -1, %i0                                   
 200a520:	ec 22 00 00 	st  %l6, [ %o0 ]                               
 200a524:	81 c7 e0 08 	ret                                            
 200a528:	81 e8 00 00 	restore                                        
      case IMFS_NO_MORE_PATH:                                         
      case IMFS_CURRENT_DIR:                                          
        break;                                                        
                                                                      
      case IMFS_INVALID_TOKEN:                                        
        rtems_set_errno_and_return_minus_one( ENAMETOOLONG );         
 200a52c:	40 00 16 40 	call  200fe2c <__errno>                        
 200a530:	b0 10 3f ff 	mov  -1, %i0                                   
 200a534:	82 10 20 5b 	mov  0x5b, %g1                                 
 200a538:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a53c:	81 c7 e0 08 	ret                                            
 200a540:	81 e8 00 00 	restore                                        
    /*                                                                
     * I cannot move out of this directory without execute permission.
     */                                                               
    if ( type != IMFS_NO_MORE_PATH )                                  
      if ( node->type == IMFS_DIRECTORY )                             
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
 200a544:	7f ff ff 29 	call  200a1e8 <IMFS_evaluate_permission>       
 200a548:	92 10 20 01 	mov  1, %o1                                    
 200a54c:	80 a2 20 00 	cmp  %o0, 0                                    
 200a550:	02 80 00 3e 	be  200a648 <IMFS_eval_path+0x28c>             
 200a554:	01 00 00 00 	nop                                            
 200a558:	10 bf ff c2 	b  200a460 <IMFS_eval_path+0xa4>               
 200a55c:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
	 *  Otherwise find the token name in the present location.           
	 */                                                                  
                                                                      
        node = IMFS_find_match_in_dir( node, token );                 
        if ( !node )                                                  
          rtems_set_errno_and_return_minus_one( ENOENT );             
 200a560:	40 00 16 33 	call  200fe2c <__errno>                        
 200a564:	b0 10 3f ff 	mov  -1, %i0                                   
 200a568:	82 10 20 02 	mov  2, %g1                                    
 200a56c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a570:	81 c7 e0 08 	ret                                            
 200a574:	81 e8 00 00 	restore                                        
	 *  If we are at a link follow it.                                   
	 */                                                                  
                                                                      
	if ( node->type == IMFS_HARD_LINK ) {                                
                                                                      
          IMFS_evaluate_hard_link( pathloc, 0 );                      
 200a578:	90 10 00 1b 	mov  %i3, %o0                                  
 200a57c:	7f ff ff 33 	call  200a248 <IMFS_evaluate_hard_link>        
 200a580:	92 10 20 00 	clr  %o1                                       
                                                                      
          node = pathloc->node_access;                                
 200a584:	e0 06 c0 00 	ld  [ %i3 ], %l0                               
          if ( !node )                                                
 200a588:	80 a4 20 00 	cmp  %l0, 0                                    
 200a58c:	02 80 00 1b 	be  200a5f8 <IMFS_eval_path+0x23c>             <== NEVER TAKEN
 200a590:	01 00 00 00 	nop                                            
                                                                      
	} else if ( node->type == IMFS_SYM_LINK ) {                          
                                                                      
          result = IMFS_evaluate_sym_link( pathloc, 0 );              
                                                                      
          node = pathloc->node_access;                                
 200a594:	10 bf ff c5 	b  200a4a8 <IMFS_eval_path+0xec>               
 200a598:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
   *                                                                  
   *  NOTE: The behavior of stat() on a mount point appears to be questionable.
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
    if ( node->info.directory.mt_fs != NULL ) {                       
 200a59c:	80 a1 20 00 	cmp  %g4, 0                                    
 200a5a0:	02 bf ff a1 	be  200a424 <IMFS_eval_path+0x68>              
 200a5a4:	01 00 00 00 	nop                                            
      newloc   = node->info.directory.mt_fs->mt_fs_root;              
 200a5a8:	c4 01 20 28 	ld  [ %g4 + 0x28 ], %g2                        
      *pathloc = newloc;                                              
 200a5ac:	d6 01 20 2c 	ld  [ %g4 + 0x2c ], %o3                        
   *  NOTE: The behavior of stat() on a mount point appears to be questionable.
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
    if ( node->info.directory.mt_fs != NULL ) {                       
      newloc   = node->info.directory.mt_fs->mt_fs_root;              
 200a5b0:	d8 01 20 24 	ld  [ %g4 + 0x24 ], %o4                        
 200a5b4:	da 01 20 20 	ld  [ %g4 + 0x20 ], %o5                        
      *pathloc = newloc;                                              
      return (*pathloc->ops->evalpath_h)( &pathname[i-len],           
 200a5b8:	c2 00 80 00 	ld  [ %g2 ], %g1                               
 200a5bc:	c6 07 bf fc 	ld  [ %fp + -4 ], %g3                          
   *  NOTE: The behavior of stat() on a mount point appears to be questionable.
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
    if ( node->info.directory.mt_fs != NULL ) {                       
      newloc   = node->info.directory.mt_fs->mt_fs_root;              
 200a5c0:	c8 01 20 1c 	ld  [ %g4 + 0x1c ], %g4                        
      *pathloc = newloc;                                              
      return (*pathloc->ops->evalpath_h)( &pathname[i-len],           
 200a5c4:	92 06 40 03 	add  %i1, %g3, %o1                             
 200a5c8:	86 24 80 03 	sub  %l2, %g3, %g3                             
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
    if ( node->info.directory.mt_fs != NULL ) {                       
      newloc   = node->info.directory.mt_fs->mt_fs_root;              
      *pathloc = newloc;                                              
 200a5cc:	d6 26 e0 10 	st  %o3, [ %i3 + 0x10 ]                        
 200a5d0:	d8 26 e0 08 	st  %o4, [ %i3 + 8 ]                           
 200a5d4:	da 26 e0 04 	st  %o5, [ %i3 + 4 ]                           
 200a5d8:	c8 26 c0 00 	st  %g4, [ %i3 ]                               
      return (*pathloc->ops->evalpath_h)( &pathname[i-len],           
 200a5dc:	90 04 40 03 	add  %l1, %g3, %o0                             
   */                                                                 
                                                                      
  if ( node->type == IMFS_DIRECTORY ) {                               
    if ( node->info.directory.mt_fs != NULL ) {                       
      newloc   = node->info.directory.mt_fs->mt_fs_root;              
      *pathloc = newloc;                                              
 200a5e0:	c4 26 e0 0c 	st  %g2, [ %i3 + 0xc ]                         
      return (*pathloc->ops->evalpath_h)( &pathname[i-len],           
 200a5e4:	94 10 00 1a 	mov  %i2, %o2                                  
 200a5e8:	9f c0 40 00 	call  %g1                                      
 200a5ec:	96 10 00 1b 	mov  %i3, %o3                                  
 200a5f0:	81 c7 e0 08 	ret                                            
 200a5f4:	91 e8 00 08 	restore  %g0, %o0, %o0                         
       /*                                                             
        *  Only a directory can be decended into.                     
        */                                                            
                                                                      
       if ( node->type != IMFS_DIRECTORY )                            
          rtems_set_errno_and_return_minus_one( ENOTDIR );            
 200a5f8:	40 00 16 0d 	call  200fe2c <__errno>                        
 200a5fc:	b0 10 3f ff 	mov  -1, %i0                                   
 200a600:	82 10 20 14 	mov  0x14, %g1                                 
 200a604:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a608:	81 c7 e0 08 	ret                                            
 200a60c:	81 e8 00 00 	restore                                        
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( pathloc, flags ) )                  
    rtems_set_errno_and_return_minus_one( EACCES );                   
 200a610:	40 00 16 07 	call  200fe2c <__errno>                        
 200a614:	b0 10 3f ff 	mov  -1, %i0                                   
 200a618:	82 10 20 0d 	mov  0xd, %g1                                  
 200a61c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
                                                                      
  return result;                                                      
}                                                                     
 200a620:	81 c7 e0 08 	ret                                            
 200a624:	81 e8 00 00 	restore                                        
          if ( !node )                                                
            rtems_set_errno_and_return_minus_one( ENOTDIR );          
                                                                      
	} else if ( node->type == IMFS_SYM_LINK ) {                          
                                                                      
          result = IMFS_evaluate_sym_link( pathloc, 0 );              
 200a628:	7f ff ff 23 	call  200a2b4 <IMFS_evaluate_sym_link>         
 200a62c:	92 10 20 00 	clr  %o1                                       
                                                                      
          node = pathloc->node_access;                                
 200a630:	e0 06 c0 00 	ld  [ %i3 ], %l0                               
          if ( result == -1 )                                         
 200a634:	80 a2 3f ff 	cmp  %o0, -1                                   
 200a638:	02 bf ff 84 	be  200a448 <IMFS_eval_path+0x8c>              <== NEVER TAKEN
 200a63c:	b0 10 00 08 	mov  %o0, %i0                                  
                                                                      
	} else if ( node->type == IMFS_SYM_LINK ) {                          
                                                                      
          result = IMFS_evaluate_sym_link( pathloc, 0 );              
                                                                      
          node = pathloc->node_access;                                
 200a640:	10 bf ff 9a 	b  200a4a8 <IMFS_eval_path+0xec>               
 200a644:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
     * I cannot move out of this directory without execute permission.
     */                                                               
    if ( type != IMFS_NO_MORE_PATH )                                  
      if ( node->type == IMFS_DIRECTORY )                             
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
           rtems_set_errno_and_return_minus_one( EACCES );            
 200a648:	40 00 15 f9 	call  200fe2c <__errno>                        
 200a64c:	b0 10 3f ff 	mov  -1, %i0                                   
 200a650:	82 10 20 0d 	mov  0xd, %g1                                  
 200a654:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a658:	81 c7 e0 08 	ret                                            
 200a65c:	81 e8 00 00 	restore                                        
                                                                      
          if ( pathloc->node_access == rtems_filesystem_root.node_access ) {
            break;       /* Throw out the .. in this case */          
	  } else {                                                           
            newloc = pathloc->mt_entry->mt_point_node;                
            *pathloc = newloc;                                        
 200a660:	d6 01 20 18 	ld  [ %g4 + 0x18 ], %o3                        
	   */                                                                
                                                                      
          if ( pathloc->node_access == rtems_filesystem_root.node_access ) {
            break;       /* Throw out the .. in this case */          
	  } else {                                                           
            newloc = pathloc->mt_entry->mt_point_node;                
 200a664:	d8 01 20 10 	ld  [ %g4 + 0x10 ], %o4                        
 200a668:	da 01 20 0c 	ld  [ %g4 + 0xc ], %o5                         
            *pathloc = newloc;                                        
            return (*pathloc->ops->evalpath_h)(&(pathname[i-len]),    
 200a66c:	c2 00 80 00 	ld  [ %g2 ], %g1                               
 200a670:	c6 07 bf fc 	ld  [ %fp + -4 ], %g3                          
	   */                                                                
                                                                      
          if ( pathloc->node_access == rtems_filesystem_root.node_access ) {
            break;       /* Throw out the .. in this case */          
	  } else {                                                           
            newloc = pathloc->mt_entry->mt_point_node;                
 200a674:	10 bf ff d4 	b  200a5c4 <IMFS_eval_path+0x208>              
 200a678:	c8 01 20 08 	ld  [ %g4 + 8 ], %g4                           
                                                                      

0200a754 <IMFS_evaluate_for_make>: int IMFS_evaluate_for_make( const char *path, /* IN */ rtems_filesystem_location_info_t *pathloc, /* IN/OUT */ const char **name /* OUT */ ) {
 200a754:	9d e3 bf 78 	save  %sp, -136, %sp                           
                                                                      
  /*                                                                  
   * This was filled in by the caller and is valid in the             
   * mount table.                                                     
   */                                                                 
  node = pathloc->node_access;                                        
 200a758:	e0 06 40 00 	ld  [ %i1 ], %l0                               
                                                                      
  /*                                                                  
   * Get the path length.                                             
   */                                                                 
  pathlen = strlen( path );                                           
 200a75c:	90 10 00 18 	mov  %i0, %o0                                  
 200a760:	40 00 19 6b 	call  2010d0c <strlen>                         
 200a764:	2d 00 80 70 	sethi  %hi(0x201c000), %l6                     
int IMFS_evaluate_for_make(                                           
   const char                         *path,       /* IN     */       
   rtems_filesystem_location_info_t   *pathloc,    /* IN/OUT */       
   const char                        **name        /* OUT    */       
)                                                                     
{                                                                     
 200a768:	a2 10 00 18 	mov  %i0, %l1                                  
  node = pathloc->node_access;                                        
                                                                      
  /*                                                                  
   * Get the path length.                                             
   */                                                                 
  pathlen = strlen( path );                                           
 200a76c:	a6 10 20 00 	clr  %l3                                       
 200a770:	a8 07 bf d8 	add  %fp, -40, %l4                             
 200a774:	aa 07 bf fc 	add  %fp, -4, %l5                              
 200a778:	a4 10 00 08 	mov  %o0, %l2                                  
      case IMFS_UP_DIR:                                               
       /*                                                             
        *  Am I at the root of all filesystems? (chroot'ed?)          
	*/                                                                   
                                                                      
       if ( pathloc->node_access == rtems_filesystem_root.node_access )
 200a77c:	ac 15 a3 30 	or  %l6, 0x330, %l6                            
   *  Evaluate all tokens until we are done or an error occurs.       
   */                                                                 
                                                                      
  while( !done ) {                                                    
                                                                      
    type = IMFS_get_token( &path[i], pathlen, token, &len );          
 200a780:	92 10 00 12 	mov  %l2, %o1                                  
 200a784:	90 04 40 13 	add  %l1, %l3, %o0                             
 200a788:	94 10 00 14 	mov  %l4, %o2                                  
 200a78c:	40 00 01 92 	call  200add4 <IMFS_get_token>                 
 200a790:	96 10 00 15 	mov  %l5, %o3                                  
    pathlen -= len;                                                   
    i +=  len;                                                        
                                                                      
    if ( !pathloc->node_access )                                      
 200a794:	c2 06 40 00 	ld  [ %i1 ], %g1                               
   */                                                                 
                                                                      
  while( !done ) {                                                    
                                                                      
    type = IMFS_get_token( &path[i], pathlen, token, &len );          
    pathlen -= len;                                                   
 200a798:	fa 07 bf fc 	ld  [ %fp + -4 ], %i5                          
   *  Evaluate all tokens until we are done or an error occurs.       
   */                                                                 
                                                                      
  while( !done ) {                                                    
                                                                      
    type = IMFS_get_token( &path[i], pathlen, token, &len );          
 200a79c:	ae 10 00 08 	mov  %o0, %l7                                  
    pathlen -= len;                                                   
    i +=  len;                                                        
                                                                      
    if ( !pathloc->node_access )                                      
 200a7a0:	80 a0 60 00 	cmp  %g1, 0                                    
 200a7a4:	02 80 00 67 	be  200a940 <IMFS_evaluate_for_make+0x1ec>     <== NEVER TAKEN
 200a7a8:	a4 24 80 1d 	sub  %l2, %i5, %l2                             
                                                                      
    /*                                                                
     * I cannot move out of this directory without execute permission.
     */                                                               
                                                                      
    if ( type != IMFS_NO_MORE_PATH )                                  
 200a7ac:	80 a2 20 00 	cmp  %o0, 0                                    
 200a7b0:	32 80 00 08 	bne,a   200a7d0 <IMFS_evaluate_for_make+0x7c>  
 200a7b4:	c4 04 20 4c 	ld  [ %l0 + 0x4c ], %g2                        
          pathloc->node_access = node;                                
                                                                      
        break;                                                        
                                                                      
      case IMFS_NO_MORE_PATH:                                         
        rtems_set_errno_and_return_minus_one( EEXIST );               
 200a7b8:	40 00 15 9d 	call  200fe2c <__errno>                        
 200a7bc:	b0 10 3f ff 	mov  -1, %i0                                   
 200a7c0:	82 10 20 11 	mov  0x11, %g1                                 
 200a7c4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a7c8:	81 c7 e0 08 	ret                                            
 200a7cc:	81 e8 00 00 	restore                                        
    /*                                                                
     * I cannot move out of this directory without execute permission.
     */                                                               
                                                                      
    if ( type != IMFS_NO_MORE_PATH )                                  
      if ( node->type == IMFS_DIRECTORY )                             
 200a7d0:	80 a0 a0 01 	cmp  %g2, 1                                    
 200a7d4:	02 80 00 61 	be  200a958 <IMFS_evaluate_for_make+0x204>     
 200a7d8:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  while( !done ) {                                                    
                                                                      
    type = IMFS_get_token( &path[i], pathlen, token, &len );          
    pathlen -= len;                                                   
    i +=  len;                                                        
 200a7dc:	a6 04 c0 1d 	add  %l3, %i5, %l3                             
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
           rtems_set_errno_and_return_minus_one( EACCES );            
                                                                      
    node = pathloc->node_access;                                      
                                                                      
    switch( type ) {                                                  
 200a7e0:	80 a5 e0 02 	cmp  %l7, 2                                    
 200a7e4:	02 80 00 30 	be  200a8a4 <IMFS_evaluate_for_make+0x150>     
 200a7e8:	a0 10 00 01 	mov  %g1, %l0                                  
 200a7ec:	80 a5 e0 02 	cmp  %l7, 2                                    
 200a7f0:	08 80 00 0d 	bleu  200a824 <IMFS_evaluate_for_make+0xd0>    
 200a7f4:	80 a5 e0 00 	cmp  %l7, 0                                    
 200a7f8:	80 a5 e0 03 	cmp  %l7, 3                                    
 200a7fc:	02 80 00 12 	be  200a844 <IMFS_evaluate_for_make+0xf0>      
 200a800:	80 a5 e0 04 	cmp  %l7, 4                                    
 200a804:	12 bf ff e0 	bne  200a784 <IMFS_evaluate_for_make+0x30>     <== NEVER TAKEN
 200a808:	92 10 00 12 	mov  %l2, %o1                                  
      case IMFS_NO_MORE_PATH:                                         
        rtems_set_errno_and_return_minus_one( EEXIST );               
        break;                                                        
                                                                      
      case IMFS_INVALID_TOKEN:                                        
        rtems_set_errno_and_return_minus_one( ENAMETOOLONG );         
 200a80c:	40 00 15 88 	call  200fe2c <__errno>                        
 200a810:	b0 10 3f ff 	mov  -1, %i0                                   
 200a814:	82 10 20 5b 	mov  0x5b, %g1                                 
 200a818:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a81c:	81 c7 e0 08 	ret                                            
 200a820:	81 e8 00 00 	restore                                        
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
           rtems_set_errno_and_return_minus_one( EACCES );            
                                                                      
    node = pathloc->node_access;                                      
                                                                      
    switch( type ) {                                                  
 200a824:	12 bf ff d8 	bne  200a784 <IMFS_evaluate_for_make+0x30>     <== ALWAYS TAKEN
 200a828:	92 10 00 12 	mov  %l2, %o1                                  
          pathloc->node_access = node;                                
                                                                      
        break;                                                        
                                                                      
      case IMFS_NO_MORE_PATH:                                         
        rtems_set_errno_and_return_minus_one( EEXIST );               
 200a82c:	40 00 15 80 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200a830:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200a834:	82 10 20 11 	mov  0x11, %g1                                 <== NOT EXECUTED
 200a838:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200a83c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200a840:	81 e8 00 00 	restore                                        <== NOT EXECUTED
        pathloc->node_access = node;                                  
        break;                                                        
                                                                      
      case IMFS_NAME:                                                 
                                                                      
	if ( node->type == IMFS_HARD_LINK ) {                                
 200a844:	c2 00 60 4c 	ld  [ %g1 + 0x4c ], %g1                        
 200a848:	80 a0 60 03 	cmp  %g1, 3                                    
 200a84c:	02 80 00 7c 	be  200aa3c <IMFS_evaluate_for_make+0x2e8>     
 200a850:	80 a0 60 04 	cmp  %g1, 4                                    
                                                                      
          result = IMFS_evaluate_link( pathloc, 0 );                  
          if ( result == -1 )                                         
            return -1;                                                
                                                                      
	} else if ( node->type == IMFS_SYM_LINK ) {                          
 200a854:	02 80 00 7b 	be  200aa40 <IMFS_evaluate_for_make+0x2ec>     
 200a858:	90 10 00 19 	mov  %i1, %o0                                  
          if ( result == -1 )                                         
            return -1;                                                
	}                                                                    
                                                                      
        node = pathloc->node_access;                                  
        if ( !node )                                                  
 200a85c:	80 a4 20 00 	cmp  %l0, 0                                    
 200a860:	02 80 00 5e 	be  200a9d8 <IMFS_evaluate_for_make+0x284>     <== NEVER TAKEN
 200a864:	01 00 00 00 	nop                                            
                                                                      
        /*                                                            
         * Only a directory can be decended into.                     
	 */                                                                  
                                                                      
        if ( node->type != IMFS_DIRECTORY )                           
 200a868:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
 200a86c:	80 a0 60 01 	cmp  %g1, 1                                    
 200a870:	12 80 00 5a 	bne  200a9d8 <IMFS_evaluate_for_make+0x284>    
 200a874:	01 00 00 00 	nop                                            
	/*                                                                   
	 * If we are at a node that is a mount point. Set loc to the         
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
 200a878:	c6 04 20 5c 	ld  [ %l0 + 0x5c ], %g3                        
 200a87c:	80 a0 e0 00 	cmp  %g3, 0                                    
 200a880:	12 80 00 5c 	bne  200a9f0 <IMFS_evaluate_for_make+0x29c>    
 200a884:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
	/*                                                                   
	 * Otherwise find the token name in the present location.            
	 */                                                                  
                                                                      
        node = IMFS_find_match_in_dir( node, token );                 
 200a888:	40 00 01 22 	call  200ad10 <IMFS_find_match_in_dir>         
 200a88c:	92 10 00 14 	mov  %l4, %o1                                  
	/*                                                                   
	 * If there is no node we have found the name of the node we         
         * wish to create.                                            
	 */                                                                  
                                                                      
        if ( ! node )                                                 
 200a890:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200a894:	02 80 00 17 	be  200a8f0 <IMFS_evaluate_for_make+0x19c>     
 200a898:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
          done = true;                                                
        else                                                          
          pathloc->node_access = node;                                
 200a89c:	10 bf ff b9 	b  200a780 <IMFS_evaluate_for_make+0x2c>       
 200a8a0:	e0 26 40 00 	st  %l0, [ %i1 ]                               
      case IMFS_UP_DIR:                                               
       /*                                                             
        *  Am I at the root of all filesystems? (chroot'ed?)          
	*/                                                                   
                                                                      
       if ( pathloc->node_access == rtems_filesystem_root.node_access )
 200a8a4:	c4 05 80 00 	ld  [ %l6 ], %g2                               
 200a8a8:	c4 00 a0 18 	ld  [ %g2 + 0x18 ], %g2                        
 200a8ac:	80 a0 80 01 	cmp  %g2, %g1                                  
 200a8b0:	02 bf ff b5 	be  200a784 <IMFS_evaluate_for_make+0x30>      
 200a8b4:	92 10 00 12 	mov  %l2, %o1                                  
                                                                      
	/*                                                                   
	 * Am I at the root of this mounted filesystem?                      
	 */                                                                  
                                                                      
        if (pathloc->node_access == pathloc->mt_entry->mt_fs_root.node_access){
 200a8b8:	c6 06 60 10 	ld  [ %i1 + 0x10 ], %g3                        
 200a8bc:	c4 00 e0 1c 	ld  [ %g3 + 0x1c ], %g2                        
 200a8c0:	80 a0 80 01 	cmp  %g2, %g1                                  
 200a8c4:	22 80 00 6c 	be,a   200aa74 <IMFS_evaluate_for_make+0x320>  
 200a8c8:	c4 00 e0 14 	ld  [ %g3 + 0x14 ], %g2                        
            *pathloc = newloc;                                        
            return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
	  }                                                                  
	} else {                                                             
                                                                      
          if ( !node->Parent )                                        
 200a8cc:	e0 00 60 08 	ld  [ %g1 + 8 ], %l0                           
 200a8d0:	80 a4 20 00 	cmp  %l0, 0                                    
 200a8d4:	32 bf ff ac 	bne,a   200a784 <IMFS_evaluate_for_make+0x30>  
 200a8d8:	e0 26 40 00 	st  %l0, [ %i1 ]                               
            rtems_set_errno_and_return_minus_one( ENOENT );           
 200a8dc:	40 00 15 54 	call  200fe2c <__errno>                        
 200a8e0:	b0 10 3f ff 	mov  -1, %i0                                   
 200a8e4:	ee 22 00 00 	st  %l7, [ %o0 ]                               
 200a8e8:	81 c7 e0 08 	ret                                            
 200a8ec:	81 e8 00 00 	restore                                        
      case IMFS_CURRENT_DIR:                                          
        break;                                                        
    }                                                                 
  }                                                                   
                                                                      
  *name = &path[ i - len ];                                           
 200a8f0:	82 24 c0 01 	sub  %l3, %g1, %g1                             
 200a8f4:	82 04 40 01 	add  %l1, %g1, %g1                             
 200a8f8:	c2 26 80 00 	st  %g1, [ %i2 ]                               
  /*                                                                  
   * We have evaluated the path as far as we can.                     
   * Verify there is not any invalid stuff at the end of the name.    
   */                                                                 
                                                                      
  for( ; path[i] != '\0'; i++) {                                      
 200a8fc:	c2 4c 40 13 	ldsb  [ %l1 + %l3 ], %g1                       
 200a900:	80 a0 60 00 	cmp  %g1, 0                                    
 200a904:	02 80 00 20 	be  200a984 <IMFS_evaluate_for_make+0x230>     
 200a908:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
    if ( !IMFS_is_separator( path[ i ] ) )                            
 200a90c:	12 80 00 1a 	bne  200a974 <IMFS_evaluate_for_make+0x220>    
 200a910:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
      rtems_set_errno_and_return_minus_one( ENOENT );                 
 200a914:	a2 04 40 13 	add  %l1, %l3, %l1                             
  /*                                                                  
   * We have evaluated the path as far as we can.                     
   * Verify there is not any invalid stuff at the end of the name.    
   */                                                                 
                                                                      
  for( ; path[i] != '\0'; i++) {                                      
 200a918:	c2 4c 60 01 	ldsb  [ %l1 + 1 ], %g1                         
 200a91c:	80 a0 60 00 	cmp  %g1, 0                                    
 200a920:	02 80 00 19 	be  200a984 <IMFS_evaluate_for_make+0x230>     
 200a924:	a2 04 60 01 	inc  %l1                                       
    if ( !IMFS_is_separator( path[ i ] ) )                            
 200a928:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 200a92c:	22 bf ff fc 	be,a   200a91c <IMFS_evaluate_for_make+0x1c8>  
 200a930:	c2 4c 60 01 	ldsb  [ %l1 + 1 ], %g1                         
 200a934:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 200a938:	22 bf ff f9 	be,a   200a91c <IMFS_evaluate_for_make+0x1c8>  
 200a93c:	c2 4c 60 01 	ldsb  [ %l1 + 1 ], %g1                         
      rtems_set_errno_and_return_minus_one( ENOENT );                 
 200a940:	40 00 15 3b 	call  200fe2c <__errno>                        
 200a944:	b0 10 3f ff 	mov  -1, %i0                                   
 200a948:	82 10 20 02 	mov  2, %g1                                    
 200a94c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a950:	81 c7 e0 08 	ret                                            
 200a954:	81 e8 00 00 	restore                                        
     * I cannot move out of this directory without execute permission.
     */                                                               
                                                                      
    if ( type != IMFS_NO_MORE_PATH )                                  
      if ( node->type == IMFS_DIRECTORY )                             
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
 200a958:	7f ff fe 24 	call  200a1e8 <IMFS_evaluate_permission>       
 200a95c:	92 10 20 01 	mov  1, %o1                                    
 200a960:	80 a2 20 00 	cmp  %o0, 0                                    
 200a964:	02 80 00 3e 	be  200aa5c <IMFS_evaluate_for_make+0x308>     
 200a968:	01 00 00 00 	nop                                            
 200a96c:	10 bf ff 9c 	b  200a7dc <IMFS_evaluate_for_make+0x88>       
 200a970:	c2 06 40 00 	ld  [ %i1 ], %g1                               
   * We have evaluated the path as far as we can.                     
   * Verify there is not any invalid stuff at the end of the name.    
   */                                                                 
                                                                      
  for( ; path[i] != '\0'; i++) {                                      
    if ( !IMFS_is_separator( path[ i ] ) )                            
 200a974:	12 bf ff f3 	bne  200a940 <IMFS_evaluate_for_make+0x1ec>    <== NEVER TAKEN
 200a978:	01 00 00 00 	nop                                            
      rtems_set_errno_and_return_minus_one( ENOENT );                 
 200a97c:	10 bf ff e7 	b  200a918 <IMFS_evaluate_for_make+0x1c4>      
 200a980:	a2 04 40 13 	add  %l1, %l3, %l1                             
                                                                      
  /*                                                                  
   * Verify we can execute and write to this directory.               
   */                                                                 
                                                                      
  result = IMFS_Set_handlers( pathloc );                              
 200a984:	7f ff fd f6 	call  200a15c <IMFS_Set_handlers>              
 200a988:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  /*                                                                  
   * The returned node must be a directory                            
   */                                                                 
  node = pathloc->node_access;                                        
 200a98c:	c2 06 40 00 	ld  [ %i1 ], %g1                               
 200a990:	c2 00 60 4c 	ld  [ %g1 + 0x4c ], %g1                        
 200a994:	80 a0 60 01 	cmp  %g1, 1                                    
 200a998:	12 80 00 10 	bne  200a9d8 <IMFS_evaluate_for_make+0x284>    <== NEVER TAKEN
 200a99c:	b0 10 00 08 	mov  %o0, %i0                                  
                                                                      
  /*                                                                  
   * We must have Write and execute permission on the returned node.  
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_WX ) )   
 200a9a0:	90 10 00 19 	mov  %i1, %o0                                  
 200a9a4:	7f ff fe 11 	call  200a1e8 <IMFS_evaluate_permission>       
 200a9a8:	92 10 20 03 	mov  3, %o1                                    
 200a9ac:	80 a2 20 00 	cmp  %o0, 0                                    
 200a9b0:	02 80 00 04 	be  200a9c0 <IMFS_evaluate_for_make+0x26c>     
 200a9b4:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EACCES );                   
                                                                      
  return result;                                                      
}                                                                     
 200a9b8:	81 c7 e0 08 	ret                                            
 200a9bc:	81 e8 00 00 	restore                                        
  /*                                                                  
   * We must have Write and execute permission on the returned node.  
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_WX ) )   
    rtems_set_errno_and_return_minus_one( EACCES );                   
 200a9c0:	40 00 15 1b 	call  200fe2c <__errno>                        
 200a9c4:	b0 10 3f ff 	mov  -1, %i0                                   
 200a9c8:	82 10 20 0d 	mov  0xd, %g1                                  
 200a9cc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
                                                                      
  return result;                                                      
}                                                                     
 200a9d0:	81 c7 e0 08 	ret                                            
 200a9d4:	81 e8 00 00 	restore                                        
  /*                                                                  
   * The returned node must be a directory                            
   */                                                                 
  node = pathloc->node_access;                                        
  if ( node->type != IMFS_DIRECTORY )                                 
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
 200a9d8:	40 00 15 15 	call  200fe2c <__errno>                        
 200a9dc:	b0 10 3f ff 	mov  -1, %i0                                   
 200a9e0:	82 10 20 14 	mov  0x14, %g1                                 
 200a9e4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a9e8:	81 c7 e0 08 	ret                                            
 200a9ec:	81 e8 00 00 	restore                                        
	 * If we are at a node that is a mount point. Set loc to the         
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
          newloc  = node->info.directory.mt_fs->mt_fs_root;           
 200a9f0:	c4 00 e0 28 	ld  [ %g3 + 0x28 ], %g2                        
          *pathloc = newloc;                                          
 200a9f4:	d8 00 e0 2c 	ld  [ %g3 + 0x2c ], %o4                        
	 * If we are at a node that is a mount point. Set loc to the         
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
          newloc  = node->info.directory.mt_fs->mt_fs_root;           
 200a9f8:	da 00 e0 24 	ld  [ %g3 + 0x24 ], %o5                        
 200a9fc:	c8 00 e0 20 	ld  [ %g3 + 0x20 ], %g4                        
          *pathloc = newloc;                                          
          return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
 200aa00:	c2 00 a0 04 	ld  [ %g2 + 4 ], %g1                           
	 * If we are at a node that is a mount point. Set loc to the         
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
          newloc  = node->info.directory.mt_fs->mt_fs_root;           
 200aa04:	c6 00 e0 1c 	ld  [ %g3 + 0x1c ], %g3                        
          *pathloc = newloc;                                          
          return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
 200aa08:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
          newloc  = node->info.directory.mt_fs->mt_fs_root;           
          *pathloc = newloc;                                          
 200aa0c:	d8 26 60 10 	st  %o4, [ %i1 + 0x10 ]                        
          return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
 200aa10:	90 24 c0 08 	sub  %l3, %o0, %o0                             
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
          newloc  = node->info.directory.mt_fs->mt_fs_root;           
          *pathloc = newloc;                                          
 200aa14:	da 26 60 08 	st  %o5, [ %i1 + 8 ]                           
 200aa18:	c8 26 60 04 	st  %g4, [ %i1 + 4 ]                           
 200aa1c:	c6 26 40 00 	st  %g3, [ %i1 ]                               
          return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
 200aa20:	90 04 40 08 	add  %l1, %o0, %o0                             
	 * new fs root node and let them finish evaluating the path.         
	 */                                                                  
                                                                      
        if ( node->info.directory.mt_fs != NULL ) {                   
          newloc  = node->info.directory.mt_fs->mt_fs_root;           
          *pathloc = newloc;                                          
 200aa24:	c4 26 60 0c 	st  %g2, [ %i1 + 0xc ]                         
          return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
 200aa28:	92 10 00 19 	mov  %i1, %o1                                  
 200aa2c:	9f c0 40 00 	call  %g1                                      
 200aa30:	94 10 00 1a 	mov  %i2, %o2                                  
 200aa34:	81 c7 e0 08 	ret                                            
 200aa38:	91 e8 00 08 	restore  %g0, %o0, %o0                         
          if ( result == -1 )                                         
            return -1;                                                
                                                                      
	} else if ( node->type == IMFS_SYM_LINK ) {                          
                                                                      
          result = IMFS_evaluate_link( pathloc, 0 );                  
 200aa3c:	90 10 00 19 	mov  %i1, %o0                                  
 200aa40:	7f ff ff 0f 	call  200a67c <IMFS_evaluate_link>             
 200aa44:	92 10 20 00 	clr  %o1                                       
                                                                      
          if ( result == -1 )                                         
 200aa48:	80 a2 3f ff 	cmp  %o0, -1                                   
 200aa4c:	02 bf ff 5f 	be  200a7c8 <IMFS_evaluate_for_make+0x74>      <== NEVER TAKEN
 200aa50:	b0 10 00 08 	mov  %o0, %i0                                  
 200aa54:	10 bf ff 82 	b  200a85c <IMFS_evaluate_for_make+0x108>      
 200aa58:	e0 06 40 00 	ld  [ %i1 ], %l0                               
     */                                                               
                                                                      
    if ( type != IMFS_NO_MORE_PATH )                                  
      if ( node->type == IMFS_DIRECTORY )                             
        if ( !IMFS_evaluate_permission( pathloc, RTEMS_LIBIO_PERMS_SEARCH ) )
           rtems_set_errno_and_return_minus_one( EACCES );            
 200aa5c:	40 00 14 f4 	call  200fe2c <__errno>                        
 200aa60:	b0 10 3f ff 	mov  -1, %i0                                   
 200aa64:	82 10 20 0d 	mov  0xd, %g1                                  
 200aa68:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200aa6c:	81 c7 e0 08 	ret                                            
 200aa70:	81 e8 00 00 	restore                                        
          if ( pathloc->node_access == rtems_filesystem_root.node_access ) {
            break;                                                    
                                                                      
	  } else {                                                           
            newloc = pathloc->mt_entry->mt_point_node;                
            *pathloc = newloc;                                        
 200aa74:	d8 00 e0 18 	ld  [ %g3 + 0x18 ], %o4                        
                                                                      
          if ( pathloc->node_access == rtems_filesystem_root.node_access ) {
            break;                                                    
                                                                      
	  } else {                                                           
            newloc = pathloc->mt_entry->mt_point_node;                
 200aa78:	da 00 e0 10 	ld  [ %g3 + 0x10 ], %o5                        
 200aa7c:	c8 00 e0 0c 	ld  [ %g3 + 0xc ], %g4                         
            *pathloc = newloc;                                        
            return (*pathloc->ops->evalformake_h)( &path[i-len], pathloc, name );
 200aa80:	c2 00 a0 04 	ld  [ %g2 + 4 ], %g1                           
                                                                      
          if ( pathloc->node_access == rtems_filesystem_root.node_access ) {
            break;                                                    
                                                                      
	  } else {                                                           
            newloc = pathloc->mt_entry->mt_point_node;                
 200aa84:	10 bf ff e1 	b  200aa08 <IMFS_evaluate_for_make+0x2b4>      
 200aa88:	c6 00 e0 08 	ld  [ %g3 + 8 ], %g3                           
                                                                      

0200a248 <IMFS_evaluate_hard_link>: int IMFS_evaluate_hard_link( rtems_filesystem_location_info_t *node, /* IN/OUT */ int flags /* IN */ ) {
 200a248:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t                     *jnode  = node->node_access;       
 200a24c:	c2 06 00 00 	ld  [ %i0 ], %g1                               
                                                                      
  /*                                                                  
   * Check for things that should never happen.                       
   */                                                                 
                                                                      
  if ( jnode->type != IMFS_HARD_LINK )                                
 200a250:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 200a254:	80 a0 a0 03 	cmp  %g2, 3                                    
 200a258:	12 80 00 14 	bne  200a2a8 <IMFS_evaluate_hard_link+0x60>    <== NEVER TAKEN
 200a25c:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   * Set the hard link value and the handlers.                        
   */                                                                 
                                                                      
  node->node_access = jnode->info.hard_link.link_node;                
 200a260:	c2 00 60 50 	ld  [ %g1 + 0x50 ], %g1                        
                                                                      
  IMFS_Set_handlers( node );                                          
 200a264:	7f ff ff be 	call  200a15c <IMFS_Set_handlers>              
 200a268:	c2 26 00 00 	st  %g1, [ %i0 ]                               
                                                                      
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( node, flags ) )                     
 200a26c:	90 10 00 18 	mov  %i0, %o0                                  
 200a270:	92 10 00 19 	mov  %i1, %o1                                  
 200a274:	7f ff ff dd 	call  200a1e8 <IMFS_evaluate_permission>       
 200a278:	b0 10 20 00 	clr  %i0                                       
 200a27c:	80 a2 20 00 	cmp  %o0, 0                                    
 200a280:	02 80 00 04 	be  200a290 <IMFS_evaluate_hard_link+0x48>     <== NEVER TAKEN
 200a284:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EACCES );                   
                                                                      
  return result;                                                      
}                                                                     
 200a288:	81 c7 e0 08 	ret                                            
 200a28c:	81 e8 00 00 	restore                                        
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( node, flags ) )                     
    rtems_set_errno_and_return_minus_one( EACCES );                   
 200a290:	40 00 16 e7 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200a294:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200a298:	82 10 20 0d 	mov  0xd, %g1                                  <== NOT EXECUTED
 200a29c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
                                                                      
  return result;                                                      
}                                                                     
 200a2a0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200a2a4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   * Check for things that should never happen.                       
   */                                                                 
                                                                      
  if ( jnode->type != IMFS_HARD_LINK )                                
    rtems_fatal_error_occurred (0xABCD0000);                          
 200a2a8:	7f ff f1 06 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 200a2ac:	11 2a f3 40 	sethi  %hi(0xabcd0000), %o0                    <== NOT EXECUTED
                                                                      

0200a67c <IMFS_evaluate_link>: int IMFS_evaluate_link( rtems_filesystem_location_info_t *node, /* IN/OUT */ int flags /* IN */ ) {
 200a67c:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200a680:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
 200a684:	a2 10 00 18 	mov  %i0, %l1                                  
 200a688:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1                       
                                                                      
    else if (jnode->type == IMFS_SYM_LINK )                           
      result = IMFS_evaluate_sym_link( node, flags );                 
                                                                      
  } while ( ( result == 0 ) && ( ( jnode->type == IMFS_SYM_LINK  ) || 
                                 ( jnode->type == IMFS_HARD_LINK ) ) );
 200a68c:	10 80 00 07 	b  200a6a8 <IMFS_evaluate_link+0x2c>           
 200a690:	a6 14 23 30 	or  %l0, 0x330, %l3                            
     */                                                               
                                                                      
    if ( jnode->type == IMFS_HARD_LINK )                              
      result = IMFS_evaluate_hard_link( node, flags );                
                                                                      
    else if (jnode->type == IMFS_SYM_LINK )                           
 200a694:	02 80 00 21 	be  200a718 <IMFS_evaluate_link+0x9c>          
 200a698:	84 00 bf fd 	add  %g2, -3, %g2                              
      result = IMFS_evaluate_sym_link( node, flags );                 
                                                                      
  } while ( ( result == 0 ) && ( ( jnode->type == IMFS_SYM_LINK  ) || 
                                 ( jnode->type == IMFS_HARD_LINK ) ) );
 200a69c:	80 a0 a0 01 	cmp  %g2, 1                                    
 200a6a0:	18 80 00 1b 	bgu  200a70c <IMFS_evaluate_link+0x90>         <== ALWAYS TAKEN
 200a6a4:	90 10 20 00 	clr  %o0                                       
                                                                      
    /*                                                                
     * Increment and check the link counter.                          
     */                                                               
                                                                      
    rtems_filesystem_link_counts ++;                                  
 200a6a8:	c4 10 60 30 	lduh  [ %g1 + 0x30 ], %g2                      
{                                                                     
  IMFS_jnode_t                     *jnode;                            
  int                               result = 0;                       
                                                                      
  do {                                                                
    jnode  = node->node_access;                                       
 200a6ac:	e4 04 40 00 	ld  [ %l1 ], %l2                               
                                                                      
    /*                                                                
     * Increment and check the link counter.                          
     */                                                               
                                                                      
    rtems_filesystem_link_counts ++;                                  
 200a6b0:	84 00 a0 01 	inc  %g2                                       
 200a6b4:	c4 30 60 30 	sth  %g2, [ %g1 + 0x30 ]                       
    if ( rtems_filesystem_link_counts > MAXSYMLINK ) {                
 200a6b8:	85 28 a0 10 	sll  %g2, 0x10, %g2                            
 200a6bc:	85 30 a0 10 	srl  %g2, 0x10, %g2                            
 200a6c0:	80 a0 a0 05 	cmp  %g2, 5                                    
 200a6c4:	18 80 00 1d 	bgu  200a738 <IMFS_evaluate_link+0xbc>         
 200a6c8:	01 00 00 00 	nop                                            
                                                                      
    /*                                                                
     *  Follow the Link node.                                         
     */                                                               
                                                                      
    if ( jnode->type == IMFS_HARD_LINK )                              
 200a6cc:	c4 04 a0 4c 	ld  [ %l2 + 0x4c ], %g2                        
 200a6d0:	80 a0 a0 03 	cmp  %g2, 3                                    
 200a6d4:	12 bf ff f0 	bne  200a694 <IMFS_evaluate_link+0x18>         
 200a6d8:	80 a0 a0 04 	cmp  %g2, 4                                    
      result = IMFS_evaluate_hard_link( node, flags );                
 200a6dc:	90 10 00 11 	mov  %l1, %o0                                  
 200a6e0:	7f ff fe da 	call  200a248 <IMFS_evaluate_hard_link>        
 200a6e4:	92 10 00 19 	mov  %i1, %o1                                  
                                                                      
    else if (jnode->type == IMFS_SYM_LINK )                           
      result = IMFS_evaluate_sym_link( node, flags );                 
                                                                      
  } while ( ( result == 0 ) && ( ( jnode->type == IMFS_SYM_LINK  ) || 
                                 ( jnode->type == IMFS_HARD_LINK ) ) );
 200a6e8:	80 a2 20 00 	cmp  %o0, 0                                    
 200a6ec:	12 80 00 08 	bne  200a70c <IMFS_evaluate_link+0x90>         <== NEVER TAKEN
 200a6f0:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1                       
 200a6f4:	c4 04 a0 4c 	ld  [ %l2 + 0x4c ], %g2                        
 200a6f8:	84 00 bf fd 	add  %g2, -3, %g2                              
 200a6fc:	80 a0 a0 01 	cmp  %g2, 1                                    
 200a700:	08 bf ff ea 	bleu  200a6a8 <IMFS_evaluate_link+0x2c>        <== ALWAYS TAKEN
 200a704:	c2 04 c0 00 	ld  [ %l3 ], %g1                               
 200a708:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
                                                                      
  /*                                                                  
   * Clear link counter.                                              
   */                                                                 
                                                                      
  rtems_filesystem_link_counts = 0;                                   
 200a70c:	c0 30 60 30 	clrh  [ %g1 + 0x30 ]                           
                                                                      
  return result;                                                      
}                                                                     
 200a710:	81 c7 e0 08 	ret                                            
 200a714:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      
    if ( jnode->type == IMFS_HARD_LINK )                              
      result = IMFS_evaluate_hard_link( node, flags );                
                                                                      
    else if (jnode->type == IMFS_SYM_LINK )                           
      result = IMFS_evaluate_sym_link( node, flags );                 
 200a718:	90 10 00 11 	mov  %l1, %o0                                  
 200a71c:	7f ff fe e6 	call  200a2b4 <IMFS_evaluate_sym_link>         
 200a720:	92 10 00 19 	mov  %i1, %o1                                  
                                                                      
  } while ( ( result == 0 ) && ( ( jnode->type == IMFS_SYM_LINK  ) || 
                                 ( jnode->type == IMFS_HARD_LINK ) ) );
 200a724:	80 a2 20 00 	cmp  %o0, 0                                    
 200a728:	22 bf ff f4 	be,a   200a6f8 <IMFS_evaluate_link+0x7c>       
 200a72c:	c4 04 a0 4c 	ld  [ %l2 + 0x4c ], %g2                        
 200a730:	10 bf ff f7 	b  200a70c <IMFS_evaluate_link+0x90>           
 200a734:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1                       
     */                                                               
                                                                      
    rtems_filesystem_link_counts ++;                                  
    if ( rtems_filesystem_link_counts > MAXSYMLINK ) {                
      rtems_filesystem_link_counts = 0;                               
      rtems_set_errno_and_return_minus_one( ELOOP );                  
 200a738:	40 00 15 bd 	call  200fe2c <__errno>                        
 200a73c:	c0 30 60 30 	clrh  [ %g1 + 0x30 ]                           
 200a740:	82 10 20 5c 	mov  0x5c, %g1                                 
 200a744:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a748:	90 10 3f ff 	mov  -1, %o0                                   
   */                                                                 
                                                                      
  rtems_filesystem_link_counts = 0;                                   
                                                                      
  return result;                                                      
}                                                                     
 200a74c:	81 c7 e0 08 	ret                                            
 200a750:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

0200a1e8 <IMFS_evaluate_permission>: int IMFS_evaluate_permission( rtems_filesystem_location_info_t *node, int flags ) {
 200a1e8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  }                                                                   
                                                                      
  jnode = node->node_access;                                          
                                                                      
#if defined(RTEMS_POSIX_API)                                          
  st_uid = geteuid();                                                 
 200a1ec:	40 00 04 f1 	call  200b5b0 <geteuid>                        
 200a1f0:	e0 06 00 00 	ld  [ %i0 ], %l0                               
  st_gid = getegid();                                                 
 200a1f4:	40 00 04 eb 	call  200b5a0 <getegid>                        
 200a1f8:	a2 10 00 08 	mov  %o0, %l1                                  
   * Check if I am owner or a group member or someone else.           
   */                                                                 
                                                                      
  flags_to_test = flags;                                              
                                                                      
  if ( st_uid == jnode->st_uid )                                      
 200a1fc:	c2 14 20 3c 	lduh  [ %l0 + 0x3c ], %g1                      
 200a200:	a3 2c 60 10 	sll  %l1, 0x10, %l1                            
 200a204:	a3 34 60 10 	srl  %l1, 0x10, %l1                            
 200a208:	80 a4 40 01 	cmp  %l1, %g1                                  
 200a20c:	02 80 00 09 	be  200a230 <IMFS_evaluate_permission+0x48>    
 200a210:	83 2e 60 06 	sll  %i1, 6, %g1                               
    flags_to_test <<= 6;                                              
  else if ( st_gid == jnode->st_gid )                                 
 200a214:	c2 14 20 3e 	lduh  [ %l0 + 0x3e ], %g1                      
 200a218:	91 2a 20 10 	sll  %o0, 0x10, %o0                            
 200a21c:	91 32 20 10 	srl  %o0, 0x10, %o0                            
 200a220:	80 a2 00 01 	cmp  %o0, %g1                                  
 200a224:	02 80 00 03 	be  200a230 <IMFS_evaluate_permission+0x48>    <== ALWAYS TAKEN
 200a228:	83 2e 60 03 	sll  %i1, 3, %g1                               
 200a22c:	82 10 00 19 	mov  %i1, %g1                                  <== NOT EXECUTED
                                                                      
  /*                                                                  
   * If all of the flags are set we have permission                   
   * to do this.                                                      
   */                                                                 
  if ( ( flags_to_test & jnode->st_mode) == flags_to_test )           
 200a230:	c4 04 20 30 	ld  [ %l0 + 0x30 ], %g2                        
 200a234:	82 28 40 02 	andn  %g1, %g2, %g1                            
    return 1;                                                         
                                                                      
  return 0;                                                           
}                                                                     
 200a238:	80 a0 00 01 	cmp  %g0, %g1                                  
 200a23c:	b0 60 3f ff 	subx  %g0, -1, %i0                             
 200a240:	81 c7 e0 08 	ret                                            
 200a244:	81 e8 00 00 	restore                                        
                                                                      

0200a2b4 <IMFS_evaluate_sym_link>: int IMFS_evaluate_sym_link( rtems_filesystem_location_info_t *node, /* IN/OUT */ int flags /* IN */ ) {
 200a2b4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t                     *jnode  = node->node_access;       
 200a2b8:	c2 06 00 00 	ld  [ %i0 ], %g1                               
                                                                      
  /*                                                                  
   * Check for things that should never happen.                       
   */                                                                 
                                                                      
  if ( jnode->type != IMFS_SYM_LINK )                                 
 200a2bc:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 200a2c0:	80 a0 a0 04 	cmp  %g2, 4                                    
 200a2c4:	12 80 00 3b 	bne  200a3b0 <IMFS_evaluate_sym_link+0xfc>     <== NEVER TAKEN
 200a2c8:	01 00 00 00 	nop                                            
    rtems_fatal_error_occurred (0xABCD0000);                          
                                                                      
  if ( !jnode->Parent )                                               
 200a2cc:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 200a2d0:	80 a0 a0 00 	cmp  %g2, 0                                    
 200a2d4:	02 80 00 35 	be  200a3a8 <IMFS_evaluate_sym_link+0xf4>      <== NEVER TAKEN
 200a2d8:	01 00 00 00 	nop                                            
  /*                                                                  
   * Move the node_access to either the symbolic links parent or      
   * root depending on the symbolic links path.                       
   */                                                                 
                                                                      
  node->node_access = jnode->Parent;                                  
 200a2dc:	c4 26 00 00 	st  %g2, [ %i0 ]                               
                                                                      
  rtems_filesystem_get_sym_start_loc(                                 
 200a2e0:	c4 00 60 50 	ld  [ %g1 + 0x50 ], %g2                        
 200a2e4:	c6 48 80 00 	ldsb  [ %g2 ], %g3                             
 200a2e8:	80 a0 e0 5c 	cmp  %g3, 0x5c                                 
 200a2ec:	12 80 00 23 	bne  200a378 <IMFS_evaluate_sym_link+0xc4>     <== ALWAYS TAKEN
 200a2f0:	80 a0 e0 2f 	cmp  %g3, 0x2f                                 
 200a2f4:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     <== NOT EXECUTED
 200a2f8:	c4 00 a3 30 	ld  [ %g2 + 0x330 ], %g2	! 201c330 <rtems_current_user_env>
 200a2fc:	a0 10 20 01 	mov  1, %l0                                    
 200a300:	c6 00 a0 18 	ld  [ %g2 + 0x18 ], %g3                        
 200a304:	c6 26 00 00 	st  %g3, [ %i0 ]                               
 200a308:	c6 00 a0 1c 	ld  [ %g2 + 0x1c ], %g3                        
 200a30c:	c6 26 20 04 	st  %g3, [ %i0 + 4 ]                           
 200a310:	c6 00 a0 20 	ld  [ %g2 + 0x20 ], %g3                        
 200a314:	c6 26 20 08 	st  %g3, [ %i0 + 8 ]                           
 200a318:	c6 00 a0 24 	ld  [ %g2 + 0x24 ], %g3                        
 200a31c:	c6 26 20 0c 	st  %g3, [ %i0 + 0xc ]                         
 200a320:	c4 00 a0 28 	ld  [ %g2 + 0x28 ], %g2                        
 200a324:	c4 26 20 10 	st  %g2, [ %i0 + 0x10 ]                        
 200a328:	c4 00 60 50 	ld  [ %g1 + 0x50 ], %g2                        
   * Use eval path to evaluate the path of the symbolic link.         
   */                                                                 
                                                                      
  result = IMFS_eval_path(                                            
    &jnode->info.sym_link.name[i],                                    
    strlen( &jnode->info.sym_link.name[i] ),                          
 200a32c:	a0 00 80 10 	add  %g2, %l0, %l0                             
 200a330:	40 00 1a 77 	call  2010d0c <strlen>                         
 200a334:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  /*                                                                  
   * Use eval path to evaluate the path of the symbolic link.         
   */                                                                 
                                                                      
  result = IMFS_eval_path(                                            
 200a338:	94 10 00 19 	mov  %i1, %o2                                  
    &jnode->info.sym_link.name[i],                                    
    strlen( &jnode->info.sym_link.name[i] ),                          
 200a33c:	92 10 00 08 	mov  %o0, %o1                                  
                                                                      
  /*                                                                  
   * Use eval path to evaluate the path of the symbolic link.         
   */                                                                 
                                                                      
  result = IMFS_eval_path(                                            
 200a340:	96 10 00 18 	mov  %i0, %o3                                  
 200a344:	40 00 00 1e 	call  200a3bc <IMFS_eval_path>                 
 200a348:	90 10 00 10 	mov  %l0, %o0                                  
 200a34c:	a0 10 00 08 	mov  %o0, %l0                                  
    strlen( &jnode->info.sym_link.name[i] ),                          
    flags,                                                            
    node                                                              
  );                                                                  
                                                                      
  IMFS_Set_handlers( node );                                          
 200a350:	7f ff ff 83 	call  200a15c <IMFS_Set_handlers>              
 200a354:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( node, flags ) )                     
 200a358:	90 10 00 18 	mov  %i0, %o0                                  
 200a35c:	7f ff ff a3 	call  200a1e8 <IMFS_evaluate_permission>       
 200a360:	92 10 00 19 	mov  %i1, %o1                                  
 200a364:	80 a2 20 00 	cmp  %o0, 0                                    
 200a368:	02 80 00 0b 	be  200a394 <IMFS_evaluate_sym_link+0xe0>      <== NEVER TAKEN
 200a36c:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EACCES );                   
                                                                      
  return result;                                                      
}                                                                     
 200a370:	81 c7 e0 08 	ret                                            
 200a374:	91 e8 00 10 	restore  %g0, %l0, %o0                         
   * root depending on the symbolic links path.                       
   */                                                                 
                                                                      
  node->node_access = jnode->Parent;                                  
                                                                      
  rtems_filesystem_get_sym_start_loc(                                 
 200a378:	22 bf ff e0 	be,a   200a2f8 <IMFS_evaluate_sym_link+0x44>   
 200a37c:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     
 200a380:	80 a0 e0 00 	cmp  %g3, 0                                    
 200a384:	12 bf ff ea 	bne  200a32c <IMFS_evaluate_sym_link+0x78>     <== ALWAYS TAKEN
 200a388:	a0 10 20 00 	clr  %l0                                       
 200a38c:	10 bf ff db 	b  200a2f8 <IMFS_evaluate_sym_link+0x44>       <== NOT EXECUTED
 200a390:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     <== NOT EXECUTED
  /*                                                                  
   * Verify we have the correct permissions for this node.            
   */                                                                 
                                                                      
  if ( !IMFS_evaluate_permission( node, flags ) )                     
    rtems_set_errno_and_return_minus_one( EACCES );                   
 200a394:	40 00 16 a6 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200a398:	a0 10 3f ff 	mov  -1, %l0                                   <== NOT EXECUTED
 200a39c:	82 10 20 0d 	mov  0xd, %g1                                  <== NOT EXECUTED
 200a3a0:	10 bf ff f4 	b  200a370 <IMFS_evaluate_sym_link+0xbc>       <== NOT EXECUTED
 200a3a4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
                                                                      
  if ( jnode->type != IMFS_SYM_LINK )                                 
    rtems_fatal_error_occurred (0xABCD0000);                          
                                                                      
  if ( !jnode->Parent )                                               
    rtems_fatal_error_occurred( 0xBAD00000 );                         
 200a3a8:	7f ff f0 c6 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 200a3ac:	11 2e b4 00 	sethi  %hi(0xbad00000), %o0                    <== NOT EXECUTED
  /*                                                                  
   * Check for things that should never happen.                       
   */                                                                 
                                                                      
  if ( jnode->type != IMFS_SYM_LINK )                                 
    rtems_fatal_error_occurred (0xABCD0000);                          
 200a3b0:	7f ff f0 c4 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 200a3b4:	11 2a f3 40 	sethi  %hi(0xabcd0000), %o0                    <== NOT EXECUTED
                                                                      

0200e414 <IMFS_fchmod>: int IMFS_fchmod( rtems_filesystem_location_info_t *loc, mode_t mode ) {
 200e414:	9d e3 bf 98 	save  %sp, -104, %sp                           
                                                                      
  /*                                                                  
   *  Verify I am the owner of the node or the super user.            
   */                                                                 
#if defined(RTEMS_POSIX_API)                                          
  st_uid = geteuid();                                                 
 200e418:	7f ff f4 66 	call  200b5b0 <geteuid>                        
 200e41c:	e0 06 00 00 	ld  [ %i0 ], %l0                               
                                                                      
  if ( ( st_uid != jnode->st_uid ) && ( st_uid != 0 ) )               
 200e420:	91 2a 20 10 	sll  %o0, 0x10, %o0                            
 200e424:	91 32 20 10 	srl  %o0, 0x10, %o0                            
 200e428:	80 a2 20 00 	cmp  %o0, 0                                    
 200e42c:	32 80 00 0e 	bne,a   200e464 <IMFS_fchmod+0x50>             <== NEVER TAKEN
 200e430:	c2 14 20 3c 	lduh  [ %l0 + 0x3c ], %g1                      <== NOT EXECUTED
  /*                                                                  
   * Change only the RWX permissions on the jnode to mode.            
   */                                                                 
                                                                      
  jnode->st_mode &= ~(S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
  jnode->st_mode |= mode & (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
 200e434:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        
                                                                      
  IMFS_update_ctime( jnode );                                         
 200e438:	90 07 bf f8 	add  %fp, -8, %o0                              
  /*                                                                  
   * Change only the RWX permissions on the jnode to mode.            
   */                                                                 
                                                                      
  jnode->st_mode &= ~(S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
  jnode->st_mode |= mode & (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
 200e43c:	82 08 70 00 	and  %g1, -4096, %g1                           
                                                                      
  IMFS_update_ctime( jnode );                                         
 200e440:	92 10 20 00 	clr  %o1                                       
  /*                                                                  
   * Change only the RWX permissions on the jnode to mode.            
   */                                                                 
                                                                      
  jnode->st_mode &= ~(S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
  jnode->st_mode |= mode & (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
 200e444:	b2 0e 6f ff 	and  %i1, 0xfff, %i1                           
 200e448:	b2 16 40 01 	or  %i1, %g1, %i1                              
                                                                      
  IMFS_update_ctime( jnode );                                         
 200e44c:	7f ff f4 5d 	call  200b5c0 <gettimeofday>                   
 200e450:	f2 24 20 30 	st  %i1, [ %l0 + 0x30 ]                        
 200e454:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 200e458:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 200e45c:	81 c7 e0 08 	ret                                            
 200e460:	91 e8 20 00 	restore  %g0, 0, %o0                           
   *  Verify I am the owner of the node or the super user.            
   */                                                                 
#if defined(RTEMS_POSIX_API)                                          
  st_uid = geteuid();                                                 
                                                                      
  if ( ( st_uid != jnode->st_uid ) && ( st_uid != 0 ) )               
 200e464:	80 a2 00 01 	cmp  %o0, %g1                                  <== NOT EXECUTED
 200e468:	22 bf ff f4 	be,a   200e438 <IMFS_fchmod+0x24>              <== NOT EXECUTED
 200e46c:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EPERM );                    
 200e470:	40 00 06 6f 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200e474:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200e478:	82 10 20 01 	mov  1, %g1                                    <== NOT EXECUTED
 200e47c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200e480:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200e484:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200ac4c <IMFS_fifo_close>: } int IMFS_fifo_close( rtems_libio_t *iop ) {
 200ac4c:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
 200ac50:	e2 06 20 3c 	ld  [ %i0 + 0x3c ], %l1                        <== NOT EXECUTED
                                                                      
  int err = pipe_release(&JNODE2PIPE(jnode), iop);                    
 200ac54:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
}                                                                     
                                                                      
int IMFS_fifo_close(                                                  
  rtems_libio_t *iop                                                  
)                                                                     
{                                                                     
 200ac58:	a0 10 00 18 	mov  %i0, %l0                                  <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = pipe_release(&JNODE2PIPE(jnode), iop);                    
 200ac5c:	40 00 0c 0e 	call  200dc94 <pipe_release>                   <== NOT EXECUTED
 200ac60:	90 04 60 50 	add  %l1, 0x50, %o0                            <== NOT EXECUTED
                                                                      
  if (! err) {                                                        
 200ac64:	b0 92 20 00 	orcc  %o0, 0, %i0                              <== NOT EXECUTED
 200ac68:	02 80 00 06 	be  200ac80 <IMFS_fifo_close+0x34>             <== NOT EXECUTED
 200ac6c:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
    /* Free jnode if file is already unlinked and no one opens it */  
    if (! rtems_libio_is_file_open(jnode) && jnode->st_nlink < 1)     
      free(jnode);                                                    
  }                                                                   
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200ac70:	06 80 00 14 	bl  200acc0 <IMFS_fifo_close+0x74>             <== NOT EXECUTED
 200ac74:	01 00 00 00 	nop                                            <== NOT EXECUTED
}                                                                     
 200ac78:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ac7c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = pipe_release(&JNODE2PIPE(jnode), iop);                    
                                                                      
  if (! err) {                                                        
    iop->flags &= ~LIBIO_FLAGS_OPEN;                                  
 200ac80:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        <== NOT EXECUTED
    /* Free jnode if file is already unlinked and no one opens it */  
    if (! rtems_libio_is_file_open(jnode) && jnode->st_nlink < 1)     
 200ac84:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = pipe_release(&JNODE2PIPE(jnode), iop);                    
                                                                      
  if (! err) {                                                        
    iop->flags &= ~LIBIO_FLAGS_OPEN;                                  
 200ac88:	82 08 7e ff 	and  %g1, -257, %g1                            <== NOT EXECUTED
    /* Free jnode if file is already unlinked and no one opens it */  
    if (! rtems_libio_is_file_open(jnode) && jnode->st_nlink < 1)     
 200ac8c:	40 00 02 86 	call  200b6a4 <rtems_libio_is_file_open>       <== NOT EXECUTED
 200ac90:	c2 24 20 18 	st  %g1, [ %l0 + 0x18 ]                        <== NOT EXECUTED
 200ac94:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200ac98:	12 80 00 08 	bne  200acb8 <IMFS_fifo_close+0x6c>            <== NOT EXECUTED
 200ac9c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200aca0:	c2 14 60 34 	lduh  [ %l1 + 0x34 ], %g1                      <== NOT EXECUTED
 200aca4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200aca8:	12 80 00 04 	bne  200acb8 <IMFS_fifo_close+0x6c>            <== NOT EXECUTED
 200acac:	01 00 00 00 	nop                                            <== NOT EXECUTED
      free(jnode);                                                    
 200acb0:	40 00 01 ca 	call  200b3d8 <free>                           <== NOT EXECUTED
 200acb4:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 200acb8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200acbc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  }                                                                   
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200acc0:	40 00 14 5b 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200acc4:	b0 20 00 18 	neg  %i0                                       <== NOT EXECUTED
 200acc8:	f0 22 00 00 	st  %i0, [ %o0 ]                               <== NOT EXECUTED
}                                                                     
 200accc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200acd0:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
                                                                      

0200aae8 <IMFS_fifo_ioctl>: int IMFS_fifo_ioctl( rtems_libio_t *iop, uint32_t command, void *buffer ) {
 200aae8:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  int err;                                                            
                                                                      
  if (command == FIONBIO) {                                           
 200aaec:	03 20 01 19 	sethi  %hi(0x80046400), %g1                    <== NOT EXECUTED
 200aaf0:	82 10 62 7e 	or  %g1, 0x27e, %g1	! 8004667e <RAM_END+0x7dc4667e><== NOT EXECUTED
 200aaf4:	80 a6 40 01 	cmp  %i1, %g1                                  <== NOT EXECUTED
 200aaf8:	02 80 00 0c 	be  200ab28 <IMFS_fifo_ioctl+0x40>             <== NOT EXECUTED
 200aafc:	96 10 00 18 	mov  %i0, %o3                                  <== NOT EXECUTED
        iop->flags &= ~LIBIO_FLAGS_NO_DELAY;                          
      return 0;                                                       
    }                                                                 
  }                                                                   
  else                                                                
    err = pipe_ioctl(LIBIO2PIPE(iop), command, buffer, iop);          
 200ab00:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        <== NOT EXECUTED
 200ab04:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200ab08:	d0 00 60 50 	ld  [ %g1 + 0x50 ], %o0                        <== NOT EXECUTED
 200ab0c:	40 00 0b 53 	call  200d858 <pipe_ioctl>                     <== NOT EXECUTED
 200ab10:	94 10 00 1a 	mov  %i2, %o2                                  <== NOT EXECUTED
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200ab14:	b0 92 20 00 	orcc  %o0, 0, %i0                              <== NOT EXECUTED
 200ab18:	06 80 00 13 	bl  200ab64 <IMFS_fifo_ioctl+0x7c>             <== NOT EXECUTED
 200ab1c:	b2 20 00 18 	neg  %i0, %i1                                  <== NOT EXECUTED
}                                                                     
 200ab20:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ab24:	81 e8 00 00 	restore                                        <== NOT EXECUTED
)                                                                     
{                                                                     
  int err;                                                            
                                                                      
  if (command == FIONBIO) {                                           
    if (buffer == NULL)                                               
 200ab28:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
 200ab2c:	02 80 00 0e 	be  200ab64 <IMFS_fifo_ioctl+0x7c>             <== NOT EXECUTED
 200ab30:	b2 10 20 0e 	mov  0xe, %i1                                  <== NOT EXECUTED
      err = -EFAULT;                                                  
    else {                                                            
      if (*(int *)buffer)                                             
 200ab34:	c2 06 80 00 	ld  [ %i2 ], %g1                               <== NOT EXECUTED
 200ab38:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200ab3c:	02 80 00 06 	be  200ab54 <IMFS_fifo_ioctl+0x6c>             <== NOT EXECUTED
 200ab40:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        <== NOT EXECUTED
        iop->flags |= LIBIO_FLAGS_NO_DELAY;                           
 200ab44:	82 10 60 01 	or  %g1, 1, %g1                                <== NOT EXECUTED
 200ab48:	c2 22 e0 18 	st  %g1, [ %o3 + 0x18 ]                        <== NOT EXECUTED
 200ab4c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ab50:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
      else                                                            
        iop->flags &= ~LIBIO_FLAGS_NO_DELAY;                          
 200ab54:	82 08 7f fe 	and  %g1, -2, %g1                              <== NOT EXECUTED
 200ab58:	c2 22 e0 18 	st  %g1, [ %o3 + 0x18 ]                        <== NOT EXECUTED
 200ab5c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ab60:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
    }                                                                 
  }                                                                   
  else                                                                
    err = pipe_ioctl(LIBIO2PIPE(iop), command, buffer, iop);          
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200ab64:	40 00 14 b2 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200ab68:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200ab6c:	f2 22 00 00 	st  %i1, [ %o0 ]                               <== NOT EXECUTED
}                                                                     
 200ab70:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ab74:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200aa8c <IMFS_fifo_lseek>: rtems_off64_t IMFS_fifo_lseek( rtems_libio_t *iop, rtems_off64_t offset, int whence ) {
 200aa8c:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  off_t err = pipe_lseek(LIBIO2PIPE(iop), offset, whence, iop);       
 200aa90:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        <== NOT EXECUTED
rtems_off64_t IMFS_fifo_lseek(                                        
  rtems_libio_t *iop,                                                 
  rtems_off64_t  offset,                                              
  int            whence                                               
)                                                                     
{                                                                     
 200aa94:	98 10 00 18 	mov  %i0, %o4                                  <== NOT EXECUTED
  off_t err = pipe_lseek(LIBIO2PIPE(iop), offset, whence, iop);       
 200aa98:	d0 00 60 50 	ld  [ %g1 + 0x50 ], %o0                        <== NOT EXECUTED
 200aa9c:	96 10 00 1b 	mov  %i3, %o3                                  <== NOT EXECUTED
 200aaa0:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200aaa4:	40 00 0b 4f 	call  200d7e0 <pipe_lseek>                     <== NOT EXECUTED
 200aaa8:	94 10 00 1a 	mov  %i2, %o2                                  <== NOT EXECUTED
 200aaac:	85 3a 20 1f 	sra  %o0, 0x1f, %g2                            <== NOT EXECUTED
 200aab0:	a0 10 00 08 	mov  %o0, %l0                                  <== NOT EXECUTED
  IMFS_FIFO_RETURN(err);                                              
 200aab4:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200aab8:	06 80 00 05 	bl  200aacc <IMFS_fifo_lseek+0x40>             <== NOT EXECUTED
 200aabc:	86 10 00 08 	mov  %o0, %g3                                  <== NOT EXECUTED
}                                                                     
 200aac0:	b2 10 00 03 	mov  %g3, %i1                                  <== NOT EXECUTED
 200aac4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200aac8:	91 e8 00 02 	restore  %g0, %g2, %o0                         <== NOT EXECUTED
  rtems_off64_t  offset,                                              
  int            whence                                               
)                                                                     
{                                                                     
  off_t err = pipe_lseek(LIBIO2PIPE(iop), offset, whence, iop);       
  IMFS_FIFO_RETURN(err);                                              
 200aacc:	40 00 14 d8 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200aad0:	a0 20 00 10 	neg  %l0                                       <== NOT EXECUTED
 200aad4:	05 3f ff ff 	sethi  %hi(0xfffffc00), %g2                    <== NOT EXECUTED
 200aad8:	e0 22 00 00 	st  %l0, [ %o0 ]                               <== NOT EXECUTED
 200aadc:	84 10 a3 ff 	or  %g2, 0x3ff, %g2                            <== NOT EXECUTED
 200aae0:	10 bf ff f8 	b  200aac0 <IMFS_fifo_lseek+0x34>              <== NOT EXECUTED
 200aae4:	86 10 00 02 	mov  %g2, %g3                                  <== NOT EXECUTED
                                                                      

0200acd4 <IMFS_fifo_open>: rtems_libio_t *iop, const char *pathname, uint32_t flag, uint32_t mode ) {
 200acd4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = fifo_open(&JNODE2PIPE(jnode), iop);                       
 200acd8:	d0 06 20 3c 	ld  [ %i0 + 0x3c ], %o0                        
  rtems_libio_t *iop,                                                 
  const char    *pathname,                                            
  uint32_t       flag,                                                
  uint32_t       mode                                                 
)                                                                     
{                                                                     
 200acdc:	92 10 00 18 	mov  %i0, %o1                                  
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = fifo_open(&JNODE2PIPE(jnode), iop);                       
 200ace0:	40 00 0c 3e 	call  200ddd8 <fifo_open>                      
 200ace4:	90 02 20 50 	add  %o0, 0x50, %o0                            
  IMFS_FIFO_RETURN(err);                                              
 200ace8:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 200acec:	06 80 00 04 	bl  200acfc <IMFS_fifo_open+0x28>              <== ALWAYS TAKEN
 200acf0:	01 00 00 00 	nop                                            
}                                                                     
 200acf4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200acf8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
)                                                                     
{                                                                     
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = fifo_open(&JNODE2PIPE(jnode), iop);                       
  IMFS_FIFO_RETURN(err);                                              
 200acfc:	40 00 14 4c 	call  200fe2c <__errno>                        
 200ad00:	b0 20 00 18 	neg  %i0                                       
 200ad04:	f0 22 00 00 	st  %i0, [ %o0 ]                               
}                                                                     
 200ad08:	81 c7 e0 08 	ret                                            
 200ad0c:	91 e8 3f ff 	restore  %g0, -1, %o0                          
                                                                      

0200abe4 <IMFS_fifo_read>: ssize_t IMFS_fifo_read( rtems_libio_t *iop, void *buffer, size_t count ) {
 200abe4:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
 200abe8:	e0 06 20 3c 	ld  [ %i0 + 0x3c ], %l0                        <== NOT EXECUTED
ssize_t IMFS_fifo_read(                                               
  rtems_libio_t *iop,                                                 
  void          *buffer,                                              
  size_t         count                                                
)                                                                     
{                                                                     
 200abec:	96 10 00 18 	mov  %i0, %o3                                  <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = pipe_read(JNODE2PIPE(jnode), buffer, count, iop);         
 200abf0:	d0 04 20 50 	ld  [ %l0 + 0x50 ], %o0                        <== NOT EXECUTED
 200abf4:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200abf8:	40 00 0b 31 	call  200d8bc <pipe_read>                      <== NOT EXECUTED
 200abfc:	94 10 00 1a 	mov  %i2, %o2                                  <== NOT EXECUTED
  if (err > 0)                                                        
 200ac00:	b0 92 20 00 	orcc  %o0, 0, %i0                              <== NOT EXECUTED
 200ac04:	04 80 00 08 	ble  200ac24 <IMFS_fifo_read+0x40>             <== NOT EXECUTED
 200ac08:	90 07 bf f8 	add  %fp, -8, %o0                              <== NOT EXECUTED
    IMFS_update_atime(jnode);                                         
 200ac0c:	40 00 02 6d 	call  200b5c0 <gettimeofday>                   <== NOT EXECUTED
 200ac10:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200ac14:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 200ac18:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        <== NOT EXECUTED
 200ac1c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ac20:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200ac24:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200ac28:	12 80 00 04 	bne  200ac38 <IMFS_fifo_read+0x54>             <== NOT EXECUTED
 200ac2c:	01 00 00 00 	nop                                            <== NOT EXECUTED
}                                                                     
 200ac30:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ac34:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  int err = pipe_read(JNODE2PIPE(jnode), buffer, count, iop);         
  if (err > 0)                                                        
    IMFS_update_atime(jnode);                                         
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200ac38:	40 00 14 7d 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200ac3c:	b0 20 00 18 	neg  %i0                                       <== NOT EXECUTED
 200ac40:	f0 22 00 00 	st  %i0, [ %o0 ]                               <== NOT EXECUTED
}                                                                     
 200ac44:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ac48:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
                                                                      

0200ab78 <IMFS_fifo_write>: ssize_t IMFS_fifo_write( rtems_libio_t *iop, const void *buffer, size_t count ) {
 200ab78:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
 200ab7c:	e0 06 20 3c 	ld  [ %i0 + 0x3c ], %l0                        <== NOT EXECUTED
ssize_t IMFS_fifo_write(                                              
  rtems_libio_t *iop,                                                 
  const void    *buffer,                                              
  size_t         count                                                
)                                                                     
{                                                                     
 200ab80:	96 10 00 18 	mov  %i0, %o3                                  <== NOT EXECUTED
  IMFS_jnode_t *jnode = iop->file_info;                               
                                                                      
  int err = pipe_write(JNODE2PIPE(jnode), buffer, count, iop);        
 200ab84:	d0 04 20 50 	ld  [ %l0 + 0x50 ], %o0                        <== NOT EXECUTED
 200ab88:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200ab8c:	40 00 0b bb 	call  200da78 <pipe_write>                     <== NOT EXECUTED
 200ab90:	94 10 00 1a 	mov  %i2, %o2                                  <== NOT EXECUTED
  if (err > 0) {                                                      
 200ab94:	b0 92 20 00 	orcc  %o0, 0, %i0                              <== NOT EXECUTED
 200ab98:	04 80 00 09 	ble  200abbc <IMFS_fifo_write+0x44>            <== NOT EXECUTED
 200ab9c:	90 07 bf f8 	add  %fp, -8, %o0                              <== NOT EXECUTED
    IMFS_mtime_ctime_update(jnode);                                   
 200aba0:	40 00 02 88 	call  200b5c0 <gettimeofday>                   <== NOT EXECUTED
 200aba4:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200aba8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 200abac:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        <== NOT EXECUTED
 200abb0:	c2 24 20 44 	st  %g1, [ %l0 + 0x44 ]                        <== NOT EXECUTED
 200abb4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200abb8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  }                                                                   
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200abbc:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200abc0:	12 80 00 04 	bne  200abd0 <IMFS_fifo_write+0x58>            <== NOT EXECUTED
 200abc4:	01 00 00 00 	nop                                            <== NOT EXECUTED
}                                                                     
 200abc8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200abcc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  int err = pipe_write(JNODE2PIPE(jnode), buffer, count, iop);        
  if (err > 0) {                                                      
    IMFS_mtime_ctime_update(jnode);                                   
  }                                                                   
                                                                      
  IMFS_FIFO_RETURN(err);                                              
 200abd0:	40 00 14 97 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200abd4:	b0 20 00 18 	neg  %i0                                       <== NOT EXECUTED
 200abd8:	f0 22 00 00 	st  %i0, [ %o0 ]                               <== NOT EXECUTED
}                                                                     
 200abdc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200abe0:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
                                                                      

0200ad10 <IMFS_find_match_in_dir>: IMFS_jnode_t *IMFS_find_match_in_dir( IMFS_jnode_t *directory, char *name ) {
 200ad10:	9d e3 bf a0 	save  %sp, -96, %sp                            
  /*                                                                  
   *  Check for fatal errors.  A NULL directory show a problem in the 
   *  the IMFS code.                                                  
   */                                                                 
                                                                      
  assert( directory );                                                
 200ad14:	80 a6 20 00 	cmp  %i0, 0                                    
 200ad18:	02 80 00 26 	be  200adb0 <IMFS_find_match_in_dir+0xa0>      <== NEVER TAKEN
 200ad1c:	80 a6 60 00 	cmp  %i1, 0                                    
  if ( !name )                                                        
 200ad20:	02 80 00 11 	be  200ad64 <IMFS_find_match_in_dir+0x54>      <== NEVER TAKEN
 200ad24:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  /*                                                                  
   *  Check for "." and ".."                                          
   */                                                                 
                                                                      
  if ( !strcmp( name, dotname ) )                                     
 200ad28:	13 00 80 6d 	sethi  %hi(0x201b400), %o1                     
 200ad2c:	40 00 17 a7 	call  2010bc8 <strcmp>                         
 200ad30:	92 12 60 48 	or  %o1, 0x48, %o1	! 201b448 <dotname>         
 200ad34:	80 a2 20 00 	cmp  %o0, 0                                    
 200ad38:	02 80 00 09 	be  200ad5c <IMFS_find_match_in_dir+0x4c>      <== NEVER TAKEN
 200ad3c:	90 10 00 19 	mov  %i1, %o0                                  
    return directory;                                                 
                                                                      
  if ( !strcmp( name, dotdotname ) )                                  
 200ad40:	13 00 80 6d 	sethi  %hi(0x201b400), %o1                     
 200ad44:	40 00 17 a1 	call  2010bc8 <strcmp>                         
 200ad48:	92 12 60 50 	or  %o1, 0x50, %o1	! 201b450 <dotdotname>      
 200ad4c:	80 a2 20 00 	cmp  %o0, 0                                    
 200ad50:	32 80 00 07 	bne,a   200ad6c <IMFS_find_match_in_dir+0x5c>  <== ALWAYS TAKEN
 200ad54:	e0 06 20 50 	ld  [ %i0 + 0x50 ], %l0                        
    return directory->Parent;                                         
 200ad58:	f0 06 20 08 	ld  [ %i0 + 8 ], %i0                           <== NOT EXECUTED
 200ad5c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ad60:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    if ( !strcmp( name, the_jnode->name ) )                           
      return the_jnode;                                               
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 200ad64:	81 c7 e0 08 	ret                                            
 200ad68:	91 e8 20 00 	restore  %g0, 0, %o0                           
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 200ad6c:	b0 06 20 54 	add  %i0, 0x54, %i0                            
  if ( !strcmp( name, dotdotname ) )                                  
    return directory->Parent;                                         
                                                                      
  the_chain = &directory->info.directory.Entries;                     
                                                                      
  for ( the_node = the_chain->first;                                  
 200ad70:	80 a4 00 18 	cmp  %l0, %i0                                  
 200ad74:	12 80 00 07 	bne  200ad90 <IMFS_find_match_in_dir+0x80>     
 200ad78:	90 10 00 19 	mov  %i1, %o0                                  
 200ad7c:	81 c7 e0 08 	ret                                            
 200ad80:	91 e8 20 00 	restore  %g0, 0, %o0                           
 200ad84:	80 a4 00 18 	cmp  %l0, %i0                                  
 200ad88:	02 bf ff f7 	be  200ad64 <IMFS_find_match_in_dir+0x54>      
 200ad8c:	90 10 00 19 	mov  %i1, %o0                                  
        !rtems_chain_is_tail( the_chain, the_node );                  
        the_node = the_node->next ) {                                 
                                                                      
    the_jnode = (IMFS_jnode_t *) the_node;                            
                                                                      
    if ( !strcmp( name, the_jnode->name ) )                           
 200ad90:	40 00 17 8e 	call  2010bc8 <strcmp>                         
 200ad94:	92 04 20 0c 	add  %l0, 0xc, %o1                             
 200ad98:	80 a2 20 00 	cmp  %o0, 0                                    
 200ad9c:	32 bf ff fa 	bne,a   200ad84 <IMFS_find_match_in_dir+0x74>  
 200ada0:	e0 04 00 00 	ld  [ %l0 ], %l0                               
 200ada4:	b0 10 00 10 	mov  %l0, %i0                                  
 200ada8:	81 c7 e0 08 	ret                                            
 200adac:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  Check for fatal errors.  A NULL directory show a problem in the 
   *  the IMFS code.                                                  
   */                                                                 
                                                                      
  assert( directory );                                                
 200adb0:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 200adb4:	15 00 80 6d 	sethi  %hi(0x201b400), %o2                     <== NOT EXECUTED
 200adb8:	17 00 80 6d 	sethi  %hi(0x201b400), %o3                     <== NOT EXECUTED
 200adbc:	90 12 23 e8 	or  %o0, 0x3e8, %o0                            <== NOT EXECUTED
 200adc0:	94 12 a0 58 	or  %o2, 0x58, %o2                             <== NOT EXECUTED
 200adc4:	96 12 e0 38 	or  %o3, 0x38, %o3                             <== NOT EXECUTED
 200adc8:	40 00 01 2d 	call  200b27c <__assert_func>                  <== NOT EXECUTED
 200adcc:	92 10 20 2a 	mov  0x2a, %o1                                 <== NOT EXECUTED
                                                                      

02010704 <IMFS_fsunmount>: ((IMFS_jnode_t *)( rtems_chain_head( jnode_get_control( jnode ) )->next)) int IMFS_fsunmount( rtems_filesystem_mount_table_entry_t *temp_mt_entry ) {
 2010704:	9d e3 bf 88 	save  %sp, -120, %sp                           
    * Traverse tree that starts at the mt_fs_root and deallocate memory
    * associated memory space                                         
    */                                                                
                                                                      
   jnode = (IMFS_jnode_t *)temp_mt_entry->mt_fs_root.node_access;     
   loc = temp_mt_entry->mt_fs_root;                                   
 2010708:	c8 06 20 20 	ld  [ %i0 + 0x20 ], %g4                        
 201070c:	c6 06 20 24 	ld  [ %i0 + 0x24 ], %g3                        
 2010710:	c4 06 20 28 	ld  [ %i0 + 0x28 ], %g2                        
 2010714:	c2 06 20 2c 	ld  [ %i0 + 0x2c ], %g1                        
   /*                                                                 
    * Traverse tree that starts at the mt_fs_root and deallocate memory
    * associated memory space                                         
    */                                                                
                                                                      
   jnode = (IMFS_jnode_t *)temp_mt_entry->mt_fs_root.node_access;     
 2010718:	e4 06 20 1c 	ld  [ %i0 + 0x1c ], %l2                        
   loc = temp_mt_entry->mt_fs_root;                                   
 201071c:	c8 27 bf f0 	st  %g4, [ %fp + -16 ]                         
 2010720:	c6 27 bf f4 	st  %g3, [ %fp + -12 ]                         
 2010724:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
 2010728:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
                                                                      
   /*                                                                 
    *  Set this to null to indicate that it is being unmounted.       
    */                                                                
                                                                      
   temp_mt_entry->mt_fs_root.node_access = NULL;                      
 201072c:	c0 26 20 1c 	clr  [ %i0 + 0x1c ]                            
 2010730:	a0 07 bf ec 	add  %fp, -20, %l0                             
                                                                      
   do {                                                               
     next = jnode->Parent;                                            
     loc.node_access = (void *)jnode;                                 
 2010734:	e4 27 bf ec 	st  %l2, [ %fp + -20 ]                         
    */                                                                
                                                                      
   temp_mt_entry->mt_fs_root.node_access = NULL;                      
                                                                      
   do {                                                               
     next = jnode->Parent;                                            
 2010738:	e2 04 a0 08 	ld  [ %l2 + 8 ], %l1                           
     loc.node_access = (void *)jnode;                                 
     IMFS_Set_handlers( &loc );                                       
 201073c:	7f ff fd 03 	call  200fb48 <IMFS_Set_handlers>              
 2010740:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
     if ( jnode->type != IMFS_DIRECTORY ) {                           
 2010744:	c2 04 a0 4c 	ld  [ %l2 + 0x4c ], %g1                        
 2010748:	80 a0 60 01 	cmp  %g1, 1                                    
 201074c:	12 80 00 17 	bne  20107a8 <IMFS_fsunmount+0xa4>             
 2010750:	84 04 a0 54 	add  %l2, 0x54, %g2                            
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 2010754:	c2 04 a0 50 	ld  [ %l2 + 0x50 ], %g1                        
 2010758:	80 a0 40 02 	cmp  %g1, %g2                                  
 201075c:	22 80 00 14 	be,a   20107ac <IMFS_fsunmount+0xa8>           
 2010760:	90 10 20 00 	clr  %o0                                       
        result = IMFS_unlink( NULL, &loc );                           
        if (result != 0)                                              
          return -1;                                                  
        jnode = next;                                                 
     }                                                                
     if ( jnode != NULL ) {                                           
 2010764:	80 a4 a0 00 	cmp  %l2, 0                                    
 2010768:	02 80 00 0e 	be  20107a0 <IMFS_fsunmount+0x9c>              
 201076c:	01 00 00 00 	nop                                            
       if ( jnode->type == IMFS_DIRECTORY ) {                         
 2010770:	c2 04 a0 4c 	ld  [ %l2 + 0x4c ], %g1                        
 2010774:	80 a0 60 01 	cmp  %g1, 1                                    
 2010778:	32 bf ff f0 	bne,a   2010738 <IMFS_fsunmount+0x34>          <== NEVER TAKEN
 201077c:	e4 27 bf ec 	st  %l2, [ %fp + -20 ]                         <== NOT EXECUTED
 2010780:	c2 04 a0 50 	ld  [ %l2 + 0x50 ], %g1                        
 2010784:	84 04 a0 54 	add  %l2, 0x54, %g2                            
 2010788:	80 a0 40 02 	cmp  %g1, %g2                                  
 201078c:	22 bf ff eb 	be,a   2010738 <IMFS_fsunmount+0x34>           
 2010790:	e4 27 bf ec 	st  %l2, [ %fp + -20 ]                         
         if ( jnode_has_children( jnode ) )                           
           jnode = jnode_get_first_child( jnode );                    
       }                                                              
     }                                                                
   } while (jnode != NULL);                                           
 2010794:	a4 90 60 00 	orcc  %g1, 0, %l2                              
 2010798:	32 bf ff e8 	bne,a   2010738 <IMFS_fsunmount+0x34>          <== ALWAYS TAKEN
 201079c:	e4 27 bf ec 	st  %l2, [ %fp + -20 ]                         
                                                                      
   return 0;                                                          
}                                                                     
 20107a0:	81 c7 e0 08 	ret                                            
 20107a4:	91 e8 20 00 	restore  %g0, 0, %o0                           
        result = IMFS_unlink( NULL, &loc );                           
        if (result != 0)                                              
          return -1;                                                  
        jnode = next;                                                 
     } else if ( jnode_has_no_children( jnode ) ) {                   
        result = IMFS_unlink( NULL, &loc );                           
 20107a8:	90 10 20 00 	clr  %o0                                       
 20107ac:	7f ff cc 29 	call  2003850 <IMFS_unlink>                    
 20107b0:	92 10 00 10 	mov  %l0, %o1                                  
        if (result != 0)                                              
 20107b4:	80 a2 20 00 	cmp  %o0, 0                                    
 20107b8:	02 bf ff eb 	be  2010764 <IMFS_fsunmount+0x60>              <== ALWAYS TAKEN
 20107bc:	a4 10 00 11 	mov  %l1, %l2                                  
       if ( jnode->type == IMFS_DIRECTORY ) {                         
         if ( jnode_has_children( jnode ) )                           
           jnode = jnode_get_first_child( jnode );                    
       }                                                              
     }                                                                
   } while (jnode != NULL);                                           
 20107c0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20107c4:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
                                                                      

0200add4 <IMFS_get_token>: const char *path, int pathlen, char *token, int *token_len ) {
 200add4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  register char c;                                                    
                                                                      
  /*                                                                  
   *  Copy a name into token.  (Remember NULL is a token.)            
   */                                                                 
  c = path[i];                                                        
 200add8:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
  while ( (!IMFS_is_separator(c)) && (i < pathlen) && (i <= IMFS_NAME_MAX) ) {
 200addc:	87 28 60 18 	sll  %g1, 0x18, %g3                            
 200ade0:	85 38 e0 18 	sra  %g3, 0x18, %g2                            
 200ade4:	80 a0 a0 2f 	cmp  %g2, 0x2f                                 
 200ade8:	02 80 00 33 	be  200aeb4 <IMFS_get_token+0xe0>              
 200adec:	80 a0 a0 5c 	cmp  %g2, 0x5c                                 
 200adf0:	02 80 00 31 	be  200aeb4 <IMFS_get_token+0xe0>              
 200adf4:	80 a0 00 02 	cmp  %g0, %g2                                  
 200adf8:	84 40 20 00 	addx  %g0, 0, %g2                              
 200adfc:	80 a6 60 00 	cmp  %i1, 0                                    
 200ae00:	04 80 00 2f 	ble  200aebc <IMFS_get_token+0xe8>             
 200ae04:	86 08 a0 ff 	and  %g2, 0xff, %g3                            
 200ae08:	86 88 a0 ff 	andcc  %g2, 0xff, %g3                          
 200ae0c:	02 80 00 2d 	be  200aec0 <IMFS_get_token+0xec>              <== NEVER TAKEN
 200ae10:	80 a0 e0 00 	cmp  %g3, 0                                    
                                                                      
     token[i] = c;                                                    
 200ae14:	c2 2e 80 00 	stb  %g1, [ %i2 ]                              
 200ae18:	82 10 20 00 	clr  %g1                                       
       return IMFS_INVALID_TOKEN;                                     
                                                                      
     if ( !IMFS_is_valid_name_char(c) )                               
       type = IMFS_INVALID_TOKEN;                                     
                                                                      
     c = path [++i];                                                  
 200ae1c:	82 00 60 01 	inc  %g1                                       
                                                                      
  /*                                                                  
   *  Copy a name into token.  (Remember NULL is a token.)            
   */                                                                 
  c = path[i];                                                        
  while ( (!IMFS_is_separator(c)) && (i < pathlen) && (i <= IMFS_NAME_MAX) ) {
 200ae20:	c4 4e 00 01 	ldsb  [ %i0 + %g1 ], %g2                       
 200ae24:	80 a0 a0 5c 	cmp  %g2, 0x5c                                 
 200ae28:	02 80 00 0d 	be  200ae5c <IMFS_get_token+0x88>              
 200ae2c:	c6 0e 00 01 	ldub  [ %i0 + %g1 ], %g3                       
 200ae30:	80 a0 a0 2f 	cmp  %g2, 0x2f                                 
 200ae34:	02 80 00 0a 	be  200ae5c <IMFS_get_token+0x88>              
 200ae38:	80 a6 40 01 	cmp  %i1, %g1                                  
 200ae3c:	04 80 00 08 	ble  200ae5c <IMFS_get_token+0x88>             
 200ae40:	80 a0 a0 00 	cmp  %g2, 0                                    
 200ae44:	02 80 00 06 	be  200ae5c <IMFS_get_token+0x88>              <== NEVER TAKEN
 200ae48:	80 a0 60 20 	cmp  %g1, 0x20                                 
                                                                      
     token[i] = c;                                                    
                                                                      
     if ( i == IMFS_NAME_MAX )                                        
 200ae4c:	12 bf ff f4 	bne  200ae1c <IMFS_get_token+0x48>             
 200ae50:	c6 2e 80 01 	stb  %g3, [ %i2 + %g1 ]                        
 200ae54:	81 c7 e0 08 	ret                                            
 200ae58:	91 e8 20 04 	restore  %g0, 4, %o0                           
      i++;                                                            
      type = IMFS_CURRENT_DIR;                                        
    } else {                                                          
      type = IMFS_NO_MORE_PATH;                                       
    }                                                                 
  } else if (token[ i-1 ] != '\0') {                                  
 200ae5c:	84 06 80 01 	add  %i2, %g1, %g2                             
 200ae60:	c4 48 bf ff 	ldsb  [ %g2 + -1 ], %g2                        
 200ae64:	80 a0 a0 00 	cmp  %g2, 0                                    
 200ae68:	32 80 00 02 	bne,a   200ae70 <IMFS_get_token+0x9c>          <== ALWAYS TAKEN
 200ae6c:	c0 2e 80 01 	clrb  [ %i2 + %g1 ]                            
                                                                      
  /*                                                                  
   *  Set token_len to the number of characters copied.               
   */                                                                 
                                                                      
  *token_len = i;                                                     
 200ae70:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
   *  If we copied something that was not a seperator see if          
   *  it was a special name.                                          
   */                                                                 
                                                                      
  if ( type == IMFS_NAME ) {                                          
    if ( strcmp( token, "..") == 0 )                                  
 200ae74:	90 10 00 1a 	mov  %i2, %o0                                  
 200ae78:	13 00 80 6d 	sethi  %hi(0x201b400), %o1                     
 200ae7c:	b0 10 20 02 	mov  2, %i0                                    
 200ae80:	40 00 17 52 	call  2010bc8 <strcmp>                         
 200ae84:	92 12 60 78 	or  %o1, 0x78, %o1                             
 200ae88:	80 a2 20 00 	cmp  %o0, 0                                    
 200ae8c:	02 80 00 12 	be  200aed4 <IMFS_get_token+0x100>             
 200ae90:	90 10 00 1a 	mov  %i2, %o0                                  
      type = IMFS_UP_DIR;                                             
    else if ( strcmp( token, "." ) == 0 )                             
 200ae94:	13 00 80 6d 	sethi  %hi(0x201b400), %o1                     
 200ae98:	40 00 17 4c 	call  2010bc8 <strcmp>                         
 200ae9c:	92 12 60 70 	or  %o1, 0x70, %o1	! 201b470 <__FUNCTION__.5473+0x18>
 200aea0:	80 a0 00 08 	cmp  %g0, %o0                                  
 200aea4:	b0 60 20 00 	subx  %g0, 0, %i0                              
 200aea8:	b0 0e 20 02 	and  %i0, 2, %i0                               
      type = IMFS_CURRENT_DIR;                                        
  }                                                                   
                                                                      
  return type;                                                        
}                                                                     
 200aeac:	81 c7 e0 08 	ret                                            
 200aeb0:	91 ee 20 01 	restore  %i0, 1, %o0                           
 200aeb4:	80 a0 00 03 	cmp  %g0, %g3                                  
 200aeb8:	86 40 20 00 	addx  %g0, 0, %g3                              
   */                                                                 
                                                                      
  if ( i == 0 ) {                                                     
    token[i] = c;                                                     
                                                                      
    if ( (token[i] != '\0') && pathlen ) {                            
 200aebc:	80 a0 e0 00 	cmp  %g3, 0                                    
 200aec0:	12 80 00 07 	bne  200aedc <IMFS_get_token+0x108>            
 200aec4:	c2 2e 80 00 	stb  %g1, [ %i2 ]                              
      type = IMFS_CURRENT_DIR;                                        
    } else {                                                          
      type = IMFS_NO_MORE_PATH;                                       
    }                                                                 
  } else if (token[ i-1 ] != '\0') {                                  
    token[i] = '\0';                                                  
 200aec8:	b0 10 20 00 	clr  %i0                                       
 200aecc:	82 10 20 00 	clr  %g1                                       
                                                                      
  /*                                                                  
   *  Set token_len to the number of characters copied.               
   */                                                                 
                                                                      
  *token_len = i;                                                     
 200aed0:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
 200aed4:	81 c7 e0 08 	ret                                            
 200aed8:	81 e8 00 00 	restore                                        
   */                                                                 
                                                                      
  if ( i == 0 ) {                                                     
    token[i] = c;                                                     
                                                                      
    if ( (token[i] != '\0') && pathlen ) {                            
 200aedc:	80 a6 60 00 	cmp  %i1, 0                                    
 200aee0:	b0 10 20 01 	mov  1, %i0                                    
 200aee4:	12 bf ff fb 	bne  200aed0 <IMFS_get_token+0xfc>             
 200aee8:	82 10 20 01 	mov  1, %g1                                    
      type = IMFS_CURRENT_DIR;                                        
    } else {                                                          
      type = IMFS_NO_MORE_PATH;                                       
    }                                                                 
  } else if (token[ i-1 ] != '\0') {                                  
    token[i] = '\0';                                                  
 200aeec:	10 bf ff f8 	b  200aecc <IMFS_get_token+0xf8>               
 200aef0:	b0 10 20 00 	clr  %i0                                       
                                                                      

0200aef4 <IMFS_initialize_support>: rtems_filesystem_mount_table_entry_t *temp_mt_entry, const rtems_filesystem_operations_table *op_table, const rtems_filesystem_file_handlers_r *memfile_handlers, const rtems_filesystem_file_handlers_r *directory_handlers ) {
 200aef4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t                          *jnode;                       
                                                                      
  /*                                                                  
   * determine/check value for imfs_memfile_bytes_per_block           
   */                                                                 
  IMFS_determine_bytes_per_block(&imfs_memfile_bytes_per_block,       
 200aef8:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200aefc:	c2 00 61 78 	ld  [ %g1 + 0x178 ], %g1	! 201c178 <imfs_rq_memfile_bytes_per_block>
  int bit_mask;                                                       
                                                                      
  /*                                                                  
   * check, whether requested bytes per block is valid                
   */                                                                 
  for (bit_mask = 16; !is_valid && (bit_mask <= 512); bit_mask <<= 1) {
 200af00:	80 a0 60 10 	cmp  %g1, 0x10                                 
 200af04:	02 80 00 0a 	be  200af2c <IMFS_initialize_support+0x38>     <== NEVER TAKEN
 200af08:	86 10 20 00 	clr  %g3                                       
 200af0c:	84 10 20 20 	mov  0x20, %g2                                 
 200af10:	80 a0 40 02 	cmp  %g1, %g2                                  
 200af14:	02 80 00 06 	be  200af2c <IMFS_initialize_support+0x38>     
 200af18:	86 00 e0 01 	inc  %g3                                       
 200af1c:	80 a0 e0 05 	cmp  %g3, 5                                    
 200af20:	12 bf ff fc 	bne  200af10 <IMFS_initialize_support+0x1c>    <== ALWAYS TAKEN
 200af24:	85 28 a0 01 	sll  %g2, 1, %g2                               
 200af28:	82 10 20 80 	mov  0x80, %g1                                 <== NOT EXECUTED
    if (bit_mask == requested_bytes_per_block) {                      
      is_valid = true;                                                
    }                                                                 
  }                                                                   
  *dest_bytes_per_block = ((is_valid)                                 
 200af2c:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
  /*                                                                  
   *  Create the root node                                            
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).            
   */                                                                 
  temp_mt_entry->mt_fs_root.node_access      = IMFS_create_root_node();
 200af30:	40 00 0c e4 	call  200e2c0 <IMFS_create_root_node>          
 200af34:	c2 20 a1 ec 	st  %g1, [ %g2 + 0x1ec ]	! 201c9ec <imfs_memfile_bytes_per_block>
  temp_mt_entry->mt_fs_root.handlers         = directory_handlers;    
  temp_mt_entry->mt_fs_root.ops              = op_table;              
  temp_mt_entry->pathconf_limits_and_options = IMFS_LIMITS_AND_OPTIONS;
 200af38:	94 10 20 30 	mov  0x30, %o2                                 
  /*                                                                  
   *  Create the root node                                            
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).            
   */                                                                 
  temp_mt_entry->mt_fs_root.node_access      = IMFS_create_root_node();
 200af3c:	d0 26 20 1c 	st  %o0, [ %i0 + 0x1c ]                        
  temp_mt_entry->mt_fs_root.handlers         = directory_handlers;    
  temp_mt_entry->mt_fs_root.ops              = op_table;              
 200af40:	f2 26 20 28 	st  %i1, [ %i0 + 0x28 ]                        
   *  Create the root node                                            
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).            
   */                                                                 
  temp_mt_entry->mt_fs_root.node_access      = IMFS_create_root_node();
  temp_mt_entry->mt_fs_root.handlers         = directory_handlers;    
 200af44:	f6 26 20 24 	st  %i3, [ %i0 + 0x24 ]                        
  temp_mt_entry->mt_fs_root.ops              = op_table;              
  temp_mt_entry->pathconf_limits_and_options = IMFS_LIMITS_AND_OPTIONS;
 200af48:	13 00 80 6e 	sethi  %hi(0x201b800), %o1                     
 200af4c:	90 06 20 38 	add  %i0, 0x38, %o0                            
 200af50:	40 00 15 f3 	call  201071c <memcpy>                         
 200af54:	92 12 60 14 	or  %o1, 0x14, %o1                             
                                                                      
  /*                                                                  
   * Create custom file system data.                                  
   */                                                                 
  fs_info = calloc( 1, sizeof( IMFS_fs_info_t ) );                    
 200af58:	90 10 20 01 	mov  1, %o0                                    
 200af5c:	40 00 00 da 	call  200b2c4 <calloc>                         
 200af60:	92 10 20 10 	mov  0x10, %o1                                 
  if ( !fs_info ) {                                                   
 200af64:	80 a2 20 00 	cmp  %o0, 0                                    
 200af68:	02 80 00 11 	be  200afac <IMFS_initialize_support+0xb8>     <== NEVER TAKEN
 200af6c:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
  fs_info->ino_count             = 1;                                 
  fs_info->memfile_handlers      = memfile_handlers;                  
  fs_info->directory_handlers    = directory_handlers;                
                                                                      
  jnode = temp_mt_entry->mt_fs_root.node_access;                      
  jnode->st_ino = fs_info->ino_count;                                 
 200af70:	c8 06 20 1c 	ld  [ %i0 + 0x1c ], %g4                        
                                                                      
  /*                                                                  
   * Set st_ino for the root to 1.                                    
   */                                                                 
                                                                      
  fs_info->instance              = imfs_instance++;                   
 200af74:	c2 00 a1 f0 	ld  [ %g2 + 0x1f0 ], %g1                       
  fs_info->ino_count             = 1;                                 
 200af78:	86 10 20 01 	mov  1, %g3                                    
 200af7c:	c6 22 20 04 	st  %g3, [ %o0 + 4 ]                           
  fs_info->memfile_handlers      = memfile_handlers;                  
  fs_info->directory_handlers    = directory_handlers;                
                                                                      
  jnode = temp_mt_entry->mt_fs_root.node_access;                      
  jnode->st_ino = fs_info->ino_count;                                 
 200af80:	c6 21 20 38 	st  %g3, [ %g4 + 0x38 ]                        
                                                                      
  /*                                                                  
   * Set st_ino for the root to 1.                                    
   */                                                                 
                                                                      
  fs_info->instance              = imfs_instance++;                   
 200af84:	86 00 60 01 	add  %g1, 1, %g3                               
 200af88:	c6 20 a1 f0 	st  %g3, [ %g2 + 0x1f0 ]                       
  fs_info = calloc( 1, sizeof( IMFS_fs_info_t ) );                    
  if ( !fs_info ) {                                                   
    free(temp_mt_entry->mt_fs_root.node_access);                      
    rtems_set_errno_and_return_minus_one(ENOMEM);                     
  }                                                                   
  temp_mt_entry->fs_info = fs_info;                                   
 200af8c:	d0 26 20 34 	st  %o0, [ %i0 + 0x34 ]                        
   */                                                                 
                                                                      
  fs_info->instance              = imfs_instance++;                   
  fs_info->ino_count             = 1;                                 
  fs_info->memfile_handlers      = memfile_handlers;                  
  fs_info->directory_handlers    = directory_handlers;                
 200af90:	f6 22 20 0c 	st  %i3, [ %o0 + 0xc ]                         
   * Set st_ino for the root to 1.                                    
   */                                                                 
                                                                      
  fs_info->instance              = imfs_instance++;                   
  fs_info->ino_count             = 1;                                 
  fs_info->memfile_handlers      = memfile_handlers;                  
 200af94:	f4 22 20 08 	st  %i2, [ %o0 + 8 ]                           
                                                                      
  /*                                                                  
   * Set st_ino for the root to 1.                                    
   */                                                                 
                                                                      
  fs_info->instance              = imfs_instance++;                   
 200af98:	c2 22 00 00 	st  %g1, [ %o0 ]                               
                                                                      
  jnode = temp_mt_entry->mt_fs_root.node_access;                      
  jnode->st_ino = fs_info->ino_count;                                 
                                                                      
  /* Initialize POSIX FIFO/pipe module */                             
  rtems_pipe_initialize();                                            
 200af9c:	40 00 0a 13 	call  200d7e8 <rtems_pipe_initialize>          
 200afa0:	b0 10 20 00 	clr  %i0                                       
                                                                      
  return 0;                                                           
}                                                                     
 200afa4:	81 c7 e0 08 	ret                                            
 200afa8:	81 e8 00 00 	restore                                        
  /*                                                                  
   * Create custom file system data.                                  
   */                                                                 
  fs_info = calloc( 1, sizeof( IMFS_fs_info_t ) );                    
  if ( !fs_info ) {                                                   
    free(temp_mt_entry->mt_fs_root.node_access);                      
 200afac:	d0 06 20 1c 	ld  [ %i0 + 0x1c ], %o0                        <== NOT EXECUTED
 200afb0:	40 00 01 0a 	call  200b3d8 <free>                           <== NOT EXECUTED
 200afb4:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one(ENOMEM);                     
 200afb8:	40 00 13 9d 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200afbc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200afc0:	82 10 20 0c 	mov  0xc, %g1	! c <PROM_START+0xc>             <== NOT EXECUTED
 200afc4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200afc8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200afcc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020034c0 <IMFS_link>: int IMFS_link( rtems_filesystem_location_info_t *to_loc, /* IN */ rtems_filesystem_location_info_t *parent_loc, /* IN */ const char *token /* IN */ ) {
 20034c0:	9d e3 bf 50 	save  %sp, -176, %sp                           
  int                i;                                               
                                                                      
  /*                                                                  
   *  Verify this node can be linked to.                              
   */                                                                 
  info.hard_link.link_node = to_loc->node_access;                     
 20034c4:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 20034c8:	c2 27 bf d8 	st  %g1, [ %fp + -40 ]                         
  if ( info.hard_link.link_node->st_nlink >= LINK_MAX )               
 20034cc:	c2 10 60 34 	lduh  [ %g1 + 0x34 ], %g1                      
 20034d0:	80 a0 60 07 	cmp  %g1, 7                                    
 20034d4:	18 80 00 1f 	bgu  2003550 <IMFS_link+0x90>                  
 20034d8:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EMLINK );                   
                                                                      
  /*                                                                  
   * Remove any separators at the end of the string.                  
   */                                                                 
  IMFS_get_token( token, strlen( token ), new_name, &i );             
 20034dc:	40 00 4c df 	call  2016858 <strlen>                         
 20034e0:	90 10 00 1a 	mov  %i2, %o0                                  
 20034e4:	a0 07 bf b0 	add  %fp, -80, %l0                             
 20034e8:	92 10 00 08 	mov  %o0, %o1                                  
 20034ec:	96 07 bf fc 	add  %fp, -4, %o3                              
 20034f0:	94 10 00 10 	mov  %l0, %o2                                  
 20034f4:	40 00 34 e6 	call  201088c <IMFS_get_token>                 
 20034f8:	90 10 00 1a 	mov  %i2, %o0                                  
   *        was ONLY passed a NULL when we created the root node.  We 
   *        added a new IMFS_create_root_node() so this path no longer
   *        existed.  The result was simpler code which should not have
   *        this path.                                                
   */                                                                 
  new_node = IMFS_create_node(                                        
 20034fc:	90 10 00 19 	mov  %i1, %o0                                  
 2003500:	94 10 00 10 	mov  %l0, %o2                                  
 2003504:	92 10 20 03 	mov  3, %o1                                    
 2003508:	17 00 00 28 	sethi  %hi(0xa000), %o3                        
 200350c:	98 07 bf d8 	add  %fp, -40, %o4                             
 2003510:	40 00 31 41 	call  200fa14 <IMFS_create_node>               
 2003514:	96 12 e1 ff 	or  %o3, 0x1ff, %o3                            
    new_name,                                                         
    ( S_IFLNK | ( S_IRWXU | S_IRWXG | S_IRWXO )),                     
    &info                                                             
  );                                                                  
                                                                      
  if ( !new_node )                                                    
 2003518:	80 a2 20 00 	cmp  %o0, 0                                    
 200351c:	02 80 00 13 	be  2003568 <IMFS_link+0xa8>                   <== NEVER TAKEN
 2003520:	c2 07 bf d8 	ld  [ %fp + -40 ], %g1                         
                                                                      
  /*                                                                  
   * Increment the link count of the node being pointed to.           
   */                                                                 
  info.hard_link.link_node->st_nlink++;                               
  IMFS_update_ctime( info.hard_link.link_node );                      
 2003524:	90 07 bf f4 	add  %fp, -12, %o0                             
    rtems_set_errno_and_return_minus_one( ENOMEM );                   
                                                                      
  /*                                                                  
   * Increment the link count of the node being pointed to.           
   */                                                                 
  info.hard_link.link_node->st_nlink++;                               
 2003528:	c4 10 60 34 	lduh  [ %g1 + 0x34 ], %g2                      
  IMFS_update_ctime( info.hard_link.link_node );                      
 200352c:	92 10 20 00 	clr  %o1                                       
    rtems_set_errno_and_return_minus_one( ENOMEM );                   
                                                                      
  /*                                                                  
   * Increment the link count of the node being pointed to.           
   */                                                                 
  info.hard_link.link_node->st_nlink++;                               
 2003530:	84 00 a0 01 	inc  %g2                                       
  IMFS_update_ctime( info.hard_link.link_node );                      
 2003534:	40 00 02 c3 	call  2004040 <gettimeofday>                   
 2003538:	c4 30 60 34 	sth  %g2, [ %g1 + 0x34 ]                       
 200353c:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
 2003540:	c2 07 bf d8 	ld  [ %fp + -40 ], %g1                         
 2003544:	c4 20 60 48 	st  %g2, [ %g1 + 0x48 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 2003548:	81 c7 e0 08 	ret                                            
 200354c:	91 e8 20 00 	restore  %g0, 0, %o0                           
  /*                                                                  
   *  Verify this node can be linked to.                              
   */                                                                 
  info.hard_link.link_node = to_loc->node_access;                     
  if ( info.hard_link.link_node->st_nlink >= LINK_MAX )               
    rtems_set_errno_and_return_minus_one( EMLINK );                   
 2003550:	40 00 49 23 	call  20159dc <__errno>                        
 2003554:	b0 10 3f ff 	mov  -1, %i0                                   
 2003558:	82 10 20 1f 	mov  0x1f, %g1                                 
 200355c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2003560:	81 c7 e0 08 	ret                                            
 2003564:	81 e8 00 00 	restore                                        
    ( S_IFLNK | ( S_IRWXU | S_IRWXG | S_IRWXO )),                     
    &info                                                             
  );                                                                  
                                                                      
  if ( !new_node )                                                    
    rtems_set_errno_and_return_minus_one( ENOMEM );                   
 2003568:	40 00 49 1d 	call  20159dc <__errno>                        <== NOT EXECUTED
 200356c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003570:	82 10 20 0c 	mov  0xc, %g1                                  <== NOT EXECUTED
 2003574:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2003578:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200357c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02013870 <IMFS_memfile_addblock>: MEMFILE_STATIC int IMFS_memfile_addblock( IMFS_jnode_t *the_jnode, unsigned int block ) {
 2013870:	9d e3 bf a0 	save  %sp, -96, %sp                            
  block_p  memory;                                                    
  block_p *block_entry_ptr;                                           
                                                                      
  assert( the_jnode );                                                
 2013874:	80 a6 20 00 	cmp  %i0, 0                                    
 2013878:	02 80 00 18 	be  20138d8 <IMFS_memfile_addblock+0x68>       <== NEVER TAKEN
 201387c:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 2013880:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
 2013884:	80 a0 60 05 	cmp  %g1, 5                                    
 2013888:	12 80 00 1b 	bne  20138f4 <IMFS_memfile_addblock+0x84>      <== NEVER TAKEN
 201388c:	90 10 00 18 	mov  %i0, %o0                                  
  if ( the_jnode->type != IMFS_MEMORY_FILE )                          
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  block_entry_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 1 );
 2013890:	92 10 00 19 	mov  %i1, %o1                                  
 2013894:	7f ff fe 64 	call  2013224 <IMFS_memfile_get_block_pointer> 
 2013898:	94 10 20 01 	mov  1, %o2                                    
  if ( *block_entry_ptr )                                             
 201389c:	c2 02 00 00 	ld  [ %o0 ], %g1                               
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
  if ( the_jnode->type != IMFS_MEMORY_FILE )                          
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  block_entry_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 1 );
 20138a0:	a0 10 00 08 	mov  %o0, %l0                                  
  if ( *block_entry_ptr )                                             
 20138a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20138a8:	02 80 00 04 	be  20138b8 <IMFS_memfile_addblock+0x48>       
 20138ac:	b0 10 20 00 	clr  %i0                                       
  if ( !memory )                                                      
    return 1;                                                         
  *block_entry_ptr = memory;                                          
                                                                      
  return 0;                                                           
}                                                                     
 20138b0:	81 c7 e0 08 	ret                                            
 20138b4:	81 e8 00 00 	restore                                        
#if 0                                                                 
  fprintf(stdout, "%d %p", block, block_entry_ptr );                  
    fflush(stdout);                                                   
#endif                                                                
                                                                      
  memory = memfile_alloc_block();                                     
 20138b8:	7f ff fe 4e 	call  20131f0 <memfile_alloc_block>            
 20138bc:	b0 10 20 01 	mov  1, %i0                                    
  if ( !memory )                                                      
 20138c0:	80 a2 20 00 	cmp  %o0, 0                                    
 20138c4:	02 bf ff fb 	be  20138b0 <IMFS_memfile_addblock+0x40>       <== NEVER TAKEN
 20138c8:	01 00 00 00 	nop                                            
    return 1;                                                         
  *block_entry_ptr = memory;                                          
 20138cc:	d0 24 00 00 	st  %o0, [ %l0 ]                               
                                                                      
  return 0;                                                           
}                                                                     
 20138d0:	81 c7 e0 08 	ret                                            
 20138d4:	91 e8 20 00 	restore  %g0, 0, %o0                           
)                                                                     
{                                                                     
  block_p  memory;                                                    
  block_p *block_entry_ptr;                                           
                                                                      
  assert( the_jnode );                                                
 20138d8:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 20138dc:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 20138e0:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 20138e4:	94 12 a3 80 	or  %o2, 0x380, %o2                            <== NOT EXECUTED
 20138e8:	96 12 e2 20 	or  %o3, 0x220, %o3                            <== NOT EXECUTED
 20138ec:	7f ff f4 98 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 20138f0:	92 10 21 69 	mov  0x169, %o1                                <== NOT EXECUTED
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 20138f4:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 20138f8:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 20138fc:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013900:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013904:	94 12 a3 80 	or  %o2, 0x380, %o2                            <== NOT EXECUTED
 2013908:	96 12 e2 30 	or  %o3, 0x230, %o3                            <== NOT EXECUTED
 201390c:	7f ff f4 90 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013910:	92 10 21 6d 	mov  0x16d, %o1                                <== NOT EXECUTED
                                                                      

02013918 <IMFS_memfile_extend>: MEMFILE_STATIC int IMFS_memfile_extend( IMFS_jnode_t *the_jnode, off_t new_length ) {
 2013918:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 201391c:	80 a6 20 00 	cmp  %i0, 0                                    
 2013920:	02 80 00 5b 	be  2013a8c <IMFS_memfile_extend+0x174>        <== NEVER TAKEN
 2013924:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 2013928:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
 201392c:	80 a0 60 05 	cmp  %g1, 5                                    
 2013930:	12 80 00 50 	bne  2013a70 <IMFS_memfile_extend+0x158>       <== NEVER TAKEN
 2013934:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
  if ( the_jnode->type != IMFS_MEMORY_FILE )                          
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  if ( new_length >= IMFS_MEMFILE_MAXIMUM_SIZE )                      
 2013938:	e2 00 60 04 	ld  [ %g1 + 4 ], %l1	! 2022c04 <imfs_memfile_bytes_per_block>
 201393c:	a1 34 60 02 	srl  %l1, 2, %l0                               
 2013940:	92 10 00 10 	mov  %l0, %o1                                  
 2013944:	40 00 2c c4 	call  201ec54 <.umul>                          
 2013948:	90 04 20 01 	add  %l0, 1, %o0                               
 201394c:	92 10 00 10 	mov  %l0, %o1                                  
 2013950:	40 00 2c c1 	call  201ec54 <.umul>                          
 2013954:	90 02 20 01 	inc  %o0                                       
 2013958:	92 10 00 11 	mov  %l1, %o1                                  
 201395c:	40 00 2c be 	call  201ec54 <.umul>                          
 2013960:	90 02 3f ff 	add  %o0, -1, %o0                              
 2013964:	82 10 20 00 	clr  %g1                                       
 2013968:	80 a0 40 19 	cmp  %g1, %i1                                  
 201396c:	04 80 00 37 	ble  2013a48 <IMFS_memfile_extend+0x130>       <== ALWAYS TAKEN
 2013970:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( new_length <= the_jnode->info.file.size )                      
 2013974:	e4 1e 20 50 	ldd  [ %i0 + 0x50 ], %l2                       <== NOT EXECUTED
 2013978:	80 a6 40 12 	cmp  %i1, %l2                                  
 201397c:	04 80 00 29 	ble  2013a20 <IMFS_memfile_extend+0x108>       <== ALWAYS TAKEN
 2013980:	a9 3c 60 1f 	sra  %l1, 0x1f, %l4                            
                                                                      
  /*                                                                  
   *  Calculate the number of range of blocks to allocate             
   */                                                                 
                                                                      
  new_blocks = new_length / IMFS_MEMFILE_BYTES_PER_BLOCK;             
 2013984:	96 10 00 11 	mov  %l1, %o3                                  
 2013988:	94 10 00 14 	mov  %l4, %o2                                  
 201398c:	90 10 00 19 	mov  %i1, %o0                                  
 2013990:	40 00 2e 76 	call  201f368 <__divdi3>                       
 2013994:	92 10 00 1a 	mov  %i2, %o1                                  
  old_blocks = the_jnode->info.file.size / IMFS_MEMFILE_BYTES_PER_BLOCK;
 2013998:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
  /*                                                                  
   *  Calculate the number of range of blocks to allocate             
   */                                                                 
                                                                      
  new_blocks = new_length / IMFS_MEMFILE_BYTES_PER_BLOCK;             
 201399c:	a0 10 00 09 	mov  %o1, %l0                                  
  old_blocks = the_jnode->info.file.size / IMFS_MEMFILE_BYTES_PER_BLOCK;
 20139a0:	94 10 00 14 	mov  %l4, %o2                                  
 20139a4:	92 10 00 13 	mov  %l3, %o1                                  
 20139a8:	40 00 2e 70 	call  201f368 <__divdi3>                       
 20139ac:	96 10 00 11 	mov  %l1, %o3                                  
                                                                      
  /*                                                                  
   *  Now allocate each of those blocks.                              
   */                                                                 
                                                                      
  for ( block=old_blocks ; block<=new_blocks ; block++ ) {            
 20139b0:	80 a4 00 09 	cmp  %l0, %o1                                  
 20139b4:	0a 80 00 21 	bcs  2013a38 <IMFS_memfile_extend+0x120>       <== NEVER TAKEN
 20139b8:	a4 10 00 09 	mov  %o1, %l2                                  
 20139bc:	10 80 00 05 	b  20139d0 <IMFS_memfile_extend+0xb8>          
 20139c0:	a2 10 00 09 	mov  %o1, %l1                                  
 20139c4:	80 a4 00 11 	cmp  %l0, %l1                                  
 20139c8:	2a 80 00 1d 	bcs,a   2013a3c <IMFS_memfile_extend+0x124>    
 20139cc:	f4 26 20 54 	st  %i2, [ %i0 + 0x54 ]                        
    if ( IMFS_memfile_addblock( the_jnode, block ) ) {                
 20139d0:	90 10 00 18 	mov  %i0, %o0                                  
 20139d4:	7f ff ff a7 	call  2013870 <IMFS_memfile_addblock>          
 20139d8:	92 10 00 11 	mov  %l1, %o1                                  
 20139dc:	80 a2 20 00 	cmp  %o0, 0                                    
 20139e0:	22 bf ff f9 	be,a   20139c4 <IMFS_memfile_extend+0xac>      <== ALWAYS TAKEN
 20139e4:	a2 04 60 01 	inc  %l1                                       
       for ( ; block>=old_blocks ; block-- ) {                        
 20139e8:	10 80 00 06 	b  2013a00 <IMFS_memfile_extend+0xe8>          <== NOT EXECUTED
 20139ec:	80 a4 80 11 	cmp  %l2, %l1                                  <== NOT EXECUTED
          IMFS_memfile_remove_block( the_jnode, block );              
 20139f0:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 20139f4:	7f ff fe dc 	call  2013564 <IMFS_memfile_remove_block>      <== NOT EXECUTED
 20139f8:	a2 04 7f ff 	add  %l1, -1, %l1                              <== NOT EXECUTED
   *  Now allocate each of those blocks.                              
   */                                                                 
                                                                      
  for ( block=old_blocks ; block<=new_blocks ; block++ ) {            
    if ( IMFS_memfile_addblock( the_jnode, block ) ) {                
       for ( ; block>=old_blocks ; block-- ) {                        
 20139fc:	80 a4 80 11 	cmp  %l2, %l1                                  <== NOT EXECUTED
 2013a00:	08 bf ff fc 	bleu  20139f0 <IMFS_memfile_extend+0xd8>       <== NOT EXECUTED
 2013a04:	92 10 00 11 	mov  %l1, %o1                                  <== NOT EXECUTED
          IMFS_memfile_remove_block( the_jnode, block );              
       }                                                              
       rtems_set_errno_and_return_minus_one( ENOSPC );                
 2013a08:	40 00 07 f5 	call  20159dc <__errno>                        <== NOT EXECUTED
 2013a0c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2013a10:	82 10 20 1c 	mov  0x1c, %g1                                 <== NOT EXECUTED
 2013a14:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2013a18:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013a1c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  if ( new_length >= IMFS_MEMFILE_MAXIMUM_SIZE )                      
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( new_length <= the_jnode->info.file.size )                      
 2013a20:	12 80 00 04 	bne  2013a30 <IMFS_memfile_extend+0x118>       <== NEVER TAKEN
 2013a24:	80 a6 80 13 	cmp  %i2, %l3                                  
 2013a28:	18 bf ff d7 	bgu  2013984 <IMFS_memfile_extend+0x6c>        
 2013a2c:	a9 3c 60 1f 	sra  %l1, 0x1f, %l4                            
 2013a30:	81 c7 e0 08 	ret                                            
 2013a34:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      
  /*                                                                  
   *  Set the new length of the file.                                 
   */                                                                 
                                                                      
  the_jnode->info.file.size = new_length;                             
 2013a38:	f4 26 20 54 	st  %i2, [ %i0 + 0x54 ]                        <== NOT EXECUTED
 2013a3c:	f2 26 20 50 	st  %i1, [ %i0 + 0x50 ]                        
  return 0;                                                           
}                                                                     
 2013a40:	81 c7 e0 08 	ret                                            
 2013a44:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
  if ( the_jnode->type != IMFS_MEMORY_FILE )                          
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  if ( new_length >= IMFS_MEMFILE_MAXIMUM_SIZE )                      
 2013a48:	12 80 00 04 	bne  2013a58 <IMFS_memfile_extend+0x140>       <== NEVER TAKEN
 2013a4c:	80 a2 00 1a 	cmp  %o0, %i2                                  
 2013a50:	38 bf ff ca 	bgu,a   2013978 <IMFS_memfile_extend+0x60>     <== ALWAYS TAKEN
 2013a54:	e4 1e 20 50 	ldd  [ %i0 + 0x50 ], %l2                       
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2013a58:	40 00 07 e1 	call  20159dc <__errno>                        <== NOT EXECUTED
 2013a5c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2013a60:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2013a64:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2013a68:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013a6c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  assert( the_jnode );                                                
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 2013a70:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013a74:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013a78:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013a7c:	94 12 a3 98 	or  %o2, 0x398, %o2                            <== NOT EXECUTED
 2013a80:	96 12 e2 30 	or  %o3, 0x230, %o3                            <== NOT EXECUTED
 2013a84:	7f ff f4 32 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013a88:	92 10 21 35 	mov  0x135, %o1                                <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013a8c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013a90:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013a94:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013a98:	94 12 a3 98 	or  %o2, 0x398, %o2                            <== NOT EXECUTED
 2013a9c:	96 12 e2 20 	or  %o3, 0x220, %o3                            <== NOT EXECUTED
 2013aa0:	7f ff f4 2b 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013aa4:	92 10 21 31 	mov  0x131, %o1                                <== NOT EXECUTED
                                                                      

02013224 <IMFS_memfile_get_block_pointer>: #endif IMFS_jnode_t *the_jnode, unsigned int block, int malloc_it ) {
 2013224:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013228:	80 a6 20 00 	cmp  %i0, 0                                    
 201322c:	02 80 00 91 	be  2013470 <IMFS_memfile_get_block_pointer+0x24c><== NEVER TAKEN
 2013230:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     
  if ( !the_jnode )                                                   
    return NULL;                                                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 2013234:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
 2013238:	80 a0 60 05 	cmp  %g1, 5                                    
 201323c:	12 80 00 94 	bne  201348c <IMFS_memfile_get_block_pointer+0x268><== NEVER TAKEN
 2013240:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
                                                                      
  /*                                                                  
   *  Is the block number in the simple indirect portion?             
   */                                                                 
                                                                      
  if ( my_block <= LAST_INDIRECT ) {                                  
 2013244:	e0 00 60 04 	ld  [ %g1 + 4 ], %l0	! 2022c04 <imfs_memfile_bytes_per_block>
 2013248:	a1 34 20 02 	srl  %l0, 2, %l0                               
 201324c:	82 04 3f ff 	add  %l0, -1, %g1                              
 2013250:	80 a6 40 01 	cmp  %i1, %g1                                  
 2013254:	08 80 00 20 	bleu  20132d4 <IMFS_memfile_get_block_pointer+0xb0><== ALWAYS TAKEN
 2013258:	80 a6 a0 00 	cmp  %i2, 0                                    
                                                                      
  /*                                                                  
   *  Is the block number in the doubly indirect portion?             
   */                                                                 
                                                                      
  if ( my_block <= LAST_DOUBLY_INDIRECT ) {                           
 201325c:	90 04 20 01 	add  %l0, 1, %o0                               <== NOT EXECUTED
 2013260:	40 00 2e 7d 	call  201ec54 <.umul>                          <== NOT EXECUTED
 2013264:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 2013268:	82 02 3f ff 	add  %o0, -1, %g1                              <== NOT EXECUTED
 201326c:	80 a6 40 01 	cmp  %i1, %g1                                  <== NOT EXECUTED
 2013270:	18 80 00 21 	bgu  20132f4 <IMFS_memfile_get_block_pointer+0xd0><== NOT EXECUTED
 2013274:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
#if 0                                                                 
fprintf(stdout, "(d %d) ", block );                                   
fflush(stdout);                                                       
#endif                                                                
                                                                      
    my_block -= FIRST_DOUBLY_INDIRECT;                                
 2013278:	b2 26 40 10 	sub  %i1, %l0, %i1                             <== NOT EXECUTED
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
 201327c:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 2013280:	40 00 2f 5b 	call  201efec <.urem>                          <== NOT EXECUTED
 2013284:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
 2013288:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
fflush(stdout);                                                       
#endif                                                                
                                                                      
    my_block -= FIRST_DOUBLY_INDIRECT;                                
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
 201328c:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
 2013290:	40 00 2e ab 	call  201ed3c <.udiv>                          <== NOT EXECUTED
 2013294:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
                                                                      
    p = info->doubly_indirect;                                        
    if ( malloc_it ) {                                                
 2013298:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
#endif                                                                
                                                                      
    my_block -= FIRST_DOUBLY_INDIRECT;                                
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
 201329c:	a0 10 00 08 	mov  %o0, %l0                                  <== NOT EXECUTED
                                                                      
    p = info->doubly_indirect;                                        
    if ( malloc_it ) {                                                
 20132a0:	02 80 00 42 	be  20133a8 <IMFS_memfile_get_block_pointer+0x184><== NOT EXECUTED
 20132a4:	c2 06 20 5c 	ld  [ %i0 + 0x5c ], %g1                        <== NOT EXECUTED
                                                                      
      if ( !p ) {                                                     
 20132a8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20132ac:	02 80 00 5e 	be  2013424 <IMFS_memfile_get_block_pointer+0x200><== NOT EXECUTED
 20132b0:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p )                                                     
           return 0;                                                  
        info->doubly_indirect = p;                                    
      }                                                               
                                                                      
      p1 = (block_p *)p[ doubly ];                                    
 20132b4:	a1 2c 20 02 	sll  %l0, 2, %l0                               <== NOT EXECUTED
 20132b8:	d0 00 40 10 	ld  [ %g1 + %l0 ], %o0                         <== NOT EXECUTED
      if ( !p1 ) {                                                    
 20132bc:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20132c0:	02 80 00 52 	be  2013408 <IMFS_memfile_get_block_pointer+0x1e4><== NOT EXECUTED
 20132c4:	a0 00 40 10 	add  %g1, %l0, %l0                             <== NOT EXECUTED
        if ( !p1 )                                                    
           return 0;                                                  
        p[ doubly ] = (block_p) p1;                                   
      }                                                               
                                                                      
      return (block_p *)&p1[ singly ];                                
 20132c8:	a3 2c 60 02 	sll  %l1, 2, %l1                               <== NOT EXECUTED
 20132cc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20132d0:	91 ea 00 11 	restore  %o0, %l1, %o0                         <== NOT EXECUTED
fprintf(stdout, "(s %d) ", block );                                   
fflush(stdout);                                                       
#endif                                                                
    p = info->indirect;                                               
                                                                      
    if ( malloc_it ) {                                                
 20132d4:	02 80 00 40 	be  20133d4 <IMFS_memfile_get_block_pointer+0x1b0>
 20132d8:	d0 06 20 58 	ld  [ %i0 + 0x58 ], %o0                        
                                                                      
      if ( !p ) {                                                     
 20132dc:	80 a2 20 00 	cmp  %o0, 0                                    
 20132e0:	02 80 00 43 	be  20133ec <IMFS_memfile_get_block_pointer+0x1c8>
 20132e4:	01 00 00 00 	nop                                            
        p2 = memfile_alloc_block();                                   
        if ( !p2 )                                                    
           return 0;                                                  
        p1[ doubly ] = (block_p) p2;                                  
      }                                                               
      return (block_p *)&p2[ singly ];                                
 20132e8:	b3 2e 60 02 	sll  %i1, 2, %i1                               
 20132ec:	81 c7 e0 08 	ret                                            
 20132f0:	91 ea 00 19 	restore  %o0, %i1, %o0                         
#endif                                                                
  /*                                                                  
   *  Is the block number in the triply indirect portion?             
   */                                                                 
                                                                      
  if ( my_block <= LAST_TRIPLY_INDIRECT ) {                           
 20132f4:	90 02 20 01 	inc  %o0                                       <== NOT EXECUTED
 20132f8:	40 00 2e 57 	call  201ec54 <.umul>                          <== NOT EXECUTED
 20132fc:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 2013300:	90 02 3f ff 	add  %o0, -1, %o0                              <== NOT EXECUTED
 2013304:	80 a6 40 08 	cmp  %i1, %o0                                  <== NOT EXECUTED
 2013308:	18 80 00 31 	bgu  20133cc <IMFS_memfile_get_block_pointer+0x1a8><== NOT EXECUTED
 201330c:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
    my_block -= FIRST_TRIPLY_INDIRECT;                                
 2013310:	a2 26 40 11 	sub  %i1, %l1, %l1                             <== NOT EXECUTED
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
 2013314:	40 00 2f 36 	call  201efec <.urem>                          <== NOT EXECUTED
 2013318:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
 201331c:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
   */                                                                 
                                                                      
  if ( my_block <= LAST_TRIPLY_INDIRECT ) {                           
    my_block -= FIRST_TRIPLY_INDIRECT;                                
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
 2013320:	b2 10 00 08 	mov  %o0, %i1                                  <== NOT EXECUTED
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
 2013324:	40 00 2e 86 	call  201ed3c <.udiv>                          <== NOT EXECUTED
 2013328:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
    triply = doubly / IMFS_MEMFILE_BLOCK_SLOTS;                       
 201332c:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 2013330:	40 00 2e 83 	call  201ed3c <.udiv>                          <== NOT EXECUTED
 2013334:	a4 10 00 08 	mov  %o0, %l2                                  <== NOT EXECUTED
    doubly %= IMFS_MEMFILE_BLOCK_SLOTS;                               
 2013338:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
  if ( my_block <= LAST_TRIPLY_INDIRECT ) {                           
    my_block -= FIRST_TRIPLY_INDIRECT;                                
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
    triply = doubly / IMFS_MEMFILE_BLOCK_SLOTS;                       
 201333c:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
    doubly %= IMFS_MEMFILE_BLOCK_SLOTS;                               
 2013340:	40 00 2f 2b 	call  201efec <.urem>                          <== NOT EXECUTED
 2013344:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
                                                                      
    p = info->triply_indirect;                                        
                                                                      
    if ( malloc_it ) {                                                
 2013348:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
    my_block -= FIRST_TRIPLY_INDIRECT;                                
                                                                      
    singly = my_block % IMFS_MEMFILE_BLOCK_SLOTS;                     
    doubly = my_block / IMFS_MEMFILE_BLOCK_SLOTS;                     
    triply = doubly / IMFS_MEMFILE_BLOCK_SLOTS;                       
    doubly %= IMFS_MEMFILE_BLOCK_SLOTS;                               
 201334c:	a0 10 00 08 	mov  %o0, %l0                                  <== NOT EXECUTED
                                                                      
    p = info->triply_indirect;                                        
                                                                      
    if ( malloc_it ) {                                                
 2013350:	02 80 00 3c 	be  2013440 <IMFS_memfile_get_block_pointer+0x21c><== NOT EXECUTED
 2013354:	c2 06 20 60 	ld  [ %i0 + 0x60 ], %g1                        <== NOT EXECUTED
      if ( !p ) {                                                     
 2013358:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 201335c:	02 80 00 53 	be  20134a8 <IMFS_memfile_get_block_pointer+0x284><== NOT EXECUTED
 2013360:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p )                                                     
           return 0;                                                  
        info->triply_indirect = p;                                    
      }                                                               
                                                                      
      p1 = (block_p *) p[ triply ];                                   
 2013364:	a3 2c 60 02 	sll  %l1, 2, %l1                               <== NOT EXECUTED
 2013368:	c4 00 40 11 	ld  [ %g1 + %l1 ], %g2                         <== NOT EXECUTED
      if ( !p1 ) {                                                    
 201336c:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2013370:	02 80 00 55 	be  20134c4 <IMFS_memfile_get_block_pointer+0x2a0><== NOT EXECUTED
 2013374:	a2 00 40 11 	add  %g1, %l1, %l1                             <== NOT EXECUTED
        if ( !p1 )                                                    
           return 0;                                                  
        p[ triply ] = (block_p) p1;                                   
      }                                                               
                                                                      
      p2 = (block_p *)p1[ doubly ];                                   
 2013378:	a1 2c 20 02 	sll  %l0, 2, %l0                               <== NOT EXECUTED
 201337c:	d0 00 80 10 	ld  [ %g2 + %l0 ], %o0                         <== NOT EXECUTED
      if ( !p2 ) {                                                    
 2013380:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2013384:	12 bf ff d9 	bne  20132e8 <IMFS_memfile_get_block_pointer+0xc4><== NOT EXECUTED
 2013388:	a0 00 80 10 	add  %g2, %l0, %l0                             <== NOT EXECUTED
        p2 = memfile_alloc_block();                                   
 201338c:	7f ff ff 99 	call  20131f0 <memfile_alloc_block>            <== NOT EXECUTED
 2013390:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p2 )                                                    
 2013394:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2013398:	22 80 00 13 	be,a   20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 201339c:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
           return 0;                                                  
        p1[ doubly ] = (block_p) p2;                                  
 20133a0:	10 bf ff d2 	b  20132e8 <IMFS_memfile_get_block_pointer+0xc4><== NOT EXECUTED
 20133a4:	d0 24 00 00 	st  %o0, [ %l0 ]                               <== NOT EXECUTED
      }                                                               
                                                                      
      return (block_p *)&p1[ singly ];                                
    }                                                                 
                                                                      
    if ( !p )                                                         
 20133a8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20133ac:	02 80 00 0e 	be  20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 20133b0:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
      return 0;                                                       
                                                                      
    p = (block_p *)p[ doubly ];                                       
 20133b4:	a1 2a 20 02 	sll  %o0, 2, %l0                               <== NOT EXECUTED
 20133b8:	c2 00 40 10 	ld  [ %g1 + %l0 ], %g1                         <== NOT EXECUTED
#if 0                                                                 
fprintf(stdout, "(d %d %d %d %d %p %p) ", block, my_block, doubly,    
                                       singly, p, &p[singly] );       
fflush(stdout);                                                       
#endif                                                                
    return (block_p *)&p[ singly ];                                   
 20133bc:	a3 2c 60 02 	sll  %l1, 2, %l1                               <== NOT EXECUTED
                                                                      
    if ( !p )                                                         
      return 0;                                                       
                                                                      
    p = (block_p *)p[ doubly ];                                       
    if ( !p )                                                         
 20133c0:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20133c4:	12 80 00 08 	bne  20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 20133c8:	b0 00 40 11 	add  %g1, %l1, %i0                             <== NOT EXECUTED
  /*                                                                  
   *  This means the requested block number is out of range.          
   */                                                                 
                                                                      
  return 0;                                                           
}                                                                     
 20133cc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20133d0:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
    }                                                                 
                                                                      
    if ( !p )                                                         
      return 0;                                                       
                                                                      
    return &info->indirect[ my_block ];                               
 20133d4:	b3 2e 60 02 	sll  %i1, 2, %i1                               
        info->indirect = p;                                           
      }                                                               
      return &info->indirect[ my_block ];                             
    }                                                                 
                                                                      
    if ( !p )                                                         
 20133d8:	80 a2 20 00 	cmp  %o0, 0                                    
 20133dc:	02 bf ff fc 	be  20133cc <IMFS_memfile_get_block_pointer+0x1a8><== NEVER TAKEN
 20133e0:	b0 02 00 19 	add  %o0, %i1, %i0                             
  /*                                                                  
   *  This means the requested block number is out of range.          
   */                                                                 
                                                                      
  return 0;                                                           
}                                                                     
 20133e4:	81 c7 e0 08 	ret                                            
 20133e8:	81 e8 00 00 	restore                                        
    p = info->indirect;                                               
                                                                      
    if ( malloc_it ) {                                                
                                                                      
      if ( !p ) {                                                     
        p = memfile_alloc_block();                                    
 20133ec:	7f ff ff 81 	call  20131f0 <memfile_alloc_block>            
 20133f0:	01 00 00 00 	nop                                            
        if ( !p )                                                     
 20133f4:	80 a2 20 00 	cmp  %o0, 0                                    
 20133f8:	22 bf ff fb 	be,a   20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NEVER TAKEN
 20133fc:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
           return 0;                                                  
        info->indirect = p;                                           
 2013400:	10 bf ff ba 	b  20132e8 <IMFS_memfile_get_block_pointer+0xc4>
 2013404:	d0 26 20 58 	st  %o0, [ %i0 + 0x58 ]                        
        info->doubly_indirect = p;                                    
      }                                                               
                                                                      
      p1 = (block_p *)p[ doubly ];                                    
      if ( !p1 ) {                                                    
        p1 = memfile_alloc_block();                                   
 2013408:	7f ff ff 7a 	call  20131f0 <memfile_alloc_block>            <== NOT EXECUTED
 201340c:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p1 )                                                    
 2013410:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2013414:	22 bf ff f4 	be,a   20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 2013418:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
           return 0;                                                  
        p[ doubly ] = (block_p) p1;                                   
 201341c:	10 bf ff ab 	b  20132c8 <IMFS_memfile_get_block_pointer+0xa4><== NOT EXECUTED
 2013420:	d0 24 00 00 	st  %o0, [ %l0 ]                               <== NOT EXECUTED
                                                                      
    p = info->doubly_indirect;                                        
    if ( malloc_it ) {                                                
                                                                      
      if ( !p ) {                                                     
        p = memfile_alloc_block();                                    
 2013424:	7f ff ff 73 	call  20131f0 <memfile_alloc_block>            <== NOT EXECUTED
 2013428:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p )                                                     
 201342c:	82 92 20 00 	orcc  %o0, 0, %g1                              <== NOT EXECUTED
 2013430:	22 bf ff ed 	be,a   20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 2013434:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
           return 0;                                                  
        info->doubly_indirect = p;                                    
 2013438:	10 bf ff 9f 	b  20132b4 <IMFS_memfile_get_block_pointer+0x90><== NOT EXECUTED
 201343c:	c2 26 20 5c 	st  %g1, [ %i0 + 0x5c ]                        <== NOT EXECUTED
        p1[ doubly ] = (block_p) p2;                                  
      }                                                               
      return (block_p *)&p2[ singly ];                                
    }                                                                 
                                                                      
    if ( !p )                                                         
 2013440:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2013444:	02 bf ff e8 	be  20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 2013448:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
                                                                      
#if 0                                                                 
fprintf(stdout, "(t %d %d %d %d %d) ", block, my_block, triply, doubly, singly );
fflush(stdout);                                                       
#endif                                                                
    p1 = (block_p *) p[ triply ];                                     
 201344c:	a3 2c 60 02 	sll  %l1, 2, %l1                               <== NOT EXECUTED
 2013450:	c2 00 40 11 	ld  [ %g1 + %l1 ], %g1                         <== NOT EXECUTED
    if ( !p1 )                                                        
 2013454:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2013458:	02 bf ff e3 	be  20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 201345c:	a1 2a 20 02 	sll  %o0, 2, %l0                               <== NOT EXECUTED
                                                                      
    p2 = (block_p *)p1[ doubly ];                                     
    if ( !p )                                                         
      return 0;                                                       
                                                                      
    return (block_p *)&p2[ singly ];                                  
 2013460:	f0 00 40 10 	ld  [ %g1 + %l0 ], %i0                         <== NOT EXECUTED
 2013464:	b3 2e 60 02 	sll  %i1, 2, %i1                               <== NOT EXECUTED
 2013468:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201346c:	91 ee 00 19 	restore  %i0, %i1, %o0                         <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013470:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013474:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013478:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 201347c:	94 12 a2 d8 	or  %o2, 0x2d8, %o2                            <== NOT EXECUTED
 2013480:	96 12 e2 20 	or  %o3, 0x220, %o3                            <== NOT EXECUTED
 2013484:	7f ff f5 b2 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013488:	92 10 23 88 	mov  0x388, %o1                                <== NOT EXECUTED
  if ( !the_jnode )                                                   
    return NULL;                                                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 201348c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013490:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013494:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013498:	94 12 a2 d8 	or  %o2, 0x2d8, %o2                            <== NOT EXECUTED
 201349c:	96 12 e2 30 	or  %o3, 0x230, %o3                            <== NOT EXECUTED
 20134a0:	7f ff f5 ab 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 20134a4:	92 10 23 8c 	mov  0x38c, %o1                                <== NOT EXECUTED
                                                                      
    p = info->triply_indirect;                                        
                                                                      
    if ( malloc_it ) {                                                
      if ( !p ) {                                                     
        p = memfile_alloc_block();                                    
 20134a8:	7f ff ff 52 	call  20131f0 <memfile_alloc_block>            <== NOT EXECUTED
 20134ac:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p )                                                     
 20134b0:	82 92 20 00 	orcc  %o0, 0, %g1                              <== NOT EXECUTED
 20134b4:	22 bf ff cc 	be,a   20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 20134b8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
           return 0;                                                  
        info->triply_indirect = p;                                    
 20134bc:	10 bf ff aa 	b  2013364 <IMFS_memfile_get_block_pointer+0x140><== NOT EXECUTED
 20134c0:	c2 26 20 60 	st  %g1, [ %i0 + 0x60 ]                        <== NOT EXECUTED
      }                                                               
                                                                      
      p1 = (block_p *) p[ triply ];                                   
      if ( !p1 ) {                                                    
        p1 = memfile_alloc_block();                                   
 20134c4:	7f ff ff 4b 	call  20131f0 <memfile_alloc_block>            <== NOT EXECUTED
 20134c8:	01 00 00 00 	nop                                            <== NOT EXECUTED
        if ( !p1 )                                                    
 20134cc:	84 92 20 00 	orcc  %o0, 0, %g2                              <== NOT EXECUTED
 20134d0:	22 bf ff c5 	be,a   20133e4 <IMFS_memfile_get_block_pointer+0x1c0><== NOT EXECUTED
 20134d4:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
           return 0;                                                  
        p[ triply ] = (block_p) p1;                                   
 20134d8:	10 bf ff a8 	b  2013378 <IMFS_memfile_get_block_pointer+0x154><== NOT EXECUTED
 20134dc:	c4 24 40 00 	st  %g2, [ %l1 ]                               <== NOT EXECUTED
                                                                      

02013f78 <IMFS_memfile_read>: IMFS_jnode_t *the_jnode, off_t start, unsigned char *destination, unsigned int length ) {
 2013f78:	9d e3 bf 98 	save  %sp, -104, %sp                           
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013f7c:	a0 96 20 00 	orcc  %i0, 0, %l0                              
   IMFS_jnode_t    *the_jnode,                                        
   off_t            start,                                            
   unsigned char   *destination,                                      
   unsigned int     length                                            
)                                                                     
{                                                                     
 2013f80:	a4 10 00 19 	mov  %i1, %l2                                  
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013f84:	02 80 00 b5 	be  2014258 <IMFS_memfile_read+0x2e0>          <== NEVER TAKEN
 2013f88:	a6 10 00 1a 	mov  %i2, %l3                                  
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE ||                      
 2013f8c:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
 2013f90:	84 00 7f fb 	add  %g1, -5, %g2                              
 2013f94:	80 a0 a0 01 	cmp  %g2, 1                                    
 2013f98:	18 80 00 a8 	bgu  2014238 <IMFS_memfile_read+0x2c0>         <== NEVER TAKEN
 2013f9c:	80 a6 e0 00 	cmp  %i3, 0                                    
                                                                      
  /*                                                                  
   *  Error checks on arguments                                       
   */                                                                 
                                                                      
  assert( dest );                                                     
 2013fa0:	02 80 00 96 	be  20141f8 <IMFS_memfile_read+0x280>          <== NEVER TAKEN
 2013fa4:	80 a7 20 00 	cmp  %i4, 0                                    
  /*                                                                  
   *  If there is nothing to read, then quick exit.                   
   */                                                                 
                                                                      
  my_length = length;                                                 
  if ( !my_length )                                                   
 2013fa8:	02 80 00 86 	be  20141c0 <IMFS_memfile_read+0x248>          <== NEVER TAKEN
 2013fac:	80 a0 60 06 	cmp  %g1, 6                                    
                                                                      
  /*                                                                  
   *  Linear files (as created from a tar file are easier to handle   
   *  than block files).                                              
   */                                                                 
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
 2013fb0:	02 80 00 5f 	be  201412c <IMFS_memfile_read+0x1b4>          <== NEVER TAKEN
 2013fb4:	86 10 20 00 	clr  %g3                                       
   *  If the last byte we are supposed to read is past the end of this
   *  in memory file, then shorten the length to read.                
   */                                                                 
                                                                      
  last_byte = start + length;                                         
  if ( last_byte > the_jnode->info.file.size )                        
 2013fb8:	c4 04 20 50 	ld  [ %l0 + 0x50 ], %g2                        
  /*                                                                  
   *  If the last byte we are supposed to read is past the end of this
   *  in memory file, then shorten the length to read.                
   */                                                                 
                                                                      
  last_byte = start + length;                                         
 2013fbc:	82 10 00 1a 	mov  %i2, %g1                                  
  if ( last_byte > the_jnode->info.file.size )                        
 2013fc0:	80 a0 c0 02 	cmp  %g3, %g2                                  
 2013fc4:	c8 04 20 54 	ld  [ %l0 + 0x54 ], %g4                        
 2013fc8:	04 80 00 52 	ble  2014110 <IMFS_memfile_read+0x198>         <== ALWAYS TAKEN
 2013fcc:	9a 07 00 1a 	add  %i4, %i2, %o5                             
    my_length = the_jnode->info.file.size - start;                    
 2013fd0:	b8 21 00 01 	sub  %g4, %g1, %i4                             <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Phase 1: possibly the last part of one block                    
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
 2013fd4:	29 00 80 8b 	sethi  %hi(0x2022c00), %l4                     <== NOT EXECUTED
 2013fd8:	e2 05 20 04 	ld  [ %l4 + 4 ], %l1	! 2022c04 <imfs_memfile_bytes_per_block><== NOT EXECUTED
 2013fdc:	90 10 00 12 	mov  %l2, %o0                                  
 2013fe0:	ab 3c 60 1f 	sra  %l1, 0x1f, %l5                            
 2013fe4:	96 10 00 11 	mov  %l1, %o3                                  
 2013fe8:	94 10 00 15 	mov  %l5, %o2                                  
 2013fec:	40 00 2d c6 	call  201f704 <__moddi3>                       
 2013ff0:	92 10 00 13 	mov  %l3, %o1                                  
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
 2013ff4:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
  /*                                                                  
   *  Phase 1: possibly the last part of one block                    
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
 2013ff8:	ac 10 00 09 	mov  %o1, %l6                                  
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
 2013ffc:	94 10 00 15 	mov  %l5, %o2                                  
 2014000:	92 10 00 13 	mov  %l3, %o1                                  
 2014004:	40 00 2c d9 	call  201f368 <__divdi3>                       
 2014008:	96 10 00 11 	mov  %l1, %o3                                  
  if ( start_offset )  {                                              
 201400c:	80 a5 a0 00 	cmp  %l6, 0                                    
  /*                                                                  
   *  Phase 1: possibly the last part of one block                    
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
 2014010:	a4 10 00 09 	mov  %o1, %l2                                  
  if ( start_offset )  {                                              
 2014014:	aa 10 00 1b 	mov  %i3, %l5                                  
 2014018:	02 80 00 14 	be  2014068 <IMFS_memfile_read+0xf0>           
 201401c:	b0 10 20 00 	clr  %i0                                       
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
    if ( to_copy > my_length )                                        
      to_copy = my_length;                                            
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
 2014020:	90 10 00 10 	mov  %l0, %o0                                  
 2014024:	7f ff fc 80 	call  2013224 <IMFS_memfile_get_block_pointer> 
 2014028:	94 10 20 00 	clr  %o2                                       
    assert( block_ptr );                                              
 201402c:	80 a2 20 00 	cmp  %o0, 0                                    
 2014030:	02 80 00 92 	be  2014278 <IMFS_memfile_read+0x300>          <== NEVER TAKEN
 2014034:	a2 24 40 16 	sub  %l1, %l6, %l1                             
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
 2014038:	80 a7 00 11 	cmp  %i4, %l1                                  
 201403c:	18 80 00 4f 	bgu  2014178 <IMFS_memfile_read+0x200>         
 2014040:	b0 10 00 1c 	mov  %i4, %i0                                  
      to_copy = my_length;                                            
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ start_offset ], to_copy );           
 2014044:	d2 02 00 00 	ld  [ %o0 ], %o1                               
 2014048:	94 10 00 18 	mov  %i0, %o2                                  
 201404c:	90 10 00 1b 	mov  %i3, %o0                                  
 2014050:	40 00 08 9f 	call  20162cc <memcpy>                         
 2014054:	92 02 40 16 	add  %o1, %l6, %o1                             
    dest += to_copy;                                                  
    block++;                                                          
    my_length -= to_copy;                                             
 2014058:	e2 05 20 04 	ld  [ %l4 + 4 ], %l1                           
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ start_offset ], to_copy );           
    dest += to_copy;                                                  
 201405c:	aa 06 c0 18 	add  %i3, %i0, %l5                             
    block++;                                                          
 2014060:	a4 04 a0 01 	inc  %l2                                       
    my_length -= to_copy;                                             
 2014064:	b8 27 00 18 	sub  %i4, %i0, %i4                             
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 2014068:	80 a7 00 11 	cmp  %i4, %l1                                  
 201406c:	0a 80 00 15 	bcs  20140c0 <IMFS_memfile_read+0x148>         
 2014070:	80 a7 20 00 	cmp  %i4, 0                                    
 2014074:	a8 15 20 04 	or  %l4, 4, %l4                                
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
 2014078:	90 10 00 10 	mov  %l0, %o0                                  
 201407c:	92 10 00 12 	mov  %l2, %o1                                  
 2014080:	7f ff fc 69 	call  2013224 <IMFS_memfile_get_block_pointer> 
 2014084:	94 10 20 00 	clr  %o2                                       
    assert( block_ptr );                                              
 2014088:	80 a2 20 00 	cmp  %o0, 0                                    
 201408c:	02 80 00 53 	be  20141d8 <IMFS_memfile_read+0x260>          <== NEVER TAKEN
 2014090:	94 10 00 11 	mov  %l1, %o2                                  
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ 0 ], to_copy );                      
 2014094:	d2 02 00 00 	ld  [ %o0 ], %o1                               
 2014098:	40 00 08 8d 	call  20162cc <memcpy>                         
 201409c:	90 10 00 15 	mov  %l5, %o0                                  
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 20140a0:	c2 05 00 00 	ld  [ %l4 ], %g1                               
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ 0 ], to_copy );                      
    dest += to_copy;                                                  
    block++;                                                          
    my_length -= to_copy;                                             
 20140a4:	b8 27 00 11 	sub  %i4, %l1, %i4                             
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ 0 ], to_copy );                      
    dest += to_copy;                                                  
 20140a8:	aa 05 40 11 	add  %l5, %l1, %l5                             
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 20140ac:	80 a0 40 1c 	cmp  %g1, %i4                                  
    assert( block_ptr );                                              
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ 0 ], to_copy );                      
    dest += to_copy;                                                  
    block++;                                                          
 20140b0:	a4 04 a0 01 	inc  %l2                                       
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 20140b4:	08 bf ff f1 	bleu  2014078 <IMFS_memfile_read+0x100>        
 20140b8:	b0 06 00 11 	add  %i0, %l1, %i0                             
   *  Phase 3: possibly the first part of one block                   
   */                                                                 
                                                                      
  assert( my_length < IMFS_MEMFILE_BYTES_PER_BLOCK );                 
                                                                      
  if ( my_length ) {                                                  
 20140bc:	80 a7 20 00 	cmp  %i4, 0                                    
 20140c0:	02 80 00 0e 	be  20140f8 <IMFS_memfile_read+0x180>          
 20140c4:	90 07 bf f8 	add  %fp, -8, %o0                              
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
 20140c8:	92 10 00 12 	mov  %l2, %o1                                  
 20140cc:	90 10 00 10 	mov  %l0, %o0                                  
 20140d0:	7f ff fc 55 	call  2013224 <IMFS_memfile_get_block_pointer> 
 20140d4:	94 10 20 00 	clr  %o2                                       
    assert( block_ptr );                                              
 20140d8:	80 a2 20 00 	cmp  %o0, 0                                    
 20140dc:	02 80 00 4f 	be  2014218 <IMFS_memfile_read+0x2a0>          <== NEVER TAKEN
 20140e0:	b0 06 00 1c 	add  %i0, %i4, %i0                             
    if ( !block_ptr )                                                 
      return copied;                                                  
    memcpy( dest, &(*block_ptr)[ 0 ], my_length );                    
 20140e4:	d2 02 00 00 	ld  [ %o0 ], %o1                               
 20140e8:	90 10 00 15 	mov  %l5, %o0                                  
 20140ec:	40 00 08 78 	call  20162cc <memcpy>                         
 20140f0:	94 10 00 1c 	mov  %i4, %o2                                  
    copied += my_length;                                              
  }                                                                   
                                                                      
  IMFS_update_atime( the_jnode );                                     
 20140f4:	90 07 bf f8 	add  %fp, -8, %o0                              
 20140f8:	7f ff bf d2 	call  2004040 <gettimeofday>                   
 20140fc:	92 10 20 00 	clr  %o1                                       
 2014100:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2014104:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        
                                                                      
  return copied;                                                      
}                                                                     
 2014108:	81 c7 e0 08 	ret                                            
 201410c:	81 e8 00 00 	restore                                        
   *  If the last byte we are supposed to read is past the end of this
   *  in memory file, then shorten the length to read.                
   */                                                                 
                                                                      
  last_byte = start + length;                                         
  if ( last_byte > the_jnode->info.file.size )                        
 2014110:	12 bf ff b2 	bne  2013fd8 <IMFS_memfile_read+0x60>          <== NEVER TAKEN
 2014114:	29 00 80 8b 	sethi  %hi(0x2022c00), %l4                     
 2014118:	80 a3 40 04 	cmp  %o5, %g4                                  
 201411c:	08 bf ff b0 	bleu  2013fdc <IMFS_memfile_read+0x64>         
 2014120:	e2 05 20 04 	ld  [ %l4 + 4 ], %l1                           
    my_length = the_jnode->info.file.size - start;                    
 2014124:	10 bf ff ae 	b  2013fdc <IMFS_memfile_read+0x64>            
 2014128:	b8 21 00 01 	sub  %g4, %g1, %i4                             
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
    unsigned char  *file_ptr;                                         
                                                                      
    file_ptr = (unsigned char *)the_jnode->info.linearfile.direct;    
                                                                      
    if (my_length > (the_jnode->info.linearfile.size - start))        
 201412c:	d8 1c 20 50 	ldd  [ %l0 + 0x50 ], %o4                       <== NOT EXECUTED
 2014130:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
 2014134:	86 a3 40 1a 	subcc  %o5, %i2, %g3                           <== NOT EXECUTED
 2014138:	84 63 00 19 	subx  %o4, %i1, %g2                            <== NOT EXECUTED
 201413c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2014140:	04 80 00 10 	ble  2014180 <IMFS_memfile_read+0x208>         <== NOT EXECUTED
 2014144:	d2 04 20 58 	ld  [ %l0 + 0x58 ], %o1                        <== NOT EXECUTED
      my_length = the_jnode->info.linearfile.size - start;            
 2014148:	b0 23 40 13 	sub  %o5, %l3, %i0                             <== NOT EXECUTED
                                                                      
    memcpy(dest, &file_ptr[start], my_length);                        
 201414c:	92 02 40 13 	add  %o1, %l3, %o1                             <== NOT EXECUTED
 2014150:	94 10 00 18 	mov  %i0, %o2                                  <== NOT EXECUTED
 2014154:	40 00 08 5e 	call  20162cc <memcpy>                         <== NOT EXECUTED
 2014158:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
                                                                      
    IMFS_update_atime( the_jnode );                                   
 201415c:	90 07 bf f8 	add  %fp, -8, %o0                              <== NOT EXECUTED
 2014160:	7f ff bf b8 	call  2004040 <gettimeofday>                   <== NOT EXECUTED
 2014164:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 2014168:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 201416c:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        <== NOT EXECUTED
                                                                      
    return my_length;                                                 
 2014170:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2014174:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
 2014178:	10 bf ff b3 	b  2014044 <IMFS_memfile_read+0xcc>            
 201417c:	b0 10 00 11 	mov  %l1, %i0                                  
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
    unsigned char  *file_ptr;                                         
                                                                      
    file_ptr = (unsigned char *)the_jnode->info.linearfile.direct;    
                                                                      
    if (my_length > (the_jnode->info.linearfile.size - start))        
 2014180:	12 80 00 04 	bne  2014190 <IMFS_memfile_read+0x218>         <== NOT EXECUTED
 2014184:	80 a7 00 03 	cmp  %i4, %g3                                  <== NOT EXECUTED
 2014188:	38 bf ff f1 	bgu,a   201414c <IMFS_memfile_read+0x1d4>      <== NOT EXECUTED
 201418c:	b0 23 40 13 	sub  %o5, %l3, %i0                             <== NOT EXECUTED
      my_length = the_jnode->info.linearfile.size - start;            
                                                                      
    memcpy(dest, &file_ptr[start], my_length);                        
 2014190:	92 02 40 13 	add  %o1, %l3, %o1                             <== NOT EXECUTED
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
    unsigned char  *file_ptr;                                         
                                                                      
    file_ptr = (unsigned char *)the_jnode->info.linearfile.direct;    
                                                                      
    if (my_length > (the_jnode->info.linearfile.size - start))        
 2014194:	b0 10 00 1c 	mov  %i4, %i0                                  <== NOT EXECUTED
      my_length = the_jnode->info.linearfile.size - start;            
                                                                      
    memcpy(dest, &file_ptr[start], my_length);                        
 2014198:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
 201419c:	40 00 08 4c 	call  20162cc <memcpy>                         <== NOT EXECUTED
 20141a0:	94 10 00 18 	mov  %i0, %o2                                  <== NOT EXECUTED
                                                                      
    IMFS_update_atime( the_jnode );                                   
 20141a4:	90 07 bf f8 	add  %fp, -8, %o0                              <== NOT EXECUTED
 20141a8:	7f ff bf a6 	call  2004040 <gettimeofday>                   <== NOT EXECUTED
 20141ac:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 20141b0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 20141b4:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        <== NOT EXECUTED
                                                                      
    return my_length;                                                 
 20141b8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20141bc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   *  If there is nothing to read, then quick exit.                   
   */                                                                 
                                                                      
  my_length = length;                                                 
  if ( !my_length )                                                   
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 20141c0:	40 00 06 07 	call  20159dc <__errno>                        <== NOT EXECUTED
 20141c4:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20141c8:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 20141cc:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 20141d0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20141d4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
 20141d8:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 20141dc:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 20141e0:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 20141e4:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 20141e8:	94 12 a3 10 	or  %o2, 0x310, %o2                            <== NOT EXECUTED
 20141ec:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 20141f0:	7f ff f2 57 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 20141f4:	92 10 22 a7 	mov  0x2a7, %o1                                <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Error checks on arguments                                       
   */                                                                 
                                                                      
  assert( dest );                                                     
 20141f8:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 20141fc:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2014200:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2014204:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2014208:	94 12 a3 10 	or  %o2, 0x310, %o2                            <== NOT EXECUTED
 201420c:	96 12 e2 d0 	or  %o3, 0x2d0, %o3                            <== NOT EXECUTED
 2014210:	7f ff f2 4f 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2014214:	92 10 22 5a 	mov  0x25a, %o1                                <== NOT EXECUTED
                                                                      
  assert( my_length < IMFS_MEMFILE_BYTES_PER_BLOCK );                 
                                                                      
  if ( my_length ) {                                                  
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
 2014218:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 201421c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2014220:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2014224:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2014228:	94 12 a3 10 	or  %o2, 0x310, %o2                            <== NOT EXECUTED
 201422c:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 2014230:	7f ff f2 47 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2014234:	92 10 22 b9 	mov  0x2b9, %o1                                <== NOT EXECUTED
                                                                      
  assert( the_jnode );                                                
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE ||                      
 2014238:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 201423c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2014240:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2014244:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2014248:	94 12 a3 10 	or  %o2, 0x310, %o2                            <== NOT EXECUTED
 201424c:	96 12 e2 80 	or  %o3, 0x280, %o3                            <== NOT EXECUTED
 2014250:	7f ff f2 3f 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2014254:	92 10 22 51 	mov  0x251, %o1                                <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2014258:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 201425c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2014260:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2014264:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2014268:	94 12 a3 10 	or  %o2, 0x310, %o2                            <== NOT EXECUTED
 201426c:	96 12 e2 20 	or  %o3, 0x220, %o3                            <== NOT EXECUTED
 2014270:	7f ff f2 37 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2014274:	92 10 22 4c 	mov  0x24c, %o1                                <== NOT EXECUTED
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
    if ( to_copy > my_length )                                        
      to_copy = my_length;                                            
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
 2014278:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 201427c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2014280:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2014284:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2014288:	94 12 a3 10 	or  %o2, 0x310, %o2                            <== NOT EXECUTED
 201428c:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 2014290:	7f ff f2 2f 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2014294:	92 10 22 96 	mov  0x296, %o1                                <== NOT EXECUTED
                                                                      

020135c0 <IMFS_memfile_remove>: */ int IMFS_memfile_remove( IMFS_jnode_t *the_jnode ) {
 20135c0:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 20135c4:	80 a6 20 00 	cmp  %i0, 0                                    
 20135c8:	02 80 00 62 	be  2013750 <IMFS_memfile_remove+0x190>        <== NEVER TAKEN
 20135cc:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 20135d0:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
 20135d4:	80 a0 60 05 	cmp  %g1, 5                                    
 20135d8:	12 80 00 65 	bne  201376c <IMFS_memfile_remove+0x1ac>       <== NEVER TAKEN
 20135dc:	23 00 80 8b 	sethi  %hi(0x2022c00), %l1                     
   *    + indirect                                                    
   *    + doubly indirect                                             
   *    + triply indirect                                             
   */                                                                 
                                                                      
  info = &the_jnode->info.file;                                       
 20135e0:	c2 06 20 58 	ld  [ %i0 + 0x58 ], %g1                        
  /*                                                                  
   *  Eventually this could be set smarter at each call to            
   *  memfile_free_blocks_in_table to greatly speed this up.          
   */                                                                 
                                                                      
  to_free = IMFS_MEMFILE_BLOCK_SLOTS;                                 
 20135e4:	e6 04 60 04 	ld  [ %l1 + 4 ], %l3                           
   *    + indirect                                                    
   *    + doubly indirect                                             
   *    + triply indirect                                             
   */                                                                 
                                                                      
  info = &the_jnode->info.file;                                       
 20135e8:	80 a0 60 00 	cmp  %g1, 0                                    
 20135ec:	02 80 00 05 	be  2013600 <IMFS_memfile_remove+0x40>         
 20135f0:	a7 34 e0 02 	srl  %l3, 2, %l3                               
                                                                      
  if ( info->indirect ) {                                             
    memfile_free_blocks_in_table( &info->indirect, to_free );         
 20135f4:	90 06 20 58 	add  %i0, 0x58, %o0                            
 20135f8:	7f ff ff ba 	call  20134e0 <memfile_free_blocks_in_table>   
 20135fc:	92 10 00 13 	mov  %l3, %o1                                  
  }                                                                   
                                                                      
  if ( info->doubly_indirect ) {                                      
 2013600:	c2 06 20 5c 	ld  [ %i0 + 0x5c ], %g1                        
 2013604:	80 a0 60 00 	cmp  %g1, 0                                    
 2013608:	02 80 00 1b 	be  2013674 <IMFS_memfile_remove+0xb4>         <== ALWAYS TAKEN
 201360c:	c4 04 60 04 	ld  [ %l1 + 4 ], %g2                           
                                                                      
    for ( i=0 ; i<IMFS_MEMFILE_BLOCK_SLOTS ; i++ ) {                  
 2013610:	85 30 a0 02 	srl  %g2, 2, %g2                               <== NOT EXECUTED
 2013614:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2013618:	02 80 00 14 	be  2013668 <IMFS_memfile_remove+0xa8>         <== NOT EXECUTED
 201361c:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 2013620:	25 00 80 8b 	sethi  %hi(0x2022c00), %l2                     <== NOT EXECUTED
 2013624:	a4 14 a0 04 	or  %l2, 4, %l2	! 2022c04 <imfs_memfile_bytes_per_block><== NOT EXECUTED
 2013628:	10 80 00 03 	b  2013634 <IMFS_memfile_remove+0x74>          <== NOT EXECUTED
 201362c:	a0 10 20 00 	clr  %l0                                       <== NOT EXECUTED
 2013630:	c2 06 20 5c 	ld  [ %i0 + 0x5c ], %g1                        <== NOT EXECUTED
      if ( info->doubly_indirect[i] ) {                               
 2013634:	91 2a 20 02 	sll  %o0, 2, %o0                               <== NOT EXECUTED
 2013638:	c4 00 40 08 	ld  [ %g1 + %o0 ], %g2                         <== NOT EXECUTED
 201363c:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2013640:	02 80 00 04 	be  2013650 <IMFS_memfile_remove+0x90>         <== NOT EXECUTED
 2013644:	90 00 40 08 	add  %g1, %o0, %o0                             <== NOT EXECUTED
        memfile_free_blocks_in_table(                                 
 2013648:	7f ff ff a6 	call  20134e0 <memfile_free_blocks_in_table>   <== NOT EXECUTED
 201364c:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
    memfile_free_blocks_in_table( &info->indirect, to_free );         
  }                                                                   
                                                                      
  if ( info->doubly_indirect ) {                                      
                                                                      
    for ( i=0 ; i<IMFS_MEMFILE_BLOCK_SLOTS ; i++ ) {                  
 2013650:	c2 04 80 00 	ld  [ %l2 ], %g1                               <== NOT EXECUTED
 2013654:	a0 04 20 01 	inc  %l0                                       <== NOT EXECUTED
 2013658:	83 30 60 02 	srl  %g1, 2, %g1                               <== NOT EXECUTED
 201365c:	80 a0 40 10 	cmp  %g1, %l0                                  <== NOT EXECUTED
 2013660:	18 bf ff f4 	bgu  2013630 <IMFS_memfile_remove+0x70>        <== NOT EXECUTED
 2013664:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
      if ( info->doubly_indirect[i] ) {                               
        memfile_free_blocks_in_table(                                 
         (block_p **)&info->doubly_indirect[i], to_free );            
      }                                                               
    }                                                                 
    memfile_free_blocks_in_table( &info->doubly_indirect, to_free );  
 2013668:	90 06 20 5c 	add  %i0, 0x5c, %o0                            <== NOT EXECUTED
 201366c:	7f ff ff 9d 	call  20134e0 <memfile_free_blocks_in_table>   <== NOT EXECUTED
 2013670:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
                                                                      
  }                                                                   
                                                                      
  if ( info->triply_indirect ) {                                      
 2013674:	d0 06 20 60 	ld  [ %i0 + 0x60 ], %o0                        
 2013678:	80 a2 20 00 	cmp  %o0, 0                                    
 201367c:	02 80 00 33 	be  2013748 <IMFS_memfile_remove+0x188>        <== ALWAYS TAKEN
 2013680:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
    for ( i=0 ; i<IMFS_MEMFILE_BLOCK_SLOTS ; i++ ) {                  
 2013684:	83 30 60 02 	srl  %g1, 2, %g1                               <== NOT EXECUTED
 2013688:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 201368c:	22 80 00 2d 	be,a   2013740 <IMFS_memfile_remove+0x180>     <== NOT EXECUTED
 2013690:	90 06 20 60 	add  %i0, 0x60, %o0                            <== NOT EXECUTED
      p = (block_p *) info->triply_indirect[i];                       
 2013694:	e2 02 00 00 	ld  [ %o0 ], %l1                               <== NOT EXECUTED
      if ( !p )  /* ensure we have a valid pointer */                 
 2013698:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
 201369c:	22 80 00 29 	be,a   2013740 <IMFS_memfile_remove+0x180>     <== NOT EXECUTED
 20136a0:	90 06 20 60 	add  %i0, 0x60, %o0                            <== NOT EXECUTED
 20136a4:	25 00 80 8b 	sethi  %hi(0x2022c00), %l2                     <== NOT EXECUTED
 20136a8:	aa 10 20 00 	clr  %l5                                       <== NOT EXECUTED
 20136ac:	a4 14 a0 04 	or  %l2, 4, %l2                                <== NOT EXECUTED
 20136b0:	a8 10 20 00 	clr  %l4                                       <== NOT EXECUTED
         break;                                                       
      for ( j=0 ; j<IMFS_MEMFILE_BLOCK_SLOTS ; j++ ) {                
 20136b4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20136b8:	02 80 00 13 	be  2013704 <IMFS_memfile_remove+0x144>        <== NOT EXECUTED
 20136bc:	90 02 00 15 	add  %o0, %l5, %o0                             <== NOT EXECUTED
 20136c0:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 20136c4:	a0 10 20 00 	clr  %l0                                       <== NOT EXECUTED
        if ( p[j] ) {                                                 
 20136c8:	91 2a 20 02 	sll  %o0, 2, %o0                               <== NOT EXECUTED
 20136cc:	c2 04 40 08 	ld  [ %l1 + %o0 ], %g1                         <== NOT EXECUTED
 20136d0:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20136d4:	02 80 00 04 	be  20136e4 <IMFS_memfile_remove+0x124>        <== NOT EXECUTED
 20136d8:	90 04 40 08 	add  %l1, %o0, %o0                             <== NOT EXECUTED
          memfile_free_blocks_in_table( (block_p **)&p[j], to_free);  
 20136dc:	7f ff ff 81 	call  20134e0 <memfile_free_blocks_in_table>   <== NOT EXECUTED
 20136e0:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
  if ( info->triply_indirect ) {                                      
    for ( i=0 ; i<IMFS_MEMFILE_BLOCK_SLOTS ; i++ ) {                  
      p = (block_p *) info->triply_indirect[i];                       
      if ( !p )  /* ensure we have a valid pointer */                 
         break;                                                       
      for ( j=0 ; j<IMFS_MEMFILE_BLOCK_SLOTS ; j++ ) {                
 20136e4:	c2 04 80 00 	ld  [ %l2 ], %g1                               <== NOT EXECUTED
 20136e8:	a0 04 20 01 	inc  %l0                                       <== NOT EXECUTED
 20136ec:	83 30 60 02 	srl  %g1, 2, %g1                               <== NOT EXECUTED
 20136f0:	80 a0 40 10 	cmp  %g1, %l0                                  <== NOT EXECUTED
 20136f4:	18 bf ff f5 	bgu  20136c8 <IMFS_memfile_remove+0x108>       <== NOT EXECUTED
 20136f8:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 20136fc:	d0 06 20 60 	ld  [ %i0 + 0x60 ], %o0                        <== NOT EXECUTED
        if ( p[j] ) {                                                 
          memfile_free_blocks_in_table( (block_p **)&p[j], to_free);  
        }                                                             
      }                                                               
      memfile_free_blocks_in_table(                                   
 2013700:	90 02 00 15 	add  %o0, %l5, %o0                             <== NOT EXECUTED
 2013704:	7f ff ff 77 	call  20134e0 <memfile_free_blocks_in_table>   <== NOT EXECUTED
 2013708:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
    memfile_free_blocks_in_table( &info->doubly_indirect, to_free );  
                                                                      
  }                                                                   
                                                                      
  if ( info->triply_indirect ) {                                      
    for ( i=0 ; i<IMFS_MEMFILE_BLOCK_SLOTS ; i++ ) {                  
 201370c:	c2 04 80 00 	ld  [ %l2 ], %g1                               <== NOT EXECUTED
 2013710:	a8 05 20 01 	inc  %l4                                       <== NOT EXECUTED
 2013714:	83 30 60 02 	srl  %g1, 2, %g1                               <== NOT EXECUTED
 2013718:	80 a0 40 14 	cmp  %g1, %l4                                  <== NOT EXECUTED
 201371c:	08 80 00 09 	bleu  2013740 <IMFS_memfile_remove+0x180>      <== NOT EXECUTED
 2013720:	90 06 20 60 	add  %i0, 0x60, %o0                            <== NOT EXECUTED
      p = (block_p *) info->triply_indirect[i];                       
 2013724:	d0 06 20 60 	ld  [ %i0 + 0x60 ], %o0                        <== NOT EXECUTED
      if ( !p )  /* ensure we have a valid pointer */                 
 2013728:	ab 2d 20 02 	sll  %l4, 2, %l5                               <== NOT EXECUTED
                                                                      
  }                                                                   
                                                                      
  if ( info->triply_indirect ) {                                      
    for ( i=0 ; i<IMFS_MEMFILE_BLOCK_SLOTS ; i++ ) {                  
      p = (block_p *) info->triply_indirect[i];                       
 201372c:	e2 02 00 15 	ld  [ %o0 + %l5 ], %l1                         <== NOT EXECUTED
      if ( !p )  /* ensure we have a valid pointer */                 
 2013730:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
 2013734:	12 bf ff e1 	bne  20136b8 <IMFS_memfile_remove+0xf8>        <== NOT EXECUTED
 2013738:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
        }                                                             
      }                                                               
      memfile_free_blocks_in_table(                                   
        (block_p **)&info->triply_indirect[i], to_free );             
    }                                                                 
    memfile_free_blocks_in_table(                                     
 201373c:	90 06 20 60 	add  %i0, 0x60, %o0                            <== NOT EXECUTED
 2013740:	7f ff ff 68 	call  20134e0 <memfile_free_blocks_in_table>   <== NOT EXECUTED
 2013744:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
        (block_p **)&info->triply_indirect, to_free );                
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 2013748:	81 c7 e0 08 	ret                                            
 201374c:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013750:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013754:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013758:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 201375c:	94 12 a3 28 	or  %o2, 0x328, %o2                            <== NOT EXECUTED
 2013760:	96 12 e2 20 	or  %o3, 0x220, %o3                            <== NOT EXECUTED
 2013764:	7f ff f4 fa 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013768:	92 10 21 ee 	mov  0x1ee, %o1                                <== NOT EXECUTED
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 201376c:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013770:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013774:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013778:	94 12 a3 28 	or  %o2, 0x328, %o2                            <== NOT EXECUTED
 201377c:	96 12 e2 30 	or  %o3, 0x230, %o3                            <== NOT EXECUTED
 2013780:	7f ff f4 f3 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013784:	92 10 21 f2 	mov  0x1f2, %o1                                <== NOT EXECUTED
                                                                      

02013564 <IMFS_memfile_remove_block>: MEMFILE_STATIC int IMFS_memfile_remove_block( IMFS_jnode_t *the_jnode, unsigned int block ) {
 2013564:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  block_p *block_ptr;                                                 
  block_p  ptr;                                                       
                                                                      
  block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );  
 2013568:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 201356c:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 2013570:	7f ff ff 2d 	call  2013224 <IMFS_memfile_get_block_pointer> <== NOT EXECUTED
 2013574:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
  assert( block_ptr );                                                
 2013578:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 201357c:	02 80 00 08 	be  201359c <IMFS_memfile_remove_block+0x38>   <== NOT EXECUTED
 2013580:	b0 10 20 01 	mov  1, %i0                                    <== NOT EXECUTED
  if ( block_ptr ) {                                                  
    ptr = *block_ptr;                                                 
 2013584:	c2 02 00 00 	ld  [ %o0 ], %g1                               <== NOT EXECUTED
    *block_ptr = 0;                                                   
 2013588:	c0 22 00 00 	clr  [ %o0 ]                                   <== NOT EXECUTED
    memfile_free_block( ptr );                                        
 201358c:	7f ff ff 10 	call  20131cc <memfile_free_block>             <== NOT EXECUTED
 2013590:	90 10 00 01 	mov  %g1, %o0                                  <== NOT EXECUTED
  }                                                                   
                                                                      
  return 1;                                                           
}                                                                     
 2013594:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013598:	81 e8 00 00 	restore                                        <== NOT EXECUTED
{                                                                     
  block_p *block_ptr;                                                 
  block_p  ptr;                                                       
                                                                      
  block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );  
  assert( block_ptr );                                                
 201359c:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 20135a0:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 20135a4:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 20135a8:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 20135ac:	94 12 a3 60 	or  %o2, 0x360, %o2                            <== NOT EXECUTED
 20135b0:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 20135b4:	7f ff f5 66 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 20135b8:	92 10 21 96 	mov  0x196, %o1                                <== NOT EXECUTED
                                                                      

02013bd4 <IMFS_memfile_write>: IMFS_jnode_t *the_jnode, off_t start, const unsigned char *source, unsigned int length ) {
 2013bd4:	9d e3 bf 98 	save  %sp, -104, %sp                           
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013bd8:	a0 96 20 00 	orcc  %i0, 0, %l0                              
 2013bdc:	02 80 00 8e 	be  2013e14 <IMFS_memfile_write+0x240>         <== NEVER TAKEN
 2013be0:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 2013be4:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
 2013be8:	80 a0 60 05 	cmp  %g1, 5                                    
 2013bec:	12 80 00 83 	bne  2013df8 <IMFS_memfile_write+0x224>        <== NEVER TAKEN
 2013bf0:	80 a6 e0 00 	cmp  %i3, 0                                    
                                                                      
  /*                                                                  
   *  Error check arguments                                           
   */                                                                 
                                                                      
  assert( source );                                                   
 2013bf4:	02 80 00 9f 	be  2013e70 <IMFS_memfile_write+0x29c>         <== NEVER TAKEN
 2013bf8:	80 a7 20 00 	cmp  %i4, 0                                    
  /*                                                                  
   *  If there is nothing to write, then quick exit.                  
   */                                                                 
                                                                      
  my_length = length;                                                 
  if ( !my_length )                                                   
 2013bfc:	02 80 00 71 	be  2013dc0 <IMFS_memfile_write+0x1ec>         <== NEVER TAKEN
 2013c00:	01 00 00 00 	nop                                            
   *  If the last byte we are supposed to write is past the end of this
   *  in memory file, then extend the length.                         
   */                                                                 
                                                                      
  last_byte = start + length;                                         
  if ( last_byte > the_jnode->info.file.size ) {                      
 2013c04:	c2 04 20 50 	ld  [ %l0 + 0x50 ], %g1                        
 2013c08:	80 a0 60 00 	cmp  %g1, 0                                    
 2013c0c:	06 80 00 57 	bl  2013d68 <IMFS_memfile_write+0x194>         <== NEVER TAKEN
 2013c10:	94 07 00 1a 	add  %i4, %i2, %o2                             
 2013c14:	80 a0 60 00 	cmp  %g1, 0                                    
 2013c18:	22 80 00 51 	be,a   2013d5c <IMFS_memfile_write+0x188>      <== ALWAYS TAKEN
 2013c1c:	c2 04 20 54 	ld  [ %l0 + 0x54 ], %g1                        
                                                                      
  /*                                                                  
   *  Phase 1: possibly the last part of one block                    
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
 2013c20:	25 00 80 8b 	sethi  %hi(0x2022c00), %l2                     <== NOT EXECUTED
 2013c24:	e2 04 a0 04 	ld  [ %l2 + 4 ], %l1	! 2022c04 <imfs_memfile_bytes_per_block>
 2013c28:	90 10 00 19 	mov  %i1, %o0                                  
 2013c2c:	a7 3c 60 1f 	sra  %l1, 0x1f, %l3                            
 2013c30:	96 10 00 11 	mov  %l1, %o3                                  
 2013c34:	94 10 00 13 	mov  %l3, %o2                                  
 2013c38:	40 00 2e b3 	call  201f704 <__moddi3>                       
 2013c3c:	92 10 00 1a 	mov  %i2, %o1                                  
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
 2013c40:	94 10 00 13 	mov  %l3, %o2                                  
                                                                      
  /*                                                                  
   *  Phase 1: possibly the last part of one block                    
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
 2013c44:	a8 10 00 09 	mov  %o1, %l4                                  
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
 2013c48:	90 10 00 19 	mov  %i1, %o0                                  
 2013c4c:	92 10 00 1a 	mov  %i2, %o1                                  
 2013c50:	40 00 2d c6 	call  201f368 <__divdi3>                       
 2013c54:	96 10 00 11 	mov  %l1, %o3                                  
  if ( start_offset )  {                                              
 2013c58:	b0 10 20 00 	clr  %i0                                       
 2013c5c:	80 a5 20 00 	cmp  %l4, 0                                    
 2013c60:	12 80 00 2d 	bne  2013d14 <IMFS_memfile_write+0x140>        
 2013c64:	a6 10 00 09 	mov  %o1, %l3                                  
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 2013c68:	80 a7 00 11 	cmp  %i4, %l1                                  
 2013c6c:	0a 80 00 15 	bcs  2013cc0 <IMFS_memfile_write+0xec>         
 2013c70:	80 a7 20 00 	cmp  %i4, 0                                    
 2013c74:	a4 14 a0 04 	or  %l2, 4, %l2                                
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
 2013c78:	90 10 00 10 	mov  %l0, %o0                                  
 2013c7c:	92 10 00 13 	mov  %l3, %o1                                  
 2013c80:	7f ff fd 69 	call  2013224 <IMFS_memfile_get_block_pointer> 
 2013c84:	94 10 20 00 	clr  %o2                                       
    assert( block_ptr );                                              
 2013c88:	80 a2 20 00 	cmp  %o0, 0                                    
 2013c8c:	02 80 00 53 	be  2013dd8 <IMFS_memfile_write+0x204>         <== NEVER TAKEN
 2013c90:	92 10 00 1b 	mov  %i3, %o1                                  
    if ( !block_ptr )                                                 
      return copied;                                                  
#if 0                                                                 
fprintf(stdout, "write %d in %d: %*s\n", to_copy, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ 0 ], src, to_copy );                       
 2013c94:	d0 02 00 00 	ld  [ %o0 ], %o0                               
 2013c98:	40 00 09 8d 	call  20162cc <memcpy>                         
 2013c9c:	94 10 00 11 	mov  %l1, %o2                                  
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 2013ca0:	c2 04 80 00 	ld  [ %l2 ], %g1                               
fprintf(stdout, "write %d in %d: %*s\n", to_copy, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ 0 ], src, to_copy );                       
    src += to_copy;                                                   
    block++;                                                          
    my_length -= to_copy;                                             
 2013ca4:	b8 27 00 11 	sub  %i4, %l1, %i4                             
      return copied;                                                  
#if 0                                                                 
fprintf(stdout, "write %d in %d: %*s\n", to_copy, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ 0 ], src, to_copy );                       
    src += to_copy;                                                   
 2013ca8:	b6 06 c0 11 	add  %i3, %l1, %i3                             
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 2013cac:	80 a0 40 1c 	cmp  %g1, %i4                                  
#if 0                                                                 
fprintf(stdout, "write %d in %d: %*s\n", to_copy, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ 0 ], src, to_copy );                       
    src += to_copy;                                                   
    block++;                                                          
 2013cb0:	a6 04 e0 01 	inc  %l3                                       
  /*                                                                  
   *  Phase 2: all of zero of more blocks                             
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
 2013cb4:	08 bf ff f1 	bleu  2013c78 <IMFS_memfile_write+0xa4>        
 2013cb8:	b0 06 00 11 	add  %i0, %l1, %i0                             
   */                                                                 
                                                                      
  assert( my_length < IMFS_MEMFILE_BYTES_PER_BLOCK );                 
                                                                      
  to_copy = my_length;                                                
  if ( my_length ) {                                                  
 2013cbc:	80 a7 20 00 	cmp  %i4, 0                                    
 2013cc0:	02 80 00 0e 	be  2013cf8 <IMFS_memfile_write+0x124>         
 2013cc4:	90 07 bf f8 	add  %fp, -8, %o0                              
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
 2013cc8:	92 10 00 13 	mov  %l3, %o1                                  
 2013ccc:	90 10 00 10 	mov  %l0, %o0                                  
 2013cd0:	7f ff fd 55 	call  2013224 <IMFS_memfile_get_block_pointer> 
 2013cd4:	94 10 20 00 	clr  %o2                                       
    assert( block_ptr );                                              
 2013cd8:	80 a2 20 00 	cmp  %o0, 0                                    
 2013cdc:	02 80 00 5d 	be  2013e50 <IMFS_memfile_write+0x27c>         <== NEVER TAKEN
 2013ce0:	b0 06 00 1c 	add  %i0, %i4, %i0                             
    if ( !block_ptr )                                                 
      return copied;                                                  
#if 0                                                                 
fprintf(stdout, "write %d in %d: %*s\n", to_copy, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ 0 ], src, my_length );                     
 2013ce4:	d0 02 00 00 	ld  [ %o0 ], %o0                               
 2013ce8:	92 10 00 1b 	mov  %i3, %o1                                  
 2013cec:	40 00 09 78 	call  20162cc <memcpy>                         
 2013cf0:	94 10 00 1c 	mov  %i4, %o2                                  
    my_length = 0;                                                    
    copied += to_copy;                                                
  }                                                                   
                                                                      
  IMFS_mtime_ctime_update( the_jnode );                               
 2013cf4:	90 07 bf f8 	add  %fp, -8, %o0                              
 2013cf8:	7f ff c0 d2 	call  2004040 <gettimeofday>                   
 2013cfc:	92 10 20 00 	clr  %o1                                       
 2013d00:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2013d04:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
 2013d08:	c2 24 20 44 	st  %g1, [ %l0 + 0x44 ]                        
                                                                      
  return copied;                                                      
}                                                                     
 2013d0c:	81 c7 e0 08 	ret                                            
 2013d10:	81 e8 00 00 	restore                                        
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
    if ( to_copy > my_length )                                        
      to_copy = my_length;                                            
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
 2013d14:	90 10 00 10 	mov  %l0, %o0                                  
 2013d18:	7f ff fd 43 	call  2013224 <IMFS_memfile_get_block_pointer> 
 2013d1c:	94 10 20 00 	clr  %o2                                       
    assert( block_ptr );                                              
 2013d20:	80 a2 20 00 	cmp  %o0, 0                                    
 2013d24:	02 80 00 43 	be  2013e30 <IMFS_memfile_write+0x25c>         <== NEVER TAKEN
 2013d28:	b0 24 40 14 	sub  %l1, %l4, %i0                             
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
 2013d2c:	80 a6 00 1c 	cmp  %i0, %i4                                  
 2013d30:	18 80 00 1a 	bgu  2013d98 <IMFS_memfile_write+0x1c4>        
 2013d34:	d0 02 00 00 	ld  [ %o0 ], %o0                               
    if ( !block_ptr )                                                 
      return copied;                                                  
#if 0                                                                 
fprintf(stdout, "write %d at %d in %d: %*s\n", to_copy, start_offset, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ start_offset ], src, to_copy );            
 2013d38:	92 10 00 1b 	mov  %i3, %o1                                  
 2013d3c:	90 02 00 14 	add  %o0, %l4, %o0                             
 2013d40:	94 10 00 18 	mov  %i0, %o2                                  
 2013d44:	40 00 09 62 	call  20162cc <memcpy>                         
 2013d48:	b6 06 c0 18 	add  %i3, %i0, %i3                             
    src += to_copy;                                                   
    block++;                                                          
 2013d4c:	a6 04 e0 01 	inc  %l3                                       
    my_length -= to_copy;                                             
    copied += to_copy;                                                
 2013d50:	e2 04 a0 04 	ld  [ %l2 + 4 ], %l1                           
fprintf(stdout, "write %d at %d in %d: %*s\n", to_copy, start_offset, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ start_offset ], src, to_copy );            
    src += to_copy;                                                   
    block++;                                                          
    my_length -= to_copy;                                             
 2013d54:	10 bf ff c5 	b  2013c68 <IMFS_memfile_write+0x94>           
 2013d58:	b8 27 00 18 	sub  %i4, %i0, %i4                             
   *  If the last byte we are supposed to write is past the end of this
   *  in memory file, then extend the length.                         
   */                                                                 
                                                                      
  last_byte = start + length;                                         
  if ( last_byte > the_jnode->info.file.size ) {                      
 2013d5c:	80 a0 40 0a 	cmp  %g1, %o2                                  
 2013d60:	1a bf ff b1 	bcc  2013c24 <IMFS_memfile_write+0x50>         <== NEVER TAKEN
 2013d64:	25 00 80 8b 	sethi  %hi(0x2022c00), %l2                     
    status = IMFS_memfile_extend( the_jnode, last_byte );             
 2013d68:	90 10 00 10 	mov  %l0, %o0                                  
 2013d6c:	7f ff fe eb 	call  2013918 <IMFS_memfile_extend>            
 2013d70:	92 10 20 00 	clr  %o1                                       
    if ( status )                                                     
 2013d74:	80 a2 20 00 	cmp  %o0, 0                                    
 2013d78:	02 bf ff ab 	be  2013c24 <IMFS_memfile_write+0x50>          <== ALWAYS TAKEN
 2013d7c:	25 00 80 8b 	sethi  %hi(0x2022c00), %l2                     
      rtems_set_errno_and_return_minus_one( ENOSPC );                 
 2013d80:	40 00 07 17 	call  20159dc <__errno>                        <== NOT EXECUTED
 2013d84:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2013d88:	82 10 20 1c 	mov  0x1c, %g1                                 <== NOT EXECUTED
 2013d8c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2013d90:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013d94:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   */                                                                 
                                                                      
  start_offset = start % IMFS_MEMFILE_BYTES_PER_BLOCK;                
  block = start / IMFS_MEMFILE_BYTES_PER_BLOCK;                       
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
 2013d98:	b0 10 00 1c 	mov  %i4, %i0                                  
    if ( !block_ptr )                                                 
      return copied;                                                  
#if 0                                                                 
fprintf(stdout, "write %d at %d in %d: %*s\n", to_copy, start_offset, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ start_offset ], src, to_copy );            
 2013d9c:	92 10 00 1b 	mov  %i3, %o1                                  
 2013da0:	90 02 00 14 	add  %o0, %l4, %o0                             
 2013da4:	94 10 00 18 	mov  %i0, %o2                                  
 2013da8:	40 00 09 49 	call  20162cc <memcpy>                         
 2013dac:	b6 06 c0 18 	add  %i3, %i0, %i3                             
    src += to_copy;                                                   
    block++;                                                          
 2013db0:	a6 04 e0 01 	inc  %l3                                       
    my_length -= to_copy;                                             
    copied += to_copy;                                                
 2013db4:	e2 04 a0 04 	ld  [ %l2 + 4 ], %l1                           
fprintf(stdout, "write %d at %d in %d: %*s\n", to_copy, start_offset, block, to_copy, src );
#endif                                                                
    memcpy( &(*block_ptr)[ start_offset ], src, to_copy );            
    src += to_copy;                                                   
    block++;                                                          
    my_length -= to_copy;                                             
 2013db8:	10 bf ff ac 	b  2013c68 <IMFS_memfile_write+0x94>           
 2013dbc:	b8 27 00 18 	sub  %i4, %i0, %i4                             
   *  If there is nothing to write, then quick exit.                  
   */                                                                 
                                                                      
  my_length = length;                                                 
  if ( !my_length )                                                   
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2013dc0:	40 00 07 07 	call  20159dc <__errno>                        <== NOT EXECUTED
 2013dc4:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2013dc8:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2013dcc:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2013dd0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013dd4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   */                                                                 
                                                                      
  to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK;                             
  while ( my_length >= IMFS_MEMFILE_BYTES_PER_BLOCK ) {               
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
 2013dd8:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 2013ddc:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013de0:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013de4:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013de8:	94 12 a2 f8 	or  %o2, 0x2f8, %o2                            <== NOT EXECUTED
 2013dec:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 2013df0:	7f ff f3 57 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013df4:	92 10 23 30 	mov  0x330, %o1                                <== NOT EXECUTED
                                                                      
  assert( the_jnode );                                                
  if ( !the_jnode )                                                   
    rtems_set_errno_and_return_minus_one( EIO );                      
                                                                      
  assert( the_jnode->type == IMFS_MEMORY_FILE );                      
 2013df8:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013dfc:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013e00:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013e04:	94 12 a2 f8 	or  %o2, 0x2f8, %o2                            <== NOT EXECUTED
 2013e08:	96 12 e2 30 	or  %o3, 0x230, %o3                            <== NOT EXECUTED
 2013e0c:	7f ff f3 50 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013e10:	92 10 22 e7 	mov  0x2e7, %o1                                <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( the_jnode );                                                
 2013e14:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013e18:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013e1c:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013e20:	94 12 a2 f8 	or  %o2, 0x2f8, %o2                            <== NOT EXECUTED
 2013e24:	96 12 e2 20 	or  %o3, 0x220, %o3                            <== NOT EXECUTED
 2013e28:	7f ff f3 49 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013e2c:	92 10 22 e3 	mov  0x2e3, %o1                                <== NOT EXECUTED
  if ( start_offset )  {                                              
    to_copy = IMFS_MEMFILE_BYTES_PER_BLOCK - start_offset;            
    if ( to_copy > my_length )                                        
      to_copy = my_length;                                            
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
 2013e30:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 2013e34:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013e38:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013e3c:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013e40:	94 12 a2 f8 	or  %o2, 0x2f8, %o2                            <== NOT EXECUTED
 2013e44:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 2013e48:	7f ff f3 41 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013e4c:	92 10 23 1c 	mov  0x31c, %o1                                <== NOT EXECUTED
  assert( my_length < IMFS_MEMFILE_BYTES_PER_BLOCK );                 
                                                                      
  to_copy = my_length;                                                
  if ( my_length ) {                                                  
    block_ptr = IMFS_memfile_get_block_pointer( the_jnode, block, 0 );
    assert( block_ptr );                                              
 2013e50:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 2013e54:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013e58:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013e5c:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013e60:	94 12 a2 f8 	or  %o2, 0x2f8, %o2                            <== NOT EXECUTED
 2013e64:	96 12 e2 68 	or  %o3, 0x268, %o3                            <== NOT EXECUTED
 2013e68:	7f ff f3 39 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013e6c:	92 10 23 46 	mov  0x346, %o1                                <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Error check arguments                                           
   */                                                                 
                                                                      
  assert( source );                                                   
 2013e70:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013e74:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 2013e78:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013e7c:	94 12 a2 f8 	or  %o2, 0x2f8, %o2                            <== NOT EXECUTED
 2013e80:	96 12 e2 78 	or  %o3, 0x278, %o3                            <== NOT EXECUTED
 2013e84:	7f ff f3 32 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 2013e88:	92 10 22 ef 	mov  0x2ef, %o1                                <== NOT EXECUTED
                                                                      

0200afd0 <IMFS_mknod>: const char *token, /* IN */ mode_t mode, /* IN */ dev_t dev, /* IN */ rtems_filesystem_location_info_t *pathloc /* IN/OUT */ ) {
 200afd0:	9d e3 bf 58 	save  %sp, -168, %sp                           
  IMFS_jnode_t      *new_node;                                        
  int                result;                                          
  char               new_name[ IMFS_NAME_MAX + 1 ];                   
  IMFS_types_union   info;                                            
                                                                      
  IMFS_get_token( token, strlen( token ), new_name, &result );        
 200afd4:	40 00 17 4e 	call  2010d0c <strlen>                         
 200afd8:	90 10 00 18 	mov  %i0, %o0                                  
 200afdc:	a0 07 bf b8 	add  %fp, -72, %l0                             
 200afe0:	92 10 00 08 	mov  %o0, %o1                                  
 200afe4:	96 07 bf fc 	add  %fp, -4, %o3                              
 200afe8:	90 10 00 18 	mov  %i0, %o0                                  
 200afec:	7f ff ff 7a 	call  200add4 <IMFS_get_token>                 
 200aff0:	94 10 00 10 	mov  %l0, %o2                                  
                                                                      
  /*                                                                  
   *  Figure out what type of IMFS node this is.                      
   */                                                                 
  if ( S_ISDIR(mode) )                                                
 200aff4:	03 00 00 3c 	sethi  %hi(0xf000), %g1                        
 200aff8:	05 00 00 10 	sethi  %hi(0x4000), %g2                        
 200affc:	82 0e 40 01 	and  %i1, %g1, %g1                             
 200b000:	80 a0 40 02 	cmp  %g1, %g2                                  
 200b004:	02 80 00 23 	be  200b090 <IMFS_mknod+0xc0>                  
 200b008:	05 00 00 20 	sethi  %hi(0x8000), %g2                        
    type = IMFS_DIRECTORY;                                            
  else if ( S_ISREG(mode) )                                           
 200b00c:	80 a0 40 02 	cmp  %g1, %g2                                  
 200b010:	02 80 00 08 	be  200b030 <IMFS_mknod+0x60>                  
 200b014:	92 10 20 05 	mov  5, %o1                                    
    type = IMFS_MEMORY_FILE;                                          
  else if ( S_ISBLK(mode) || S_ISCHR(mode) ) {                        
 200b018:	05 00 00 08 	sethi  %hi(0x2000), %g2                        
 200b01c:	80 a0 40 02 	cmp  %g1, %g2                                  
 200b020:	12 80 00 0f 	bne  200b05c <IMFS_mknod+0x8c>                 
 200b024:	05 00 00 18 	sethi  %hi(0x6000), %g2                        
    type = IMFS_DEVICE;                                               
    rtems_filesystem_split_dev_t( dev, info.device.major, info.device.minor );
 200b028:	f4 3f bf e0 	std  %i2, [ %fp + -32 ]                        
 200b02c:	92 10 20 02 	mov  2, %o1                                    
   *        was ONLY passed a NULL when we created the root node.  We 
   *        added a new IMFS_create_root_node() so this path no longer
   *        existed.  The result was simpler code which should not have
   *        this path.                                                
   */                                                                 
  new_node = IMFS_create_node(                                        
 200b030:	90 10 00 1c 	mov  %i4, %o0                                  
 200b034:	94 10 00 10 	mov  %l0, %o2                                  
 200b038:	96 10 00 19 	mov  %i1, %o3                                  
 200b03c:	98 07 bf e0 	add  %fp, -32, %o4                             
 200b040:	40 00 0c b0 	call  200e300 <IMFS_create_node>               
 200b044:	b0 10 20 00 	clr  %i0                                       
    new_name,                                                         
    mode,                                                             
    &info                                                             
  );                                                                  
                                                                      
  if ( !new_node )                                                    
 200b048:	80 a2 20 00 	cmp  %o0, 0                                    
 200b04c:	02 80 00 1b 	be  200b0b8 <IMFS_mknod+0xe8>                  <== NEVER TAKEN
 200b050:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOMEM );                   
                                                                      
  return 0;                                                           
}                                                                     
 200b054:	81 c7 e0 08 	ret                                            
 200b058:	81 e8 00 00 	restore                                        
   */                                                                 
  if ( S_ISDIR(mode) )                                                
    type = IMFS_DIRECTORY;                                            
  else if ( S_ISREG(mode) )                                           
    type = IMFS_MEMORY_FILE;                                          
  else if ( S_ISBLK(mode) || S_ISCHR(mode) ) {                        
 200b05c:	80 a0 40 02 	cmp  %g1, %g2                                  
 200b060:	22 bf ff f3 	be,a   200b02c <IMFS_mknod+0x5c>               
 200b064:	f4 3f bf e0 	std  %i2, [ %fp + -32 ]                        
    type = IMFS_DEVICE;                                               
    rtems_filesystem_split_dev_t( dev, info.device.major, info.device.minor );
  }                                                                   
  else if (S_ISFIFO(mode))                                            
 200b068:	05 00 00 04 	sethi  %hi(0x1000), %g2                        
 200b06c:	80 a0 40 02 	cmp  %g1, %g2                                  
 200b070:	02 bf ff f0 	be  200b030 <IMFS_mknod+0x60>                  <== ALWAYS TAKEN
 200b074:	92 10 20 07 	mov  7, %o1                                    
    type = IMFS_FIFO;                                                 
  else  {                                                             
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 200b078:	40 00 13 6d 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b07c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200b080:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 200b084:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200b088:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b08c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
 200b090:	92 10 20 01 	mov  1, %o1                                    
   *        was ONLY passed a NULL when we created the root node.  We 
   *        added a new IMFS_create_root_node() so this path no longer
   *        existed.  The result was simpler code which should not have
   *        this path.                                                
   */                                                                 
  new_node = IMFS_create_node(                                        
 200b094:	90 10 00 1c 	mov  %i4, %o0                                  
 200b098:	94 10 00 10 	mov  %l0, %o2                                  
 200b09c:	96 10 00 19 	mov  %i1, %o3                                  
 200b0a0:	98 07 bf e0 	add  %fp, -32, %o4                             
 200b0a4:	40 00 0c 97 	call  200e300 <IMFS_create_node>               
 200b0a8:	b0 10 20 00 	clr  %i0                                       
    new_name,                                                         
    mode,                                                             
    &info                                                             
  );                                                                  
                                                                      
  if ( !new_node )                                                    
 200b0ac:	80 a2 20 00 	cmp  %o0, 0                                    
 200b0b0:	12 80 00 06 	bne  200b0c8 <IMFS_mknod+0xf8>                 <== ALWAYS TAKEN
 200b0b4:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOMEM );                   
 200b0b8:	40 00 13 5d 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b0bc:	b0 10 3f ff 	mov  -1, %i0	! ffffffff <RAM_END+0xfdbfffff>   <== NOT EXECUTED
 200b0c0:	82 10 20 0c 	mov  0xc, %g1                                  <== NOT EXECUTED
 200b0c4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
                                                                      
  return 0;                                                           
}                                                                     
 200b0c8:	81 c7 e0 08 	ret                                            
 200b0cc:	81 e8 00 00 	restore                                        
                                                                      

02003680 <IMFS_mount>: #include <rtems/seterr.h> int IMFS_mount( rtems_filesystem_mount_table_entry_t *mt_entry ) {
 2003680:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t  *node;                                                
                                                                      
  node = mt_entry->mt_point_node.node_access;                         
 2003684:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
                                                                      
  /*                                                                  
   *  Is the node that we are mounting onto a directory node ?        
   */                                                                 
                                                                      
  if ( node->type != IMFS_DIRECTORY )                                 
 2003688:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 200368c:	80 a0 a0 01 	cmp  %g2, 1                                    
 2003690:	12 80 00 05 	bne  20036a4 <IMFS_mount+0x24>                 <== NEVER TAKEN
 2003694:	01 00 00 00 	nop                                            
  /*                                                                  
   *  Set mt_fs pointer to point to the mount table entry for         
   *  the mounted file system.                                        
   */                                                                 
                                                                      
  node->info.directory.mt_fs = mt_entry;                              
 2003698:	f0 20 60 5c 	st  %i0, [ %g1 + 0x5c ]                        
  return 0;                                                           
}                                                                     
 200369c:	81 c7 e0 08 	ret                                            
 20036a0:	91 e8 20 00 	restore  %g0, 0, %o0                           
  /*                                                                  
   *  Is the node that we are mounting onto a directory node ?        
   */                                                                 
                                                                      
  if ( node->type != IMFS_DIRECTORY )                                 
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
 20036a4:	40 00 48 ce 	call  20159dc <__errno>                        <== NOT EXECUTED
 20036a8:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20036ac:	82 10 20 14 	mov  0x14, %g1                                 <== NOT EXECUTED
 20036b0:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 20036b4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20036b8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02004b04 <IMFS_print_jnode>: */ void IMFS_print_jnode( IMFS_jnode_t *the_jnode ) {
 2004b04:	9d e3 bf a0 	save  %sp, -96, %sp                            
  assert( the_jnode );                                                
 2004b08:	80 a6 20 00 	cmp  %i0, 0                                    
 2004b0c:	02 80 00 5b 	be  2004c78 <IMFS_print_jnode+0x174>           <== NEVER TAKEN
 2004b10:	21 00 80 a0 	sethi  %hi(0x2028000), %l0                     
                                                                      
  fprintf(stdout, "%s", the_jnode->name );                            
 2004b14:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1	! 2028228 <_impure_ptr>
 2004b18:	90 06 20 0c 	add  %i0, 0xc, %o0                             
 2004b1c:	40 00 45 f2 	call  20162e4 <fputs>                          
 2004b20:	d2 00 60 08 	ld  [ %g1 + 8 ], %o1                           
  switch( the_jnode->type ) {                                         
 2004b24:	d4 06 20 4c 	ld  [ %i0 + 0x4c ], %o2                        
 2004b28:	80 a2 a0 07 	cmp  %o2, 7                                    
 2004b2c:	08 80 00 0f 	bleu  2004b68 <IMFS_print_jnode+0x64>          <== ALWAYS TAKEN
 2004b30:	83 2a a0 02 	sll  %o2, 2, %g1                               
      fprintf(stdout, " FIFO not printed\n" );                        
      assert(0);                                                      
      break;                                                          
                                                                      
    default:                                                          
      fprintf(stdout, " bad type %d\n", the_jnode->type );            
 2004b34:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       <== NOT EXECUTED
 2004b38:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2004b3c:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           <== NOT EXECUTED
 2004b40:	40 00 45 8b 	call  201616c <fprintf>                        <== NOT EXECUTED
 2004b44:	92 12 63 28 	or  %o1, 0x328, %o1                            <== NOT EXECUTED
      assert(0);                                                      
 2004b48:	92 10 20 6c 	mov  0x6c, %o1                                 <== NOT EXECUTED
      assert(0);                                                      
      break;                                                          
                                                                      
    case IMFS_SYM_LINK:                                               
      fprintf(stdout, " links not printed\n" );                       
      assert(0);                                                      
 2004b4c:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     <== NOT EXECUTED
 2004b50:	15 00 80 99 	sethi  %hi(0x2026400), %o2                     <== NOT EXECUTED
 2004b54:	17 00 80 98 	sethi  %hi(0x2026000), %o3                     <== NOT EXECUTED
 2004b58:	90 12 22 58 	or  %o0, 0x258, %o0                            <== NOT EXECUTED
 2004b5c:	94 12 a0 68 	or  %o2, 0x68, %o2                             <== NOT EXECUTED
 2004b60:	40 00 02 b9 	call  2005644 <__assert_func>                  <== NOT EXECUTED
 2004b64:	96 12 e3 08 	or  %o3, 0x308, %o3                            <== NOT EXECUTED
)                                                                     
{                                                                     
  assert( the_jnode );                                                
                                                                      
  fprintf(stdout, "%s", the_jnode->name );                            
  switch( the_jnode->type ) {                                         
 2004b68:	05 00 80 12 	sethi  %hi(0x2004800), %g2                     
 2004b6c:	84 10 a2 a8 	or  %g2, 0x2a8, %g2	! 2004aa8 <sparc_enable_interrupts+0x10>
 2004b70:	c2 00 80 01 	ld  [ %g2 + %g1 ], %g1                         
 2004b74:	81 c0 40 00 	jmp  %g1                                       
 2004b78:	01 00 00 00 	nop                                            
      fprintf(stdout, " links not printed\n" );                       
      assert(0);                                                      
      break;                                                          
                                                                      
    case IMFS_FIFO:                                                   
      fprintf(stdout, " FIFO not printed\n" );                        
 2004b7c:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       <== NOT EXECUTED
 2004b80:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 2004b84:	d6 00 60 08 	ld  [ %g1 + 8 ], %o3                           <== NOT EXECUTED
 2004b88:	94 10 20 12 	mov  0x12, %o2                                 <== NOT EXECUTED
 2004b8c:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     <== NOT EXECUTED
 2004b90:	40 00 48 f4 	call  2016f60 <fwrite>                         <== NOT EXECUTED
 2004b94:	90 12 23 10 	or  %o0, 0x310, %o0	! 2026310 <rtems_filesystem_mount_table_size+0x15d0><== NOT EXECUTED
      assert(0);                                                      
 2004b98:	10 bf ff ed 	b  2004b4c <IMFS_print_jnode+0x48>             <== NOT EXECUTED
 2004b9c:	92 10 20 67 	mov  0x67, %o1                                 <== NOT EXECUTED
      fprintf(stdout, " (device %" PRId32 ", %" PRId32 ")",           
        the_jnode->info.device.major, the_jnode->info.device.minor ); 
      break;                                                          
                                                                      
    case IMFS_LINEAR_FILE:                                            
      fprintf(stdout, " (file %" PRId32 " %p)",                       
 2004ba0:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       <== NOT EXECUTED
 2004ba4:	d6 06 20 58 	ld  [ %i0 + 0x58 ], %o3                        <== NOT EXECUTED
 2004ba8:	d4 06 20 54 	ld  [ %i0 + 0x54 ], %o2                        <== NOT EXECUTED
 2004bac:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           <== NOT EXECUTED
 2004bb0:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2004bb4:	40 00 45 6e 	call  201616c <fprintf>                        <== NOT EXECUTED
 2004bb8:	92 12 62 d0 	or  %o1, 0x2d0, %o1	! 20262d0 <rtems_filesystem_mount_table_size+0x1590><== NOT EXECUTED
    default:                                                          
      fprintf(stdout, " bad type %d\n", the_jnode->type );            
      assert(0);                                                      
      break;                                                          
  }                                                                   
  puts("");                                                           
 2004bbc:	31 00 80 98 	sethi  %hi(0x2026000), %i0                     <== NOT EXECUTED
 2004bc0:	40 00 4c f2 	call  2017f88 <puts>                           <== NOT EXECUTED
 2004bc4:	91 ee 23 38 	restore  %i0, 0x338, %o0                       <== NOT EXECUTED
        the_jnode->info.file.indirect,                                
        the_jnode->info.file.doubly_indirect,                         
        the_jnode->info.file.triply_indirect                          
      );                                                              
#else                                                                 
      fprintf(stdout, " (file %" PRId32 ")",                          
 2004bc8:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       
 2004bcc:	d4 06 20 54 	ld  [ %i0 + 0x54 ], %o2                        
 2004bd0:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
 2004bd4:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     
 2004bd8:	40 00 45 65 	call  201616c <fprintf>                        
 2004bdc:	92 12 62 e0 	or  %o1, 0x2e0, %o1	! 20262e0 <rtems_filesystem_mount_table_size+0x15a0>
    default:                                                          
      fprintf(stdout, " bad type %d\n", the_jnode->type );            
      assert(0);                                                      
      break;                                                          
  }                                                                   
  puts("");                                                           
 2004be0:	31 00 80 98 	sethi  %hi(0x2026000), %i0                     
 2004be4:	40 00 4c e9 	call  2017f88 <puts>                           
 2004be8:	91 ee 23 38 	restore  %i0, 0x338, %o0                       
      fprintf(stdout, " links not printed\n" );                       
      assert(0);                                                      
      break;                                                          
                                                                      
    case IMFS_SYM_LINK:                                               
      fprintf(stdout, " links not printed\n" );                       
 2004bec:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       <== NOT EXECUTED
 2004bf0:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 2004bf4:	d6 00 60 08 	ld  [ %g1 + 8 ], %o3                           <== NOT EXECUTED
 2004bf8:	94 10 20 13 	mov  0x13, %o2                                 <== NOT EXECUTED
 2004bfc:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     <== NOT EXECUTED
 2004c00:	40 00 48 d8 	call  2016f60 <fwrite>                         <== NOT EXECUTED
 2004c04:	90 12 22 f0 	or  %o0, 0x2f0, %o0	! 20262f0 <rtems_filesystem_mount_table_size+0x15b0><== NOT EXECUTED
      assert(0);                                                      
 2004c08:	10 bf ff d1 	b  2004b4c <IMFS_print_jnode+0x48>             <== NOT EXECUTED
 2004c0c:	92 10 20 62 	mov  0x62, %o1                                 <== NOT EXECUTED
        (uint32_t)the_jnode->info.file.size );                        
#endif                                                                
      break;                                                          
                                                                      
    case IMFS_HARD_LINK:                                              
      fprintf(stdout, " links not printed\n" );                       
 2004c10:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       <== NOT EXECUTED
 2004c14:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 2004c18:	d6 00 60 08 	ld  [ %g1 + 8 ], %o3                           <== NOT EXECUTED
 2004c1c:	94 10 20 13 	mov  0x13, %o2                                 <== NOT EXECUTED
 2004c20:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     <== NOT EXECUTED
 2004c24:	40 00 48 cf 	call  2016f60 <fwrite>                         <== NOT EXECUTED
 2004c28:	90 12 22 f0 	or  %o0, 0x2f0, %o0	! 20262f0 <rtems_filesystem_mount_table_size+0x15b0><== NOT EXECUTED
      assert(0);                                                      
 2004c2c:	10 bf ff c8 	b  2004b4c <IMFS_print_jnode+0x48>             <== NOT EXECUTED
 2004c30:	92 10 20 5d 	mov  0x5d, %o1                                 <== NOT EXECUTED
    case IMFS_DIRECTORY:                                              
      fprintf(stdout, "/" );                                          
      break;                                                          
                                                                      
    case IMFS_DEVICE:                                                 
      fprintf(stdout, " (device %" PRId32 ", %" PRId32 ")",           
 2004c34:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       
 2004c38:	d6 06 20 54 	ld  [ %i0 + 0x54 ], %o3                        
 2004c3c:	d4 06 20 50 	ld  [ %i0 + 0x50 ], %o2                        
 2004c40:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
 2004c44:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     
 2004c48:	40 00 45 49 	call  201616c <fprintf>                        
 2004c4c:	92 12 62 b8 	or  %o1, 0x2b8, %o1	! 20262b8 <rtems_filesystem_mount_table_size+0x1578>
    default:                                                          
      fprintf(stdout, " bad type %d\n", the_jnode->type );            
      assert(0);                                                      
      break;                                                          
  }                                                                   
  puts("");                                                           
 2004c50:	31 00 80 98 	sethi  %hi(0x2026000), %i0                     
 2004c54:	40 00 4c cd 	call  2017f88 <puts>                           
 2004c58:	91 ee 23 38 	restore  %i0, 0x338, %o0                       
  assert( the_jnode );                                                
                                                                      
  fprintf(stdout, "%s", the_jnode->name );                            
  switch( the_jnode->type ) {                                         
    case IMFS_DIRECTORY:                                              
      fprintf(stdout, "/" );                                          
 2004c5c:	c2 04 22 28 	ld  [ %l0 + 0x228 ], %g1                       
 2004c60:	90 10 20 2f 	mov  0x2f, %o0                                 
 2004c64:	d2 00 60 08 	ld  [ %g1 + 8 ], %o1                           
 2004c68:	40 00 45 5b 	call  20161d4 <fputc>                          
 2004c6c:	31 00 80 98 	sethi  %hi(0x2026000), %i0                     
    default:                                                          
      fprintf(stdout, " bad type %d\n", the_jnode->type );            
      assert(0);                                                      
      break;                                                          
  }                                                                   
  puts("");                                                           
 2004c70:	40 00 4c c6 	call  2017f88 <puts>                           
 2004c74:	91 ee 23 38 	restore  %i0, 0x338, %o0                       
                                                                      
void IMFS_print_jnode(                                                
  IMFS_jnode_t *the_jnode                                             
)                                                                     
{                                                                     
  assert( the_jnode );                                                
 2004c78:	11 00 80 98 	sethi  %hi(0x2026000), %o0                     <== NOT EXECUTED
 2004c7c:	15 00 80 99 	sethi  %hi(0x2026400), %o2                     <== NOT EXECUTED
 2004c80:	17 00 80 98 	sethi  %hi(0x2026000), %o3                     <== NOT EXECUTED
 2004c84:	90 12 22 58 	or  %o0, 0x258, %o0                            <== NOT EXECUTED
 2004c88:	94 12 a0 68 	or  %o2, 0x68, %o2                             <== NOT EXECUTED
 2004c8c:	96 12 e2 a8 	or  %o3, 0x2a8, %o3                            <== NOT EXECUTED
 2004c90:	40 00 02 6d 	call  2005644 <__assert_func>                  <== NOT EXECUTED
 2004c94:	92 10 20 38 	mov  0x38, %o1                                 <== NOT EXECUTED
                                                                      

020036c8 <IMFS_readlink>: int IMFS_readlink( rtems_filesystem_location_info_t *loc, char *buf, /* OUT */ size_t bufsize ) {
 20036c8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t      *node;                                            
  int                i;                                               
                                                                      
  node = loc->node_access;                                            
 20036cc:	c2 06 00 00 	ld  [ %i0 ], %g1                               
                                                                      
  if ( node->type != IMFS_SYM_LINK )                                  
 20036d0:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 20036d4:	80 a0 a0 04 	cmp  %g2, 4                                    
 20036d8:	12 80 00 19 	bne  200373c <IMFS_readlink+0x74>              <== NEVER TAKEN
 20036dc:	80 a6 a0 00 	cmp  %i2, 0                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  for( i=0; ((i<bufsize) && (node->info.sym_link.name[i] != '\0')); i++ )
 20036e0:	02 80 00 15 	be  2003734 <IMFS_readlink+0x6c>               <== NEVER TAKEN
 20036e4:	86 10 20 00 	clr  %g3                                       
 20036e8:	c4 00 60 50 	ld  [ %g1 + 0x50 ], %g2                        
 20036ec:	c8 48 80 00 	ldsb  [ %g2 ], %g4                             
  int                i;                                               
                                                                      
  node = loc->node_access;                                            
                                                                      
  if ( node->type != IMFS_SYM_LINK )                                  
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 20036f0:	b0 10 20 00 	clr  %i0                                       
                                                                      
  for( i=0; ((i<bufsize) && (node->info.sym_link.name[i] != '\0')); i++ )
 20036f4:	80 a1 20 00 	cmp  %g4, 0                                    
 20036f8:	12 80 00 08 	bne  2003718 <IMFS_readlink+0x50>              <== ALWAYS TAKEN
 20036fc:	c4 08 80 00 	ldub  [ %g2 ], %g2                             
 2003700:	30 80 00 13 	b,a   200374c <IMFS_readlink+0x84>             <== NOT EXECUTED
 2003704:	c4 00 60 50 	ld  [ %g1 + 0x50 ], %g2                        
 2003708:	c8 48 80 18 	ldsb  [ %g2 + %i0 ], %g4                       
 200370c:	80 a1 20 00 	cmp  %g4, 0                                    
 2003710:	02 80 00 07 	be  200372c <IMFS_readlink+0x64>               
 2003714:	c4 08 80 18 	ldub  [ %g2 + %i0 ], %g2                       
    buf[i] = node->info.sym_link.name[i];                             
 2003718:	c4 2e 40 03 	stb  %g2, [ %i1 + %g3 ]                        
  node = loc->node_access;                                            
                                                                      
  if ( node->type != IMFS_SYM_LINK )                                  
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  for( i=0; ((i<bufsize) && (node->info.sym_link.name[i] != '\0')); i++ )
 200371c:	b0 06 20 01 	inc  %i0                                       
 2003720:	80 a6 80 18 	cmp  %i2, %i0                                  
 2003724:	18 bf ff f8 	bgu  2003704 <IMFS_readlink+0x3c>              
 2003728:	86 10 00 18 	mov  %i0, %g3                                  
    buf[i] = node->info.sym_link.name[i];                             
                                                                      
  return i;                                                           
}                                                                     
 200372c:	81 c7 e0 08 	ret                                            
 2003730:	81 e8 00 00 	restore                                        
 2003734:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003738:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
  int                i;                                               
                                                                      
  node = loc->node_access;                                            
                                                                      
  if ( node->type != IMFS_SYM_LINK )                                  
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 200373c:	40 00 48 a8 	call  20159dc <__errno>                        <== NOT EXECUTED
 2003740:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003744:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003748:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200374c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003750:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003754 <IMFS_rename>: rtems_filesystem_location_info_t *old_parent_loc, /* IN */ rtems_filesystem_location_info_t *old_loc, /* IN */ rtems_filesystem_location_info_t *new_parent_loc, /* IN */ const char *new_name /* IN */ ) {
 2003754:	9d e3 bf 98 	save  %sp, -104, %sp                           
  IMFS_jnode_t *the_jnode;                                            
  IMFS_jnode_t *new_parent;                                           
                                                                      
  the_jnode = old_loc->node_access;                                   
 2003758:	e0 06 40 00 	ld  [ %i1 ], %l0                               
                                                                      
  strncpy( the_jnode->name, new_name, IMFS_NAME_MAX );                
 200375c:	92 10 00 1b 	mov  %i3, %o1                                  
 2003760:	90 04 20 0c 	add  %l0, 0xc, %o0                             
 2003764:	40 00 4c 72 	call  201692c <strncpy>                        
 2003768:	94 10 20 20 	mov  0x20, %o2                                 
                                                                      
  if ( the_jnode->Parent != NULL )                                    
 200376c:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2003770:	80 a0 60 00 	cmp  %g1, 0                                    
 2003774:	22 80 00 05 	be,a   2003788 <IMFS_rename+0x34>              <== NEVER TAKEN
 2003778:	c2 06 80 00 	ld  [ %i2 ], %g1                               <== NOT EXECUTED
 */                                                                   
RTEMS_INLINE_ROUTINE void rtems_chain_extract(                        
  rtems_chain_node *the_node                                          
)                                                                     
{                                                                     
  _Chain_Extract( the_node );                                         
 200377c:	40 00 14 a8 	call  2008a1c <_Chain_Extract>                 
 2003780:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_chain_extract( (rtems_chain_node *) the_jnode );            
                                                                      
  new_parent = new_parent_loc->node_access;                           
 2003784:	c2 06 80 00 	ld  [ %i2 ], %g1                               
RTEMS_INLINE_ROUTINE void rtems_chain_append(                         
  rtems_chain_control *the_chain,                                     
  rtems_chain_node    *the_node                                       
)                                                                     
{                                                                     
  _Chain_Append( the_chain, the_node );                               
 2003788:	92 10 00 10 	mov  %l0, %o1                                  
 200378c:	90 00 60 50 	add  %g1, 0x50, %o0                            
 2003790:	40 00 14 97 	call  20089ec <_Chain_Append>                  
 2003794:	c2 24 20 08 	st  %g1, [ %l0 + 8 ]                           
  rtems_chain_append( &new_parent->info.directory.Entries, &the_jnode->Node );
                                                                      
  /*                                                                  
   * Update the time.                                                 
   */                                                                 
  IMFS_update_ctime( the_jnode );                                     
 2003798:	90 07 bf f8 	add  %fp, -8, %o0                              
 200379c:	40 00 02 29 	call  2004040 <gettimeofday>                   
 20037a0:	92 10 20 00 	clr  %o1                                       
 20037a4:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 20037a8:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 20037ac:	81 c7 e0 08 	ret                                            
 20037b0:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

0200b0dc <IMFS_rmnod>: int IMFS_rmnod( rtems_filesystem_location_info_t *parent_pathloc, /* IN */ rtems_filesystem_location_info_t *pathloc /* IN */ ) {
 200b0dc:	9d e3 bf 98 	save  %sp, -104, %sp                           
  IMFS_jnode_t *the_jnode;                                            
                                                                      
  the_jnode = (IMFS_jnode_t *) pathloc->node_access;                  
 200b0e0:	e0 06 40 00 	ld  [ %i1 ], %l0                               
                                                                      
  /*                                                                  
   * Take the node out of the parent's chain that contains this node  
   */                                                                 
                                                                      
  if ( the_jnode->Parent != NULL ) {                                  
 200b0e4:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 200b0e8:	80 a0 60 00 	cmp  %g1, 0                                    
 200b0ec:	22 80 00 06 	be,a   200b104 <IMFS_rmnod+0x28>               <== NEVER TAKEN
 200b0f0:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      <== NOT EXECUTED
 */                                                                   
RTEMS_INLINE_ROUTINE void rtems_chain_extract(                        
  rtems_chain_node *the_node                                          
)                                                                     
{                                                                     
  _Chain_Extract( the_node );                                         
 200b0f4:	40 00 06 1a 	call  200c95c <_Chain_Extract>                 
 200b0f8:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_chain_extract( (rtems_chain_node *) the_jnode );            
    the_jnode->Parent = NULL;                                         
 200b0fc:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
                                                                      
  /*                                                                  
   * Decrement the link counter and see if we can free the space.     
   */                                                                 
                                                                      
  the_jnode->st_nlink--;                                              
 200b100:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      
  IMFS_update_ctime( the_jnode );                                     
 200b104:	92 10 20 00 	clr  %o1                                       
                                                                      
  /*                                                                  
   * Decrement the link counter and see if we can free the space.     
   */                                                                 
                                                                      
  the_jnode->st_nlink--;                                              
 200b108:	82 00 7f ff 	add  %g1, -1, %g1                              
  IMFS_update_ctime( the_jnode );                                     
 200b10c:	90 07 bf f8 	add  %fp, -8, %o0                              
 200b110:	40 00 01 2c 	call  200b5c0 <gettimeofday>                   
 200b114:	c2 34 20 34 	sth  %g1, [ %l0 + 0x34 ]                       
 200b118:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
                                                                      
  /*                                                                  
   * The file cannot be open and the link must be less than 1 to free.
   */                                                                 
                                                                      
  if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
 200b11c:	90 10 00 10 	mov  %l0, %o0                                  
 200b120:	40 00 01 61 	call  200b6a4 <rtems_libio_is_file_open>       
 200b124:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
 200b128:	80 a2 20 00 	cmp  %o0, 0                                    
 200b12c:	12 80 00 12 	bne  200b174 <IMFS_rmnod+0x98>                 <== NEVER TAKEN
 200b130:	01 00 00 00 	nop                                            
 200b134:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      
 200b138:	80 a0 60 00 	cmp  %g1, 0                                    
 200b13c:	12 80 00 0e 	bne  200b174 <IMFS_rmnod+0x98>                 <== NEVER TAKEN
 200b140:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
                                                                      
    /*                                                                
     * Is rtems_filesystem_current this node?                         
     */                                                               
                                                                      
    if ( rtems_filesystem_current.node_access == pathloc->node_access )
 200b144:	c2 00 63 30 	ld  [ %g1 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 200b148:	c4 06 40 00 	ld  [ %i1 ], %g2                               
 200b14c:	c6 00 60 04 	ld  [ %g1 + 4 ], %g3                           
 200b150:	80 a0 c0 02 	cmp  %g3, %g2                                  
 200b154:	22 80 00 02 	be,a   200b15c <IMFS_rmnod+0x80>               <== NEVER TAKEN
 200b158:	c0 20 60 04 	clr  [ %g1 + 4 ]                               <== NOT EXECUTED
                                                                      
    /*                                                                
     * Free memory associated with a memory file.                     
     */                                                               
                                                                      
    if ( the_jnode->type == IMFS_SYM_LINK ) {                         
 200b15c:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
 200b160:	80 a0 60 04 	cmp  %g1, 4                                    
 200b164:	22 80 00 06 	be,a   200b17c <IMFS_rmnod+0xa0>               
 200b168:	d0 04 20 50 	ld  [ %l0 + 0x50 ], %o0                        
      if ( the_jnode->info.sym_link.name )                            
        free( (void*) the_jnode->info.sym_link.name );                
    }                                                                 
    free( the_jnode );                                                
 200b16c:	40 00 00 9b 	call  200b3d8 <free>                           
 200b170:	90 10 00 10 	mov  %l0, %o0                                  
  }                                                                   
                                                                      
  return 0;                                                           
                                                                      
}                                                                     
 200b174:	81 c7 e0 08 	ret                                            
 200b178:	91 e8 20 00 	restore  %g0, 0, %o0                           
    /*                                                                
     * Free memory associated with a memory file.                     
     */                                                               
                                                                      
    if ( the_jnode->type == IMFS_SYM_LINK ) {                         
      if ( the_jnode->info.sym_link.name )                            
 200b17c:	80 a2 20 00 	cmp  %o0, 0                                    
 200b180:	02 bf ff fb 	be  200b16c <IMFS_rmnod+0x90>                  <== NEVER TAKEN
 200b184:	01 00 00 00 	nop                                            
        free( (void*) the_jnode->info.sym_link.name );                
 200b188:	40 00 00 94 	call  200b3d8 <free>                           
 200b18c:	01 00 00 00 	nop                                            
 200b190:	30 bf ff f7 	b,a   200b16c <IMFS_rmnod+0x90>                
                                                                      

0200b1b4 <IMFS_stat>: int IMFS_stat( rtems_filesystem_location_info_t *loc, struct stat *buf ) {
 200b1b4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_fs_info_t *fs_info;                                            
  IMFS_jnode_t   *the_jnode;                                          
  IMFS_device_t  *io;                                                 
                                                                      
  the_jnode = loc->node_access;                                       
 200b1b8:	c2 06 00 00 	ld  [ %i0 ], %g1                               
                                                                      
                                                                      
  switch ( the_jnode->type ) {                                        
 200b1bc:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 200b1c0:	80 a0 a0 07 	cmp  %g2, 7                                    
 200b1c4:	08 80 00 08 	bleu  200b1e4 <IMFS_stat+0x30>                 <== ALWAYS TAKEN
 200b1c8:	85 28 a0 02 	sll  %g2, 2, %g2                               
    case IMFS_FIFO:                                                   
      buf->st_size = 0;                                               
      break;                                                          
                                                                      
    default:                                                          
      rtems_set_errno_and_return_minus_one( ENOTSUP );                
 200b1cc:	40 00 13 18 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b1d0:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200b1d4:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200b1d8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200b1dc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b1e0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  IMFS_device_t  *io;                                                 
                                                                      
  the_jnode = loc->node_access;                                       
                                                                      
                                                                      
  switch ( the_jnode->type ) {                                        
 200b1e4:	07 00 80 2c 	sethi  %hi(0x200b000), %g3                     
 200b1e8:	86 10 e1 94 	or  %g3, 0x194, %g3	! 200b194 <IMFS_rmnod+0xb8>
 200b1ec:	c4 00 c0 02 	ld  [ %g3 + %g2 ], %g2                         
 200b1f0:	81 c0 80 00 	jmp  %g2                                       
 200b1f4:	01 00 00 00 	nop                                            
    case IMFS_SYM_LINK:                                               
      buf->st_size = 0;                                               
      break;                                                          
                                                                      
    case IMFS_FIFO:                                                   
      buf->st_size = 0;                                               
 200b1f8:	c0 26 60 20 	clr  [ %i1 + 0x20 ]                            <== NOT EXECUTED
 200b1fc:	c0 26 60 24 	clr  [ %i1 + 0x24 ]                            <== NOT EXECUTED
   */                                                                 
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
 200b200:	c6 00 60 30 	ld  [ %g1 + 0x30 ], %g3                        
  buf->st_nlink = the_jnode->st_nlink;                                
 200b204:	c8 10 60 34 	lduh  [ %g1 + 0x34 ], %g4                      
   */                                                                 
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
 200b208:	c6 26 60 0c 	st  %g3, [ %i1 + 0xc ]                         
  buf->st_nlink = the_jnode->st_nlink;                                
  buf->st_ino   = the_jnode->st_ino;                                  
 200b20c:	c6 00 60 38 	ld  [ %g1 + 0x38 ], %g3                        
   * The device number of the IMFS is the major number and the minor is the
   * instance.                                                        
   */                                                                 
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
 200b210:	c4 06 20 10 	ld  [ %i0 + 0x10 ], %g2                        
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
  buf->st_nlink = the_jnode->st_nlink;                                
  buf->st_ino   = the_jnode->st_ino;                                  
 200b214:	c6 26 60 08 	st  %g3, [ %i1 + 8 ]                           
  buf->st_uid   = the_jnode->st_uid;                                  
  buf->st_gid   = the_jnode->st_gid;                                  
                                                                      
  buf->st_atime = the_jnode->stat_atime;                              
 200b218:	c6 00 60 40 	ld  [ %g1 + 0x40 ], %g3                        
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
  buf->st_nlink = the_jnode->st_nlink;                                
 200b21c:	c8 36 60 10 	sth  %g4, [ %i1 + 0x10 ]                       
  buf->st_ino   = the_jnode->st_ino;                                  
  buf->st_uid   = the_jnode->st_uid;                                  
  buf->st_gid   = the_jnode->st_gid;                                  
                                                                      
  buf->st_atime = the_jnode->stat_atime;                              
 200b220:	c6 26 60 28 	st  %g3, [ %i1 + 0x28 ]                        
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
  buf->st_nlink = the_jnode->st_nlink;                                
  buf->st_ino   = the_jnode->st_ino;                                  
  buf->st_uid   = the_jnode->st_uid;                                  
 200b224:	c8 10 60 3c 	lduh  [ %g1 + 0x3c ], %g4                      
  buf->st_gid   = the_jnode->st_gid;                                  
                                                                      
  buf->st_atime = the_jnode->stat_atime;                              
  buf->st_mtime = the_jnode->stat_mtime;                              
 200b228:	c6 00 60 44 	ld  [ %g1 + 0x44 ], %g3                        
   * The device number of the IMFS is the major number and the minor is the
   * instance.                                                        
   */                                                                 
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
 200b22c:	c4 00 a0 34 	ld  [ %g2 + 0x34 ], %g2                        
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
  buf->st_nlink = the_jnode->st_nlink;                                
  buf->st_ino   = the_jnode->st_ino;                                  
  buf->st_uid   = the_jnode->st_uid;                                  
 200b230:	c8 36 60 12 	sth  %g4, [ %i1 + 0x12 ]                       
  buf->st_gid   = the_jnode->st_gid;                                  
                                                                      
  buf->st_atime = the_jnode->stat_atime;                              
  buf->st_mtime = the_jnode->stat_mtime;                              
 200b234:	c6 26 60 30 	st  %g3, [ %i1 + 0x30 ]                        
   * The device number of the IMFS is the major number and the minor is the
   * instance.                                                        
   */                                                                 
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
    rtems_filesystem_make_dev_t( IMFS_DEVICE_MAJOR_NUMBER, fs_info->instance );
 200b238:	c4 00 80 00 	ld  [ %g2 ], %g2                               
  buf->st_uid   = the_jnode->st_uid;                                  
  buf->st_gid   = the_jnode->st_gid;                                  
                                                                      
  buf->st_atime = the_jnode->stat_atime;                              
  buf->st_mtime = the_jnode->stat_mtime;                              
  buf->st_ctime = the_jnode->stat_ctime;                              
 200b23c:	c6 00 60 48 	ld  [ %g1 + 0x48 ], %g3                        
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
  buf->st_nlink = the_jnode->st_nlink;                                
  buf->st_ino   = the_jnode->st_ino;                                  
  buf->st_uid   = the_jnode->st_uid;                                  
  buf->st_gid   = the_jnode->st_gid;                                  
 200b240:	c2 10 60 3e 	lduh  [ %g1 + 0x3e ], %g1                      
                                                                      
  buf->st_atime = the_jnode->stat_atime;                              
  buf->st_mtime = the_jnode->stat_mtime;                              
  buf->st_ctime = the_jnode->stat_ctime;                              
 200b244:	c6 26 60 38 	st  %g3, [ %i1 + 0x38 ]                        
                                                                      
  buf->st_mode  = the_jnode->st_mode;                                 
  buf->st_nlink = the_jnode->st_nlink;                                
  buf->st_ino   = the_jnode->st_ino;                                  
  buf->st_uid   = the_jnode->st_uid;                                  
  buf->st_gid   = the_jnode->st_gid;                                  
 200b248:	c2 36 60 14 	sth  %g1, [ %i1 + 0x14 ]                       
  /*                                                                  
   * The device number of the IMFS is the major number and the minor is the
   * instance.                                                        
   */                                                                 
  fs_info = loc->mt_entry->fs_info;                                   
  buf->st_dev =                                                       
 200b24c:	c4 26 60 04 	st  %g2, [ %i1 + 4 ]                           
  rtems_device_minor_number _minor                                    
)                                                                     
{                                                                     
  union __rtems_dev_t temp;                                           
                                                                      
  temp.__overlay.major = _major;                                      
 200b250:	03 00 00 3f 	sethi  %hi(0xfc00), %g1                        
 200b254:	82 10 63 fe 	or  %g1, 0x3fe, %g1	! fffe <PROM_START+0xfffe> 
 200b258:	c2 26 40 00 	st  %g1, [ %i1 ]                               
  buf->st_atime = the_jnode->stat_atime;                              
  buf->st_mtime = the_jnode->stat_mtime;                              
  buf->st_ctime = the_jnode->stat_ctime;                              
                                                                      
  return 0;                                                           
}                                                                     
 200b25c:	81 c7 e0 08 	ret                                            
 200b260:	91 e8 20 00 	restore  %g0, 0, %o0                           
 200b264:	c4 18 60 50 	ldd  [ %g1 + 0x50 ], %g2                       
  switch ( the_jnode->type ) {                                        
                                                                      
    case IMFS_DEVICE:                                                 
      io           = &the_jnode->info.device;                         
      buf->st_rdev = rtems_filesystem_make_dev_t( io->major, io->minor );
      break;                                                          
 200b268:	10 bf ff e6 	b  200b200 <IMFS_stat+0x4c>                    
 200b26c:	c4 3e 60 18 	std  %g2, [ %i1 + 0x18 ]                       
                                                                      
    case IMFS_LINEAR_FILE:                                            
    case IMFS_MEMORY_FILE:                                            
      buf->st_size = the_jnode->info.file.size;                       
 200b270:	c4 18 60 50 	ldd  [ %g1 + 0x50 ], %g2                       
      break;                                                          
 200b274:	10 bf ff e3 	b  200b200 <IMFS_stat+0x4c>                    
 200b278:	c4 3e 60 20 	std  %g2, [ %i1 + 0x20 ]                       
                                                                      

020037b4 <IMFS_symlink>: int IMFS_symlink( rtems_filesystem_location_info_t *parent_loc, const char *link_name, const char *node_name ) {
 20037b4:	9d e3 bf 58 	save  %sp, -168, %sp                           
  int                i;                                               
                                                                      
  /*                                                                  
   * Remove any separators at the end of the string.                  
   */                                                                 
  IMFS_get_token( node_name, strlen( node_name ), new_name, &i );     
 20037b8:	40 00 4c 28 	call  2016858 <strlen>                         
 20037bc:	90 10 00 1a 	mov  %i2, %o0                                  
 20037c0:	96 07 bf fc 	add  %fp, -4, %o3                              
 20037c4:	92 10 00 08 	mov  %o0, %o1                                  
 20037c8:	a0 07 bf b8 	add  %fp, -72, %l0                             
 20037cc:	90 10 00 1a 	mov  %i2, %o0                                  
 20037d0:	40 00 34 2f 	call  201088c <IMFS_get_token>                 
 20037d4:	94 10 00 10 	mov  %l0, %o2                                  
                                                                      
  /*                                                                  
   * Duplicate link name                                              
   */                                                                 
  info.sym_link.name = strdup(link_name);                             
 20037d8:	40 00 4c 0b 	call  2016804 <strdup>                         
 20037dc:	90 10 00 19 	mov  %i1, %o0                                  
  if (info.sym_link.name == NULL) {                                   
 20037e0:	80 a2 20 00 	cmp  %o0, 0                                    
 20037e4:	02 80 00 15 	be  2003838 <IMFS_symlink+0x84>                <== NEVER TAKEN
 20037e8:	d0 27 bf e0 	st  %o0, [ %fp + -32 ]                         
   *        was ONLY passed a NULL when we created the root node.  We 
   *        added a new IMFS_create_root_node() so this path no longer
   *        existed.  The result was simpler code which should not have
   *        this path.                                                
   */                                                                 
  new_node = IMFS_create_node(                                        
 20037ec:	90 10 00 18 	mov  %i0, %o0                                  
 20037f0:	94 10 00 10 	mov  %l0, %o2                                  
 20037f4:	92 10 20 04 	mov  4, %o1                                    
 20037f8:	17 00 00 28 	sethi  %hi(0xa000), %o3                        
 20037fc:	98 07 bf e0 	add  %fp, -32, %o4                             
 2003800:	96 12 e1 ff 	or  %o3, 0x1ff, %o3                            
 2003804:	40 00 30 84 	call  200fa14 <IMFS_create_node>               
 2003808:	b0 10 20 00 	clr  %i0                                       
    new_name,                                                         
    ( S_IFLNK | ( S_IRWXU | S_IRWXG | S_IRWXO )),                     
    &info                                                             
  );                                                                  
                                                                      
  if (new_node == NULL) {                                             
 200380c:	80 a2 20 00 	cmp  %o0, 0                                    
 2003810:	12 80 00 08 	bne  2003830 <IMFS_symlink+0x7c>               <== ALWAYS TAKEN
 2003814:	d0 07 bf e0 	ld  [ %fp + -32 ], %o0                         
    free(info.sym_link.name);                                         
 2003818:	40 00 01 df 	call  2003f94 <free>                           <== NOT EXECUTED
 200381c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one(ENOMEM);                     
 2003820:	40 00 48 6f 	call  20159dc <__errno>                        <== NOT EXECUTED
 2003824:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2003828:	82 10 20 0c 	mov  0xc, %g1	! c <PROM_START+0xc>             <== NOT EXECUTED
 200382c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 2003830:	81 c7 e0 08 	ret                                            
 2003834:	81 e8 00 00 	restore                                        
  /*                                                                  
   * Duplicate link name                                              
   */                                                                 
  info.sym_link.name = strdup(link_name);                             
  if (info.sym_link.name == NULL) {                                   
    rtems_set_errno_and_return_minus_one(ENOMEM);                     
 2003838:	40 00 48 69 	call  20159dc <__errno>                        <== NOT EXECUTED
 200383c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003840:	82 10 20 0c 	mov  0xc, %g1                                  <== NOT EXECUTED
 2003844:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2003848:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200384c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003850 <IMFS_unlink>: int IMFS_unlink( rtems_filesystem_location_info_t *parentloc, /* IN */ rtems_filesystem_location_info_t *loc /* IN */ ) {
 2003850:	9d e3 bf 80 	save  %sp, -128, %sp                           
  IMFS_jnode_t                      *node;                            
  rtems_filesystem_location_info_t   the_link;                        
  int                                result = 0;                      
                                                                      
  node = loc->node_access;                                            
 2003854:	e0 06 40 00 	ld  [ %i1 ], %l0                               
  /*                                                                  
   * If this is the last last pointer to the node                     
   * free the node.                                                   
   */                                                                 
                                                                      
  if ( node->type == IMFS_HARD_LINK ) {                               
 2003858:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
 200385c:	80 a0 60 03 	cmp  %g1, 3                                    
 2003860:	02 80 00 09 	be  2003884 <IMFS_unlink+0x34>                 
 2003864:	a2 10 00 18 	mov  %i0, %l1                                  
                                                                      
  /*                                                                  
   *  Now actually free the node we were asked to free.               
   */                                                                 
                                                                      
  result = (*loc->handlers->rmnod_h)( parentloc, loc );               
 2003868:	c2 06 60 08 	ld  [ %i1 + 8 ], %g1                           
 200386c:	90 10 00 11 	mov  %l1, %o0                                  
 2003870:	c2 00 60 34 	ld  [ %g1 + 0x34 ], %g1                        
 2003874:	9f c0 40 00 	call  %g1                                      
 2003878:	92 10 00 19 	mov  %i1, %o1                                  
                                                                      
  return result;                                                      
}                                                                     
 200387c:	81 c7 e0 08 	ret                                            
 2003880:	91 e8 00 08 	restore  %g0, %o0, %o0                         
   * free the node.                                                   
   */                                                                 
                                                                      
  if ( node->type == IMFS_HARD_LINK ) {                               
                                                                      
    if ( !node->info.hard_link.link_node )                            
 2003884:	c2 04 20 50 	ld  [ %l0 + 0x50 ], %g1                        
 2003888:	80 a0 60 00 	cmp  %g1, 0                                    
 200388c:	02 80 00 25 	be  2003920 <IMFS_unlink+0xd0>                 <== NEVER TAKEN
 2003890:	a4 07 bf e4 	add  %fp, -28, %l2                             
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    the_link = *loc;                                                  
 2003894:	c4 06 60 10 	ld  [ %i1 + 0x10 ], %g2                        
 2003898:	da 06 60 04 	ld  [ %i1 + 4 ], %o5                           
 200389c:	c8 06 60 08 	ld  [ %i1 + 8 ], %g4                           
 20038a0:	c6 06 60 0c 	ld  [ %i1 + 0xc ], %g3                         
 20038a4:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
    the_link.node_access = node->info.hard_link.link_node;            
 20038a8:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
  if ( node->type == IMFS_HARD_LINK ) {                               
                                                                      
    if ( !node->info.hard_link.link_node )                            
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    the_link = *loc;                                                  
 20038ac:	da 27 bf e8 	st  %o5, [ %fp + -24 ]                         
 20038b0:	c8 27 bf ec 	st  %g4, [ %fp + -20 ]                         
 20038b4:	c6 27 bf f0 	st  %g3, [ %fp + -16 ]                         
    the_link.node_access = node->info.hard_link.link_node;            
    IMFS_Set_handlers( &the_link );                                   
 20038b8:	40 00 30 a4 	call  200fb48 <IMFS_Set_handlers>              
 20038bc:	90 10 00 12 	mov  %l2, %o0                                  
    /*                                                                
     *  If removing the last hard link to a node, then we need        
     *  to remove the node that is a link and the node itself.        
     */                                                               
                                                                      
    if ( node->info.hard_link.link_node->st_nlink == 1)               
 20038c0:	c2 04 20 50 	ld  [ %l0 + 0x50 ], %g1                        
 20038c4:	c4 10 60 34 	lduh  [ %g1 + 0x34 ], %g2                      
 20038c8:	80 a0 a0 01 	cmp  %g2, 1                                    
 20038cc:	02 80 00 0a 	be  20038f4 <IMFS_unlink+0xa4>                 
 20038d0:	86 00 bf ff 	add  %g2, -1, %g3                              
            return -1;                                                
    }                                                                 
    else                                                              
    {                                                                 
        node->info.hard_link.link_node->st_nlink --;                  
        IMFS_update_ctime( node->info.hard_link.link_node );          
 20038d4:	90 07 bf f8 	add  %fp, -8, %o0                              
        if ( result != 0 )                                            
            return -1;                                                
    }                                                                 
    else                                                              
    {                                                                 
        node->info.hard_link.link_node->st_nlink --;                  
 20038d8:	c6 30 60 34 	sth  %g3, [ %g1 + 0x34 ]                       
        IMFS_update_ctime( node->info.hard_link.link_node );          
 20038dc:	40 00 01 d9 	call  2004040 <gettimeofday>                   
 20038e0:	92 10 20 00 	clr  %o1                                       
 20038e4:	c2 04 20 50 	ld  [ %l0 + 0x50 ], %g1                        
 20038e8:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
 20038ec:	10 bf ff df 	b  2003868 <IMFS_unlink+0x18>                  
 20038f0:	c4 20 60 48 	st  %g2, [ %g1 + 0x48 ]                        
     *  to remove the node that is a link and the node itself.        
     */                                                               
                                                                      
    if ( node->info.hard_link.link_node->st_nlink == 1)               
    {                                                                 
        result = (*the_link.handlers->rmnod_h)( parentloc, &the_link );
 20038f4:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 20038f8:	90 10 00 18 	mov  %i0, %o0                                  
 20038fc:	c2 00 60 34 	ld  [ %g1 + 0x34 ], %g1                        
 2003900:	92 10 00 12 	mov  %l2, %o1                                  
 2003904:	9f c0 40 00 	call  %g1                                      
 2003908:	b0 10 3f ff 	mov  -1, %i0                                   
        if ( result != 0 )                                            
 200390c:	80 a2 20 00 	cmp  %o0, 0                                    
 2003910:	22 bf ff d7 	be,a   200386c <IMFS_unlink+0x1c>              
 2003914:	c2 06 60 08 	ld  [ %i1 + 8 ], %g1                           
   */                                                                 
                                                                      
  result = (*loc->handlers->rmnod_h)( parentloc, loc );               
                                                                      
  return result;                                                      
}                                                                     
 2003918:	81 c7 e0 08 	ret                                            
 200391c:	81 e8 00 00 	restore                                        
   */                                                                 
                                                                      
  if ( node->type == IMFS_HARD_LINK ) {                               
                                                                      
    if ( !node->info.hard_link.link_node )                            
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 2003920:	40 00 48 2f 	call  20159dc <__errno>                        <== NOT EXECUTED
 2003924:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003928:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 200392c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2003930:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003934:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003938 <IMFS_unmount>: #include <rtems/seterr.h> int IMFS_unmount( rtems_filesystem_mount_table_entry_t *mt_entry ) {
 2003938:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t  *node;                                                
                                                                      
  node = mt_entry->mt_point_node.node_access;                         
 200393c:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
                                                                      
  /*                                                                  
   * Is the node that we are mounting onto a directory node ?         
   */                                                                 
                                                                      
  if ( node->type != IMFS_DIRECTORY )                                 
 2003940:	c4 00 60 4c 	ld  [ %g1 + 0x4c ], %g2                        
 2003944:	80 a0 a0 01 	cmp  %g2, 1                                    
 2003948:	12 80 00 09 	bne  200396c <IMFS_unmount+0x34>               <== NEVER TAKEN
 200394c:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * Did the node indicate that there was a directory mounted here?   
   */                                                                 
                                                                      
  if ( node->info.directory.mt_fs == NULL )                           
 2003950:	c4 00 60 5c 	ld  [ %g1 + 0x5c ], %g2                        
 2003954:	80 a0 a0 00 	cmp  %g2, 0                                    
 2003958:	02 80 00 0b 	be  2003984 <IMFS_unmount+0x4c>                <== NEVER TAKEN
 200395c:	01 00 00 00 	nop                                            
  /*                                                                  
   * Set the mt_fs pointer to indicate that there is no longer        
   * a file system mounted to this point.                             
   */                                                                 
                                                                      
  node->info.directory.mt_fs = NULL;                                  
 2003960:	c0 20 60 5c 	clr  [ %g1 + 0x5c ]                            
                                                                      
  return 0;                                                           
}                                                                     
 2003964:	81 c7 e0 08 	ret                                            
 2003968:	91 e8 20 00 	restore  %g0, 0, %o0                           
  /*                                                                  
   * Is the node that we are mounting onto a directory node ?         
   */                                                                 
                                                                      
  if ( node->type != IMFS_DIRECTORY )                                 
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
 200396c:	40 00 48 1c 	call  20159dc <__errno>                        <== NOT EXECUTED
 2003970:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003974:	82 10 20 14 	mov  0x14, %g1                                 <== NOT EXECUTED
 2003978:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200397c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003980:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   * Did the node indicate that there was a directory mounted here?   
   */                                                                 
                                                                      
  if ( node->info.directory.mt_fs == NULL )                           
    rtems_set_errno_and_return_minus_one( EINVAL );  /* XXX */        
 2003984:	40 00 48 16 	call  20159dc <__errno>                        <== NOT EXECUTED
 2003988:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200398c:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003990:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2003994:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003998:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02002938 <RTEMS_Malloc_Initialize>: void RTEMS_Malloc_Initialize( void *heap_begin, uintptr_t heap_size, size_t sbrk_amount ) {
 2002938:	9d e3 bf a0 	save  %sp, -96, %sp                            
  #endif                                                              
                                                                      
  /*                                                                  
   *  If configured, initialize the statistics support                
   */                                                                 
  if ( rtems_malloc_statistics_helpers != NULL ) {                    
 200293c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 2002940:	c2 00 60 98 	ld  [ %g1 + 0x98 ], %g1	! 201c898 <rtems_malloc_statistics_helpers>
 2002944:	80 a0 60 00 	cmp  %g1, 0                                    
 2002948:	02 80 00 05 	be  200295c <RTEMS_Malloc_Initialize+0x24>     <== ALWAYS TAKEN
 200294c:	01 00 00 00 	nop                                            
    (*rtems_malloc_statistics_helpers->initialize)();                 
 2002950:	c2 00 40 00 	ld  [ %g1 ], %g1                               <== NOT EXECUTED
 2002954:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002958:	01 00 00 00 	nop                                            <== NOT EXECUTED
  }                                                                   
                                                                      
  /*                                                                  
   *  Initialize the garbage collection list to start with nothing on it.
   */                                                                 
  malloc_deferred_frees_initialize();                                 
 200295c:	40 00 24 04 	call  200b96c <malloc_deferred_frees_initialize>
 2002960:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Initialize the optional sbrk support for extending the heap     
   */                                                                 
  if ( rtems_malloc_sbrk_helpers != NULL ) {                          
 2002964:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 2002968:	c2 00 60 9c 	ld  [ %g1 + 0x9c ], %g1	! 201c89c <rtems_malloc_sbrk_helpers>
 200296c:	80 a0 60 00 	cmp  %g1, 0                                    
 2002970:	02 80 00 08 	be  2002990 <RTEMS_Malloc_Initialize+0x58>     <== ALWAYS TAKEN
 2002974:	90 10 00 18 	mov  %i0, %o0                                  
    void *new_heap_begin = (*rtems_malloc_sbrk_helpers->initialize)(  
 2002978:	c2 00 40 00 	ld  [ %g1 ], %g1                               <== NOT EXECUTED
      heap_begin,                                                     
      sbrk_amount                                                     
    );                                                                
                                                                      
    heap_size -= (uintptr_t) new_heap_begin - (uintptr_t) heap_begin; 
 200297c:	b2 06 00 19 	add  %i0, %i1, %i1                             <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Initialize the optional sbrk support for extending the heap     
   */                                                                 
  if ( rtems_malloc_sbrk_helpers != NULL ) {                          
    void *new_heap_begin = (*rtems_malloc_sbrk_helpers->initialize)(  
 2002980:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002984:	92 10 00 1a 	mov  %i2, %o1                                  <== NOT EXECUTED
      heap_begin,                                                     
      sbrk_amount                                                     
    );                                                                
                                                                      
    heap_size -= (uintptr_t) new_heap_begin - (uintptr_t) heap_begin; 
 2002988:	b0 10 00 08 	mov  %o0, %i0                                  <== NOT EXECUTED
 200298c:	b2 26 40 08 	sub  %i1, %o0, %i1                             <== NOT EXECUTED
   *  of the time under UNIX because zero'ing memory when it is first 
   *  given to a process eliminates the chance of a process seeing data
   *  left over from another process.  This would be a security violation.
   */                                                                 
                                                                      
  if (                                                                
 2002990:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
 2002994:	c2 0c 60 95 	ldub  [ %l1 + 0x95 ], %g1	! 201c895 <rtems_unified_work_area>
 2002998:	80 a0 60 00 	cmp  %g1, 0                                    
 200299c:	12 80 00 10 	bne  20029dc <RTEMS_Malloc_Initialize+0xa4>    
 20029a0:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
    !rtems_unified_work_area                                          
      && rtems_configuration_get_do_zero_of_workspace()               
 20029a4:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 20029a8:	c2 08 62 50 	ldub  [ %g1 + 0x250 ], %g1	! 201c250 <Configuration+0x28>
 20029ac:	80 a0 60 00 	cmp  %g1, 0                                    
 20029b0:	12 80 00 13 	bne  20029fc <RTEMS_Malloc_Initialize+0xc4>    
 20029b4:	90 10 00 18 	mov  %i0, %o0                                  
  void *area_begin,                                                   
  uintptr_t area_size,                                                
  uintptr_t page_size                                                 
)                                                                     
{                                                                     
  return _Heap_Initialize( heap, area_begin, area_size, page_size );  
 20029b8:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
 20029bc:	d0 04 21 80 	ld  [ %l0 + 0x180 ], %o0	! 201c180 <RTEMS_Malloc_Heap>
 20029c0:	92 10 00 18 	mov  %i0, %o1                                  
 20029c4:	94 10 00 19 	mov  %i1, %o2                                  
 20029c8:	40 00 11 76 	call  2006fa0 <_Heap_Initialize>               
 20029cc:	96 10 20 08 	mov  8, %o3                                    
      RTEMS_Malloc_Heap,                                              
      heap_begin,                                                     
      heap_size,                                                      
      CPU_HEAP_ALIGNMENT                                              
    );                                                                
    if ( status == 0 ) {                                              
 20029d0:	80 a2 20 00 	cmp  %o0, 0                                    
 20029d4:	02 80 00 13 	be  2002a20 <RTEMS_Malloc_Initialize+0xe8>     <== NEVER TAKEN
 20029d8:	01 00 00 00 	nop                                            
      rtems_fatal_error_occurred( RTEMS_NO_MEMORY );                  
    }                                                                 
  }                                                                   
                                                                      
  MSBUMP( space_available, _Protected_heap_Get_size(RTEMS_Malloc_Heap) );
 20029dc:	d0 04 21 80 	ld  [ %l0 + 0x180 ], %o0                       
 20029e0:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 20029e4:	40 00 14 bc 	call  2007cd4 <_Protected_heap_Get_size>       
 20029e8:	e2 04 23 80 	ld  [ %l0 + 0x380 ], %l1	! 201cb80 <rtems_malloc_statistics>
 20029ec:	90 02 00 11 	add  %o0, %l1, %o0                             
 20029f0:	d0 24 23 80 	st  %o0, [ %l0 + 0x380 ]                       
      printk( "\n" );                                                 
      rtems_print_buffer( (heap_begin + heap_size) - 48, 48 );        
      rtems_fatal_error_occurred( RTEMS_NO_MEMORY );                  
    }                                                                 
  #endif                                                              
}                                                                     
 20029f4:	81 c7 e0 08 	ret                                            
 20029f8:	81 e8 00 00 	restore                                        
                                                                      
  if (                                                                
    !rtems_unified_work_area                                          
      && rtems_configuration_get_do_zero_of_workspace()               
  ) {                                                                 
     memset( heap_begin, 0, heap_size );                              
 20029fc:	92 10 20 00 	clr  %o1                                       
 2002a00:	40 00 37 86 	call  2010818 <memset>                         
 2002a04:	94 10 00 19 	mov  %i1, %o2                                  
   *  Unfortunately we cannot use assert if this fails because if this
   *  has failed we do not have a heap and if we do not have a heap   
   *  STDIO cannot work because there will be no buffers.             
   */                                                                 
                                                                      
  if ( !rtems_unified_work_area ) {                                   
 2002a08:	c2 0c 60 95 	ldub  [ %l1 + 0x95 ], %g1                      
 2002a0c:	80 a0 60 00 	cmp  %g1, 0                                    
 2002a10:	22 bf ff eb 	be,a   20029bc <RTEMS_Malloc_Initialize+0x84>  <== ALWAYS TAKEN
 2002a14:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
    if ( status == 0 ) {                                              
      rtems_fatal_error_occurred( RTEMS_NO_MEMORY );                  
    }                                                                 
  }                                                                   
                                                                      
  MSBUMP( space_available, _Protected_heap_Get_size(RTEMS_Malloc_Heap) );
 2002a18:	10 bf ff f2 	b  20029e0 <RTEMS_Malloc_Initialize+0xa8>      <== NOT EXECUTED
 2002a1c:	d0 04 21 80 	ld  [ %l0 + 0x180 ], %o0	! 201c180 <RTEMS_Malloc_Heap><== NOT EXECUTED
      heap_begin,                                                     
      heap_size,                                                      
      CPU_HEAP_ALIGNMENT                                              
    );                                                                
    if ( status == 0 ) {                                              
      rtems_fatal_error_occurred( RTEMS_NO_MEMORY );                  
 2002a20:	40 00 0f 28 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2002a24:	90 10 20 1a 	mov  0x1a, %o0                                 <== NOT EXECUTED
                                                                      

020021f8 <Stack_check_Dump_threads_usage>: static rtems_printk_plugin_t print_handler; void Stack_check_Dump_threads_usage( Thread_Control *the_thread ) {
 20021f8:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  void           *high_water_mark;                                    
  void           *current;                                            
  Stack_Control  *stack;                                              
  char            name[5];                                            
                                                                      
  if ( !the_thread )                                                  
 20021fc:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 2002200:	02 80 00 3b 	be  20022ec <Stack_check_Dump_threads_usage+0xf4><== NOT EXECUTED
 2002204:	27 00 80 72 	sethi  %hi(0x201c800), %l3                     <== NOT EXECUTED
    return;                                                           
                                                                      
  if ( !print_handler )                                               
 2002208:	e8 04 e3 0c 	ld  [ %l3 + 0x30c ], %l4	! 201cb0c <print_handler><== NOT EXECUTED
 200220c:	80 a5 20 00 	cmp  %l4, 0                                    <== NOT EXECUTED
 2002210:	02 80 00 37 	be  20022ec <Stack_check_Dump_threads_usage+0xf4><== NOT EXECUTED
 2002214:	80 a6 3f ff 	cmp  %i0, -1                                   <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Obtain interrupt stack information                              
   */                                                                 
                                                                      
  if (the_thread == (Thread_Control *) -1) {                          
 2002218:	02 80 00 3e 	be  2002310 <Stack_check_Dump_threads_usage+0x118><== NOT EXECUTED
 200221c:	a4 06 20 c4 	add  %i0, 0xc4, %l2                            <== NOT EXECUTED
  } else {                                                            
    stack  = &the_thread->Start.Initial_stack;                        
    current = (void *)_CPU_Context_Get_SP( &the_thread->Registers );  
  }                                                                   
                                                                      
  low  = Stack_check_usable_stack_start(stack);                       
 2002220:	ea 04 a0 04 	ld  [ %l2 + 4 ], %l5                           <== NOT EXECUTED
  size = Stack_check_usable_stack_size(stack);                        
 2002224:	e2 04 80 00 	ld  [ %l2 ], %l1                               <== NOT EXECUTED
  } else {                                                            
    stack  = &the_thread->Start.Initial_stack;                        
    current = (void *)_CPU_Context_Get_SP( &the_thread->Registers );  
  }                                                                   
                                                                      
  low  = Stack_check_usable_stack_start(stack);                       
 2002228:	aa 05 60 10 	add  %l5, 0x10, %l5                            <== NOT EXECUTED
  size = Stack_check_usable_stack_size(stack);                        
 200222c:	a2 04 7f f0 	add  %l1, -16, %l1                             <== NOT EXECUTED
    }                                                                 
    else                                                              
      return;                                                         
  } else {                                                            
    stack  = &the_thread->Start.Initial_stack;                        
    current = (void *)_CPU_Context_Get_SP( &the_thread->Registers );  
 2002230:	ec 06 21 50 	ld  [ %i0 + 0x150 ], %l6                       <== NOT EXECUTED
  }                                                                   
                                                                      
  low  = Stack_check_usable_stack_start(stack);                       
  size = Stack_check_usable_stack_size(stack);                        
                                                                      
  high_water_mark = Stack_check_find_high_water_mark(low, size);      
 2002234:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
 2002238:	7f ff ff d8 	call  2002198 <Stack_check_find_high_water_mark><== NOT EXECUTED
 200223c:	92 10 00 11 	mov  %l1, %o1                                  <== NOT EXECUTED
                                                                      
  if ( high_water_mark )                                              
 2002240:	80 a0 00 08 	cmp  %g0, %o0                                  <== NOT EXECUTED
    used = Stack_check_Calculate_used( low, size, high_water_mark );  
 2002244:	a0 05 40 11 	add  %l5, %l1, %l0                             <== NOT EXECUTED
  low  = Stack_check_usable_stack_start(stack);                       
  size = Stack_check_usable_stack_size(stack);                        
                                                                      
  high_water_mark = Stack_check_find_high_water_mark(low, size);      
                                                                      
  if ( high_water_mark )                                              
 2002248:	82 60 20 00 	subx  %g0, 0, %g1                              <== NOT EXECUTED
    used = Stack_check_Calculate_used( low, size, high_water_mark );  
 200224c:	a0 24 00 08 	sub  %l0, %o0, %l0                             <== NOT EXECUTED
  else                                                                
    used = 0;                                                         
                                                                      
  if ( the_thread ) {                                                 
 2002250:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 2002254:	02 80 00 44 	be  2002364 <Stack_check_Dump_threads_usage+0x16c><== NOT EXECUTED
 2002258:	a0 0c 00 01 	and  %l0, %g1, %l0                             <== NOT EXECUTED
    (*print_handler)(                                                 
 200225c:	ee 06 20 08 	ld  [ %i0 + 8 ], %l7                           <== NOT EXECUTED
 2002260:	2b 00 80 72 	sethi  %hi(0x201c800), %l5                     <== NOT EXECUTED
 2002264:	fa 05 63 08 	ld  [ %l5 + 0x308 ], %i5	! 201cb08 <print_context><== NOT EXECUTED
 2002268:	94 07 bf f8 	add  %fp, -8, %o2                              <== NOT EXECUTED
 200226c:	92 10 20 05 	mov  5, %o1                                    <== NOT EXECUTED
 2002270:	40 00 0f 96 	call  20060c8 <rtems_object_get_name>          <== NOT EXECUTED
 2002274:	90 10 00 17 	mov  %l7, %o0                                  <== NOT EXECUTED
 2002278:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 200227c:	96 10 00 08 	mov  %o0, %o3                                  <== NOT EXECUTED
 2002280:	94 10 00 17 	mov  %l7, %o2                                  <== NOT EXECUTED
 2002284:	90 10 00 1d 	mov  %i5, %o0                                  <== NOT EXECUTED
 2002288:	9f c5 00 00 	call  %l4                                      <== NOT EXECUTED
 200228c:	92 12 61 b0 	or  %o1, 0x1b0, %o1                            <== NOT EXECUTED
    );                                                                
  } else {                                                            
    (*print_handler)( print_context, "0x%08" PRIx32 "  INTR", ~0 );   
  }                                                                   
                                                                      
  (*print_handler)(                                                   
 2002290:	d6 04 80 00 	ld  [ %l2 ], %o3                               <== NOT EXECUTED
 2002294:	c2 04 e3 0c 	ld  [ %l3 + 0x30c ], %g1                       <== NOT EXECUTED
 2002298:	d4 04 a0 04 	ld  [ %l2 + 4 ], %o2                           <== NOT EXECUTED
 200229c:	d0 05 63 08 	ld  [ %l5 + 0x308 ], %o0                       <== NOT EXECUTED
 20022a0:	96 02 ff ff 	add  %o3, -1, %o3                              <== NOT EXECUTED
 20022a4:	98 10 00 16 	mov  %l6, %o4                                  <== NOT EXECUTED
 20022a8:	96 02 80 0b 	add  %o2, %o3, %o3                             <== NOT EXECUTED
 20022ac:	9a 10 00 11 	mov  %l1, %o5                                  <== NOT EXECUTED
 20022b0:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 20022b4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20022b8:	92 12 61 d0 	or  %o1, 0x1d0, %o1	! 201b1d0 <rtems_filesystem_mount_table_size+0x380><== NOT EXECUTED
    stack->area + stack->size - 1,                                    
    current,                                                          
    size                                                              
  );                                                                  
                                                                      
  if (Stack_check_Initialized == 0) {                                 
 20022bc:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 20022c0:	c4 00 63 04 	ld  [ %g1 + 0x304 ], %g2	! 201cb04 <Stack_check_Initialized><== NOT EXECUTED
    );                                                                
  } else {                                                            
    (*print_handler)( print_context, "0x%08" PRIx32 "  INTR", ~0 );   
  }                                                                   
                                                                      
  (*print_handler)(                                                   
 20022c4:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
    stack->area + stack->size - 1,                                    
    current,                                                          
    size                                                              
  );                                                                  
                                                                      
  if (Stack_check_Initialized == 0) {                                 
 20022c8:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 20022cc:	02 80 00 0a 	be  20022f4 <Stack_check_Dump_threads_usage+0xfc><== NOT EXECUTED
 20022d0:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     <== NOT EXECUTED
    (*print_handler)( print_context, "Unavailable\n" );               
  } else {                                                            
    (*print_handler)( print_context, "%8" PRId32 "\n", used );        
 20022d4:	c2 00 63 0c 	ld  [ %g1 + 0x30c ], %g1                       <== NOT EXECUTED
 20022d8:	d0 00 a3 08 	ld  [ %g2 + 0x308 ], %o0                       <== NOT EXECUTED
 20022dc:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 20022e0:	94 10 00 10 	mov  %l0, %o2                                  <== NOT EXECUTED
 20022e4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20022e8:	92 12 62 00 	or  %o1, 0x200, %o1                            <== NOT EXECUTED
 20022ec:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20022f0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    current,                                                          
    size                                                              
  );                                                                  
                                                                      
  if (Stack_check_Initialized == 0) {                                 
    (*print_handler)( print_context, "Unavailable\n" );               
 20022f4:	c2 00 63 0c 	ld  [ %g1 + 0x30c ], %g1                       <== NOT EXECUTED
 20022f8:	d0 00 a3 08 	ld  [ %g2 + 0x308 ], %o0                       <== NOT EXECUTED
 20022fc:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 2002300:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002304:	92 12 61 f0 	or  %o1, 0x1f0, %o1	! 201b1f0 <rtems_filesystem_mount_table_size+0x3a0><== NOT EXECUTED
 2002308:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200230c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   *  Obtain interrupt stack information                              
   */                                                                 
                                                                      
  if (the_thread == (Thread_Control *) -1) {                          
    if (Stack_check_Interrupt_stack.area) {                           
 2002310:	25 00 80 73 	sethi  %hi(0x201cc00), %l2                     <== NOT EXECUTED
 2002314:	a4 14 a1 a8 	or  %l2, 0x1a8, %l2	! 201cda8 <Stack_check_Interrupt_stack><== NOT EXECUTED
 2002318:	c2 04 a0 04 	ld  [ %l2 + 4 ], %g1                           <== NOT EXECUTED
 200231c:	ac 10 20 00 	clr  %l6                                       <== NOT EXECUTED
 2002320:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002324:	02 bf ff f2 	be  20022ec <Stack_check_Dump_threads_usage+0xf4><== NOT EXECUTED
 2002328:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  } else {                                                            
    stack  = &the_thread->Start.Initial_stack;                        
    current = (void *)_CPU_Context_Get_SP( &the_thread->Registers );  
  }                                                                   
                                                                      
  low  = Stack_check_usable_stack_start(stack);                       
 200232c:	ea 04 a0 04 	ld  [ %l2 + 4 ], %l5                           <== NOT EXECUTED
  size = Stack_check_usable_stack_size(stack);                        
 2002330:	e2 04 80 00 	ld  [ %l2 ], %l1                               <== NOT EXECUTED
  } else {                                                            
    stack  = &the_thread->Start.Initial_stack;                        
    current = (void *)_CPU_Context_Get_SP( &the_thread->Registers );  
  }                                                                   
                                                                      
  low  = Stack_check_usable_stack_start(stack);                       
 2002334:	aa 05 60 10 	add  %l5, 0x10, %l5                            <== NOT EXECUTED
  size = Stack_check_usable_stack_size(stack);                        
 2002338:	a2 04 7f f0 	add  %l1, -16, %l1                             <== NOT EXECUTED
                                                                      
  high_water_mark = Stack_check_find_high_water_mark(low, size);      
 200233c:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
 2002340:	7f ff ff 96 	call  2002198 <Stack_check_find_high_water_mark><== NOT EXECUTED
 2002344:	92 10 00 11 	mov  %l1, %o1                                  <== NOT EXECUTED
                                                                      
  if ( high_water_mark )                                              
 2002348:	80 a0 00 08 	cmp  %g0, %o0                                  <== NOT EXECUTED
    used = Stack_check_Calculate_used( low, size, high_water_mark );  
 200234c:	a0 05 40 11 	add  %l5, %l1, %l0                             <== NOT EXECUTED
  low  = Stack_check_usable_stack_start(stack);                       
  size = Stack_check_usable_stack_size(stack);                        
                                                                      
  high_water_mark = Stack_check_find_high_water_mark(low, size);      
                                                                      
  if ( high_water_mark )                                              
 2002350:	82 60 20 00 	subx  %g0, 0, %g1                              <== NOT EXECUTED
    used = Stack_check_Calculate_used( low, size, high_water_mark );  
 2002354:	a0 24 00 08 	sub  %l0, %o0, %l0                             <== NOT EXECUTED
  else                                                                
    used = 0;                                                         
                                                                      
  if ( the_thread ) {                                                 
 2002358:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200235c:	12 bf ff c0 	bne  200225c <Stack_check_Dump_threads_usage+0x64><== NOT EXECUTED
 2002360:	a0 0c 00 01 	and  %l0, %g1, %l0                             <== NOT EXECUTED
      "0x%08" PRIx32 "  %4s",                                         
      the_thread->Object.id,                                          
      rtems_object_get_name( the_thread->Object.id, sizeof(name), name )
    );                                                                
  } else {                                                            
    (*print_handler)( print_context, "0x%08" PRIx32 "  INTR", ~0 );   
 2002364:	2b 00 80 72 	sethi  %hi(0x201c800), %l5                     <== NOT EXECUTED
 2002368:	d0 05 63 08 	ld  [ %l5 + 0x308 ], %o0	! 201cb08 <print_context><== NOT EXECUTED
 200236c:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 2002370:	94 10 3f ff 	mov  -1, %o2                                   <== NOT EXECUTED
 2002374:	9f c5 00 00 	call  %l4                                      <== NOT EXECUTED
 2002378:	92 12 61 c0 	or  %o1, 0x1c0, %o1                            <== NOT EXECUTED
  }                                                                   
                                                                      
  (*print_handler)(                                                   
 200237c:	10 bf ff c6 	b  2002294 <Stack_check_Dump_threads_usage+0x9c><== NOT EXECUTED
 2002380:	d6 04 80 00 	ld  [ %l2 ], %o3                               <== NOT EXECUTED
                                                                      

02002598 <Stack_check_Initialize>: /* * Stack_check_Initialize */ void Stack_check_Initialize( void ) {
 2002598:	9d e3 bf a0 	save  %sp, -96, %sp                            
  static    uint32_t pattern[ 4 ] = {                                 
    0xFEEDF00D, 0x0BAD0D06,  /* FEED FOOD to  BAD DOG */              
    0xDEADF00D, 0x600D0D06   /* DEAD FOOD but GOOD DOG */             
  };                                                                  
                                                                      
  if (Stack_check_Initialized)                                        
 200259c:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 20025a0:	c2 04 23 04 	ld  [ %l0 + 0x304 ], %g1	! 201cb04 <Stack_check_Initialized>
 20025a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20025a8:	12 80 00 20 	bne  2002628 <Stack_check_Initialize+0x90>     
 20025ac:	1b 00 80 73 	sethi  %hi(0x201cc00), %o5                     
 20025b0:	09 00 80 6c 	sethi  %hi(0x201b000), %g4                     
 20025b4:	9a 13 61 98 	or  %o5, 0x198, %o5                            
 20025b8:	88 11 23 58 	or  %g4, 0x358, %g4                            
  /*                                                                  
   * Dope the pattern and fill areas                                  
   */                                                                 
  p = Stack_check_Pattern.pattern;                                    
  for ( i = 0; i < PATTERN_SIZE_WORDS; i++ ) {                        
      p[i] = pattern[ i%4 ];                                          
 20025bc:	84 08 60 03 	and  %g1, 3, %g2                               
 20025c0:	85 28 a0 02 	sll  %g2, 2, %g2                               
 20025c4:	c6 01 00 02 	ld  [ %g4 + %g2 ], %g3                         
 20025c8:	85 28 60 02 	sll  %g1, 2, %g2                               
                                                                      
  /*                                                                  
   * Dope the pattern and fill areas                                  
   */                                                                 
  p = Stack_check_Pattern.pattern;                                    
  for ( i = 0; i < PATTERN_SIZE_WORDS; i++ ) {                        
 20025cc:	82 00 60 01 	inc  %g1                                       
 20025d0:	80 a0 60 04 	cmp  %g1, 4                                    
 20025d4:	12 bf ff fa 	bne  20025bc <Stack_check_Initialize+0x24>     
 20025d8:	c6 23 40 02 	st  %g3, [ %o5 + %g2 ]                         
  /*                                                                  
   * If appropriate, setup the interrupt stack for high water testing 
   * also.                                                            
   */                                                                 
  #if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE)                          
    if (_CPU_Interrupt_stack_low && _CPU_Interrupt_stack_high) {      
 20025dc:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 20025e0:	c2 00 63 90 	ld  [ %g1 + 0x390 ], %g1	! 201cf90 <_CPU_Interrupt_stack_low>
 20025e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20025e8:	02 80 00 0e 	be  2002620 <Stack_check_Initialize+0x88>      <== NEVER TAKEN
 20025ec:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 20025f0:	c6 00 a2 dc 	ld  [ %g2 + 0x2dc ], %g3	! 201cedc <_CPU_Interrupt_stack_high>
 20025f4:	80 a0 e0 00 	cmp  %g3, 0                                    
 20025f8:	02 80 00 0a 	be  2002620 <Stack_check_Initialize+0x88>      <== NEVER TAKEN
 20025fc:	86 20 c0 01 	sub  %g3, %g1, %g3                             
      Stack_check_Interrupt_stack.area = _CPU_Interrupt_stack_low;    
 2002600:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
      Stack_check_Interrupt_stack.size = (char *) _CPU_Interrupt_stack_high -
 2002604:	c6 20 a1 a8 	st  %g3, [ %g2 + 0x1a8 ]	! 201cda8 <Stack_check_Interrupt_stack>
   * If appropriate, setup the interrupt stack for high water testing 
   * also.                                                            
   */                                                                 
  #if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE)                          
    if (_CPU_Interrupt_stack_low && _CPU_Interrupt_stack_high) {      
      Stack_check_Interrupt_stack.area = _CPU_Interrupt_stack_low;    
 2002608:	84 10 a1 a8 	or  %g2, 0x1a8, %g2                            
      Stack_check_Interrupt_stack.size = (char *) _CPU_Interrupt_stack_high -
                                  (char *) _CPU_Interrupt_stack_low;  
      Stack_check_Dope_stack(&Stack_check_Interrupt_stack);           
 200260c:	90 10 00 01 	mov  %g1, %o0                                  
 2002610:	94 10 00 03 	mov  %g3, %o2                                  
   * If appropriate, setup the interrupt stack for high water testing 
   * also.                                                            
   */                                                                 
  #if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE)                          
    if (_CPU_Interrupt_stack_low && _CPU_Interrupt_stack_high) {      
      Stack_check_Interrupt_stack.area = _CPU_Interrupt_stack_low;    
 2002614:	c2 20 a0 04 	st  %g1, [ %g2 + 4 ]                           
      Stack_check_Interrupt_stack.size = (char *) _CPU_Interrupt_stack_high -
                                  (char *) _CPU_Interrupt_stack_low;  
      Stack_check_Dope_stack(&Stack_check_Interrupt_stack);           
 2002618:	40 00 39 08 	call  2010a38 <memset>                         
 200261c:	92 10 20 a5 	mov  0xa5, %o1                                 
  }                                                                   
  #endif                                                              
                                                                      
  Stack_check_Initialized = 1;                                        
 2002620:	82 10 20 01 	mov  1, %g1                                    
 2002624:	c2 24 23 04 	st  %g1, [ %l0 + 0x304 ]                       
 2002628:	81 c7 e0 08 	ret                                            
 200262c:	81 e8 00 00 	restore                                        
                                                                      

02002198 <Stack_check_find_high_water_mark>: /* * start at lower memory and find first word that does not * match pattern */ base += PATTERN_SIZE_WORDS;
 2002198:	82 02 20 10 	add  %o0, 0x10, %g1                            <== NOT EXECUTED
    for (ebase = base + length; base < ebase; base++)                 
 200219c:	86 0a 7f fc 	and  %o1, -4, %g3                              <== NOT EXECUTED
 20021a0:	86 00 40 03 	add  %g1, %g3, %g3                             <== NOT EXECUTED
 20021a4:	80 a0 40 03 	cmp  %g1, %g3                                  <== NOT EXECUTED
 20021a8:	1a 80 00 10 	bcc  20021e8 <Stack_check_find_high_water_mark+0x50><== NOT EXECUTED
 20021ac:	05 29 69 69 	sethi  %hi(0xa5a5a400), %g2                    <== NOT EXECUTED
      if (*base != U32_PATTERN)                                       
 20021b0:	c8 02 20 10 	ld  [ %o0 + 0x10 ], %g4                        <== NOT EXECUTED
 20021b4:	84 10 a1 a5 	or  %g2, 0x1a5, %g2                            <== NOT EXECUTED
 20021b8:	80 a1 00 02 	cmp  %g4, %g2                                  <== NOT EXECUTED
 20021bc:	22 80 00 08 	be,a   20021dc <Stack_check_find_high_water_mark+0x44><== NOT EXECUTED
 20021c0:	82 00 60 04 	add  %g1, 4, %g1                               <== NOT EXECUTED
        return (void *) base;                                         
 20021c4:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 20021c8:	90 10 00 01 	mov  %g1, %o0                                  <== NOT EXECUTED
     * match pattern                                                  
     */                                                               
                                                                      
    base += PATTERN_SIZE_WORDS;                                       
    for (ebase = base + length; base < ebase; base++)                 
      if (*base != U32_PATTERN)                                       
 20021cc:	80 a0 80 04 	cmp  %g2, %g4                                  <== NOT EXECUTED
 20021d0:	12 80 00 08 	bne  20021f0 <Stack_check_find_high_water_mark+0x58><== NOT EXECUTED
 20021d4:	90 10 00 01 	mov  %g1, %o0                                  <== NOT EXECUTED
     * start at lower memory and find first word that does not        
     * match pattern                                                  
     */                                                               
                                                                      
    base += PATTERN_SIZE_WORDS;                                       
    for (ebase = base + length; base < ebase; base++)                 
 20021d8:	82 00 60 04 	add  %g1, 4, %g1                               <== NOT EXECUTED
 20021dc:	80 a0 c0 01 	cmp  %g3, %g1                                  <== NOT EXECUTED
 20021e0:	38 bf ff fb 	bgu,a   20021cc <Stack_check_find_high_water_mark+0x34><== NOT EXECUTED
 20021e4:	c4 00 40 00 	ld  [ %g1 ], %g2                               <== NOT EXECUTED
      if (*base != U32_PATTERN)                                       
        return (void *) base;                                         
  #endif                                                              
                                                                      
  return (void *)0;                                                   
}                                                                     
 20021e8:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 20021ec:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
     */                                                               
                                                                      
    base += PATTERN_SIZE_WORDS;                                       
    for (ebase = base + length; base < ebase; base++)                 
      if (*base != U32_PATTERN)                                       
        return (void *) base;                                         
 20021f0:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
                                                                      

020023f8 <Stack_check_report_blown_task>: * * NOTE: The system is in a questionable state... we may not get * the following message out. */ void Stack_check_report_blown_task(Thread_Control *running, bool pattern_ok) {
 20023f8:	9d e3 bf 80 	save  %sp, -128, %sp                           <== NOT EXECUTED
  Stack_Control *stack = &running->Start.Initial_stack;               
  void *pattern_area = Stack_check_Get_pattern_area(stack);           
  char name [32];                                                     
                                                                      
  printk("BLOWN STACK!!!\n");                                         
 20023fc:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 *        the following message out.                                  
 */                                                                   
void Stack_check_report_blown_task(Thread_Control *running, bool pattern_ok)
{                                                                     
  Stack_Control *stack = &running->Start.Initial_stack;               
  void *pattern_area = Stack_check_Get_pattern_area(stack);           
 2002400:	e0 06 20 c8 	ld  [ %i0 + 0xc8 ], %l0                        <== NOT EXECUTED
  char name [32];                                                     
                                                                      
  printk("BLOWN STACK!!!\n");                                         
 2002404:	40 00 05 2f 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002408:	90 12 22 70 	or  %o0, 0x270, %o0                            <== NOT EXECUTED
  printk("task control block: 0x%08" PRIxPTR "\n", running);          
 200240c:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
 2002410:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 2002414:	40 00 05 2b 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002418:	90 12 22 80 	or  %o0, 0x280, %o0	! 201b280 <rtems_filesystem_mount_table_size+0x430><== NOT EXECUTED
  printk("task ID: 0x%08lx\n", (unsigned long) running->Object.id);   
 200241c:	d2 06 20 08 	ld  [ %i0 + 8 ], %o1                           <== NOT EXECUTED
 2002420:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 2002424:	40 00 05 27 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002428:	90 12 22 a0 	or  %o0, 0x2a0, %o0	! 201b2a0 <rtems_filesystem_mount_table_size+0x450><== NOT EXECUTED
  printk(                                                             
 200242c:	d2 06 20 0c 	ld  [ %i0 + 0xc ], %o1                         <== NOT EXECUTED
 2002430:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 2002434:	40 00 05 23 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002438:	90 12 22 b8 	or  %o0, 0x2b8, %o0	! 201b2b8 <rtems_filesystem_mount_table_size+0x468><== NOT EXECUTED
    "task name: 0x%08" PRIx32 "\n",                                   
    running->Object.name.name_u32                                     
  );                                                                  
  printk(                                                             
 200243c:	d0 06 20 08 	ld  [ %i0 + 8 ], %o0                           <== NOT EXECUTED
 2002440:	94 07 bf e0 	add  %fp, -32, %o2                             <== NOT EXECUTED
 2002444:	40 00 0f 21 	call  20060c8 <rtems_object_get_name>          <== NOT EXECUTED
 2002448:	92 10 20 20 	mov  0x20, %o1                                 <== NOT EXECUTED
 200244c:	92 10 00 08 	mov  %o0, %o1                                  <== NOT EXECUTED
 2002450:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 2002454:	40 00 05 1b 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002458:	90 12 22 d0 	or  %o0, 0x2d0, %o0	! 201b2d0 <rtems_filesystem_mount_table_size+0x480><== NOT EXECUTED
    "task name string: %s\n",                                         
    rtems_object_get_name(running->Object.id, sizeof(name), name)     
  );                                                                  
  printk(                                                             
 200245c:	d2 06 20 c4 	ld  [ %i0 + 0xc4 ], %o1                        <== NOT EXECUTED
 2002460:	d4 06 20 c8 	ld  [ %i0 + 0xc8 ], %o2                        <== NOT EXECUTED
 2002464:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 2002468:	96 02 80 09 	add  %o2, %o1, %o3                             <== NOT EXECUTED
 200246c:	40 00 05 15 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002470:	90 12 22 e8 	or  %o0, 0x2e8, %o0                            <== NOT EXECUTED
    "task stack area (%lu Bytes): 0x%08" PRIxPTR " .. 0x%08" PRIxPTR "\n",
    (unsigned long) stack->size,                                      
    stack->area,                                                      
    ((char *) stack->area + stack->size)                              
  );                                                                  
  if (!pattern_ok) {                                                  
 2002474:	80 8e 60 ff 	btst  0xff, %i1                                <== NOT EXECUTED
 2002478:	02 80 00 04 	be  2002488 <Stack_check_report_blown_task+0x90><== NOT EXECUTED
 200247c:	96 04 20 18 	add  %l0, 0x18, %o3                            <== NOT EXECUTED
          rtems_configuration_get_user_multiprocessing_table()->node  
      );                                                              
    }                                                                 
  #endif                                                              
                                                                      
  rtems_fatal_error_occurred(0x81);                                   
 2002480:	40 00 11 4e 	call  20069b8 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2002484:	90 10 20 81 	mov  0x81, %o0                                 <== NOT EXECUTED
    (unsigned long) stack->size,                                      
    stack->area,                                                      
    ((char *) stack->area + stack->size)                              
  );                                                                  
  if (!pattern_ok) {                                                  
    printk(                                                           
 2002488:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 200248c:	92 10 20 10 	mov  0x10, %o1                                 <== NOT EXECUTED
 2002490:	90 12 23 20 	or  %o0, 0x320, %o0                            <== NOT EXECUTED
 2002494:	40 00 05 0b 	call  20038c0 <printk>                         <== NOT EXECUTED
 2002498:	94 04 20 08 	add  %l0, 8, %o2                               <== NOT EXECUTED
 200249c:	30 bf ff f9 	b,a   2002480 <Stack_check_report_blown_task+0x88><== NOT EXECUTED
                                                                      

0200b34c <Untar_FromFile>: *************************************************************************/ int Untar_FromFile( const char *tar_name ) {
 200b34c:	9d e3 be d0 	save  %sp, -304, %sp                           <== NOT EXECUTED
   unsigned long  size;                                               
   unsigned char  linkflag;                                           
                                                                      
                                                                      
   retval = UNTAR_SUCCESSFUL;                                         
   bufr = (char *)malloc(512);                                        
 200b350:	7f ff e1 f3 	call  2003b1c <malloc>                         <== NOT EXECUTED
 200b354:	90 10 22 00 	mov  0x200, %o0                                <== NOT EXECUTED
   if (bufr == NULL)                                                  
 200b358:	a2 10 20 01 	mov  1, %l1                                    <== NOT EXECUTED
   unsigned long  size;                                               
   unsigned char  linkflag;                                           
                                                                      
                                                                      
   retval = UNTAR_SUCCESSFUL;                                         
   bufr = (char *)malloc(512);                                        
 200b35c:	a0 10 00 08 	mov  %o0, %l0                                  <== NOT EXECUTED
   if (bufr == NULL)                                                  
 200b360:	80 a4 20 00 	cmp  %l0, 0                                    <== NOT EXECUTED
 200b364:	02 80 00 68 	be  200b504 <Untar_FromFile+0x1b8>             <== NOT EXECUTED
 200b368:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
   {                                                                  
      return(UNTAR_FAIL);                                             
   }                                                                  
                                                                      
   fd = open(tar_name, O_RDONLY);                                     
 200b36c:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200b370:	7f ff e4 33 	call  200443c <open>                           <== NOT EXECUTED
 200b374:	3b 00 80 86 	sethi  %hi(0x2021800), %i5                     <== NOT EXECUTED
      if ((n = read(fd, bufr, 512)) != 512)                           
      {                                                               
         break;                                                       
      }                                                               
                                                                      
      if (strncmp(&bufr[257], "ustar  ", 7))                          
 200b378:	b8 04 21 01 	add  %l0, 0x101, %i4                           <== NOT EXECUTED
   if (bufr == NULL)                                                  
   {                                                                  
      return(UNTAR_FAIL);                                             
   }                                                                  
                                                                      
   fd = open(tar_name, O_RDONLY);                                     
 200b37c:	aa 10 00 08 	mov  %o0, %l5                                  <== NOT EXECUTED
      if ((n = read(fd, bufr, 512)) != 512)                           
      {                                                               
         break;                                                       
      }                                                               
                                                                      
      if (strncmp(&bufr[257], "ustar  ", 7))                          
 200b380:	ba 17 61 90 	or  %i5, 0x190, %i5                            <== NOT EXECUTED
      {                                                               
         break;                                                       
      }                                                               
                                                                      
      strncpy(fname, bufr, MAX_NAME_FIELD_SIZE);                      
 200b384:	ac 07 bf 98 	add  %fp, -104, %l6                            <== NOT EXECUTED
 **************************************************************************
 * Change History:                                                        *
 *  12/30/1998 - Creation (JWJ)                                           *
 *************************************************************************/
int                                                                   
Untar_FromFile(                                                       
 200b388:	a4 04 20 0c 	add  %l0, 0xc, %l2                             <== NOT EXECUTED
 200b38c:	a6 04 20 08 	add  %l0, 8, %l3                               <== NOT EXECUTED
       * We've decoded the header, now figure out what it contains and
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
 200b390:	b4 07 bf 30 	add  %fp, -208, %i2                            <== NOT EXECUTED
 200b394:	b2 04 20 9d 	add  %l0, 0x9d, %i1                            <== NOT EXECUTED
   while (1)                                                          
   {                                                                  
      /* Read the header */                                           
      /* If the header read fails, we just consider it the end        
         of the tarfile. */                                           
      if ((n = read(fd, bufr, 512)) != 512)                           
 200b398:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
 200b39c:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 200b3a0:	7f ff e5 0f 	call  20047dc <read>                           <== NOT EXECUTED
 200b3a4:	94 10 22 00 	mov  0x200, %o2                                <== NOT EXECUTED
 200b3a8:	80 a2 22 00 	cmp  %o0, 0x200                                <== NOT EXECUTED
 200b3ac:	12 80 00 52 	bne  200b4f4 <Untar_FromFile+0x1a8>            <== NOT EXECUTED
 200b3b0:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
      {                                                               
         break;                                                       
      }                                                               
                                                                      
      if (strncmp(&bufr[257], "ustar  ", 7))                          
 200b3b4:	90 10 00 1c 	mov  %i4, %o0                                  <== NOT EXECUTED
 200b3b8:	92 10 00 1d 	mov  %i5, %o1                                  <== NOT EXECUTED
 200b3bc:	40 00 24 c5 	call  20146d0 <strncmp>                        <== NOT EXECUTED
 200b3c0:	94 10 20 07 	mov  7, %o2                                    <== NOT EXECUTED
 200b3c4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200b3c8:	12 80 00 4a 	bne  200b4f0 <Untar_FromFile+0x1a4>            <== NOT EXECUTED
 200b3cc:	90 10 00 16 	mov  %l6, %o0                                  <== NOT EXECUTED
      {                                                               
         break;                                                       
      }                                                               
                                                                      
      strncpy(fname, bufr, MAX_NAME_FIELD_SIZE);                      
 200b3d0:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 200b3d4:	40 00 25 1b 	call  2014840 <strncpy>                        <== NOT EXECUTED
 200b3d8:	94 10 20 63 	mov  0x63, %o2                                 <== NOT EXECUTED
      fname[MAX_NAME_FIELD_SIZE] = '\0';                              
                                                                      
      linkflag   = bufr[156];                                         
 200b3dc:	d8 0c 20 9c 	ldub  [ %l0 + 0x9c ], %o4                      <== NOT EXECUTED
      {                                                               
         break;                                                       
      }                                                               
                                                                      
      strncpy(fname, bufr, MAX_NAME_FIELD_SIZE);                      
      fname[MAX_NAME_FIELD_SIZE] = '\0';                              
 200b3e0:	c0 2f bf fb 	clrb  [ %fp + -5 ]                             <== NOT EXECUTED
                                                                      
      linkflag   = bufr[156];                                         
 200b3e4:	86 10 00 10 	mov  %l0, %g3                                  <== NOT EXECUTED
 **************************************************************************
 * Change History:                                                        *
 *  12/30/1998 - Creation (JWJ)                                           *
 *************************************************************************/
int                                                                   
Untar_FromFile(                                                       
 200b3e8:	82 10 00 10 	mov  %l0, %g1                                  <== NOT EXECUTED
 200b3ec:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b3f0:	c4 08 60 7c 	ldub  [ %g1 + 0x7c ], %g2                      <== NOT EXECUTED
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b3f4:	9b 2c 60 03 	sll  %l1, 3, %o5                               <== NOT EXECUTED
 200b3f8:	89 28 a0 18 	sll  %g2, 0x18, %g4                            <== NOT EXECUTED
 200b3fc:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
 200b400:	89 39 20 18 	sra  %g4, 0x18, %g4                            <== NOT EXECUTED
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b404:	84 00 bf d0 	add  %g2, -48, %g2                             <== NOT EXECUTED
 200b408:	84 08 a0 ff 	and  %g2, 0xff, %g2                            <== NOT EXECUTED
 200b40c:	80 a0 a0 09 	cmp  %g2, 9                                    <== NOT EXECUTED
 200b410:	18 80 00 03 	bgu  200b41c <Untar_FromFile+0xd0>             <== NOT EXECUTED
 200b414:	88 01 3f d0 	add  %g4, -48, %g4                             <== NOT EXECUTED
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b418:	a2 01 00 0d 	add  %g4, %o5, %l1                             <== NOT EXECUTED
{                                                                     
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b41c:	80 a0 40 12 	cmp  %g1, %l2                                  <== NOT EXECUTED
 200b420:	32 bf ff f5 	bne,a   200b3f4 <Untar_FromFile+0xa8>          <== NOT EXECUTED
 200b424:	c4 08 60 7c 	ldub  [ %g1 + 0x7c ], %g2                      <== NOT EXECUTED
 **************************************************************************
 * Change History:                                                        *
 *  12/30/1998 - Creation (JWJ)                                           *
 *************************************************************************/
int                                                                   
Untar_FromFile(                                                       
 200b428:	88 10 20 00 	clr  %g4                                       <== NOT EXECUTED
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b42c:	c2 08 e0 94 	ldub  [ %g3 + 0x94 ], %g1                      <== NOT EXECUTED
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b430:	9b 29 20 03 	sll  %g4, 3, %o5                               <== NOT EXECUTED
 200b434:	85 28 60 18 	sll  %g1, 0x18, %g2                            <== NOT EXECUTED
 200b438:	86 00 e0 01 	inc  %g3                                       <== NOT EXECUTED
 200b43c:	85 38 a0 18 	sra  %g2, 0x18, %g2                            <== NOT EXECUTED
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b440:	82 00 7f d0 	add  %g1, -48, %g1                             <== NOT EXECUTED
 200b444:	82 08 60 ff 	and  %g1, 0xff, %g1                            <== NOT EXECUTED
 200b448:	80 a0 60 09 	cmp  %g1, 9                                    <== NOT EXECUTED
 200b44c:	18 80 00 03 	bgu  200b458 <Untar_FromFile+0x10c>            <== NOT EXECUTED
 200b450:	84 00 bf d0 	add  %g2, -48, %g2                             <== NOT EXECUTED
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b454:	88 00 80 0d 	add  %g2, %o5, %g4                             <== NOT EXECUTED
{                                                                     
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b458:	80 a0 c0 13 	cmp  %g3, %l3                                  <== NOT EXECUTED
 200b45c:	32 bf ff f5 	bne,a   200b430 <Untar_FromFile+0xe4>          <== NOT EXECUTED
 200b460:	c2 08 e0 94 	ldub  [ %g3 + 0x94 ], %g1                      <== NOT EXECUTED
 200b464:	84 10 20 00 	clr  %g2                                       <== NOT EXECUTED
 200b468:	10 80 00 05 	b  200b47c <Untar_FromFile+0x130>              <== NOT EXECUTED
 200b46c:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
)                                                                     
{                                                                     
   int  i, sum;                                                       
                                                                      
   sum = 0;                                                           
   for (i=0; i<512; i++)                                              
 200b470:	80 a0 62 00 	cmp  %g1, 0x200                                <== NOT EXECUTED
 200b474:	02 80 00 0b 	be  200b4a0 <Untar_FromFile+0x154>             <== NOT EXECUTED
 200b478:	84 00 a0 20 	add  %g2, 0x20, %g2                            <== NOT EXECUTED
   {                                                                  
      if ((i >= 148) && (i < 156))                                    
 200b47c:	86 00 7f 6c 	add  %g1, -148, %g3                            <== NOT EXECUTED
 200b480:	80 a0 e0 07 	cmp  %g3, 7                                    <== NOT EXECUTED
 200b484:	28 bf ff fb 	bleu,a   200b470 <Untar_FromFile+0x124>        <== NOT EXECUTED
 200b488:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
         sum += 0xff & ' ';                                           
      else                                                            
         sum += 0xff & bufr[i];                                       
 200b48c:	c6 0c 00 01 	ldub  [ %l0 + %g1 ], %g3                       <== NOT EXECUTED
)                                                                     
{                                                                     
   int  i, sum;                                                       
                                                                      
   sum = 0;                                                           
   for (i=0; i<512; i++)                                              
 200b490:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
 200b494:	80 a0 62 00 	cmp  %g1, 0x200                                <== NOT EXECUTED
 200b498:	12 bf ff f9 	bne  200b47c <Untar_FromFile+0x130>            <== NOT EXECUTED
 200b49c:	84 00 80 03 	add  %g2, %g3, %g2                             <== NOT EXECUTED
       * header, but the checksum field is substituted with blanks.   
       ******************************************************************/
      hdr_chksum = _rtems_octal2ulong(&bufr[148], 8);                 
      sum = _rtems_tar_header_checksum(bufr);                         
                                                                      
      if (sum != hdr_chksum)                                          
 200b4a0:	80 a1 00 02 	cmp  %g4, %g2                                  <== NOT EXECUTED
 200b4a4:	12 80 00 4f 	bne  200b5e0 <Untar_FromFile+0x294>            <== NOT EXECUTED
 200b4a8:	98 0b 20 ff 	and  %o4, 0xff, %o4                            <== NOT EXECUTED
                                                                      
      /******************************************************************
       * We've decoded the header, now figure out what it contains and
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
 200b4ac:	80 a3 20 32 	cmp  %o4, 0x32                                 <== NOT EXECUTED
 200b4b0:	02 80 00 17 	be  200b50c <Untar_FromFile+0x1c0>             <== NOT EXECUTED
 200b4b4:	80 a3 20 30 	cmp  %o4, 0x30                                 <== NOT EXECUTED
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
         symlink(linkname,fname);                                     
      }                                                               
      else if (linkflag == REGTYPE)                                   
 200b4b8:	02 80 00 1f 	be  200b534 <Untar_FromFile+0x1e8>             <== NOT EXECUTED
 200b4bc:	80 a3 20 35 	cmp  %o4, 0x35                                 <== NOT EXECUTED
               write(out_fd, bufr, n);                                
            }                                                         
            close(out_fd);                                            
         }                                                            
      }                                                               
      else if (linkflag == DIRTYPE)                                   
 200b4c0:	12 bf ff b7 	bne  200b39c <Untar_FromFile+0x50>             <== NOT EXECUTED
 200b4c4:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
      {                                                               
         mkdir(fname, S_IRWXU | S_IRWXG | S_IRWXO);                   
 200b4c8:	92 10 21 ff 	mov  0x1ff, %o1                                <== NOT EXECUTED
 200b4cc:	7f ff e1 d5 	call  2003c20 <mkdir>                          <== NOT EXECUTED
 200b4d0:	90 10 00 16 	mov  %l6, %o0                                  <== NOT EXECUTED
   while (1)                                                          
   {                                                                  
      /* Read the header */                                           
      /* If the header read fails, we just consider it the end        
         of the tarfile. */                                           
      if ((n = read(fd, bufr, 512)) != 512)                           
 200b4d4:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
 200b4d8:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 200b4dc:	7f ff e4 c0 	call  20047dc <read>                           <== NOT EXECUTED
 200b4e0:	94 10 22 00 	mov  0x200, %o2                                <== NOT EXECUTED
 200b4e4:	80 a2 22 00 	cmp  %o0, 0x200                                <== NOT EXECUTED
 200b4e8:	02 bf ff b4 	be  200b3b8 <Untar_FromFile+0x6c>              <== NOT EXECUTED
 200b4ec:	90 10 00 1c 	mov  %i4, %o0                                  <== NOT EXECUTED
            close(out_fd);                                            
         }                                                            
      }                                                               
      else if (linkflag == DIRTYPE)                                   
      {                                                               
         mkdir(fname, S_IRWXU | S_IRWXG | S_IRWXO);                   
 200b4f0:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
      }                                                               
   }                                                                  
   free(bufr);                                                        
 200b4f4:	7f ff df 81 	call  20032f8 <free>                           <== NOT EXECUTED
 200b4f8:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
   close(fd);                                                         
 200b4fc:	7f ff de 07 	call  2002d18 <close>                          <== NOT EXECUTED
 200b500:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
                                                                      
   return(retval);                                                    
}                                                                     
 200b504:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b508:	91 e8 00 11 	restore  %g0, %l1, %o0                         <== NOT EXECUTED
       * We've decoded the header, now figure out what it contains and
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
 200b50c:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200b510:	90 10 00 1a 	mov  %i2, %o0                                  <== NOT EXECUTED
 200b514:	40 00 24 cb 	call  2014840 <strncpy>                        <== NOT EXECUTED
 200b518:	94 10 20 63 	mov  0x63, %o2                                 <== NOT EXECUTED
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
         symlink(linkname,fname);                                     
 200b51c:	90 10 00 1a 	mov  %i2, %o0                                  <== NOT EXECUTED
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
 200b520:	c0 2f bf 93 	clrb  [ %fp + -109 ]                           <== NOT EXECUTED
         symlink(linkname,fname);                                     
 200b524:	40 00 08 d6 	call  200d87c <symlink>                        <== NOT EXECUTED
 200b528:	92 10 00 16 	mov  %l6, %o1                                  <== NOT EXECUTED
   while (1)                                                          
   {                                                                  
      /* Read the header */                                           
      /* If the header read fails, we just consider it the end        
         of the tarfile. */                                           
      if ((n = read(fd, bufr, 512)) != 512)                           
 200b52c:	10 bf ff 9c 	b  200b39c <Untar_FromFile+0x50>               <== NOT EXECUTED
 200b530:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
                                                                      
         /******************************************************************
          * Read out the data.  There are nblocks of data where nblocks
          * is the size rounded to the nearest 512-byte boundary.     
          *****************************************************************/
         nblocks = (((size) + 511) & ~511) / 512;                     
 200b534:	ae 04 61 ff 	add  %l1, 0x1ff, %l7                           <== NOT EXECUTED
                                                                      
         if ((out_fd = creat(fname, 0644)) == -1)                     
 200b538:	90 10 00 16 	mov  %l6, %o0                                  <== NOT EXECUTED
 200b53c:	92 10 21 a4 	mov  0x1a4, %o1                                <== NOT EXECUTED
 200b540:	40 00 1b 5a 	call  20122a8 <creat>                          <== NOT EXECUTED
 200b544:	af 35 e0 09 	srl  %l7, 9, %l7                               <== NOT EXECUTED
 200b548:	80 a2 3f ff 	cmp  %o0, -1                                   <== NOT EXECUTED
 200b54c:	02 80 00 18 	be  200b5ac <Untar_FromFile+0x260>             <== NOT EXECUTED
 200b550:	b6 10 00 08 	mov  %o0, %i3                                  <== NOT EXECUTED
               n = read(fd, bufr, 512);                               
            }                                                         
         }                                                            
         else                                                         
         {                                                            
            for (i=0; i<nblocks; i++)                                 
 200b554:	80 a5 e0 00 	cmp  %l7, 0                                    <== NOT EXECUTED
 200b558:	02 80 00 11 	be  200b59c <Untar_FromFile+0x250>             <== NOT EXECUTED
 200b55c:	a8 10 20 00 	clr  %l4                                       <== NOT EXECUTED
            {                                                         
               n = read(fd, bufr, 512);                               
 200b560:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 200b564:	94 10 22 00 	mov  0x200, %o2                                <== NOT EXECUTED
 200b568:	7f ff e4 9d 	call  20047dc <read>                           <== NOT EXECUTED
 200b56c:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
               n = MIN(n, size - i*512);                              
               write(out_fd, bufr, n);                                
 200b570:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
         }                                                            
         else                                                         
         {                                                            
            for (i=0; i<nblocks; i++)                                 
            {                                                         
               n = read(fd, bufr, 512);                               
 200b574:	94 10 00 08 	mov  %o0, %o2                                  <== NOT EXECUTED
               n = MIN(n, size - i*512);                              
               write(out_fd, bufr, n);                                
 200b578:	80 a2 80 11 	cmp  %o2, %l1                                  <== NOT EXECUTED
 200b57c:	08 80 00 03 	bleu  200b588 <Untar_FromFile+0x23c>           <== NOT EXECUTED
 200b580:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
 200b584:	94 10 00 11 	mov  %l1, %o2                                  <== NOT EXECUTED
 200b588:	40 00 09 7d 	call  200db7c <write>                          <== NOT EXECUTED
 200b58c:	a8 05 20 01 	inc  %l4                                       <== NOT EXECUTED
               n = read(fd, bufr, 512);                               
            }                                                         
         }                                                            
         else                                                         
         {                                                            
            for (i=0; i<nblocks; i++)                                 
 200b590:	80 a5 c0 14 	cmp  %l7, %l4                                  <== NOT EXECUTED
 200b594:	18 bf ff f3 	bgu  200b560 <Untar_FromFile+0x214>            <== NOT EXECUTED
 200b598:	a2 04 7e 00 	add  %l1, -512, %l1                            <== NOT EXECUTED
            {                                                         
               n = read(fd, bufr, 512);                               
               n = MIN(n, size - i*512);                              
               write(out_fd, bufr, n);                                
            }                                                         
            close(out_fd);                                            
 200b59c:	7f ff dd df 	call  2002d18 <close>                          <== NOT EXECUTED
 200b5a0:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
   while (1)                                                          
   {                                                                  
      /* Read the header */                                           
      /* If the header read fails, we just consider it the end        
         of the tarfile. */                                           
      if ((n = read(fd, bufr, 512)) != 512)                           
 200b5a4:	10 bf ff 7e 	b  200b39c <Untar_FromFile+0x50>               <== NOT EXECUTED
 200b5a8:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
          *****************************************************************/
         nblocks = (((size) + 511) & ~511) / 512;                     
                                                                      
         if ((out_fd = creat(fname, 0644)) == -1)                     
         {                                                            
            for (i=0; i<nblocks; i++)                                 
 200b5ac:	80 a5 e0 00 	cmp  %l7, 0                                    <== NOT EXECUTED
 200b5b0:	02 bf ff 7a 	be  200b398 <Untar_FromFile+0x4c>              <== NOT EXECUTED
 200b5b4:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
            {                                                         
               n = read(fd, bufr, 512);                               
 200b5b8:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
 200b5bc:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 200b5c0:	7f ff e4 87 	call  20047dc <read>                           <== NOT EXECUTED
 200b5c4:	94 10 22 00 	mov  0x200, %o2                                <== NOT EXECUTED
          *****************************************************************/
         nblocks = (((size) + 511) & ~511) / 512;                     
                                                                      
         if ((out_fd = creat(fname, 0644)) == -1)                     
         {                                                            
            for (i=0; i<nblocks; i++)                                 
 200b5c8:	a2 04 60 01 	inc  %l1                                       <== NOT EXECUTED
 200b5cc:	80 a5 c0 11 	cmp  %l7, %l1                                  <== NOT EXECUTED
 200b5d0:	18 bf ff fb 	bgu  200b5bc <Untar_FromFile+0x270>            <== NOT EXECUTED
 200b5d4:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
   while (1)                                                          
   {                                                                  
      /* Read the header */                                           
      /* If the header read fails, we just consider it the end        
         of the tarfile. */                                           
      if ((n = read(fd, bufr, 512)) != 512)                           
 200b5d8:	10 bf ff 72 	b  200b3a0 <Untar_FromFile+0x54>               <== NOT EXECUTED
 200b5dc:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
       * header, but the checksum field is substituted with blanks.   
       ******************************************************************/
      hdr_chksum = _rtems_octal2ulong(&bufr[148], 8);                 
      sum = _rtems_tar_header_checksum(bufr);                         
                                                                      
      if (sum != hdr_chksum)                                          
 200b5e0:	10 bf ff c5 	b  200b4f4 <Untar_FromFile+0x1a8>              <== NOT EXECUTED
 200b5e4:	a2 10 20 02 	mov  2, %l1                                    <== NOT EXECUTED
                                                                      

0200b5e8 <Untar_FromMemory>: int Untar_FromMemory( void *tar_buf, size_t size ) {
 200b5e8:	9d e3 be d0 	save  %sp, -304, %sp                           
      }                                                               
                                                                      
      /* Read the header */                                           
      bufr = &tar_ptr[ptr];                                           
      ptr += 512;                                                     
      if (strncmp(&bufr[257], "ustar  ", 7))                          
 200b5ec:	3b 00 80 86 	sethi  %hi(0x2021800), %i5                     
      else if (linkflag == REGTYPE)                                   
      {                                                               
         nblocks = (((file_size) + 511) & ~511) / 512;                
         if ((fp = fopen(fname, "w")) == NULL)                        
         {                                                            
            printk("Untar: failed to create file %s\n", fname);       
 200b5f0:	35 00 80 86 	sethi  %hi(0x2021800), %i2                     
            {                                                         
               len = ((sizeToGo < 512L)?(sizeToGo):(512L));           
               n = fwrite(&tar_ptr[ptr], 1, len, fp);                 
               if (n != len)                                          
               {                                                      
                  printk("untar: Error during write\n");              
 200b5f4:	37 00 80 86 	sethi  %hi(0x2021800), %i3                     
  void   *tar_buf,                                                    
  size_t  size                                                        
)                                                                     
{                                                                     
   FILE           *fp;                                                
   const char     *tar_ptr = (const char *)tar_buf;                   
 200b5f8:	a2 10 20 00 	clr  %l1                                       
      }                                                               
                                                                      
      /* Read the header */                                           
      bufr = &tar_ptr[ptr];                                           
      ptr += 512;                                                     
      if (strncmp(&bufr[257], "ustar  ", 7))                          
 200b5fc:	ba 17 61 90 	or  %i5, 0x190, %i5                            
                                                                      
                                                                      
   ptr = 0;                                                           
   while (1)                                                          
   {                                                                  
      if (ptr + 512 > size)                                           
 200b600:	a0 04 62 00 	add  %l1, 0x200, %l0                           
      else if (linkflag == REGTYPE)                                   
      {                                                               
         nblocks = (((file_size) + 511) & ~511) / 512;                
         if ((fp = fopen(fname, "w")) == NULL)                        
         {                                                            
            printk("Untar: failed to create file %s\n", fname);       
 200b604:	b4 16 a1 a0 	or  %i2, 0x1a0, %i2                            
            {                                                         
               len = ((sizeToGo < 512L)?(sizeToGo):(512L));           
               n = fwrite(&tar_ptr[ptr], 1, len, fp);                 
               if (n != len)                                          
               {                                                      
                  printk("untar: Error during write\n");              
 200b608:	b6 16 e1 c8 	or  %i3, 0x1c8, %i3                            
      {                                                               
         retval = UNTAR_SUCCESSFUL;                                   
         break;                                                       
      }                                                               
                                                                      
      strncpy(fname, bufr, MAX_NAME_FIELD_SIZE);                      
 200b60c:	aa 07 bf 98 	add  %fp, -104, %l5                            
                                                                      
                                                                      
   ptr = 0;                                                           
   while (1)                                                          
   {                                                                  
      if (ptr + 512 > size)                                           
 200b610:	80 a4 00 19 	cmp  %l0, %i1                                  
 200b614:	18 80 00 4f 	bgu  200b750 <Untar_FromMemory+0x168>          <== NEVER TAKEN
 200b618:	b8 07 bf 30 	add  %fp, -208, %i4                            
         retval = UNTAR_SUCCESSFUL;                                   
         break;                                                       
      }                                                               
                                                                      
      /* Read the header */                                           
      bufr = &tar_ptr[ptr];                                           
 200b61c:	a2 06 00 11 	add  %i0, %l1, %l1                             
      ptr += 512;                                                     
      if (strncmp(&bufr[257], "ustar  ", 7))                          
 200b620:	92 10 00 1d 	mov  %i5, %o1                                  
 200b624:	90 04 61 01 	add  %l1, 0x101, %o0                           
 200b628:	40 00 24 2a 	call  20146d0 <strncmp>                        
 200b62c:	94 10 20 07 	mov  7, %o2                                    
 200b630:	80 a2 20 00 	cmp  %o0, 0                                    
 200b634:	12 80 00 47 	bne  200b750 <Untar_FromMemory+0x168>          
 200b638:	90 10 00 15 	mov  %l5, %o0                                  
      {                                                               
         retval = UNTAR_SUCCESSFUL;                                   
         break;                                                       
      }                                                               
                                                                      
      strncpy(fname, bufr, MAX_NAME_FIELD_SIZE);                      
 200b63c:	92 10 00 11 	mov  %l1, %o1                                  
 200b640:	40 00 24 80 	call  2014840 <strncpy>                        
 200b644:	94 10 20 63 	mov  0x63, %o2                                 
      fname[MAX_NAME_FIELD_SIZE] = '\0';                              
                                                                      
      linkflag   = bufr[156];                                         
 200b648:	d8 0c 60 9c 	ldub  [ %l1 + 0x9c ], %o4                      
 200b64c:	86 10 00 11 	mov  %l1, %g3                                  
         retval = UNTAR_SUCCESSFUL;                                   
         break;                                                       
      }                                                               
                                                                      
      strncpy(fname, bufr, MAX_NAME_FIELD_SIZE);                      
      fname[MAX_NAME_FIELD_SIZE] = '\0';                              
 200b650:	c0 2f bf fb 	clrb  [ %fp + -5 ]                             
 *          UNTAR_INVALID_CHECKSUM  for an invalid header checksum.       *
 *          UNTAR_INVALID_HEADER    for an invalid header.                *
 *                                                                        *
 **************************************************************************/
int                                                                   
Untar_FromMemory(                                                     
 200b654:	96 04 60 0c 	add  %l1, 0xc, %o3                             
 200b658:	82 10 00 11 	mov  %l1, %g1                                  
 200b65c:	a4 10 20 00 	clr  %l2                                       
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b660:	c4 08 60 7c 	ldub  [ %g1 + 0x7c ], %g2                      
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b664:	9b 2c a0 03 	sll  %l2, 3, %o5                               
 200b668:	89 28 a0 18 	sll  %g2, 0x18, %g4                            
 200b66c:	82 00 60 01 	inc  %g1                                       
 200b670:	89 39 20 18 	sra  %g4, 0x18, %g4                            
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b674:	84 00 bf d0 	add  %g2, -48, %g2                             
 200b678:	84 08 a0 ff 	and  %g2, 0xff, %g2                            
 200b67c:	80 a0 a0 09 	cmp  %g2, 9                                    
 200b680:	18 80 00 03 	bgu  200b68c <Untar_FromMemory+0xa4>           
 200b684:	88 01 3f d0 	add  %g4, -48, %g4                             
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b688:	a4 01 00 0d 	add  %g4, %o5, %l2                             
{                                                                     
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b68c:	80 a0 40 0b 	cmp  %g1, %o3                                  
 200b690:	32 bf ff f5 	bne,a   200b664 <Untar_FromMemory+0x7c>        
 200b694:	c4 08 60 7c 	ldub  [ %g1 + 0x7c ], %g2                      
 *          UNTAR_INVALID_CHECKSUM  for an invalid header checksum.       *
 *          UNTAR_INVALID_HEADER    for an invalid header.                *
 *                                                                        *
 **************************************************************************/
int                                                                   
Untar_FromMemory(                                                     
 200b698:	96 04 60 08 	add  %l1, 8, %o3                               
 200b69c:	88 10 20 00 	clr  %g4                                       
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b6a0:	c2 08 e0 94 	ldub  [ %g3 + 0x94 ], %g1                      
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b6a4:	9b 29 20 03 	sll  %g4, 3, %o5                               
 200b6a8:	85 28 60 18 	sll  %g1, 0x18, %g2                            
 200b6ac:	86 00 e0 01 	inc  %g3                                       
 200b6b0:	85 38 a0 18 	sra  %g2, 0x18, %g2                            
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b6b4:	82 00 7f d0 	add  %g1, -48, %g1                             
 200b6b8:	82 08 60 ff 	and  %g1, 0xff, %g1                            
 200b6bc:	80 a0 60 09 	cmp  %g1, 9                                    
 200b6c0:	18 80 00 03 	bgu  200b6cc <Untar_FromMemory+0xe4>           
 200b6c4:	84 00 bf d0 	add  %g2, -48, %g2                             
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b6c8:	88 00 80 0d 	add  %g2, %o5, %g4                             
{                                                                     
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b6cc:	80 a0 c0 0b 	cmp  %g3, %o3                                  
 200b6d0:	32 bf ff f5 	bne,a   200b6a4 <Untar_FromMemory+0xbc>        
 200b6d4:	c2 08 e0 94 	ldub  [ %g3 + 0x94 ], %g1                      
 200b6d8:	84 10 20 00 	clr  %g2                                       
 200b6dc:	10 80 00 05 	b  200b6f0 <Untar_FromMemory+0x108>            
 200b6e0:	82 10 20 00 	clr  %g1                                       
)                                                                     
{                                                                     
   int  i, sum;                                                       
                                                                      
   sum = 0;                                                           
   for (i=0; i<512; i++)                                              
 200b6e4:	80 a0 62 00 	cmp  %g1, 0x200                                
 200b6e8:	02 80 00 0b 	be  200b714 <Untar_FromMemory+0x12c>           <== NEVER TAKEN
 200b6ec:	84 00 a0 20 	add  %g2, 0x20, %g2                            
   {                                                                  
      if ((i >= 148) && (i < 156))                                    
 200b6f0:	86 00 7f 6c 	add  %g1, -148, %g3                            
 200b6f4:	80 a0 e0 07 	cmp  %g3, 7                                    
 200b6f8:	28 bf ff fb 	bleu,a   200b6e4 <Untar_FromMemory+0xfc>       
 200b6fc:	82 00 60 01 	inc  %g1                                       
         sum += 0xff & ' ';                                           
      else                                                            
         sum += 0xff & bufr[i];                                       
 200b700:	c6 0c 40 01 	ldub  [ %l1 + %g1 ], %g3                       
)                                                                     
{                                                                     
   int  i, sum;                                                       
                                                                      
   sum = 0;                                                           
   for (i=0; i<512; i++)                                              
 200b704:	82 00 60 01 	inc  %g1                                       
 200b708:	80 a0 62 00 	cmp  %g1, 0x200                                
 200b70c:	12 bf ff f9 	bne  200b6f0 <Untar_FromMemory+0x108>          
 200b710:	84 00 80 03 	add  %g2, %g3, %g2                             
       * header, but the checksum field is substituted with blanks.   
       ******************************************************************/
      hdr_chksum = _rtems_octal2ulong(&bufr[148], 8);                 
      sum = _rtems_tar_header_checksum(bufr);                         
                                                                      
      if (sum != hdr_chksum)                                          
 200b714:	80 a1 00 02 	cmp  %g4, %g2                                  
 200b718:	12 80 00 46 	bne  200b830 <Untar_FromMemory+0x248>          <== NEVER TAKEN
 200b71c:	98 0b 20 ff 	and  %o4, 0xff, %o4                            
                                                                      
      /******************************************************************
       * We've decoded the header, now figure out what it contains and
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
 200b720:	80 a3 20 32 	cmp  %o4, 0x32                                 
 200b724:	02 80 00 12 	be  200b76c <Untar_FromMemory+0x184>           
 200b728:	80 a3 20 30 	cmp  %o4, 0x30                                 
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
         symlink(linkname, fname);                                    
      }                                                               
      else if (linkflag == REGTYPE)                                   
 200b72c:	02 80 00 1b 	be  200b798 <Untar_FromMemory+0x1b0>           
 200b730:	80 a3 20 35 	cmp  %o4, 0x35                                 
               sizeToGo -= n;                                         
            }                                                         
            fclose(fp);                                               
         }                                                            
      }                                                               
      else if (linkflag == DIRTYPE)                                   
 200b734:	02 80 00 09 	be  200b758 <Untar_FromMemory+0x170>           <== ALWAYS TAKEN
 200b738:	90 10 00 15 	mov  %l5, %o0                                  
  void   *tar_buf,                                                    
  size_t  size                                                        
)                                                                     
{                                                                     
   FILE           *fp;                                                
   const char     *tar_ptr = (const char *)tar_buf;                   
 200b73c:	a2 10 00 10 	mov  %l0, %l1                                  <== NOT EXECUTED
                                                                      
                                                                      
   ptr = 0;                                                           
   while (1)                                                          
   {                                                                  
      if (ptr + 512 > size)                                           
 200b740:	a0 04 62 00 	add  %l1, 0x200, %l0                           <== NOT EXECUTED
 200b744:	80 a4 00 19 	cmp  %l0, %i1                                  
 200b748:	08 bf ff b6 	bleu  200b620 <Untar_FromMemory+0x38>          <== ALWAYS TAKEN
 200b74c:	a2 06 00 11 	add  %i0, %l1, %l1                             
         mkdir(fname, S_IRWXU | S_IRWXG | S_IRWXO);                   
      }                                                               
   }                                                                  
                                                                      
   return(retval);                                                    
}                                                                     
 200b750:	81 c7 e0 08 	ret                                            
 200b754:	91 e8 20 00 	restore  %g0, 0, %o0                           
            fclose(fp);                                               
         }                                                            
      }                                                               
      else if (linkflag == DIRTYPE)                                   
      {                                                               
         mkdir(fname, S_IRWXU | S_IRWXG | S_IRWXO);                   
 200b758:	92 10 21 ff 	mov  0x1ff, %o1                                
 200b75c:	7f ff e1 31 	call  2003c20 <mkdir>                          
 200b760:	a2 10 00 10 	mov  %l0, %l1                                  
                                                                      
                                                                      
   ptr = 0;                                                           
   while (1)                                                          
   {                                                                  
      if (ptr + 512 > size)                                           
 200b764:	10 bf ff f8 	b  200b744 <Untar_FromMemory+0x15c>            
 200b768:	a0 04 62 00 	add  %l1, 0x200, %l0                           
       * We've decoded the header, now figure out what it contains and
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
 200b76c:	92 04 60 9d 	add  %l1, 0x9d, %o1                            
 200b770:	94 10 20 63 	mov  0x63, %o2                                 
 200b774:	40 00 24 33 	call  2014840 <strncpy>                        
 200b778:	90 10 00 1c 	mov  %i4, %o0                                  
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
         symlink(linkname, fname);                                    
 200b77c:	90 10 00 1c 	mov  %i4, %o0                                  
       * do something with it.                                        
       *****************************************************************/
      if (linkflag == SYMTYPE)                                        
      {                                                               
         strncpy(linkname, &bufr[157], MAX_NAME_FIELD_SIZE);          
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
 200b780:	c0 2f bf 93 	clrb  [ %fp + -109 ]                           
         symlink(linkname, fname);                                    
 200b784:	92 10 00 15 	mov  %l5, %o1                                  
 200b788:	40 00 08 3d 	call  200d87c <symlink>                        
 200b78c:	a2 10 00 10 	mov  %l0, %l1                                  
                                                                      
                                                                      
   ptr = 0;                                                           
   while (1)                                                          
   {                                                                  
      if (ptr + 512 > size)                                           
 200b790:	10 bf ff ed 	b  200b744 <Untar_FromMemory+0x15c>            
 200b794:	a0 04 62 00 	add  %l1, 0x200, %l0                           
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
         symlink(linkname, fname);                                    
      }                                                               
      else if (linkflag == REGTYPE)                                   
      {                                                               
         nblocks = (((file_size) + 511) & ~511) / 512;                
 200b798:	ae 04 a1 ff 	add  %l2, 0x1ff, %l7                           
         if ((fp = fopen(fname, "w")) == NULL)                        
 200b79c:	90 10 00 15 	mov  %l5, %o0                                  
 200b7a0:	13 00 80 86 	sethi  %hi(0x2021800), %o1                     
         linkname[MAX_NAME_FIELD_SIZE] = '\0';                        
         symlink(linkname, fname);                                    
      }                                                               
      else if (linkflag == REGTYPE)                                   
      {                                                               
         nblocks = (((file_size) + 511) & ~511) / 512;                
 200b7a4:	af 35 e0 09 	srl  %l7, 9, %l7                               
         if ((fp = fopen(fname, "w")) == NULL)                        
 200b7a8:	40 00 1c f4 	call  2012b78 <fopen>                          
 200b7ac:	92 12 61 98 	or  %o1, 0x198, %o1                            
 200b7b0:	ac 92 20 00 	orcc  %o0, 0, %l6                              
 200b7b4:	02 80 00 21 	be  200b838 <Untar_FromMemory+0x250>           <== NEVER TAKEN
 200b7b8:	a8 06 00 10 	add  %i0, %l0, %l4                             
                                                                      
            /***************************************************************
             * Read out the data.  There are nblocks of data where nblocks
             * is the file_size rounded to the nearest 512-byte boundary.
             **************************************************************/
            for (i=0; i<nblocks; i++)                                 
 200b7bc:	80 a5 e0 00 	cmp  %l7, 0                                    
 200b7c0:	12 80 00 07 	bne  200b7dc <Untar_FromMemory+0x1f4>          <== ALWAYS TAKEN
 200b7c4:	a6 10 20 00 	clr  %l3                                       
                  break;                                              
               }                                                      
               ptr += 512;                                            
               sizeToGo -= n;                                         
            }                                                         
            fclose(fp);                                               
 200b7c8:	10 80 00 16 	b  200b820 <Untar_FromMemory+0x238>            <== NOT EXECUTED
 200b7cc:	90 10 00 16 	mov  %l6, %o0                                  <== NOT EXECUTED
                                                                      
            /***************************************************************
             * Read out the data.  There are nblocks of data where nblocks
             * is the file_size rounded to the nearest 512-byte boundary.
             **************************************************************/
            for (i=0; i<nblocks; i++)                                 
 200b7d0:	80 a5 c0 13 	cmp  %l7, %l3                                  
 200b7d4:	08 80 00 12 	bleu  200b81c <Untar_FromMemory+0x234>         <== ALWAYS TAKEN
 200b7d8:	a0 04 22 00 	add  %l0, 0x200, %l0                           
            {                                                         
               len = ((sizeToGo < 512L)?(sizeToGo):(512L));           
 200b7dc:	80 a4 a2 00 	cmp  %l2, 0x200                                
                                                                      
            /***************************************************************
             * Read out the data.  There are nblocks of data where nblocks
             * is the file_size rounded to the nearest 512-byte boundary.
             **************************************************************/
            for (i=0; i<nblocks; i++)                                 
 200b7e0:	a6 04 e0 01 	inc  %l3                                       
            {                                                         
               len = ((sizeToGo < 512L)?(sizeToGo):(512L));           
 200b7e4:	08 80 00 03 	bleu  200b7f0 <Untar_FromMemory+0x208>         <== ALWAYS TAKEN
 200b7e8:	a2 10 00 12 	mov  %l2, %l1                                  
 200b7ec:	a2 10 22 00 	mov  0x200, %l1                                <== NOT EXECUTED
               n = fwrite(&tar_ptr[ptr], 1, len, fp);                 
 200b7f0:	90 10 00 14 	mov  %l4, %o0                                  
 200b7f4:	92 10 20 01 	mov  1, %o1                                    
 200b7f8:	94 10 00 11 	mov  %l1, %o2                                  
 200b7fc:	96 10 00 16 	mov  %l6, %o3                                  
 200b800:	40 00 1e ea 	call  20133a8 <fwrite>                         
 200b804:	a4 24 80 11 	sub  %l2, %l1, %l2                             
               if (n != len)                                          
 200b808:	80 a4 40 08 	cmp  %l1, %o0                                  
 200b80c:	02 bf ff f1 	be  200b7d0 <Untar_FromMemory+0x1e8>           <== ALWAYS TAKEN
 200b810:	a8 05 22 00 	add  %l4, 0x200, %l4                           
               {                                                      
                  printk("untar: Error during write\n");              
 200b814:	7f ff e3 e6 	call  20047ac <printk>                         <== NOT EXECUTED
 200b818:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
                  break;                                              
               }                                                      
               ptr += 512;                                            
               sizeToGo -= n;                                         
            }                                                         
            fclose(fp);                                               
 200b81c:	90 10 00 16 	mov  %l6, %o0                                  
 200b820:	40 00 1b 00 	call  2012420 <fclose>                         
 200b824:	a2 10 00 10 	mov  %l0, %l1                                  
                                                                      
                                                                      
   ptr = 0;                                                           
   while (1)                                                          
   {                                                                  
      if (ptr + 512 > size)                                           
 200b828:	10 bf ff c7 	b  200b744 <Untar_FromMemory+0x15c>            
 200b82c:	a0 04 62 00 	add  %l1, 0x200, %l0                           
       * header, but the checksum field is substituted with blanks.   
       ******************************************************************/
      hdr_chksum = _rtems_octal2ulong(&bufr[148], 8);                 
      sum = _rtems_tar_header_checksum(bufr);                         
                                                                      
      if (sum != hdr_chksum)                                          
 200b830:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b834:	91 e8 20 02 	restore  %g0, 2, %o0                           <== NOT EXECUTED
      else if (linkflag == REGTYPE)                                   
      {                                                               
         nblocks = (((file_size) + 511) & ~511) / 512;                
         if ((fp = fopen(fname, "w")) == NULL)                        
         {                                                            
            printk("Untar: failed to create file %s\n", fname);       
 200b838:	90 10 00 1a 	mov  %i2, %o0                                  <== NOT EXECUTED
 200b83c:	92 10 00 15 	mov  %l5, %o1                                  <== NOT EXECUTED
 200b840:	7f ff e3 db 	call  20047ac <printk>                         <== NOT EXECUTED
 200b844:	af 2d e0 09 	sll  %l7, 9, %l7                               <== NOT EXECUTED
            ptr += 512 * nblocks;                                     
 200b848:	a0 04 00 17 	add  %l0, %l7, %l0                             <== NOT EXECUTED
  void   *tar_buf,                                                    
  size_t  size                                                        
)                                                                     
{                                                                     
   FILE           *fp;                                                
   const char     *tar_ptr = (const char *)tar_buf;                   
 200b84c:	10 bf ff bd 	b  200b740 <Untar_FromMemory+0x158>            <== NOT EXECUTED
 200b850:	a2 10 00 10 	mov  %l0, %l1                                  <== NOT EXECUTED
                                                                      

020068ec <_API_extensions_Run_postdriver>: * * _API_extensions_Run_postdriver */ void _API_extensions_Run_postdriver( void ) {
 20068ec:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node             *the_node;                                   
  API_extensions_Control *the_extension;                              
                                                                      
  for ( the_node = _API_extensions_List.first ;                       
 20068f0:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 20068f4:	e0 04 63 84 	ld  [ %l1 + 0x384 ], %l0	! 201cf84 <_API_extensions_List>
 20068f8:	a2 14 63 84 	or  %l1, 0x384, %l1                            
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 20068fc:	a2 04 60 04 	add  %l1, 4, %l1                               
 2006900:	80 a4 00 11 	cmp  %l0, %l1                                  
 2006904:	02 80 00 09 	be  2006928 <_API_extensions_Run_postdriver+0x3c><== NEVER TAKEN
 2006908:	01 00 00 00 	nop                                            
     *  Currently all APIs configure this hook so it is always non-NULL.
     */                                                               
#if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API)              
    if ( the_extension->postdriver_hook )                             
#endif                                                                
      (*the_extension->postdriver_hook)();                            
 200690c:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2006910:	9f c0 40 00 	call  %g1                                      
 2006914:	01 00 00 00 	nop                                            
  Chain_Node             *the_node;                                   
  API_extensions_Control *the_extension;                              
                                                                      
  for ( the_node = _API_extensions_List.first ;                       
        !_Chain_Is_tail( &_API_extensions_List, the_node ) ;          
        the_node = the_node->next ) {                                 
 2006918:	e0 04 00 00 	ld  [ %l0 ], %l0                               
void _API_extensions_Run_postdriver( void )                           
{                                                                     
  Chain_Node             *the_node;                                   
  API_extensions_Control *the_extension;                              
                                                                      
  for ( the_node = _API_extensions_List.first ;                       
 200691c:	80 a4 00 11 	cmp  %l0, %l1                                  
 2006920:	32 bf ff fc 	bne,a   2006910 <_API_extensions_Run_postdriver+0x24>
 2006924:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2006928:	81 c7 e0 08 	ret                                            
 200692c:	81 e8 00 00 	restore                                        
                                                                      

02006930 <_API_extensions_Run_postswitch>: * * _API_extensions_Run_postswitch */ void _API_extensions_Run_postswitch( void ) {
 2006930:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node             *the_node;                                   
  API_extensions_Control *the_extension;                              
                                                                      
  for ( the_node = _API_extensions_List.first ;                       
 2006934:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 2006938:	e0 04 63 84 	ld  [ %l1 + 0x384 ], %l0	! 201cf84 <_API_extensions_List>
 200693c:	a2 14 63 84 	or  %l1, 0x384, %l1                            
 2006940:	a2 04 60 04 	add  %l1, 4, %l1                               
 2006944:	80 a4 00 11 	cmp  %l0, %l1                                  
 2006948:	02 80 00 0a 	be  2006970 <_API_extensions_Run_postswitch+0x40><== NEVER TAKEN
 200694c:	25 00 80 73 	sethi  %hi(0x201cc00), %l2                     
 2006950:	a4 14 a2 00 	or  %l2, 0x200, %l2	! 201ce00 <_Thread_Executing>
     *  provide this hook.                                            
     */                                                               
#if defined(RTEMS_ITRON_API)                                          
    if ( the_extension->postswitch_hook )                             
#endif                                                                
      (*the_extension->postswitch_hook)( _Thread_Executing );         
 2006954:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         
 2006958:	9f c0 40 00 	call  %g1                                      
 200695c:	d0 04 80 00 	ld  [ %l2 ], %o0                               
  Chain_Node             *the_node;                                   
  API_extensions_Control *the_extension;                              
                                                                      
  for ( the_node = _API_extensions_List.first ;                       
        !_Chain_Is_tail( &_API_extensions_List, the_node ) ;          
        the_node = the_node->next ) {                                 
 2006960:	e0 04 00 00 	ld  [ %l0 ], %l0                               
void _API_extensions_Run_postswitch( void )                           
{                                                                     
  Chain_Node             *the_node;                                   
  API_extensions_Control *the_extension;                              
                                                                      
  for ( the_node = _API_extensions_List.first ;                       
 2006964:	80 a4 00 11 	cmp  %l0, %l1                                  
 2006968:	32 bf ff fc 	bne,a   2006958 <_API_extensions_Run_postswitch+0x28>
 200696c:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         
 2006970:	81 c7 e0 08 	ret                                            
 2006974:	81 e8 00 00 	restore                                        
                                                                      

020090ac <_CORE_RWLock_Obtain_for_reading>: Objects_Id id, bool wait, Watchdog_Interval timeout, CORE_RWLock_API_mp_support_callout api_rwlock_mp_support ) {
 20090ac:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level       level;                                              
  Thread_Control *executing = _Thread_Executing;                      
 20090b0:	03 00 80 7f 	sethi  %hi(0x201fc00), %g1                     
   *  If unlocked, then OK to read.                                   
   *  If locked for reading and no waiters, then OK to read.          
   *  If any thread is waiting, then we wait.                         
   */                                                                 
                                                                      
  _ISR_Disable( level );                                              
 20090b4:	7f ff ea 23 	call  2003940 <sparc_disable_interrupts>       
 20090b8:	e0 00 63 c0 	ld  [ %g1 + 0x3c0 ], %l0	! 201ffc0 <_Thread_Executing>
 20090bc:	a2 10 00 08 	mov  %o0, %l1                                  
    switch ( the_rwlock->current_state ) {                            
 20090c0:	c2 06 20 44 	ld  [ %i0 + 0x44 ], %g1                        
 20090c4:	80 a0 60 00 	cmp  %g1, 0                                    
 20090c8:	12 80 00 0c 	bne  20090f8 <_CORE_RWLock_Obtain_for_reading+0x4c>
 20090cc:	80 a0 60 01 	cmp  %g1, 1                                    
      case CORE_RWLOCK_UNLOCKED:                                      
	the_rwlock->current_state = CORE_RWLOCK_LOCKED_FOR_READING;          
	the_rwlock->number_of_readers += 1;                                  
 20090d0:	c2 06 20 48 	ld  [ %i0 + 0x48 ], %g1                        
   */                                                                 
                                                                      
  _ISR_Disable( level );                                              
    switch ( the_rwlock->current_state ) {                            
      case CORE_RWLOCK_UNLOCKED:                                      
	the_rwlock->current_state = CORE_RWLOCK_LOCKED_FOR_READING;          
 20090d4:	84 10 20 01 	mov  1, %g2                                    
	the_rwlock->number_of_readers += 1;                                  
 20090d8:	82 00 60 01 	inc  %g1                                       
   */                                                                 
                                                                      
  _ISR_Disable( level );                                              
    switch ( the_rwlock->current_state ) {                            
      case CORE_RWLOCK_UNLOCKED:                                      
	the_rwlock->current_state = CORE_RWLOCK_LOCKED_FOR_READING;          
 20090dc:	c4 26 20 44 	st  %g2, [ %i0 + 0x44 ]                        
	the_rwlock->number_of_readers += 1;                                  
 20090e0:	c2 26 20 48 	st  %g1, [ %i0 + 0x48 ]                        
	_ISR_Enable( level );                                                
 20090e4:	7f ff ea 1b 	call  2003950 <sparc_enable_interrupts>        
 20090e8:	01 00 00 00 	nop                                            
	executing->Wait.return_code = CORE_RWLOCK_SUCCESSFUL;                
 20090ec:	c0 24 20 34 	clr  [ %l0 + 0x34 ]                            
	return;                                                              
 20090f0:	81 c7 e0 08 	ret                                            
 20090f4:	81 e8 00 00 	restore                                        
   *  If locked for reading and no waiters, then OK to read.          
   *  If any thread is waiting, then we wait.                         
   */                                                                 
                                                                      
  _ISR_Disable( level );                                              
    switch ( the_rwlock->current_state ) {                            
 20090f8:	02 80 00 15 	be  200914c <_CORE_RWLock_Obtain_for_reading+0xa0>
 20090fc:	80 8e a0 ff 	btst  0xff, %i2                                
                                                                      
    /*                                                                
     *  If the thread is not willing to wait, then return immediately.
     */                                                               
                                                                      
    if ( !wait ) {                                                    
 2009100:	02 80 00 0d 	be  2009134 <_CORE_RWLock_Obtain_for_reading+0x88>
 2009104:	82 10 20 01 	mov  1, %g1                                    
     *  We need to wait to enter this critical section                
     */                                                               
                                                                      
    _Thread_queue_Enter_critical_section( &the_rwlock->Wait_queue );  
    executing->Wait.queue       = &the_rwlock->Wait_queue;            
    executing->Wait.id          = id;                                 
 2009108:	f2 24 20 20 	st  %i1, [ %l0 + 0x20 ]                        
    executing->Wait.option      = CORE_RWLOCK_THREAD_WAITING_FOR_READ;
    executing->Wait.return_code = CORE_RWLOCK_SUCCESSFUL;             
 200910c:	c0 24 20 34 	clr  [ %l0 + 0x34 ]                            
    /*                                                                
     *  We need to wait to enter this critical section                
     */                                                               
                                                                      
    _Thread_queue_Enter_critical_section( &the_rwlock->Wait_queue );  
    executing->Wait.queue       = &the_rwlock->Wait_queue;            
 2009110:	f0 24 20 44 	st  %i0, [ %l0 + 0x44 ]                        
    executing->Wait.id          = id;                                 
    executing->Wait.option      = CORE_RWLOCK_THREAD_WAITING_FOR_READ;
 2009114:	c0 24 20 30 	clr  [ %l0 + 0x30 ]                            
 2009118:	c2 26 20 30 	st  %g1, [ %i0 + 0x30 ]                        
    executing->Wait.return_code = CORE_RWLOCK_SUCCESSFUL;             
    _ISR_Enable( level );                                             
 200911c:	90 10 00 11 	mov  %l1, %o0                                  
 2009120:	7f ff ea 0c 	call  2003950 <sparc_enable_interrupts>        
 2009124:	35 00 80 24 	sethi  %hi(0x2009000), %i2                     
                                                                      
    _Thread_queue_Enqueue_with_handler(                               
 2009128:	b2 10 00 1b 	mov  %i3, %i1                                  
 200912c:	40 00 07 4e 	call  200ae64 <_Thread_queue_Enqueue_with_handler>
 2009130:	95 ee a2 f8 	restore  %i2, 0x2f8, %o2                       
    /*                                                                
     *  If the thread is not willing to wait, then return immediately.
     */                                                               
                                                                      
    if ( !wait ) {                                                    
      _ISR_Enable( level );                                           
 2009134:	7f ff ea 07 	call  2003950 <sparc_enable_interrupts>        
 2009138:	90 10 00 11 	mov  %l1, %o0                                  
      executing->Wait.return_code = CORE_RWLOCK_UNAVAILABLE;          
 200913c:	82 10 20 02 	mov  2, %g1                                    
 2009140:	c2 24 20 34 	st  %g1, [ %l0 + 0x34 ]                        
 2009144:	81 c7 e0 08 	ret                                            
 2009148:	81 e8 00 00 	restore                                        
	executing->Wait.return_code = CORE_RWLOCK_SUCCESSFUL;                
	return;                                                              
                                                                      
      case CORE_RWLOCK_LOCKED_FOR_READING: {                          
        Thread_Control *waiter;                                       
        waiter = _Thread_queue_First( &the_rwlock->Wait_queue );      
 200914c:	40 00 08 43 	call  200b258 <_Thread_queue_First>            
 2009150:	90 10 00 18 	mov  %i0, %o0                                  
        if ( !waiter ) {                                              
 2009154:	80 a2 20 00 	cmp  %o0, 0                                    
 2009158:	12 bf ff ea 	bne  2009100 <_CORE_RWLock_Obtain_for_reading+0x54><== NEVER TAKEN
 200915c:	80 8e a0 ff 	btst  0xff, %i2                                
	  the_rwlock->number_of_readers += 1;                                
 2009160:	c2 06 20 48 	ld  [ %i0 + 0x48 ], %g1                        
 2009164:	82 00 60 01 	inc  %g1                                       
 2009168:	c2 26 20 48 	st  %g1, [ %i0 + 0x48 ]                        
	  _ISR_Enable( level );                                              
 200916c:	7f ff e9 f9 	call  2003950 <sparc_enable_interrupts>        
 2009170:	90 10 00 11 	mov  %l1, %o0                                  
	  executing->Wait.return_code = CORE_RWLOCK_SUCCESSFUL;              
 2009174:	c0 24 20 34 	clr  [ %l0 + 0x34 ]                            
          return;                                                     
 2009178:	81 c7 e0 08 	ret                                            
 200917c:	81 e8 00 00 	restore                                        
                                                                      

02009204 <_CORE_RWLock_Release>: */ CORE_RWLock_Status _CORE_RWLock_Release( CORE_RWLock_Control *the_rwlock ) {
 2009204:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level       level;                                              
  Thread_Control *executing = _Thread_Executing;                      
 2009208:	03 00 80 7f 	sethi  %hi(0x201fc00), %g1                     
   *  Otherwise, we have to block.                                    
   *  If locked for reading and no waiters, then OK to read.          
   *  If any thread is waiting, then we wait.                         
   */                                                                 
                                                                      
  _ISR_Disable( level );                                              
 200920c:	7f ff e9 cd 	call  2003940 <sparc_disable_interrupts>       
 2009210:	e0 00 63 c0 	ld  [ %g1 + 0x3c0 ], %l0	! 201ffc0 <_Thread_Executing>
 2009214:	84 10 00 08 	mov  %o0, %g2                                  
    if ( the_rwlock->current_state == CORE_RWLOCK_UNLOCKED){          
 2009218:	c2 06 20 44 	ld  [ %i0 + 0x44 ], %g1                        
 200921c:	80 a0 60 00 	cmp  %g1, 0                                    
 2009220:	02 80 00 2c 	be  20092d0 <_CORE_RWLock_Release+0xcc>        
 2009224:	80 a0 60 01 	cmp  %g1, 1                                    
      _ISR_Enable( level );                                           
      executing->Wait.return_code = CORE_RWLOCK_UNAVAILABLE;          
      return CORE_RWLOCK_SUCCESSFUL;                                  
    }                                                                 
    if ( the_rwlock->current_state == CORE_RWLOCK_LOCKED_FOR_READING ) {
 2009228:	22 80 00 23 	be,a   20092b4 <_CORE_RWLock_Release+0xb0>     
 200922c:	c2 06 20 48 	ld  [ %i0 + 0x48 ], %g1                        
          return CORE_RWLOCK_SUCCESSFUL;                              
        }                                                             
    }                                                                 
                                                                      
    /* CORE_RWLOCK_LOCKED_FOR_WRITING or READING with readers */      
    executing->Wait.return_code = CORE_RWLOCK_SUCCESSFUL;             
 2009230:	c0 24 20 34 	clr  [ %l0 + 0x34 ]                            
                                                                      
    /*                                                                
     * Implicitly transition to "unlocked" and find another thread interested
     * in obtaining this rwlock.                                      
     */                                                               
    the_rwlock->current_state = CORE_RWLOCK_UNLOCKED;                 
 2009234:	c0 26 20 44 	clr  [ %i0 + 0x44 ]                            
  _ISR_Enable( level );                                               
 2009238:	7f ff e9 c6 	call  2003950 <sparc_enable_interrupts>        
 200923c:	90 10 00 02 	mov  %g2, %o0                                  
                                                                      
  next = _Thread_queue_Dequeue( &the_rwlock->Wait_queue );            
 2009240:	40 00 06 a7 	call  200acdc <_Thread_queue_Dequeue>          
 2009244:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  if ( next ) {                                                       
 2009248:	80 a2 20 00 	cmp  %o0, 0                                    
 200924c:	22 80 00 25 	be,a   20092e0 <_CORE_RWLock_Release+0xdc>     
 2009250:	b0 10 20 00 	clr  %i0                                       
    if ( next->Wait.option == CORE_RWLOCK_THREAD_WAITING_FOR_WRITE ) {
 2009254:	c2 02 20 30 	ld  [ %o0 + 0x30 ], %g1                        
 2009258:	80 a0 60 01 	cmp  %g1, 1                                    
 200925c:	02 80 00 23 	be  20092e8 <_CORE_RWLock_Release+0xe4>        
 2009260:	84 10 20 01 	mov  1, %g2                                    
    }                                                                 
                                                                      
    /*                                                                
     * Must be CORE_RWLOCK_THREAD_WAITING_FOR_READING                 
     */                                                               
    the_rwlock->number_of_readers += 1;                               
 2009264:	c2 06 20 48 	ld  [ %i0 + 0x48 ], %g1                        
 2009268:	82 00 60 01 	inc  %g1                                       
    the_rwlock->current_state = CORE_RWLOCK_LOCKED_FOR_READING;       
 200926c:	c4 26 20 44 	st  %g2, [ %i0 + 0x44 ]                        
    }                                                                 
                                                                      
    /*                                                                
     * Must be CORE_RWLOCK_THREAD_WAITING_FOR_READING                 
     */                                                               
    the_rwlock->number_of_readers += 1;                               
 2009270:	10 80 00 0a 	b  2009298 <_CORE_RWLock_Release+0x94>         
 2009274:	c2 26 20 48 	st  %g1, [ %i0 + 0x48 ]                        
     * Now see if more readers can be let go.                         
     */                                                               
    while ( 1 ) {                                                     
      next = _Thread_queue_First( &the_rwlock->Wait_queue );          
      if ( !next ||                                                   
           next->Wait.option == CORE_RWLOCK_THREAD_WAITING_FOR_WRITE )
 2009278:	80 a0 60 01 	cmp  %g1, 1                                    
 200927c:	02 80 00 0c 	be  20092ac <_CORE_RWLock_Release+0xa8>        <== NEVER TAKEN
 2009280:	92 10 00 08 	mov  %o0, %o1                                  
        return CORE_RWLOCK_SUCCESSFUL;                                
      the_rwlock->number_of_readers += 1;                             
 2009284:	c2 06 20 48 	ld  [ %i0 + 0x48 ], %g1                        
      _Thread_queue_Extract( &the_rwlock->Wait_queue, next );         
 2009288:	90 10 00 18 	mov  %i0, %o0                                  
    while ( 1 ) {                                                     
      next = _Thread_queue_First( &the_rwlock->Wait_queue );          
      if ( !next ||                                                   
           next->Wait.option == CORE_RWLOCK_THREAD_WAITING_FOR_WRITE )
        return CORE_RWLOCK_SUCCESSFUL;                                
      the_rwlock->number_of_readers += 1;                             
 200928c:	82 00 60 01 	inc  %g1                                       
      _Thread_queue_Extract( &the_rwlock->Wait_queue, next );         
 2009290:	40 00 07 9f 	call  200b10c <_Thread_queue_Extract>          
 2009294:	c2 26 20 48 	st  %g1, [ %i0 + 0x48 ]                        
                                                                      
    /*                                                                
     * Now see if more readers can be let go.                         
     */                                                               
    while ( 1 ) {                                                     
      next = _Thread_queue_First( &the_rwlock->Wait_queue );          
 2009298:	40 00 07 f0 	call  200b258 <_Thread_queue_First>            
 200929c:	90 10 00 18 	mov  %i0, %o0                                  
      if ( !next ||                                                   
 20092a0:	80 a2 20 00 	cmp  %o0, 0                                    
 20092a4:	32 bf ff f5 	bne,a   2009278 <_CORE_RWLock_Release+0x74>    
 20092a8:	c2 02 20 30 	ld  [ %o0 + 0x30 ], %g1                        
  }                                                                   
                                                                      
  /* indentation is to match _ISR_Disable at top */                   
                                                                      
  return CORE_RWLOCK_SUCCESSFUL;                                      
}                                                                     
 20092ac:	81 c7 e0 08 	ret                                            
 20092b0:	91 e8 20 00 	restore  %g0, 0, %o0                           
      _ISR_Enable( level );                                           
      executing->Wait.return_code = CORE_RWLOCK_UNAVAILABLE;          
      return CORE_RWLOCK_SUCCESSFUL;                                  
    }                                                                 
    if ( the_rwlock->current_state == CORE_RWLOCK_LOCKED_FOR_READING ) {
	the_rwlock->number_of_readers -= 1;                                  
 20092b4:	82 00 7f ff 	add  %g1, -1, %g1                              
	if ( the_rwlock->number_of_readers != 0 ) {                          
 20092b8:	80 a0 60 00 	cmp  %g1, 0                                    
 20092bc:	02 bf ff dd 	be  2009230 <_CORE_RWLock_Release+0x2c>        
 20092c0:	c2 26 20 48 	st  %g1, [ %i0 + 0x48 ]                        
          /* must be unlocked again */                                
	  _ISR_Enable( level );                                              
 20092c4:	7f ff e9 a3 	call  2003950 <sparc_enable_interrupts>        
 20092c8:	b0 10 20 00 	clr  %i0                                       
          return CORE_RWLOCK_SUCCESSFUL;                              
 20092cc:	30 80 00 05 	b,a   20092e0 <_CORE_RWLock_Release+0xdc>      
   *  If any thread is waiting, then we wait.                         
   */                                                                 
                                                                      
  _ISR_Disable( level );                                              
    if ( the_rwlock->current_state == CORE_RWLOCK_UNLOCKED){          
      _ISR_Enable( level );                                           
 20092d0:	7f ff e9 a0 	call  2003950 <sparc_enable_interrupts>        
 20092d4:	b0 10 20 00 	clr  %i0                                       
      executing->Wait.return_code = CORE_RWLOCK_UNAVAILABLE;          
 20092d8:	82 10 20 02 	mov  2, %g1                                    
 20092dc:	c2 24 20 34 	st  %g1, [ %l0 + 0x34 ]                        
  }                                                                   
                                                                      
  /* indentation is to match _ISR_Disable at top */                   
                                                                      
  return CORE_RWLOCK_SUCCESSFUL;                                      
}                                                                     
 20092e0:	81 c7 e0 08 	ret                                            
 20092e4:	81 e8 00 00 	restore                                        
                                                                      
  next = _Thread_queue_Dequeue( &the_rwlock->Wait_queue );            
                                                                      
  if ( next ) {                                                       
    if ( next->Wait.option == CORE_RWLOCK_THREAD_WAITING_FOR_WRITE ) {
      the_rwlock->current_state = CORE_RWLOCK_LOCKED_FOR_WRITING;     
 20092e8:	82 10 20 02 	mov  2, %g1                                    
 20092ec:	c2 26 20 44 	st  %g1, [ %i0 + 0x44 ]                        
  }                                                                   
                                                                      
  /* indentation is to match _ISR_Disable at top */                   
                                                                      
  return CORE_RWLOCK_SUCCESSFUL;                                      
}                                                                     
 20092f0:	81 c7 e0 08 	ret                                            
 20092f4:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

020092f8 <_CORE_RWLock_Timeout>: void _CORE_RWLock_Timeout( Objects_Id id, void *ignored ) {
 20092f8:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control       *the_thread;                                   
  Objects_Locations     location;                                     
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 20092fc:	90 10 00 18 	mov  %i0, %o0                                  
 2009300:	40 00 05 74 	call  200a8d0 <_Thread_Get>                    
 2009304:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch ( location ) {                                               
 2009308:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200930c:	80 a0 60 00 	cmp  %g1, 0                                    
 2009310:	12 80 00 08 	bne  2009330 <_CORE_RWLock_Timeout+0x38>       <== NEVER TAKEN
 2009314:	01 00 00 00 	nop                                            
#if defined(RTEMS_MULTIPROCESSING)                                    
    case OBJECTS_REMOTE:  /* impossible */                            
#endif                                                                
      break;                                                          
    case OBJECTS_LOCAL:                                               
      _Thread_queue_Process_timeout( the_thread );                    
 2009318:	40 00 08 0c 	call  200b348 <_Thread_queue_Process_timeout>  
 200931c:	01 00 00 00 	nop                                            
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unnest_dispatch( void )             
{                                                                     
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
  _Thread_Dispatch_disable_level -= 1;                                
 2009320:	03 00 80 7f 	sethi  %hi(0x201fc00), %g1                     
 2009324:	c4 00 63 00 	ld  [ %g1 + 0x300 ], %g2	! 201ff00 <_Thread_Dispatch_disable_level>
 2009328:	84 00 bf ff 	add  %g2, -1, %g2                              
 200932c:	c4 20 63 00 	st  %g2, [ %g1 + 0x300 ]                       
 2009330:	81 c7 e0 08 	ret                                            
 2009334:	81 e8 00 00 	restore                                        
                                                                      

020172e4 <_CORE_message_queue_Broadcast>: Objects_Id id __attribute__((unused)), CORE_message_queue_API_mp_support_callout api_message_queue_mp_support __attribute__((unused)), #endif uint32_t *count ) {
 20172e4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Thread_Control          *the_thread;                                
  uint32_t                 number_broadcasted;                        
  Thread_Wait_information *waitp;                                     
                                                                      
  if ( size > the_message_queue->maximum_message_size ) {             
 20172e8:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
    Objects_Id                                 id __attribute__((unused)),
    CORE_message_queue_API_mp_support_callout  api_message_queue_mp_support __attribute__((unused)),
  #endif                                                              
  uint32_t                                  *count                    
)                                                                     
{                                                                     
 20172ec:	a0 10 00 18 	mov  %i0, %l0                                  
  Thread_Control          *the_thread;                                
  uint32_t                 number_broadcasted;                        
  Thread_Wait_information *waitp;                                     
                                                                      
  if ( size > the_message_queue->maximum_message_size ) {             
 20172f0:	80 a0 40 1a 	cmp  %g1, %i2                                  
 20172f4:	0a 80 00 17 	bcs  2017350 <_CORE_message_queue_Broadcast+0x6c><== NEVER TAKEN
 20172f8:	b0 10 20 01 	mov  1, %i0                                    
   *  NOTE: This check is critical because threads can block on       
   *        send and receive and this ensures that we are broadcasting
   *        the message to threads waiting to receive -- not to send. 
   */                                                                 
                                                                      
  if ( the_message_queue->number_of_pending_messages != 0 ) {         
 20172fc:	c2 04 20 48 	ld  [ %l0 + 0x48 ], %g1                        
 2017300:	80 a0 60 00 	cmp  %g1, 0                                    
 2017304:	02 80 00 0a 	be  201732c <_CORE_message_queue_Broadcast+0x48>
 2017308:	a4 10 20 00 	clr  %l2                                       
    *count = 0;                                                       
 201730c:	c0 27 40 00 	clr  [ %i5 ]                                   
    return CORE_MESSAGE_QUEUE_STATUS_SUCCESSFUL;                      
 2017310:	81 c7 e0 08 	ret                                            
 2017314:	91 e8 20 00 	restore  %g0, 0, %o0                           
  const void *source,                                                 
  void       *destination,                                            
  size_t      size                                                    
)                                                                     
{                                                                     
  memcpy(destination, source, size);                                  
 2017318:	d0 04 60 2c 	ld  [ %l1 + 0x2c ], %o0                        
 201731c:	40 00 2a 90 	call  2021d5c <memcpy>                         
 2017320:	a4 04 a0 01 	inc  %l2                                       
      buffer,                                                         
      waitp->return_argument_second.mutable_object,                   
      size                                                            
    );                                                                
                                                                      
    *(size_t *) the_thread->Wait.return_argument = size;              
 2017324:	c2 04 60 28 	ld  [ %l1 + 0x28 ], %g1                        
 2017328:	f4 20 40 00 	st  %i2, [ %g1 ]                               
   *  There must be no pending messages if there is a thread waiting to
   *  receive a message.                                              
   */                                                                 
  number_broadcasted = 0;                                             
  while ((the_thread =                                                
          _Thread_queue_Dequeue(&the_message_queue->Wait_queue))) {   
 201732c:	40 00 0a d5 	call  2019e80 <_Thread_queue_Dequeue>          
 2017330:	90 10 00 10 	mov  %l0, %o0                                  
 2017334:	92 10 00 19 	mov  %i1, %o1                                  
 2017338:	a2 10 00 08 	mov  %o0, %l1                                  
  /*                                                                  
   *  There must be no pending messages if there is a thread waiting to
   *  receive a message.                                              
   */                                                                 
  number_broadcasted = 0;                                             
  while ((the_thread =                                                
 201733c:	80 a2 20 00 	cmp  %o0, 0                                    
 2017340:	12 bf ff f6 	bne  2017318 <_CORE_message_queue_Broadcast+0x34>
 2017344:	94 10 00 1a 	mov  %i2, %o2                                  
      if ( !_Objects_Is_local_id( the_thread->Object.id ) )           
        (*api_message_queue_mp_support) ( the_thread, id );           
    #endif                                                            
                                                                      
  }                                                                   
  *count = number_broadcasted;                                        
 2017348:	e4 27 40 00 	st  %l2, [ %i5 ]                               
 201734c:	b0 10 20 00 	clr  %i0                                       
  return CORE_MESSAGE_QUEUE_STATUS_SUCCESSFUL;                        
}                                                                     
 2017350:	81 c7 e0 08 	ret                                            
 2017354:	81 e8 00 00 	restore                                        
                                                                      

02010cac <_CORE_message_queue_Initialize>: CORE_message_queue_Control *the_message_queue, CORE_message_queue_Attributes *the_message_queue_attributes, uint32_t maximum_pending_messages, size_t maximum_message_size ) {
 2010cac:	9d e3 bf a0 	save  %sp, -96, %sp                            
  size_t message_buffering_required;                                  
  size_t allocated_message_size;                                      
                                                                      
  the_message_queue->maximum_pending_messages   = maximum_pending_messages;
  the_message_queue->number_of_pending_messages = 0;                  
 2010cb0:	c0 26 20 48 	clr  [ %i0 + 0x48 ]                            
)                                                                     
{                                                                     
  size_t message_buffering_required;                                  
  size_t allocated_message_size;                                      
                                                                      
  the_message_queue->maximum_pending_messages   = maximum_pending_messages;
 2010cb4:	f4 26 20 44 	st  %i2, [ %i0 + 0x44 ]                        
  the_message_queue->number_of_pending_messages = 0;                  
  the_message_queue->maximum_message_size       = maximum_message_size;
 2010cb8:	f6 26 20 4c 	st  %i3, [ %i0 + 0x4c ]                        
    CORE_message_queue_Control        *the_message_queue,             
    CORE_message_queue_Notify_Handler  the_handler,                   
    void                              *the_argument                   
  )                                                                   
  {                                                                   
    the_message_queue->notify_handler  = the_handler;                 
 2010cbc:	c0 26 20 60 	clr  [ %i0 + 0x60 ]                            
    the_message_queue->notify_argument = the_argument;                
 2010cc0:	c0 26 20 64 	clr  [ %i0 + 0x64 ]                            
  /*                                                                  
   *  Round size up to multiple of a pointer for chain init and       
   *  check for overflow on adding overhead to each message.          
   */                                                                 
  allocated_message_size = maximum_message_size;                      
  if (allocated_message_size & (sizeof(uint32_t) - 1)) {              
 2010cc4:	80 8e e0 03 	btst  3, %i3                                   
 2010cc8:	02 80 00 09 	be  2010cec <_CORE_message_queue_Initialize+0x40>
 2010ccc:	a2 10 00 1b 	mov  %i3, %l1                                  
    allocated_message_size += sizeof(uint32_t);                       
 2010cd0:	a2 06 e0 04 	add  %i3, 4, %l1                               
    allocated_message_size &= ~(sizeof(uint32_t) - 1);                
 2010cd4:	a2 0c 7f fc 	and  %l1, -4, %l1                              
  }                                                                   
                                                                      
  if (allocated_message_size < maximum_message_size)                  
 2010cd8:	80 a6 c0 11 	cmp  %i3, %l1                                  
 2010cdc:	08 80 00 05 	bleu  2010cf0 <_CORE_message_queue_Initialize+0x44><== ALWAYS TAKEN
 2010ce0:	a0 04 60 14 	add  %l1, 0x14, %l0                            
    STATES_WAITING_FOR_MESSAGE,                                       
    CORE_MESSAGE_QUEUE_STATUS_TIMEOUT                                 
  );                                                                  
                                                                      
  return true;                                                        
}                                                                     
 2010ce4:	81 c7 e0 08 	ret                                            
 2010ce8:	91 e8 20 00 	restore  %g0, 0, %o0                           
  /*                                                                  
   *  Calculate how much total memory is required for message buffering and
   *  check for overflow on the multiplication.                       
   */                                                                 
  message_buffering_required = (size_t) maximum_pending_messages *    
       (allocated_message_size + sizeof(CORE_message_queue_Buffer_control));
 2010cec:	a0 04 60 14 	add  %l1, 0x14, %l0                            
                                                                      
  /*                                                                  
   *  Calculate how much total memory is required for message buffering and
   *  check for overflow on the multiplication.                       
   */                                                                 
  message_buffering_required = (size_t) maximum_pending_messages *    
 2010cf0:	92 10 00 1a 	mov  %i2, %o1                                  
 2010cf4:	40 00 52 af 	call  20257b0 <.umul>                          
 2010cf8:	90 10 00 10 	mov  %l0, %o0                                  
       (allocated_message_size + sizeof(CORE_message_queue_Buffer_control));
                                                                      
  if (message_buffering_required < allocated_message_size)            
 2010cfc:	80 a2 00 11 	cmp  %o0, %l1                                  
 2010d00:	0a bf ff f9 	bcs  2010ce4 <_CORE_message_queue_Initialize+0x38><== NEVER TAKEN
 2010d04:	01 00 00 00 	nop                                            
    return false;                                                     
                                                                      
  /*                                                                  
   *  Attempt to allocate the message memory                          
   */                                                                 
  the_message_queue->message_buffers = (CORE_message_queue_Buffer *)  
 2010d08:	40 00 0c bc 	call  2013ff8 <_Workspace_Allocate>            
 2010d0c:	01 00 00 00 	nop                                            
     _Workspace_Allocate( message_buffering_required );               
                                                                      
  if (the_message_queue->message_buffers == 0)                        
 2010d10:	80 a2 20 00 	cmp  %o0, 0                                    
 2010d14:	02 bf ff f4 	be  2010ce4 <_CORE_message_queue_Initialize+0x38>
 2010d18:	d0 26 20 5c 	st  %o0, [ %i0 + 0x5c ]                        
                                                                      
  /*                                                                  
   *  Initialize the pool of inactive messages, pending messages,     
   *  and set of waiting threads.                                     
   */                                                                 
  _Chain_Initialize (                                                 
 2010d1c:	92 10 00 08 	mov  %o0, %o1                                  
 2010d20:	94 10 00 1a 	mov  %i2, %o2                                  
 2010d24:	90 06 20 68 	add  %i0, 0x68, %o0                            
 2010d28:	40 00 17 f4 	call  2016cf8 <_Chain_Initialize>              
 2010d2c:	96 10 00 10 	mov  %l0, %o3                                  
    allocated_message_size + sizeof( CORE_message_queue_Buffer_control )
  );                                                                  
                                                                      
  _Chain_Initialize_empty( &the_message_queue->Pending_messages );    
                                                                      
  _Thread_queue_Initialize(                                           
 2010d30:	c2 06 40 00 	ld  [ %i1 ], %g1                               
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
  the_chain->permanent_null = NULL;                                   
 2010d34:	c0 26 20 54 	clr  [ %i0 + 0x54 ]                            
 2010d38:	82 18 60 01 	xor  %g1, 1, %g1                               
 2010d3c:	80 a0 00 01 	cmp  %g0, %g1                                  
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 2010d40:	82 06 20 54 	add  %i0, 0x54, %g1                            
 2010d44:	c2 26 20 50 	st  %g1, [ %i0 + 0x50 ]                        
  the_chain->permanent_null = NULL;                                   
  the_chain->last           = _Chain_Head(the_chain);                 
 2010d48:	82 06 20 50 	add  %i0, 0x50, %g1                            
 2010d4c:	90 10 00 18 	mov  %i0, %o0                                  
 2010d50:	c2 26 20 58 	st  %g1, [ %i0 + 0x58 ]                        
 2010d54:	92 60 3f ff 	subx  %g0, -1, %o1                             
 2010d58:	94 10 20 80 	mov  0x80, %o2                                 
 2010d5c:	96 10 20 06 	mov  6, %o3                                    
 2010d60:	40 00 09 4e 	call  2013298 <_Thread_queue_Initialize>       
 2010d64:	b0 10 20 01 	mov  1, %i0                                    
       THREAD_QUEUE_DISCIPLINE_PRIORITY : THREAD_QUEUE_DISCIPLINE_FIFO,
    STATES_WAITING_FOR_MESSAGE,                                       
    CORE_MESSAGE_QUEUE_STATUS_TIMEOUT                                 
  );                                                                  
                                                                      
  return true;                                                        
 2010d68:	81 c7 e0 08 	ret                                            
 2010d6c:	81 e8 00 00 	restore                                        
                                                                      

02006c24 <_CORE_mutex_Seize>: Objects_Id _id, bool _wait, Watchdog_Interval _timeout, ISR_Level _level ) {
 2006c24:	9d e3 bf a0 	save  %sp, -96, %sp                            
  _CORE_mutex_Seize_body( _the_mutex, _id, _wait, _timeout, _level ); 
 2006c28:	21 00 80 73 	sethi  %hi(0x201cc00), %l0                     
 2006c2c:	c2 04 21 40 	ld  [ %l0 + 0x140 ], %g1	! 201cd40 <_Thread_Dispatch_disable_level>
 2006c30:	80 a0 60 00 	cmp  %g1, 0                                    
 2006c34:	02 80 00 05 	be  2006c48 <_CORE_mutex_Seize+0x24>           
 2006c38:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        
 2006c3c:	80 8e a0 ff 	btst  0xff, %i2                                
 2006c40:	12 80 00 1a 	bne  2006ca8 <_CORE_mutex_Seize+0x84>          <== ALWAYS TAKEN
 2006c44:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2006c48:	90 10 00 18 	mov  %i0, %o0                                  
 2006c4c:	40 00 17 6f 	call  200ca08 <_CORE_mutex_Seize_interrupt_trylock>
 2006c50:	92 07 a0 54 	add  %fp, 0x54, %o1                            
 2006c54:	80 a2 20 00 	cmp  %o0, 0                                    
 2006c58:	02 80 00 12 	be  2006ca0 <_CORE_mutex_Seize+0x7c>           
 2006c5c:	80 8e a0 ff 	btst  0xff, %i2                                
 2006c60:	02 80 00 1a 	be  2006cc8 <_CORE_mutex_Seize+0xa4>           
 2006c64:	01 00 00 00 	nop                                            
 2006c68:	c4 04 21 40 	ld  [ %l0 + 0x140 ], %g2                       
 2006c6c:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2006c70:	c2 00 62 00 	ld  [ %g1 + 0x200 ], %g1	! 201ce00 <_Thread_Executing>
 2006c74:	f2 20 60 20 	st  %i1, [ %g1 + 0x20 ]                        
 2006c78:	f0 20 60 44 	st  %i0, [ %g1 + 0x44 ]                        
 2006c7c:	82 00 a0 01 	add  %g2, 1, %g1                               
 2006c80:	c2 24 21 40 	st  %g1, [ %l0 + 0x140 ]                       
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_queue_Enter_critical_section (      
  Thread_queue_Control *the_thread_queue                              
)                                                                     
{                                                                     
  the_thread_queue->sync_state = THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;
 2006c84:	82 10 20 01 	mov  1, %g1                                    
 2006c88:	c2 26 20 30 	st  %g1, [ %i0 + 0x30 ]                        
 2006c8c:	7f ff ed 8c 	call  20022bc <sparc_enable_interrupts>        
 2006c90:	d0 07 a0 54 	ld  [ %fp + 0x54 ], %o0                        
 2006c94:	90 10 00 18 	mov  %i0, %o0                                  
 2006c98:	7f ff ff c0 	call  2006b98 <_CORE_mutex_Seize_interrupt_blocking>
 2006c9c:	92 10 00 1b 	mov  %i3, %o1                                  
 2006ca0:	81 c7 e0 08 	ret                                            
 2006ca4:	81 e8 00 00 	restore                                        
 2006ca8:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1                       
 2006cac:	80 a0 60 01 	cmp  %g1, 1                                    
 2006cb0:	28 bf ff e7 	bleu,a   2006c4c <_CORE_mutex_Seize+0x28>      
 2006cb4:	90 10 00 18 	mov  %i0, %o0                                  
 2006cb8:	90 10 20 00 	clr  %o0                                       
 2006cbc:	92 10 20 00 	clr  %o1                                       
 2006cc0:	40 00 01 a6 	call  2007358 <_Internal_error_Occurred>       
 2006cc4:	94 10 20 13 	mov  0x13, %o2                                 
 2006cc8:	7f ff ed 7d 	call  20022bc <sparc_enable_interrupts>        
 2006ccc:	d0 07 a0 54 	ld  [ %fp + 0x54 ], %o0                        
 2006cd0:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2006cd4:	c2 00 62 00 	ld  [ %g1 + 0x200 ], %g1	! 201ce00 <_Thread_Executing>
 2006cd8:	84 10 20 01 	mov  1, %g2                                    
 2006cdc:	c4 20 60 34 	st  %g2, [ %g1 + 0x34 ]                        
 2006ce0:	81 c7 e0 08 	ret                                            
 2006ce4:	81 e8 00 00 	restore                                        
                                                                      

02006e84 <_CORE_semaphore_Surrender>: CORE_semaphore_Status _CORE_semaphore_Surrender( CORE_semaphore_Control *the_semaphore, Objects_Id id, CORE_semaphore_API_mp_support_callout api_semaphore_mp_support ) {
 2006e84:	9d e3 bf a0 	save  %sp, -96, %sp                            
 2006e88:	a0 10 00 18 	mov  %i0, %l0                                  
  ISR_Level       level;                                              
  CORE_semaphore_Status status;                                       
                                                                      
  status = CORE_SEMAPHORE_STATUS_SUCCESSFUL;                          
                                                                      
  if ( (the_thread = _Thread_queue_Dequeue(&the_semaphore->Wait_queue)) ) {
 2006e8c:	b0 10 20 00 	clr  %i0                                       
 2006e90:	40 00 06 59 	call  20087f4 <_Thread_queue_Dequeue>          
 2006e94:	90 10 00 10 	mov  %l0, %o0                                  
 2006e98:	80 a2 20 00 	cmp  %o0, 0                                    
 2006e9c:	02 80 00 04 	be  2006eac <_CORE_semaphore_Surrender+0x28>   
 2006ea0:	01 00 00 00 	nop                                            
        status = CORE_SEMAPHORE_MAXIMUM_COUNT_EXCEEDED;               
    _ISR_Enable( level );                                             
  }                                                                   
                                                                      
  return status;                                                      
}                                                                     
 2006ea4:	81 c7 e0 08 	ret                                            
 2006ea8:	81 e8 00 00 	restore                                        
    if ( !_Objects_Is_local_id( the_thread->Object.id ) )             
      (*api_semaphore_mp_support) ( the_thread, id );                 
#endif                                                                
                                                                      
  } else {                                                            
    _ISR_Disable( level );                                            
 2006eac:	7f ff ed 00 	call  20022ac <sparc_disable_interrupts>       
 2006eb0:	01 00 00 00 	nop                                            
      if ( the_semaphore->count < the_semaphore->Attributes.maximum_count )
 2006eb4:	c2 04 20 48 	ld  [ %l0 + 0x48 ], %g1                        
 2006eb8:	c4 04 20 40 	ld  [ %l0 + 0x40 ], %g2                        
 2006ebc:	80 a0 40 02 	cmp  %g1, %g2                                  
 2006ec0:	1a 80 00 05 	bcc  2006ed4 <_CORE_semaphore_Surrender+0x50>  <== NEVER TAKEN
 2006ec4:	b0 10 20 04 	mov  4, %i0                                    
        the_semaphore->count += 1;                                    
 2006ec8:	82 00 60 01 	inc  %g1                                       
 2006ecc:	b0 10 20 00 	clr  %i0                                       
 2006ed0:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
      else                                                            
        status = CORE_SEMAPHORE_MAXIMUM_COUNT_EXCEEDED;               
    _ISR_Enable( level );                                             
 2006ed4:	7f ff ec fa 	call  20022bc <sparc_enable_interrupts>        
 2006ed8:	01 00 00 00 	nop                                            
  }                                                                   
                                                                      
  return status;                                                      
}                                                                     
 2006edc:	81 c7 e0 08 	ret                                            
 2006ee0:	81 e8 00 00 	restore                                        
                                                                      

0200c9d0 <_Chain_Initialize>: Chain_Node *current; Chain_Node *next; count = number_nodes; current = _Chain_Head( the_chain ); the_chain->permanent_null = NULL;
 200c9d0:	c0 22 20 04 	clr  [ %o0 + 4 ]                               
  next                      = starting_address;                       
  while ( count-- ) {                                                 
 200c9d4:	80 a2 a0 00 	cmp  %o2, 0                                    
 200c9d8:	02 80 00 08 	be  200c9f8 <_Chain_Initialize+0x28>           <== NEVER TAKEN
 200c9dc:	82 10 00 08 	mov  %o0, %g1                                  
    current->next  = next;                                            
    next->previous = current;                                         
 200c9e0:	c2 22 60 04 	st  %g1, [ %o1 + 4 ]                           
  count                     = number_nodes;                           
  current                   = _Chain_Head( the_chain );               
  the_chain->permanent_null = NULL;                                   
  next                      = starting_address;                       
  while ( count-- ) {                                                 
    current->next  = next;                                            
 200c9e4:	d2 20 40 00 	st  %o1, [ %g1 ]                               
                                                                      
  count                     = number_nodes;                           
  current                   = _Chain_Head( the_chain );               
  the_chain->permanent_null = NULL;                                   
  next                      = starting_address;                       
  while ( count-- ) {                                                 
 200c9e8:	94 82 bf ff 	addcc  %o2, -1, %o2                            
    current->next  = next;                                            
    next->previous = current;                                         
    current        = next;                                            
    next           = (Chain_Node *)                                   
 200c9ec:	82 10 00 09 	mov  %o1, %g1                                  
                                                                      
  count                     = number_nodes;                           
  current                   = _Chain_Head( the_chain );               
  the_chain->permanent_null = NULL;                                   
  next                      = starting_address;                       
  while ( count-- ) {                                                 
 200c9f0:	12 bf ff fc 	bne  200c9e0 <_Chain_Initialize+0x10>          
 200c9f4:	92 02 40 0b 	add  %o1, %o3, %o1                             
    next->previous = current;                                         
    current        = next;                                            
    next           = (Chain_Node *)                                   
                        _Addresses_Add_offset( (void *) next, node_size );
  }                                                                   
  current->next    = _Chain_Tail( the_chain );                        
 200c9f8:	84 02 20 04 	add  %o0, 4, %g2                               
 200c9fc:	c4 20 40 00 	st  %g2, [ %g1 ]                               
  the_chain->last  = current;                                         
}                                                                     
 200ca00:	81 c3 e0 08 	retl                                           
 200ca04:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
                                                                      

020059ec <_Event_Seize>: rtems_event_set event_in, rtems_option option_set, rtems_interval ticks, rtems_event_set *event_out ) {
 20059ec:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_event_set                   pending_events;                   
  ISR_Level                         level;                            
  RTEMS_API_Control                *api;                              
  Thread_blocking_operation_States  sync_state;                       
                                                                      
  executing = _Thread_Executing;                                      
 20059f0:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 20059f4:	e0 00 62 00 	ld  [ %g1 + 0x200 ], %l0	! 201ce00 <_Thread_Executing>
  executing->Wait.return_code = RTEMS_SUCCESSFUL;                     
 20059f8:	c0 24 20 34 	clr  [ %l0 + 0x34 ]                            
                                                                      
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
                                                                      
  _ISR_Disable( level );                                              
 20059fc:	7f ff f2 2c 	call  20022ac <sparc_disable_interrupts>       
 2005a00:	e4 04 21 68 	ld  [ %l0 + 0x168 ], %l2                       
  pending_events = api->pending_events;                               
 2005a04:	c2 04 80 00 	ld  [ %l2 ], %g1                               
  seized_events  = _Event_sets_Get( pending_events, event_in );       
                                                                      
  if ( !_Event_sets_Is_empty( seized_events ) &&                      
 2005a08:	a2 8e 00 01 	andcc  %i0, %g1, %l1                           
 2005a0c:	02 80 00 07 	be  2005a28 <_Event_Seize+0x3c>                
 2005a10:	80 8e 60 01 	btst  1, %i1                                   
 2005a14:	80 a6 00 11 	cmp  %i0, %l1                                  
 2005a18:	02 80 00 23 	be  2005aa4 <_Event_Seize+0xb8>                
 2005a1c:	80 8e 60 02 	btst  2, %i1                                   
 2005a20:	12 80 00 21 	bne  2005aa4 <_Event_Seize+0xb8>               <== ALWAYS TAKEN
 2005a24:	80 8e 60 01 	btst  1, %i1                                   
    _ISR_Enable( level );                                             
    *event_out = seized_events;                                       
    return;                                                           
  }                                                                   
                                                                      
  if ( _Options_Is_no_wait( option_set ) ) {                          
 2005a28:	12 80 00 18 	bne  2005a88 <_Event_Seize+0x9c>               
 2005a2c:	82 10 20 01 	mov  1, %g1                                    
   *  set properly when we are marked as in the event critical section.
   *                                                                  
   *  NOTE: Since interrupts are disabled, this isn't that much of an 
   *        issue but better safe than sorry.                         
   */                                                                 
  executing->Wait.option            = (uint32_t) option_set;          
 2005a30:	f2 24 20 30 	st  %i1, [ %l0 + 0x30 ]                        
  executing->Wait.count             = (uint32_t) event_in;            
 2005a34:	f0 24 20 24 	st  %i0, [ %l0 + 0x24 ]                        
  executing->Wait.return_argument   = event_out;                      
 2005a38:	f6 24 20 28 	st  %i3, [ %l0 + 0x28 ]                        
                                                                      
  _Event_Sync_state = THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;     
 2005a3c:	33 00 80 75 	sethi  %hi(0x201d400), %i1                     
 2005a40:	c2 26 62 74 	st  %g1, [ %i1 + 0x274 ]	! 201d674 <_Event_Sync_state>
                                                                      
  _ISR_Enable( level );                                               
 2005a44:	7f ff f2 1e 	call  20022bc <sparc_enable_interrupts>        
 2005a48:	01 00 00 00 	nop                                            
                                                                      
  if ( ticks ) {                                                      
 2005a4c:	80 a6 a0 00 	cmp  %i2, 0                                    
 2005a50:	32 80 00 1c 	bne,a   2005ac0 <_Event_Seize+0xd4>            
 2005a54:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
      NULL                                                            
    );                                                                
    _Watchdog_Insert_ticks( &executing->Timer, ticks );               
  }                                                                   
                                                                      
  _Thread_Set_state( executing, STATES_WAITING_FOR_EVENT );           
 2005a58:	90 10 00 10 	mov  %l0, %o0                                  
 2005a5c:	40 00 0c e7 	call  2008df8 <_Thread_Set_state>              
 2005a60:	92 10 21 00 	mov  0x100, %o1                                
                                                                      
  _ISR_Disable( level );                                              
 2005a64:	7f ff f2 12 	call  20022ac <sparc_disable_interrupts>       
 2005a68:	01 00 00 00 	nop                                            
                                                                      
  sync_state = _Event_Sync_state;                                     
 2005a6c:	f0 06 62 74 	ld  [ %i1 + 0x274 ], %i0                       
  _Event_Sync_state = THREAD_BLOCKING_OPERATION_SYNCHRONIZED;         
 2005a70:	c0 26 62 74 	clr  [ %i1 + 0x274 ]                           
  if ( sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED ) {   
 2005a74:	80 a6 20 01 	cmp  %i0, 1                                    
 2005a78:	02 80 00 1f 	be  2005af4 <_Event_Seize+0x108>               
 2005a7c:	b2 10 00 10 	mov  %l0, %i1                                  
   *  An interrupt completed the thread's blocking request.           
   *  The blocking thread was satisfied by an ISR or timed out.       
   *                                                                  
   *  WARNING! Returning with interrupts disabled!                    
   */                                                                 
  _Thread_blocking_operation_Cancel( sync_state, executing, level );  
 2005a80:	40 00 08 97 	call  2007cdc <_Thread_blocking_operation_Cancel>
 2005a84:	95 e8 00 08 	restore  %g0, %o0, %o2                         
    *event_out = seized_events;                                       
    return;                                                           
  }                                                                   
                                                                      
  if ( _Options_Is_no_wait( option_set ) ) {                          
    _ISR_Enable( level );                                             
 2005a88:	7f ff f2 0d 	call  20022bc <sparc_enable_interrupts>        
 2005a8c:	01 00 00 00 	nop                                            
    executing->Wait.return_code = RTEMS_UNSATISFIED;                  
 2005a90:	82 10 20 0d 	mov  0xd, %g1	! d <PROM_START+0xd>             
 2005a94:	c2 24 20 34 	st  %g1, [ %l0 + 0x34 ]                        
    *event_out = seized_events;                                       
 2005a98:	e2 26 c0 00 	st  %l1, [ %i3 ]                               
 2005a9c:	81 c7 e0 08 	ret                                            
 2005aa0:	81 e8 00 00 	restore                                        
  pending_events = api->pending_events;                               
  seized_events  = _Event_sets_Get( pending_events, event_in );       
                                                                      
  if ( !_Event_sets_Is_empty( seized_events ) &&                      
       (seized_events == event_in || _Options_Is_any( option_set )) ) {
    api->pending_events =                                             
 2005aa4:	82 28 40 11 	andn  %g1, %l1, %g1                            
 2005aa8:	c2 24 80 00 	st  %g1, [ %l2 ]                               
      _Event_sets_Clear( pending_events, seized_events );             
    _ISR_Enable( level );                                             
 2005aac:	7f ff f2 04 	call  20022bc <sparc_enable_interrupts>        
 2005ab0:	01 00 00 00 	nop                                            
    *event_out = seized_events;                                       
 2005ab4:	e2 26 c0 00 	st  %l1, [ %i3 ]                               
    return;                                                           
 2005ab8:	81 c7 e0 08 	ret                                            
 2005abc:	81 e8 00 00 	restore                                        
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 2005ac0:	f4 24 20 54 	st  %i2, [ %l0 + 0x54 ]                        
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
 2005ac4:	c2 24 20 68 	st  %g1, [ %l0 + 0x68 ]                        
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 2005ac8:	03 00 80 17 	sethi  %hi(0x2005c00), %g1                     
 2005acc:	82 10 60 a0 	or  %g1, 0xa0, %g1	! 2005ca0 <_Event_Timeout>  
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 2005ad0:	c0 24 20 50 	clr  [ %l0 + 0x50 ]                            
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
  the_watchdog->user_data = user_data;                                
 2005ad4:	c0 24 20 6c 	clr  [ %l0 + 0x6c ]                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 2005ad8:	c2 24 20 64 	st  %g1, [ %l0 + 0x64 ]                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 2005adc:	11 00 80 73 	sethi  %hi(0x201cc00), %o0                     
 2005ae0:	92 04 20 48 	add  %l0, 0x48, %o1                            
 2005ae4:	40 00 0e e1 	call  2009668 <_Watchdog_Insert>               
 2005ae8:	90 12 22 20 	or  %o0, 0x220, %o0                            
      NULL                                                            
    );                                                                
    _Watchdog_Insert_ticks( &executing->Timer, ticks );               
  }                                                                   
                                                                      
  _Thread_Set_state( executing, STATES_WAITING_FOR_EVENT );           
 2005aec:	10 bf ff dc 	b  2005a5c <_Event_Seize+0x70>                 
 2005af0:	90 10 00 10 	mov  %l0, %o0                                  
  _ISR_Disable( level );                                              
                                                                      
  sync_state = _Event_Sync_state;                                     
  _Event_Sync_state = THREAD_BLOCKING_OPERATION_SYNCHRONIZED;         
  if ( sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED ) {   
    _ISR_Enable( level );                                             
 2005af4:	7f ff f1 f2 	call  20022bc <sparc_enable_interrupts>        
 2005af8:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

02005b58 <_Event_Surrender>: */ void _Event_Surrender( Thread_Control *the_thread ) {
 2005b58:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_event_set     event_condition;                                
  rtems_event_set     seized_events;                                  
  rtems_option        option_set;                                     
  RTEMS_API_Control  *api;                                            
                                                                      
  api = the_thread->API_Extensions[ THREAD_API_RTEMS ];               
 2005b5c:	e0 06 21 68 	ld  [ %i0 + 0x168 ], %l0                       
                                                                      
  option_set = (rtems_option) the_thread->Wait.option;                
                                                                      
  _ISR_Disable( level );                                              
 2005b60:	7f ff f1 d3 	call  20022ac <sparc_disable_interrupts>       
 2005b64:	e4 06 20 30 	ld  [ %i0 + 0x30 ], %l2                        
 2005b68:	a2 10 00 08 	mov  %o0, %l1                                  
  pending_events  = api->pending_events;                              
 2005b6c:	c4 04 00 00 	ld  [ %l0 ], %g2                               
  event_condition = (rtems_event_set) the_thread->Wait.count;         
 2005b70:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        
  seized_events = _Event_sets_Get( pending_events, event_condition ); 
                                                                      
  /*                                                                  
   *  No events were seized in this operation                         
   */                                                                 
  if ( _Event_sets_Is_empty( seized_events ) ) {                      
 2005b74:	86 88 40 02 	andcc  %g1, %g2, %g3                           
 2005b78:	02 80 00 3e 	be  2005c70 <_Event_Surrender+0x118>           
 2005b7c:	09 00 80 73 	sethi  %hi(0x201cc00), %g4                     
                                                                      
  /*                                                                  
   *  If we are in an ISR and sending to the current thread, then     
   *  we have a critical section issue to deal with.                  
   */                                                                 
  if ( _ISR_Is_in_progress() &&                                       
 2005b80:	c8 01 21 dc 	ld  [ %g4 + 0x1dc ], %g4	! 201cddc <_ISR_Nest_level>
 2005b84:	80 a1 20 00 	cmp  %g4, 0                                    
 2005b88:	12 80 00 1d 	bne  2005bfc <_Event_Surrender+0xa4>           
 2005b8c:	09 00 80 73 	sethi  %hi(0x201cc00), %g4                     
  }                                                                   
                                                                      
  /*                                                                  
   *  Otherwise, this is a normal send to another thread              
   */                                                                 
  if ( _States_Is_waiting_for_event( the_thread->current_state ) ) {  
 2005b90:	c8 06 20 10 	ld  [ %i0 + 0x10 ], %g4                        
 2005b94:	80 89 21 00 	btst  0x100, %g4                               
 2005b98:	02 80 00 34 	be  2005c68 <_Event_Surrender+0x110>           
 2005b9c:	80 a0 40 03 	cmp  %g1, %g3                                  
    if ( seized_events == event_condition || _Options_Is_any( option_set ) ) {
 2005ba0:	02 80 00 04 	be  2005bb0 <_Event_Surrender+0x58>            
 2005ba4:	80 8c a0 02 	btst  2, %l2                                   
 2005ba8:	02 80 00 30 	be  2005c68 <_Event_Surrender+0x110>           <== NEVER TAKEN
 2005bac:	01 00 00 00 	nop                                            
      api->pending_events = _Event_sets_Clear( pending_events, seized_events );
      the_thread->Wait.count = 0;                                     
      *(rtems_event_set *)the_thread->Wait.return_argument = seized_events;
 2005bb0:	c2 06 20 28 	ld  [ %i0 + 0x28 ], %g1                        
  /*                                                                  
   *  Otherwise, this is a normal send to another thread              
   */                                                                 
  if ( _States_Is_waiting_for_event( the_thread->current_state ) ) {  
    if ( seized_events == event_condition || _Options_Is_any( option_set ) ) {
      api->pending_events = _Event_sets_Clear( pending_events, seized_events );
 2005bb4:	84 28 80 03 	andn  %g2, %g3, %g2                            
 2005bb8:	c4 24 00 00 	st  %g2, [ %l0 ]                               
      the_thread->Wait.count = 0;                                     
 2005bbc:	c0 26 20 24 	clr  [ %i0 + 0x24 ]                            
      *(rtems_event_set *)the_thread->Wait.return_argument = seized_events;
 2005bc0:	c6 20 40 00 	st  %g3, [ %g1 ]                               
                                                                      
      _ISR_Flash( level );                                            
 2005bc4:	7f ff f1 be 	call  20022bc <sparc_enable_interrupts>        
 2005bc8:	90 10 00 11 	mov  %l1, %o0                                  
 2005bcc:	7f ff f1 b8 	call  20022ac <sparc_disable_interrupts>       
 2005bd0:	01 00 00 00 	nop                                            
                                                                      
      if ( !_Watchdog_Is_active( &the_thread->Timer ) ) {             
 2005bd4:	c2 06 20 50 	ld  [ %i0 + 0x50 ], %g1                        
 2005bd8:	80 a0 60 02 	cmp  %g1, 2                                    
 2005bdc:	02 80 00 27 	be  2005c78 <_Event_Surrender+0x120>           
 2005be0:	82 10 20 03 	mov  3, %g1                                    
        _ISR_Enable( level );                                         
 2005be4:	90 10 00 11 	mov  %l1, %o0                                  
 2005be8:	7f ff f1 b5 	call  20022bc <sparc_enable_interrupts>        
 2005bec:	33 04 00 ff 	sethi  %hi(0x1003fc00), %i1                    
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unblock (                           
  Thread_Control *the_thread                                          
)                                                                     
{                                                                     
  _Thread_Clear_state( the_thread, STATES_BLOCKED );                  
 2005bf0:	b2 16 63 f8 	or  %i1, 0x3f8, %i1	! 1003fff8 <RAM_END+0xdc3fff8>
 2005bf4:	40 00 08 d5 	call  2007f48 <_Thread_Clear_state>            
 2005bf8:	81 e8 00 00 	restore                                        
                                                                      
  /*                                                                  
   *  If we are in an ISR and sending to the current thread, then     
   *  we have a critical section issue to deal with.                  
   */                                                                 
  if ( _ISR_Is_in_progress() &&                                       
 2005bfc:	c8 01 22 00 	ld  [ %g4 + 0x200 ], %g4                       
 2005c00:	80 a6 00 04 	cmp  %i0, %g4                                  
 2005c04:	32 bf ff e4 	bne,a   2005b94 <_Event_Surrender+0x3c>        
 2005c08:	c8 06 20 10 	ld  [ %i0 + 0x10 ], %g4                        
       _Thread_Is_executing( the_thread ) &&                          
       ((_Event_Sync_state == THREAD_BLOCKING_OPERATION_TIMEOUT) ||   
 2005c0c:	09 00 80 75 	sethi  %hi(0x201d400), %g4                     
 2005c10:	da 01 22 74 	ld  [ %g4 + 0x274 ], %o5	! 201d674 <_Event_Sync_state>
                                                                      
  /*                                                                  
   *  If we are in an ISR and sending to the current thread, then     
   *  we have a critical section issue to deal with.                  
   */                                                                 
  if ( _ISR_Is_in_progress() &&                                       
 2005c14:	80 a3 60 02 	cmp  %o5, 2                                    
 2005c18:	02 80 00 07 	be  2005c34 <_Event_Surrender+0xdc>            <== NEVER TAKEN
 2005c1c:	80 a0 40 03 	cmp  %g1, %g3                                  
       _Thread_Is_executing( the_thread ) &&                          
       ((_Event_Sync_state == THREAD_BLOCKING_OPERATION_TIMEOUT) ||   
        (_Event_Sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED)) ) {
 2005c20:	da 01 22 74 	ld  [ %g4 + 0x274 ], %o5                       
                                                                      
  /*                                                                  
   *  If we are in an ISR and sending to the current thread, then     
   *  we have a critical section issue to deal with.                  
   */                                                                 
  if ( _ISR_Is_in_progress() &&                                       
 2005c24:	80 a3 60 01 	cmp  %o5, 1                                    
 2005c28:	32 bf ff db 	bne,a   2005b94 <_Event_Surrender+0x3c>        
 2005c2c:	c8 06 20 10 	ld  [ %i0 + 0x10 ], %g4                        
       _Thread_Is_executing( the_thread ) &&                          
       ((_Event_Sync_state == THREAD_BLOCKING_OPERATION_TIMEOUT) ||   
        (_Event_Sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED)) ) {
    if ( seized_events == event_condition || _Options_Is_any(option_set) ) {
 2005c30:	80 a0 40 03 	cmp  %g1, %g3                                  
 2005c34:	02 80 00 04 	be  2005c44 <_Event_Surrender+0xec>            
 2005c38:	80 8c a0 02 	btst  2, %l2                                   
 2005c3c:	02 80 00 09 	be  2005c60 <_Event_Surrender+0x108>           <== NEVER TAKEN
 2005c40:	01 00 00 00 	nop                                            
      api->pending_events = _Event_sets_Clear( pending_events,seized_events );
      the_thread->Wait.count = 0;                                     
      *(rtems_event_set *)the_thread->Wait.return_argument = seized_events;
 2005c44:	c2 06 20 28 	ld  [ %i0 + 0x28 ], %g1                        
  if ( _ISR_Is_in_progress() &&                                       
       _Thread_Is_executing( the_thread ) &&                          
       ((_Event_Sync_state == THREAD_BLOCKING_OPERATION_TIMEOUT) ||   
        (_Event_Sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED)) ) {
    if ( seized_events == event_condition || _Options_Is_any(option_set) ) {
      api->pending_events = _Event_sets_Clear( pending_events,seized_events );
 2005c48:	84 28 80 03 	andn  %g2, %g3, %g2                            
 2005c4c:	c4 24 00 00 	st  %g2, [ %l0 ]                               
      the_thread->Wait.count = 0;                                     
 2005c50:	c0 26 20 24 	clr  [ %i0 + 0x24 ]                            
      *(rtems_event_set *)the_thread->Wait.return_argument = seized_events;
 2005c54:	c6 20 40 00 	st  %g3, [ %g1 ]                               
      _Event_Sync_state = THREAD_BLOCKING_OPERATION_SATISFIED;        
 2005c58:	82 10 20 03 	mov  3, %g1                                    
 2005c5c:	c2 21 22 74 	st  %g1, [ %g4 + 0x274 ]                       
    }                                                                 
    _ISR_Enable( level );                                             
 2005c60:	7f ff f1 97 	call  20022bc <sparc_enable_interrupts>        
 2005c64:	91 e8 00 11 	restore  %g0, %l1, %o0                         
        _Thread_Unblock( the_thread );                                
      }                                                               
      return;                                                         
    }                                                                 
  }                                                                   
  _ISR_Enable( level );                                               
 2005c68:	7f ff f1 95 	call  20022bc <sparc_enable_interrupts>        
 2005c6c:	91 e8 00 11 	restore  %g0, %l1, %o0                         
                                                                      
  /*                                                                  
   *  No events were seized in this operation                         
   */                                                                 
  if ( _Event_sets_Is_empty( seized_events ) ) {                      
    _ISR_Enable( level );                                             
 2005c70:	7f ff f1 93 	call  20022bc <sparc_enable_interrupts>        
 2005c74:	91 e8 00 08 	restore  %g0, %o0, %o0                         
RTEMS_INLINE_ROUTINE void _Watchdog_Deactivate(                       
  Watchdog_Control *the_watchdog                                      
)                                                                     
{                                                                     
                                                                      
  the_watchdog->state = WATCHDOG_REMOVE_IT;                           
 2005c78:	c2 26 20 50 	st  %g1, [ %i0 + 0x50 ]                        
      if ( !_Watchdog_Is_active( &the_thread->Timer ) ) {             
        _ISR_Enable( level );                                         
        _Thread_Unblock( the_thread );                                
      } else {                                                        
        _Watchdog_Deactivate( &the_thread->Timer );                   
        _ISR_Enable( level );                                         
 2005c7c:	7f ff f1 90 	call  20022bc <sparc_enable_interrupts>        
 2005c80:	90 10 00 11 	mov  %l1, %o0                                  
        (void) _Watchdog_Remove( &the_thread->Timer );                
 2005c84:	40 00 0e e6 	call  200981c <_Watchdog_Remove>               
 2005c88:	90 06 20 48 	add  %i0, 0x48, %o0                            
 2005c8c:	33 04 00 ff 	sethi  %hi(0x1003fc00), %i1                    
 2005c90:	b2 16 63 f8 	or  %i1, 0x3f8, %i1	! 1003fff8 <RAM_END+0xdc3fff8>
 2005c94:	40 00 08 ad 	call  2007f48 <_Thread_Clear_state>            
 2005c98:	81 e8 00 00 	restore                                        
                                                                      

02005ca0 <_Event_Timeout>: void _Event_Timeout( Objects_Id id, void *ignored ) {
 2005ca0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control    *the_thread;                                      
  Objects_Locations  location;                                        
  ISR_Level          level;                                           
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 2005ca4:	90 10 00 18 	mov  %i0, %o0                                  
 2005ca8:	40 00 09 d0 	call  20083e8 <_Thread_Get>                    
 2005cac:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch ( location ) {                                               
 2005cb0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2005cb4:	80 a0 60 00 	cmp  %g1, 0                                    
 2005cb8:	12 80 00 15 	bne  2005d0c <_Event_Timeout+0x6c>             <== NEVER TAKEN
 2005cbc:	a0 10 00 08 	mov  %o0, %l0                                  
       *                                                              
       *  If it is not satisfied, then it is "nothing happened" and   
       *  this is the "timeout" transition.  After a request is satisfied,
       *  a timeout is not allowed to occur.                          
       */                                                             
      _ISR_Disable( level );                                          
 2005cc0:	7f ff f1 7b 	call  20022ac <sparc_disable_interrupts>       
 2005cc4:	01 00 00 00 	nop                                            
            return;                                                   
          }                                                           
        #endif                                                        
                                                                      
        the_thread->Wait.count = 0;                                   
        if ( _Thread_Is_executing( the_thread ) ) {                   
 2005cc8:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2005ccc:	c2 00 62 00 	ld  [ %g1 + 0x200 ], %g1	! 201ce00 <_Thread_Executing>
 2005cd0:	80 a4 00 01 	cmp  %l0, %g1                                  
 2005cd4:	02 80 00 10 	be  2005d14 <_Event_Timeout+0x74>              
 2005cd8:	c0 24 20 24 	clr  [ %l0 + 0x24 ]                            
          if ( _Event_Sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED )
            _Event_Sync_state = THREAD_BLOCKING_OPERATION_TIMEOUT;    
        }                                                             
                                                                      
        the_thread->Wait.return_code = RTEMS_TIMEOUT;                 
 2005cdc:	82 10 20 06 	mov  6, %g1                                    
 2005ce0:	c2 24 20 34 	st  %g1, [ %l0 + 0x34 ]                        
      _ISR_Enable( level );                                           
 2005ce4:	7f ff f1 76 	call  20022bc <sparc_enable_interrupts>        
 2005ce8:	01 00 00 00 	nop                                            
 2005cec:	90 10 00 10 	mov  %l0, %o0                                  
 2005cf0:	13 04 00 ff 	sethi  %hi(0x1003fc00), %o1                    
 2005cf4:	40 00 08 95 	call  2007f48 <_Thread_Clear_state>            
 2005cf8:	92 12 63 f8 	or  %o1, 0x3f8, %o1	! 1003fff8 <RAM_END+0xdc3fff8>
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unnest_dispatch( void )             
{                                                                     
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
  _Thread_Dispatch_disable_level -= 1;                                
 2005cfc:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2005d00:	c4 00 61 40 	ld  [ %g1 + 0x140 ], %g2	! 201cd40 <_Thread_Dispatch_disable_level>
 2005d04:	84 00 bf ff 	add  %g2, -1, %g2                              
 2005d08:	c4 20 61 40 	st  %g2, [ %g1 + 0x140 ]                       
 2005d0c:	81 c7 e0 08 	ret                                            
 2005d10:	81 e8 00 00 	restore                                        
          }                                                           
        #endif                                                        
                                                                      
        the_thread->Wait.count = 0;                                   
        if ( _Thread_Is_executing( the_thread ) ) {                   
          if ( _Event_Sync_state == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED )
 2005d14:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2005d18:	c4 00 62 74 	ld  [ %g1 + 0x274 ], %g2	! 201d674 <_Event_Sync_state>
 2005d1c:	80 a0 a0 01 	cmp  %g2, 1                                    
 2005d20:	32 bf ff f0 	bne,a   2005ce0 <_Event_Timeout+0x40>          
 2005d24:	82 10 20 06 	mov  6, %g1                                    
            _Event_Sync_state = THREAD_BLOCKING_OPERATION_TIMEOUT;    
 2005d28:	84 10 20 02 	mov  2, %g2                                    
 2005d2c:	c4 20 62 74 	st  %g2, [ %g1 + 0x274 ]                       
        }                                                             
                                                                      
        the_thread->Wait.return_code = RTEMS_TIMEOUT;                 
 2005d30:	10 bf ff ec 	b  2005ce0 <_Event_Timeout+0x40>               
 2005d34:	82 10 20 06 	mov  6, %g1                                    
                                                                      

0200cc7c <_Heap_Allocate_aligned_with_boundary>: Heap_Control *heap, uintptr_t alloc_size, uintptr_t alignment, uintptr_t boundary ) {
 200cc7c:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Heap_Statistics *const stats = &heap->stats;                        
  Heap_Block *const free_list_tail = _Heap_Free_list_tail( heap );    
  Heap_Block *block = _Heap_Free_list_first( heap );                  
  uintptr_t const block_size_floor = alloc_size + HEAP_BLOCK_HEADER_SIZE
    - HEAP_BLOCK_SIZE_OFFSET;                                         
 200cc80:	a8 06 60 04 	add  %i1, 4, %l4                               
  Heap_Control *heap,                                                 
  uintptr_t alloc_size,                                               
  uintptr_t alignment,                                                
  uintptr_t boundary                                                  
)                                                                     
{                                                                     
 200cc84:	a0 10 00 18 	mov  %i0, %l0                                  
    - HEAP_BLOCK_SIZE_OFFSET;                                         
  uintptr_t const page_size = heap->page_size;                        
  uintptr_t alloc_begin = 0;                                          
  uint32_t search_count = 0;                                          
                                                                      
  if ( block_size_floor < alloc_size ) {                              
 200cc88:	80 a6 40 14 	cmp  %i1, %l4                                  
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 200cc8c:	e4 06 20 08 	ld  [ %i0 + 8 ], %l2                           
 200cc90:	18 80 00 72 	bgu  200ce58 <_Heap_Allocate_aligned_with_boundary+0x1dc>
 200cc94:	fa 06 20 10 	ld  [ %i0 + 0x10 ], %i5                        
    /* Integer overflow occured */                                    
    return NULL;                                                      
  }                                                                   
                                                                      
  if ( boundary != 0 ) {                                              
 200cc98:	80 a6 e0 00 	cmp  %i3, 0                                    
 200cc9c:	12 80 00 6d 	bne  200ce50 <_Heap_Allocate_aligned_with_boundary+0x1d4>
 200cca0:	80 a6 40 1b 	cmp  %i1, %i3                                  
    if ( alignment == 0 ) {                                           
      alignment = page_size;                                          
    }                                                                 
  }                                                                   
                                                                      
  while ( block != free_list_tail ) {                                 
 200cca4:	80 a4 00 12 	cmp  %l0, %l2                                  
 200cca8:	02 80 00 6f 	be  200ce64 <_Heap_Allocate_aligned_with_boundary+0x1e8>
 200ccac:	a2 10 20 00 	clr  %l1                                       
  uintptr_t const alloc_begin_floor = _Heap_Alloc_area_of_block( block );
  uintptr_t const alloc_begin_ceiling = block_end - min_block_size    
    + HEAP_BLOCK_HEADER_SIZE + page_size - 1;                         
                                                                      
  uintptr_t alloc_end = block_end + HEAP_BLOCK_SIZE_OFFSET;           
  uintptr_t alloc_begin = alloc_end - alloc_size;                     
 200ccb0:	82 10 20 04 	mov  4, %g1                                    
  uintptr_t const block_size = _Heap_Block_size( block );             
  uintptr_t const block_end = block_begin + block_size;               
                                                                      
  uintptr_t const alloc_begin_floor = _Heap_Alloc_area_of_block( block );
  uintptr_t const alloc_begin_ceiling = block_end - min_block_size    
    + HEAP_BLOCK_HEADER_SIZE + page_size - 1;                         
 200ccb4:	b8 07 60 07 	add  %i5, 7, %i4                               
                                                                      
  uintptr_t alloc_end = block_end + HEAP_BLOCK_SIZE_OFFSET;           
  uintptr_t alloc_begin = alloc_end - alloc_size;                     
 200ccb8:	82 20 40 19 	sub  %g1, %i1, %g1                             
 200ccbc:	10 80 00 09 	b  200cce0 <_Heap_Allocate_aligned_with_boundary+0x64>
 200ccc0:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
          boundary                                                    
        );                                                            
      }                                                               
    }                                                                 
                                                                      
    if ( alloc_begin != 0 ) {                                         
 200ccc4:	80 a6 20 00 	cmp  %i0, 0                                    
 200ccc8:	32 80 00 54 	bne,a   200ce18 <_Heap_Allocate_aligned_with_boundary+0x19c><== ALWAYS TAKEN
 200cccc:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
      break;                                                          
    }                                                                 
                                                                      
    block = block->next;                                              
 200ccd0:	e4 04 a0 08 	ld  [ %l2 + 8 ], %l2                           
    if ( alignment == 0 ) {                                           
      alignment = page_size;                                          
    }                                                                 
  }                                                                   
                                                                      
  while ( block != free_list_tail ) {                                 
 200ccd4:	80 a4 00 12 	cmp  %l0, %l2                                  
 200ccd8:	22 80 00 57 	be,a   200ce34 <_Heap_Allocate_aligned_with_boundary+0x1b8>
 200ccdc:	b0 10 20 00 	clr  %i0                                       
    /*                                                                
     * The HEAP_PREV_BLOCK_USED flag is always set in the block size_and_flag
     * field.  Thus the value is about one unit larger than the real block
     * size.  The greater than operator takes this into account.      
     */                                                               
    if ( block->size_and_flag > block_size_floor ) {                  
 200cce0:	e6 04 a0 04 	ld  [ %l2 + 4 ], %l3                           
 200cce4:	80 a5 00 13 	cmp  %l4, %l3                                  
 200cce8:	1a bf ff fa 	bcc  200ccd0 <_Heap_Allocate_aligned_with_boundary+0x54>
 200ccec:	a2 04 60 01 	inc  %l1                                       
      if ( alignment == 0 ) {                                         
 200ccf0:	80 a6 a0 00 	cmp  %i2, 0                                    
 200ccf4:	02 bf ff f4 	be  200ccc4 <_Heap_Allocate_aligned_with_boundary+0x48>
 200ccf8:	b0 04 a0 08 	add  %l2, 8, %i0                               
  uintptr_t const alloc_begin_floor = _Heap_Alloc_area_of_block( block );
  uintptr_t const alloc_begin_ceiling = block_end - min_block_size    
    + HEAP_BLOCK_HEADER_SIZE + page_size - 1;                         
                                                                      
  uintptr_t alloc_end = block_end + HEAP_BLOCK_SIZE_OFFSET;           
  uintptr_t alloc_begin = alloc_end - alloc_size;                     
 200ccfc:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
  uintptr_t alignment,                                                
  uintptr_t boundary                                                  
)                                                                     
{                                                                     
  uintptr_t const page_size = heap->page_size;                        
  uintptr_t const min_block_size = heap->min_block_size;              
 200cd00:	ee 04 20 14 	ld  [ %l0 + 0x14 ], %l7                        
                                                                      
  uintptr_t const block_begin = (uintptr_t) block;                    
  uintptr_t const block_size = _Heap_Block_size( block );             
  uintptr_t const block_end = block_begin + block_size;               
 200cd04:	a6 0c ff fe 	and  %l3, -2, %l3                              
 200cd08:	a6 04 80 13 	add  %l2, %l3, %l3                             
  uintptr_t const alloc_begin_floor = _Heap_Alloc_area_of_block( block );
  uintptr_t const alloc_begin_ceiling = block_end - min_block_size    
    + HEAP_BLOCK_HEADER_SIZE + page_size - 1;                         
                                                                      
  uintptr_t alloc_end = block_end + HEAP_BLOCK_SIZE_OFFSET;           
  uintptr_t alloc_begin = alloc_end - alloc_size;                     
 200cd0c:	b0 00 40 13 	add  %g1, %l3, %i0                             
  uintptr_t const block_size = _Heap_Block_size( block );             
  uintptr_t const block_end = block_begin + block_size;               
                                                                      
  uintptr_t const alloc_begin_floor = _Heap_Alloc_area_of_block( block );
  uintptr_t const alloc_begin_ceiling = block_end - min_block_size    
    + HEAP_BLOCK_HEADER_SIZE + page_size - 1;                         
 200cd10:	82 27 00 17 	sub  %i4, %l7, %g1                             
RTEMS_INLINE_ROUTINE uintptr_t _Heap_Align_down(                      
  uintptr_t value,                                                    
  uintptr_t alignment                                                 
)                                                                     
{                                                                     
  return value - (value % alignment);                                 
 200cd14:	90 10 00 18 	mov  %i0, %o0                                  
 200cd18:	a6 00 40 13 	add  %g1, %l3, %l3                             
 200cd1c:	40 00 32 24 	call  20195ac <.urem>                          
 200cd20:	92 10 00 1a 	mov  %i2, %o1                                  
 200cd24:	b0 26 00 08 	sub  %i0, %o0, %i0                             
  uintptr_t alloc_begin = alloc_end - alloc_size;                     
                                                                      
  alloc_begin = _Heap_Align_down( alloc_begin, alignment );           
                                                                      
  /* Ensure that the we have a valid new block at the end */          
  if ( alloc_begin > alloc_begin_ceiling ) {                          
 200cd28:	80 a4 c0 18 	cmp  %l3, %i0                                  
 200cd2c:	1a 80 00 06 	bcc  200cd44 <_Heap_Allocate_aligned_with_boundary+0xc8>
 200cd30:	ac 04 a0 08 	add  %l2, 8, %l6                               
 200cd34:	90 10 00 13 	mov  %l3, %o0                                  
 200cd38:	40 00 32 1d 	call  20195ac <.urem>                          
 200cd3c:	92 10 00 1a 	mov  %i2, %o1                                  
 200cd40:	b0 24 c0 08 	sub  %l3, %o0, %i0                             
  }                                                                   
                                                                      
  alloc_end = alloc_begin + alloc_size;                               
                                                                      
  /* Ensure boundary constaint */                                     
  if ( boundary != 0 ) {                                              
 200cd44:	80 a6 e0 00 	cmp  %i3, 0                                    
 200cd48:	02 80 00 24 	be  200cdd8 <_Heap_Allocate_aligned_with_boundary+0x15c>
 200cd4c:	80 a5 80 18 	cmp  %l6, %i0                                  
  /* Ensure that the we have a valid new block at the end */          
  if ( alloc_begin > alloc_begin_ceiling ) {                          
    alloc_begin = _Heap_Align_down( alloc_begin_ceiling, alignment ); 
  }                                                                   
                                                                      
  alloc_end = alloc_begin + alloc_size;                               
 200cd50:	a6 06 00 19 	add  %i0, %i1, %l3                             
 200cd54:	92 10 00 1b 	mov  %i3, %o1                                  
 200cd58:	40 00 32 15 	call  20195ac <.urem>                          
 200cd5c:	90 10 00 13 	mov  %l3, %o0                                  
 200cd60:	90 24 c0 08 	sub  %l3, %o0, %o0                             
  /* Ensure boundary constaint */                                     
  if ( boundary != 0 ) {                                              
    uintptr_t const boundary_floor = alloc_begin_floor + alloc_size;  
    uintptr_t boundary_line = _Heap_Align_down( alloc_end, boundary );
                                                                      
    while ( alloc_begin < boundary_line && boundary_line < alloc_end ) {
 200cd64:	80 a4 c0 08 	cmp  %l3, %o0                                  
 200cd68:	08 80 00 1b 	bleu  200cdd4 <_Heap_Allocate_aligned_with_boundary+0x158>
 200cd6c:	80 a6 00 08 	cmp  %i0, %o0                                  
 200cd70:	1a 80 00 1a 	bcc  200cdd8 <_Heap_Allocate_aligned_with_boundary+0x15c>
 200cd74:	80 a5 80 18 	cmp  %l6, %i0                                  
                                                                      
  alloc_end = alloc_begin + alloc_size;                               
                                                                      
  /* Ensure boundary constaint */                                     
  if ( boundary != 0 ) {                                              
    uintptr_t const boundary_floor = alloc_begin_floor + alloc_size;  
 200cd78:	aa 05 80 19 	add  %l6, %i1, %l5                             
    uintptr_t boundary_line = _Heap_Align_down( alloc_end, boundary );
                                                                      
    while ( alloc_begin < boundary_line && boundary_line < alloc_end ) {
      if ( boundary_line < boundary_floor ) {                         
 200cd7c:	80 a5 40 08 	cmp  %l5, %o0                                  
 200cd80:	28 80 00 09 	bleu,a   200cda4 <_Heap_Allocate_aligned_with_boundary+0x128>
 200cd84:	b0 22 00 19 	sub  %o0, %i1, %i0                             
                                                                      
    if ( alloc_begin != 0 ) {                                         
      break;                                                          
    }                                                                 
                                                                      
    block = block->next;                                              
 200cd88:	10 bf ff d3 	b  200ccd4 <_Heap_Allocate_aligned_with_boundary+0x58>
 200cd8c:	e4 04 a0 08 	ld  [ %l2 + 8 ], %l2                           
  /* Ensure boundary constaint */                                     
  if ( boundary != 0 ) {                                              
    uintptr_t const boundary_floor = alloc_begin_floor + alloc_size;  
    uintptr_t boundary_line = _Heap_Align_down( alloc_end, boundary );
                                                                      
    while ( alloc_begin < boundary_line && boundary_line < alloc_end ) {
 200cd90:	1a 80 00 11 	bcc  200cdd4 <_Heap_Allocate_aligned_with_boundary+0x158>
 200cd94:	80 a5 40 08 	cmp  %l5, %o0                                  
      if ( boundary_line < boundary_floor ) {                         
 200cd98:	38 bf ff cf 	bgu,a   200ccd4 <_Heap_Allocate_aligned_with_boundary+0x58><== NEVER TAKEN
 200cd9c:	e4 04 a0 08 	ld  [ %l2 + 8 ], %l2                           <== NOT EXECUTED
        return 0;                                                     
      }                                                               
      alloc_begin = boundary_line - alloc_size;                       
 200cda0:	b0 22 00 19 	sub  %o0, %i1, %i0                             
 200cda4:	92 10 00 1a 	mov  %i2, %o1                                  
 200cda8:	40 00 32 01 	call  20195ac <.urem>                          
 200cdac:	90 10 00 18 	mov  %i0, %o0                                  
 200cdb0:	92 10 00 1b 	mov  %i3, %o1                                  
 200cdb4:	b0 26 00 08 	sub  %i0, %o0, %i0                             
      alloc_begin = _Heap_Align_down( alloc_begin, alignment );       
      alloc_end = alloc_begin + alloc_size;                           
 200cdb8:	a6 06 00 19 	add  %i0, %i1, %l3                             
 200cdbc:	40 00 31 fc 	call  20195ac <.urem>                          
 200cdc0:	90 10 00 13 	mov  %l3, %o0                                  
 200cdc4:	90 24 c0 08 	sub  %l3, %o0, %o0                             
  /* Ensure boundary constaint */                                     
  if ( boundary != 0 ) {                                              
    uintptr_t const boundary_floor = alloc_begin_floor + alloc_size;  
    uintptr_t boundary_line = _Heap_Align_down( alloc_end, boundary );
                                                                      
    while ( alloc_begin < boundary_line && boundary_line < alloc_end ) {
 200cdc8:	80 a4 c0 08 	cmp  %l3, %o0                                  
 200cdcc:	18 bf ff f1 	bgu  200cd90 <_Heap_Allocate_aligned_with_boundary+0x114>
 200cdd0:	80 a6 00 08 	cmp  %i0, %o0                                  
      boundary_line = _Heap_Align_down( alloc_end, boundary );        
    }                                                                 
  }                                                                   
                                                                      
  /* Ensure that the we have a valid new block at the beginning */    
  if ( alloc_begin >= alloc_begin_floor ) {                           
 200cdd4:	80 a5 80 18 	cmp  %l6, %i0                                  
 200cdd8:	18 bf ff be 	bgu  200ccd0 <_Heap_Allocate_aligned_with_boundary+0x54>
 200cddc:	82 10 3f f8 	mov  -8, %g1                                   
    uintptr_t const alloc_block_begin =                               
      (uintptr_t) _Heap_Block_of_alloc_area( alloc_begin, page_size );
    uintptr_t const free_size = alloc_block_begin - block_begin;      
 200cde0:	90 10 00 18 	mov  %i0, %o0                                  
 200cde4:	a6 20 40 12 	sub  %g1, %l2, %l3                             
 200cde8:	92 10 00 1d 	mov  %i5, %o1                                  
 200cdec:	40 00 31 f0 	call  20195ac <.urem>                          
 200cdf0:	a6 04 c0 18 	add  %l3, %i0, %l3                             
                                                                      
    if ( free_size >= min_block_size || free_size == 0 ) {            
 200cdf4:	90 a4 c0 08 	subcc  %l3, %o0, %o0                           
 200cdf8:	02 bf ff b4 	be  200ccc8 <_Heap_Allocate_aligned_with_boundary+0x4c>
 200cdfc:	80 a6 20 00 	cmp  %i0, 0                                    
 200ce00:	80 a5 c0 08 	cmp  %l7, %o0                                  
 200ce04:	18 bf ff b3 	bgu  200ccd0 <_Heap_Allocate_aligned_with_boundary+0x54>
 200ce08:	80 a6 20 00 	cmp  %i0, 0                                    
          boundary                                                    
        );                                                            
      }                                                               
    }                                                                 
                                                                      
    if ( alloc_begin != 0 ) {                                         
 200ce0c:	22 bf ff b2 	be,a   200ccd4 <_Heap_Allocate_aligned_with_boundary+0x58><== NEVER TAKEN
 200ce10:	e4 04 a0 08 	ld  [ %l2 + 8 ], %l2                           <== NOT EXECUTED
    block = block->next;                                              
  }                                                                   
                                                                      
  if ( alloc_begin != 0 ) {                                           
    /* Statistics */                                                  
    stats->searches += search_count;                                  
 200ce14:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
                                                                      
    block = _Heap_Block_allocate( heap, block, alloc_begin, alloc_size );
 200ce18:	92 10 00 12 	mov  %l2, %o1                                  
    block = block->next;                                              
  }                                                                   
                                                                      
  if ( alloc_begin != 0 ) {                                           
    /* Statistics */                                                  
    stats->searches += search_count;                                  
 200ce1c:	82 00 40 11 	add  %g1, %l1, %g1                             
                                                                      
    block = _Heap_Block_allocate( heap, block, alloc_begin, alloc_size );
 200ce20:	96 10 00 19 	mov  %i1, %o3                                  
    block = block->next;                                              
  }                                                                   
                                                                      
  if ( alloc_begin != 0 ) {                                           
    /* Statistics */                                                  
    stats->searches += search_count;                                  
 200ce24:	c2 24 20 4c 	st  %g1, [ %l0 + 0x4c ]                        
                                                                      
    block = _Heap_Block_allocate( heap, block, alloc_begin, alloc_size );
 200ce28:	90 10 00 10 	mov  %l0, %o0                                  
 200ce2c:	7f ff e8 fa 	call  2007214 <_Heap_Block_allocate>           
 200ce30:	94 10 00 18 	mov  %i0, %o2                                  
  uintptr_t alloc_size,                                               
  uintptr_t alignment,                                                
  uintptr_t boundary                                                  
)                                                                     
{                                                                     
  Heap_Statistics *const stats = &heap->stats;                        
 200ce34:	c2 04 20 44 	ld  [ %l0 + 0x44 ], %g1                        
 200ce38:	80 a0 40 11 	cmp  %g1, %l1                                  
 200ce3c:	1a 80 00 08 	bcc  200ce5c <_Heap_Allocate_aligned_with_boundary+0x1e0>
 200ce40:	01 00 00 00 	nop                                            
    );                                                                
  }                                                                   
                                                                      
  /* Statistics */                                                    
  if ( stats->max_search < search_count ) {                           
    stats->max_search = search_count;                                 
 200ce44:	e2 24 20 44 	st  %l1, [ %l0 + 0x44 ]                        
 200ce48:	81 c7 e0 08 	ret                                            
 200ce4c:	81 e8 00 00 	restore                                        
    /* Integer overflow occured */                                    
    return NULL;                                                      
  }                                                                   
                                                                      
  if ( boundary != 0 ) {                                              
    if ( boundary < alloc_size ) {                                    
 200ce50:	08 80 00 07 	bleu  200ce6c <_Heap_Allocate_aligned_with_boundary+0x1f0>
 200ce54:	80 a6 a0 00 	cmp  %i2, 0                                    
    );                                                                
  }                                                                   
                                                                      
  /* Statistics */                                                    
  if ( stats->max_search < search_count ) {                           
    stats->max_search = search_count;                                 
 200ce58:	b0 10 20 00 	clr  %i0                                       
  }                                                                   
                                                                      
  return (void *) alloc_begin;                                        
}                                                                     
 200ce5c:	81 c7 e0 08 	ret                                            
 200ce60:	81 e8 00 00 	restore                                        
    if ( alignment == 0 ) {                                           
      alignment = page_size;                                          
    }                                                                 
  }                                                                   
                                                                      
  while ( block != free_list_tail ) {                                 
 200ce64:	10 bf ff f4 	b  200ce34 <_Heap_Allocate_aligned_with_boundary+0x1b8>
 200ce68:	b0 10 20 00 	clr  %i0                                       
  if ( boundary != 0 ) {                                              
    if ( boundary < alloc_size ) {                                    
      return NULL;                                                    
    }                                                                 
                                                                      
    if ( alignment == 0 ) {                                           
 200ce6c:	22 bf ff 8e 	be,a   200cca4 <_Heap_Allocate_aligned_with_boundary+0x28>
 200ce70:	b4 10 00 1d 	mov  %i5, %i2                                  
      alignment = page_size;                                          
    }                                                                 
  }                                                                   
                                                                      
  while ( block != free_list_tail ) {                                 
 200ce74:	10 bf ff 8d 	b  200cca8 <_Heap_Allocate_aligned_with_boundary+0x2c>
 200ce78:	80 a4 00 12 	cmp  %l0, %l2                                  
                                                                      

02011908 <_Heap_Extend>: Heap_Control *heap, void *area_begin_ptr, uintptr_t area_size, uintptr_t *amount_extended ) {
 2011908:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Heap_Statistics *const stats = &heap->stats;                        
  uintptr_t const area_begin = (uintptr_t) area_begin_ptr;            
  uintptr_t const heap_area_begin = heap->area_begin;                 
  uintptr_t const heap_area_end = heap->area_end;                     
 201190c:	c2 06 20 1c 	ld  [ %i0 + 0x1c ], %g1                        
  Heap_Control *heap,                                                 
  void *area_begin_ptr,                                               
  uintptr_t area_size,                                                
  uintptr_t *amount_extended                                          
)                                                                     
{                                                                     
 2011910:	a0 10 00 18 	mov  %i0, %l0                                  
   *    5. non-contiguous higher address    (NOT SUPPORTED)           
   *                                                                  
   *  As noted, this code only supports (4).                          
   */                                                                 
                                                                      
  if ( area_begin >= heap_area_begin && area_begin < heap_area_end ) {
 2011914:	80 a6 40 01 	cmp  %i1, %g1                                  
 2011918:	0a 80 00 2a 	bcs  20119c0 <_Heap_Extend+0xb8>               
 201191c:	e2 06 20 24 	ld  [ %i0 + 0x24 ], %l1                        
    return HEAP_EXTEND_ERROR; /* case 3 */                            
  } else if ( area_begin != heap_area_end ) {                         
 2011920:	80 a6 40 01 	cmp  %i1, %g1                                  
 2011924:	12 80 00 25 	bne  20119b8 <_Heap_Extend+0xb0>               
 2011928:	b0 10 20 02 	mov  2, %i0                                    
RTEMS_INLINE_ROUTINE uintptr_t _Heap_Align_down(                      
  uintptr_t value,                                                    
  uintptr_t alignment                                                 
)                                                                     
{                                                                     
  return value - (value % alignment);                                 
 201192c:	d2 04 20 10 	ld  [ %l0 + 0x10 ], %o1                        
{                                                                     
  Heap_Statistics *const stats = &heap->stats;                        
  uintptr_t const area_begin = (uintptr_t) area_begin_ptr;            
  uintptr_t const heap_area_begin = heap->area_begin;                 
  uintptr_t const heap_area_end = heap->area_end;                     
  uintptr_t const new_heap_area_end = heap_area_end + area_size;      
 2011930:	b4 06 40 1a 	add  %i1, %i2, %i2                             
   *  block and free it.                                              
   */                                                                 
                                                                      
  heap->area_end = new_heap_area_end;                                 
                                                                      
  extend_size = new_heap_area_end                                     
 2011934:	b2 26 80 11 	sub  %i2, %l1, %i1                             
   *  Currently only case 4 should make it to this point.             
   *  The basic trick is to make the extend area look like a used     
   *  block and free it.                                              
   */                                                                 
                                                                      
  heap->area_end = new_heap_area_end;                                 
 2011938:	f4 24 20 1c 	st  %i2, [ %l0 + 0x1c ]                        
                                                                      
  extend_size = new_heap_area_end                                     
 201193c:	b2 06 7f f8 	add  %i1, -8, %i1                              
 2011940:	7f ff ca 7f 	call  200433c <.urem>                          
 2011944:	90 10 00 19 	mov  %i1, %o0                                  
 2011948:	90 26 40 08 	sub  %i1, %o0, %o0                             
    - (uintptr_t) last_block - HEAP_BLOCK_HEADER_SIZE;                
  extend_size = _Heap_Align_down( extend_size, heap->page_size );     
                                                                      
  *amount_extended = extend_size;                                     
 201194c:	d0 26 c0 00 	st  %o0, [ %i3 ]                               
                                                                      
  if( extend_size >= heap->min_block_size ) {                         
 2011950:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        
 2011954:	80 a0 40 08 	cmp  %g1, %o0                                  
 2011958:	18 80 00 18 	bgu  20119b8 <_Heap_Extend+0xb0>               <== NEVER TAKEN
 201195c:	b0 10 20 00 	clr  %i0                                       
  uintptr_t size                                                      
)                                                                     
{                                                                     
  uintptr_t flag = block->size_and_flag & HEAP_PREV_BLOCK_USED;       
                                                                      
  block->size_and_flag = size | flag;                                 
 2011960:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
    Heap_Block *const new_last_block = _Heap_Block_at( last_block, extend_size );
                                                                      
    _Heap_Block_set_size( last_block, extend_size );                  
                                                                      
    new_last_block->size_and_flag =                                   
 2011964:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        
 2011968:	82 08 60 01 	and  %g1, 1, %g1                               
 201196c:	82 12 00 01 	or  %o0, %g1, %g1                              
 2011970:	c2 24 60 04 	st  %g1, [ %l1 + 4 ]                           
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(                      
  const Heap_Block *block,                                            
  uintptr_t offset                                                    
)                                                                     
{                                                                     
  return (Heap_Block *) ((uintptr_t) block + offset);                 
 2011974:	82 02 00 11 	add  %o0, %l1, %g1                             
 2011978:	84 20 80 01 	sub  %g2, %g1, %g2                             
 201197c:	84 10 a0 01 	or  %g2, 1, %g2                                
 2011980:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
                                                                      
    heap->last_block = new_last_block;                                
                                                                      
    /* Statistics */                                                  
    stats->size += extend_size;                                       
    ++stats->used_blocks;                                             
 2011984:	c6 04 20 40 	ld  [ %l0 + 0x40 ], %g3                        
        | HEAP_PREV_BLOCK_USED;                                       
                                                                      
    heap->last_block = new_last_block;                                
                                                                      
    /* Statistics */                                                  
    stats->size += extend_size;                                       
 2011988:	f2 04 20 2c 	ld  [ %l0 + 0x2c ], %i1                        
    ++stats->used_blocks;                                             
    --stats->frees; /* Do not count subsequent call as actual free() */
 201198c:	c4 04 20 50 	ld  [ %l0 + 0x50 ], %g2                        
                                                                      
    new_last_block->size_and_flag =                                   
      ((uintptr_t) heap->first_block - (uintptr_t) new_last_block)    
        | HEAP_PREV_BLOCK_USED;                                       
                                                                      
    heap->last_block = new_last_block;                                
 2011990:	c2 24 20 24 	st  %g1, [ %l0 + 0x24 ]                        
                                                                      
    /* Statistics */                                                  
    stats->size += extend_size;                                       
    ++stats->used_blocks;                                             
 2011994:	82 00 e0 01 	add  %g3, 1, %g1                               
        | HEAP_PREV_BLOCK_USED;                                       
                                                                      
    heap->last_block = new_last_block;                                
                                                                      
    /* Statistics */                                                  
    stats->size += extend_size;                                       
 2011998:	90 06 40 08 	add  %i1, %o0, %o0                             
    ++stats->used_blocks;                                             
 201199c:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        
    --stats->frees; /* Do not count subsequent call as actual free() */
 20119a0:	82 00 bf ff 	add  %g2, -1, %g1                              
        | HEAP_PREV_BLOCK_USED;                                       
                                                                      
    heap->last_block = new_last_block;                                
                                                                      
    /* Statistics */                                                  
    stats->size += extend_size;                                       
 20119a4:	d0 24 20 2c 	st  %o0, [ %l0 + 0x2c ]                        
    ++stats->used_blocks;                                             
    --stats->frees; /* Do not count subsequent call as actual free() */
 20119a8:	c2 24 20 50 	st  %g1, [ %l0 + 0x50 ]                        
                                                                      
    _Heap_Free( heap, (void *) _Heap_Alloc_area_of_block( last_block ));
 20119ac:	90 10 00 10 	mov  %l0, %o0                                  
 20119b0:	7f ff e6 34 	call  200b280 <_Heap_Free>                     
 20119b4:	92 04 60 08 	add  %l1, 8, %o1                               
  }                                                                   
                                                                      
  return HEAP_EXTEND_SUCCESSFUL;                                      
}                                                                     
 20119b8:	81 c7 e0 08 	ret                                            
 20119bc:	81 e8 00 00 	restore                                        
  uintptr_t *amount_extended                                          
)                                                                     
{                                                                     
  Heap_Statistics *const stats = &heap->stats;                        
  uintptr_t const area_begin = (uintptr_t) area_begin_ptr;            
  uintptr_t const heap_area_begin = heap->area_begin;                 
 20119c0:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        
 20119c4:	80 a6 40 02 	cmp  %i1, %g2                                  
 20119c8:	0a bf ff d6 	bcs  2011920 <_Heap_Extend+0x18>               
 20119cc:	b0 10 20 01 	mov  1, %i0                                    
                                                                      
    _Heap_Free( heap, (void *) _Heap_Alloc_area_of_block( last_block ));
  }                                                                   
                                                                      
  return HEAP_EXTEND_SUCCESSFUL;                                      
}                                                                     
 20119d0:	81 c7 e0 08 	ret                                            
 20119d4:	81 e8 00 00 	restore                                        
                                                                      

0200ce7c <_Heap_Free>: #include <rtems/system.h> #include <rtems/score/sysstate.h> #include <rtems/score/heap.h> bool _Heap_Free( Heap_Control *heap, void *alloc_begin_ptr ) {
 200ce7c:	9d e3 bf a0 	save  %sp, -96, %sp                            
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_of_alloc_area(           
  uintptr_t alloc_begin,                                              
  uintptr_t page_size                                                 
)                                                                     
{                                                                     
  return (Heap_Block *) (_Heap_Align_down( alloc_begin, page_size )   
 200ce80:	d2 06 20 10 	ld  [ %i0 + 0x10 ], %o1                        
 200ce84:	40 00 31 ca 	call  20195ac <.urem>                          
 200ce88:	90 10 00 19 	mov  %i1, %o0                                  
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
    && (uintptr_t) block <= (uintptr_t) heap->last_block;             
 200ce8c:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_of_alloc_area(           
  uintptr_t alloc_begin,                                              
  uintptr_t page_size                                                 
)                                                                     
{                                                                     
  return (Heap_Block *) (_Heap_Align_down( alloc_begin, page_size )   
 200ce90:	b2 06 7f f8 	add  %i1, -8, %i1                              
 200ce94:	90 26 40 08 	sub  %i1, %o0, %o0                             
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 200ce98:	80 a2 00 01 	cmp  %o0, %g1                                  
 200ce9c:	0a 80 00 36 	bcs  200cf74 <_Heap_Free+0xf8>                 
 200cea0:	01 00 00 00 	nop                                            
    && (uintptr_t) block <= (uintptr_t) heap->last_block;             
 200cea4:	c6 06 20 24 	ld  [ %i0 + 0x24 ], %g3                        
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 200cea8:	80 a2 00 03 	cmp  %o0, %g3                                  
 200ceac:	18 80 00 32 	bgu  200cf74 <_Heap_Free+0xf8>                 
 200ceb0:	01 00 00 00 	nop                                            
    - HEAP_BLOCK_HEADER_SIZE);                                        
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE uintptr_t _Heap_Block_size( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & ~HEAP_PREV_BLOCK_USED;                
 200ceb4:	da 02 20 04 	ld  [ %o0 + 4 ], %o5                           
 200ceb8:	88 0b 7f fe 	and  %o5, -2, %g4                              
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(                      
  const Heap_Block *block,                                            
  uintptr_t offset                                                    
)                                                                     
{                                                                     
  return (Heap_Block *) ((uintptr_t) block + offset);                 
 200cebc:	84 02 00 04 	add  %o0, %g4, %g2                             
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 200cec0:	80 a0 40 02 	cmp  %g1, %g2                                  
 200cec4:	18 80 00 2c 	bgu  200cf74 <_Heap_Free+0xf8>                 <== NEVER TAKEN
 200cec8:	80 a0 c0 02 	cmp  %g3, %g2                                  
 200cecc:	0a 80 00 2a 	bcs  200cf74 <_Heap_Free+0xf8>                 <== NEVER TAKEN
 200ced0:	01 00 00 00 	nop                                            
  block->size_and_flag = size | flag;                                 
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE bool _Heap_Is_prev_used( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & HEAP_PREV_BLOCK_USED;                 
 200ced4:	d8 00 a0 04 	ld  [ %g2 + 4 ], %o4                           
  if ( !_Heap_Is_block_in_heap( heap, next_block ) ) {                
    _HAssert( false );                                                
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Is_prev_used( next_block ) ) {                          
 200ced8:	80 8b 20 01 	btst  1, %o4                                   
 200cedc:	02 80 00 26 	be  200cf74 <_Heap_Free+0xf8>                  <== NEVER TAKEN
 200cee0:	96 0b 3f fe 	and  %o4, -2, %o3                              
    _HAssert( false );                                                
    return false;                                                     
  }                                                                   
                                                                      
  next_block_size = _Heap_Block_size( next_block );                   
  next_is_free = next_block != heap->last_block                       
 200cee4:	80 a0 c0 02 	cmp  %g3, %g2                                  
 200cee8:	02 80 00 06 	be  200cf00 <_Heap_Free+0x84>                  
 200ceec:	98 10 20 00 	clr  %o4                                       
                                                                      
#include <rtems/system.h>                                             
#include <rtems/score/sysstate.h>                                     
#include <rtems/score/heap.h>                                         
                                                                      
bool _Heap_Free( Heap_Control *heap, void *alloc_begin_ptr )          
 200cef0:	98 00 80 0b 	add  %g2, %o3, %o4                             
 200cef4:	d8 03 20 04 	ld  [ %o4 + 4 ], %o4                           
 200cef8:	98 0b 20 01 	and  %o4, 1, %o4                               
 200cefc:	98 1b 20 01 	xor  %o4, 1, %o4                               
                                                                      
  next_block_size = _Heap_Block_size( next_block );                   
  next_is_free = next_block != heap->last_block                       
    && !_Heap_Is_prev_used( _Heap_Block_at( next_block, next_block_size ));
                                                                      
  if ( !_Heap_Is_prev_used( block ) ) {                               
 200cf00:	80 8b 60 01 	btst  1, %o5                                   
 200cf04:	12 80 00 1e 	bne  200cf7c <_Heap_Free+0x100>                
 200cf08:	80 8b 20 ff 	btst  0xff, %o4                                
    uintptr_t const prev_size = block->prev_size;                     
 200cf0c:	d4 02 00 00 	ld  [ %o0 ], %o2                               
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(                      
  const Heap_Block *block,                                            
  uintptr_t offset                                                    
)                                                                     
{                                                                     
  return (Heap_Block *) ((uintptr_t) block + offset);                 
 200cf10:	9a 22 00 0a 	sub  %o0, %o2, %o5                             
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 200cf14:	80 a0 40 0d 	cmp  %g1, %o5                                  
 200cf18:	18 80 00 17 	bgu  200cf74 <_Heap_Free+0xf8>                 <== NEVER TAKEN
 200cf1c:	80 a0 c0 0d 	cmp  %g3, %o5                                  
 200cf20:	0a 80 00 15 	bcs  200cf74 <_Heap_Free+0xf8>                 <== NEVER TAKEN
 200cf24:	01 00 00 00 	nop                                            
      return( false );                                                
    }                                                                 
                                                                      
    /* As we always coalesce free blocks, the block that preceedes prev_block
       must have been used. */                                        
    if ( !_Heap_Is_prev_used ( prev_block) ) {                        
 200cf28:	c2 03 60 04 	ld  [ %o5 + 4 ], %g1                           
 200cf2c:	80 88 60 01 	btst  1, %g1                                   
 200cf30:	02 80 00 11 	be  200cf74 <_Heap_Free+0xf8>                  <== NEVER TAKEN
 200cf34:	80 8b 20 ff 	btst  0xff, %o4                                
      _HAssert( false );                                              
      return( false );                                                
    }                                                                 
                                                                      
    if ( next_is_free ) {       /* coalesce both */                   
 200cf38:	22 80 00 3a 	be,a   200d020 <_Heap_Free+0x1a4>              
 200cf3c:	94 01 00 0a 	add  %g4, %o2, %o2                             
      uintptr_t const size = block_size + prev_size + next_block_size;
      _Heap_Free_list_remove( next_block );                           
      stats->free_blocks -= 1;                                        
 200cf40:	c6 06 20 38 	ld  [ %i0 + 0x38 ], %g3                        
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE void _Heap_Free_list_remove( Heap_Block *block ) 
{                                                                     
  Heap_Block *next = block->next;                                     
  Heap_Block *prev = block->prev;                                     
 200cf44:	c2 00 a0 0c 	ld  [ %g2 + 0xc ], %g1                         
  return _Heap_Free_list_tail(heap)->prev;                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE void _Heap_Free_list_remove( Heap_Block *block ) 
{                                                                     
  Heap_Block *next = block->next;                                     
 200cf48:	c4 00 a0 08 	ld  [ %g2 + 8 ], %g2                           
 200cf4c:	86 00 ff ff 	add  %g3, -1, %g3                              
 200cf50:	c6 26 20 38 	st  %g3, [ %i0 + 0x38 ]                        
      _HAssert( false );                                              
      return( false );                                                
    }                                                                 
                                                                      
    if ( next_is_free ) {       /* coalesce both */                   
      uintptr_t const size = block_size + prev_size + next_block_size;
 200cf54:	96 01 00 0b 	add  %g4, %o3, %o3                             
  Heap_Block *prev = block->prev;                                     
                                                                      
  prev->next = next;                                                  
  next->prev = prev;                                                  
 200cf58:	c2 20 a0 0c 	st  %g1, [ %g2 + 0xc ]                         
 200cf5c:	94 02 c0 0a 	add  %o3, %o2, %o2                             
RTEMS_INLINE_ROUTINE void _Heap_Free_list_remove( Heap_Block *block ) 
{                                                                     
  Heap_Block *next = block->next;                                     
  Heap_Block *prev = block->prev;                                     
                                                                      
  prev->next = next;                                                  
 200cf60:	c4 20 60 08 	st  %g2, [ %g1 + 8 ]                           
      _Heap_Free_list_remove( next_block );                           
      stats->free_blocks -= 1;                                        
      prev_block->size_and_flag = size | HEAP_PREV_BLOCK_USED;        
      next_block = _Heap_Block_at( prev_block, size );                
      _HAssert(!_Heap_Is_prev_used( next_block));                     
      next_block->prev_size = size;                                   
 200cf64:	d4 23 40 0a 	st  %o2, [ %o5 + %o2 ]                         
                                                                      
    if ( next_is_free ) {       /* coalesce both */                   
      uintptr_t const size = block_size + prev_size + next_block_size;
      _Heap_Free_list_remove( next_block );                           
      stats->free_blocks -= 1;                                        
      prev_block->size_and_flag = size | HEAP_PREV_BLOCK_USED;        
 200cf68:	94 12 a0 01 	or  %o2, 1, %o2                                
 200cf6c:	10 80 00 10 	b  200cfac <_Heap_Free+0x130>                  
 200cf70:	d4 23 60 04 	st  %o2, [ %o5 + 4 ]                           
  --stats->used_blocks;                                               
  ++stats->frees;                                                     
  stats->free_size += block_size;                                     
                                                                      
  return( true );                                                     
}                                                                     
 200cf74:	81 c7 e0 08 	ret                                            
 200cf78:	91 e8 20 00 	restore  %g0, 0, %o0                           
      uintptr_t const size = block_size + prev_size;                  
      prev_block->size_and_flag = size | HEAP_PREV_BLOCK_USED;        
      next_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;             
      next_block->prev_size = size;                                   
    }                                                                 
  } else if ( next_is_free ) {    /* coalesce next */                 
 200cf7c:	02 80 00 17 	be  200cfd8 <_Heap_Free+0x15c>                 
 200cf80:	82 11 20 01 	or  %g4, 1, %g1                                
  Heap_Block *old_block,                                              
  Heap_Block *new_block                                               
)                                                                     
{                                                                     
  Heap_Block *next = old_block->next;                                 
  Heap_Block *prev = old_block->prev;                                 
 200cf84:	c2 00 a0 0c 	ld  [ %g2 + 0xc ], %g1                         
RTEMS_INLINE_ROUTINE void _Heap_Free_list_replace(                    
  Heap_Block *old_block,                                              
  Heap_Block *new_block                                               
)                                                                     
{                                                                     
  Heap_Block *next = old_block->next;                                 
 200cf88:	c4 00 a0 08 	ld  [ %g2 + 8 ], %g2                           
  Heap_Block *prev = old_block->prev;                                 
                                                                      
  new_block->next = next;                                             
  new_block->prev = prev;                                             
 200cf8c:	c2 22 20 0c 	st  %g1, [ %o0 + 0xc ]                         
)                                                                     
{                                                                     
  Heap_Block *next = old_block->next;                                 
  Heap_Block *prev = old_block->prev;                                 
                                                                      
  new_block->next = next;                                             
 200cf90:	c4 22 20 08 	st  %g2, [ %o0 + 8 ]                           
    uintptr_t const size = block_size + next_block_size;              
 200cf94:	96 02 c0 04 	add  %o3, %g4, %o3                             
  new_block->prev = prev;                                             
                                                                      
  next->prev = new_block;                                             
 200cf98:	d0 20 a0 0c 	st  %o0, [ %g2 + 0xc ]                         
    _Heap_Free_list_replace( next_block, block );                     
    block->size_and_flag = size | HEAP_PREV_BLOCK_USED;               
    next_block  = _Heap_Block_at( block, size );                      
    next_block->prev_size = size;                                     
 200cf9c:	d6 22 00 0b 	st  %o3, [ %o0 + %o3 ]                         
  prev->next = new_block;                                             
 200cfa0:	d0 20 60 08 	st  %o0, [ %g1 + 8 ]                           
      next_block->prev_size = size;                                   
    }                                                                 
  } else if ( next_is_free ) {    /* coalesce next */                 
    uintptr_t const size = block_size + next_block_size;              
    _Heap_Free_list_replace( next_block, block );                     
    block->size_and_flag = size | HEAP_PREV_BLOCK_USED;               
 200cfa4:	96 12 e0 01 	or  %o3, 1, %o3                                
 200cfa8:	d6 22 20 04 	st  %o3, [ %o0 + 4 ]                           
      stats->max_free_blocks = stats->free_blocks;                    
    }                                                                 
  }                                                                   
                                                                      
  /* Statistics */                                                    
  --stats->used_blocks;                                               
 200cfac:	c4 06 20 40 	ld  [ %i0 + 0x40 ], %g2                        
  ++stats->frees;                                                     
 200cfb0:	c2 06 20 50 	ld  [ %i0 + 0x50 ], %g1                        
  stats->free_size += block_size;                                     
 200cfb4:	c6 06 20 30 	ld  [ %i0 + 0x30 ], %g3                        
      stats->max_free_blocks = stats->free_blocks;                    
    }                                                                 
  }                                                                   
                                                                      
  /* Statistics */                                                    
  --stats->used_blocks;                                               
 200cfb8:	84 00 bf ff 	add  %g2, -1, %g2                              
  ++stats->frees;                                                     
  stats->free_size += block_size;                                     
 200cfbc:	88 00 c0 04 	add  %g3, %g4, %g4                             
      stats->max_free_blocks = stats->free_blocks;                    
    }                                                                 
  }                                                                   
                                                                      
  /* Statistics */                                                    
  --stats->used_blocks;                                               
 200cfc0:	c4 26 20 40 	st  %g2, [ %i0 + 0x40 ]                        
  ++stats->frees;                                                     
  stats->free_size += block_size;                                     
 200cfc4:	c8 26 20 30 	st  %g4, [ %i0 + 0x30 ]                        
    }                                                                 
  }                                                                   
                                                                      
  /* Statistics */                                                    
  --stats->used_blocks;                                               
  ++stats->frees;                                                     
 200cfc8:	82 00 60 01 	inc  %g1                                       
 200cfcc:	c2 26 20 50 	st  %g1, [ %i0 + 0x50 ]                        
  stats->free_size += block_size;                                     
                                                                      
  return( true );                                                     
 200cfd0:	81 c7 e0 08 	ret                                            
 200cfd4:	91 e8 20 01 	restore  %g0, 1, %o0                           
    next_block->prev_size = size;                                     
  } else {                        /* no coalesce */                   
    /* Add 'block' to the head of the free blocks list as it tends to 
       produce less fragmentation than adding to the tail. */         
    _Heap_Free_list_insert_after( _Heap_Free_list_head( heap), block );
    block->size_and_flag = block_size | HEAP_PREV_BLOCK_USED;         
 200cfd8:	c2 22 20 04 	st  %g1, [ %o0 + 4 ]                           
    next_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;               
 200cfdc:	c2 00 a0 04 	ld  [ %g2 + 4 ], %g1                           
RTEMS_INLINE_ROUTINE void _Heap_Free_list_insert_after(               
  Heap_Block *block_before,                                           
  Heap_Block *new_block                                               
)                                                                     
{                                                                     
  Heap_Block *next = block_before->next;                              
 200cfe0:	c6 06 20 08 	ld  [ %i0 + 8 ], %g3                           
 200cfe4:	82 08 7f fe 	and  %g1, -2, %g1                              
    next_block->prev_size = block_size;                               
 200cfe8:	c8 22 00 04 	st  %g4, [ %o0 + %g4 ]                         
  } else {                        /* no coalesce */                   
    /* Add 'block' to the head of the free blocks list as it tends to 
       produce less fragmentation than adding to the tail. */         
    _Heap_Free_list_insert_after( _Heap_Free_list_head( heap), block );
    block->size_and_flag = block_size | HEAP_PREV_BLOCK_USED;         
    next_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;               
 200cfec:	c2 20 a0 04 	st  %g1, [ %g2 + 4 ]                           
    next_block->prev_size = block_size;                               
                                                                      
    /* Statistics */                                                  
    ++stats->free_blocks;                                             
 200cff0:	c2 06 20 38 	ld  [ %i0 + 0x38 ], %g1                        
                                                                      
  new_block->next = next;                                             
 200cff4:	c6 22 20 08 	st  %g3, [ %o0 + 8 ]                           
  new_block->prev = block_before;                                     
 200cff8:	f0 22 20 0c 	st  %i0, [ %o0 + 0xc ]                         
#include <rtems/score/sysstate.h>                                     
#include <rtems/score/heap.h>                                         
                                                                      
bool _Heap_Free( Heap_Control *heap, void *alloc_begin_ptr )          
{                                                                     
  Heap_Statistics *const stats = &heap->stats;                        
 200cffc:	c4 06 20 3c 	ld  [ %i0 + 0x3c ], %g2                        
    block->size_and_flag = block_size | HEAP_PREV_BLOCK_USED;         
    next_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;               
    next_block->prev_size = block_size;                               
                                                                      
    /* Statistics */                                                  
    ++stats->free_blocks;                                             
 200d000:	82 00 60 01 	inc  %g1                                       
  block_before->next = new_block;                                     
  next->prev = new_block;                                             
 200d004:	d0 20 e0 0c 	st  %o0, [ %g3 + 0xc ]                         
{                                                                     
  Heap_Block *next = block_before->next;                              
                                                                      
  new_block->next = next;                                             
  new_block->prev = block_before;                                     
  block_before->next = new_block;                                     
 200d008:	d0 26 20 08 	st  %o0, [ %i0 + 8 ]                           
#include <rtems/score/sysstate.h>                                     
#include <rtems/score/heap.h>                                         
                                                                      
bool _Heap_Free( Heap_Control *heap, void *alloc_begin_ptr )          
{                                                                     
  Heap_Statistics *const stats = &heap->stats;                        
 200d00c:	80 a0 40 02 	cmp  %g1, %g2                                  
 200d010:	08 bf ff e7 	bleu  200cfac <_Heap_Free+0x130>               
 200d014:	c2 26 20 38 	st  %g1, [ %i0 + 0x38 ]                        
    next_block->prev_size = block_size;                               
                                                                      
    /* Statistics */                                                  
    ++stats->free_blocks;                                             
    if ( stats->max_free_blocks < stats->free_blocks ) {              
      stats->max_free_blocks = stats->free_blocks;                    
 200d018:	10 bf ff e5 	b  200cfac <_Heap_Free+0x130>                  
 200d01c:	c2 26 20 3c 	st  %g1, [ %i0 + 0x3c ]                        
      next_block = _Heap_Block_at( prev_block, size );                
      _HAssert(!_Heap_Is_prev_used( next_block));                     
      next_block->prev_size = size;                                   
    } else {                      /* coalesce prev */                 
      uintptr_t const size = block_size + prev_size;                  
      prev_block->size_and_flag = size | HEAP_PREV_BLOCK_USED;        
 200d020:	82 12 a0 01 	or  %o2, 1, %g1                                
 200d024:	c2 23 60 04 	st  %g1, [ %o5 + 4 ]                           
      next_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;             
 200d028:	c2 00 a0 04 	ld  [ %g2 + 4 ], %g1                           
      next_block->prev_size = size;                                   
 200d02c:	d4 22 00 04 	st  %o2, [ %o0 + %g4 ]                         
      _HAssert(!_Heap_Is_prev_used( next_block));                     
      next_block->prev_size = size;                                   
    } else {                      /* coalesce prev */                 
      uintptr_t const size = block_size + prev_size;                  
      prev_block->size_and_flag = size | HEAP_PREV_BLOCK_USED;        
      next_block->size_and_flag &= ~HEAP_PREV_BLOCK_USED;             
 200d030:	82 08 7f fe 	and  %g1, -2, %g1                              
 200d034:	10 bf ff de 	b  200cfac <_Heap_Free+0x130>                  
 200d038:	c2 20 a0 04 	st  %g1, [ %g2 + 4 ]                           
                                                                      

020119d8 <_Heap_Get_free_information>: void _Heap_Get_free_information( Heap_Control *the_heap, Heap_Information *info ) {
 20119d8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 20119dc:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
  Heap_Block *the_block;                                              
  Heap_Block *const tail = _Heap_Free_list_tail(the_heap);            
                                                                      
  info->number = 0;                                                   
 20119e0:	c0 26 40 00 	clr  [ %i1 ]                                   
  info->largest = 0;                                                  
 20119e4:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
  info->total = 0;                                                    
                                                                      
  for(the_block = _Heap_Free_list_first(the_heap);                    
 20119e8:	80 a6 00 01 	cmp  %i0, %g1                                  
 20119ec:	02 80 00 13 	be  2011a38 <_Heap_Get_free_information+0x60>  <== NEVER TAKEN
 20119f0:	c0 26 60 08 	clr  [ %i1 + 8 ]                               
 20119f4:	88 10 20 01 	mov  1, %g4                                    
 20119f8:	10 80 00 03 	b  2011a04 <_Heap_Get_free_information+0x2c>   
 20119fc:	86 10 20 00 	clr  %g3                                       
 2011a00:	88 10 00 02 	mov  %g2, %g4                                  
    - HEAP_BLOCK_HEADER_SIZE);                                        
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE uintptr_t _Heap_Block_size( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & ~HEAP_PREV_BLOCK_USED;                
 2011a04:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
    /* As we always coalesce free blocks, prev block must have been used. */
    _HAssert(_Heap_Is_prev_used(the_block));                          
                                                                      
    info->number++;                                                   
    info->total += the_size;                                          
    if ( info->largest < the_size )                                   
 2011a08:	da 06 60 04 	ld  [ %i1 + 4 ], %o5                           
 2011a0c:	84 08 bf fe 	and  %g2, -2, %g2                              
 2011a10:	80 a3 40 02 	cmp  %o5, %g2                                  
 2011a14:	1a 80 00 03 	bcc  2011a20 <_Heap_Get_free_information+0x48> 
 2011a18:	86 00 c0 02 	add  %g3, %g2, %g3                             
        info->largest = the_size;                                     
 2011a1c:	c4 26 60 04 	st  %g2, [ %i1 + 4 ]                           
  info->largest = 0;                                                  
  info->total = 0;                                                    
                                                                      
  for(the_block = _Heap_Free_list_first(the_heap);                    
      the_block != tail;                                              
      the_block = the_block->next)                                    
 2011a20:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
                                                                      
  info->number = 0;                                                   
  info->largest = 0;                                                  
  info->total = 0;                                                    
                                                                      
  for(the_block = _Heap_Free_list_first(the_heap);                    
 2011a24:	80 a6 00 01 	cmp  %i0, %g1                                  
 2011a28:	12 bf ff f6 	bne  2011a00 <_Heap_Get_free_information+0x28> 
 2011a2c:	84 01 20 01 	add  %g4, 1, %g2                               
 2011a30:	c6 26 60 08 	st  %g3, [ %i1 + 8 ]                           
 2011a34:	c8 26 40 00 	st  %g4, [ %i1 ]                               
 2011a38:	81 c7 e0 08 	ret                                            
 2011a3c:	81 e8 00 00 	restore                                        
                                                                      

02011a40 <_Heap_Get_information>: void _Heap_Get_information( Heap_Control *the_heap, Heap_Information_block *the_info ) {
 2011a40:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Heap_Block *the_block = the_heap->first_block;                      
  Heap_Block *const end = the_heap->last_block;                       
 2011a44:	c4 06 20 24 	ld  [ %i0 + 0x24 ], %g2                        
void _Heap_Get_information(                                           
  Heap_Control            *the_heap,                                  
  Heap_Information_block  *the_info                                   
)                                                                     
{                                                                     
  Heap_Block *the_block = the_heap->first_block;                      
 2011a48:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        
  Heap_Block *const end = the_heap->last_block;                       
                                                                      
  _HAssert(the_block->prev_size == the_heap->page_size);              
  _HAssert(_Heap_Is_prev_used(the_block));                            
                                                                      
  the_info->Free.number  = 0;                                         
 2011a4c:	c0 26 40 00 	clr  [ %i1 ]                                   
  the_info->Free.total   = 0;                                         
 2011a50:	c0 26 60 08 	clr  [ %i1 + 8 ]                               
  the_info->Free.largest = 0;                                         
 2011a54:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
  the_info->Used.number  = 0;                                         
 2011a58:	c0 26 60 0c 	clr  [ %i1 + 0xc ]                             
  the_info->Used.total   = 0;                                         
 2011a5c:	c0 26 60 14 	clr  [ %i1 + 0x14 ]                            
  the_info->Used.largest = 0;                                         
 2011a60:	c0 26 60 10 	clr  [ %i1 + 0x10 ]                            
                                                                      
  while ( the_block != end ) {                                        
 2011a64:	80 a0 40 02 	cmp  %g1, %g2                                  
 2011a68:	02 80 00 1a 	be  2011ad0 <_Heap_Get_information+0x90>       <== NEVER TAKEN
 2011a6c:	86 10 20 08 	mov  8, %g3                                    
 2011a70:	da 00 60 04 	ld  [ %g1 + 4 ], %o5                           
    uintptr_t const     the_size = _Heap_Block_size(the_block);       
    Heap_Block *const  next_block = _Heap_Block_at(the_block, the_size);
    Heap_Information  *info;                                          
                                                                      
    if ( _Heap_Is_prev_used(next_block) )                             
      info = &the_info->Used;                                         
 2011a74:	92 06 60 0c 	add  %i1, 0xc, %o1                             
 2011a78:	88 0b 7f fe 	and  %o5, -2, %g4                              
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(                      
  const Heap_Block *block,                                            
  uintptr_t offset                                                    
)                                                                     
{                                                                     
  return (Heap_Block *) ((uintptr_t) block + offset);                 
 2011a7c:	82 00 40 04 	add  %g1, %g4, %g1                             
  block->size_and_flag = size | flag;                                 
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE bool _Heap_Is_prev_used( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & HEAP_PREV_BLOCK_USED;                 
 2011a80:	da 00 60 04 	ld  [ %g1 + 4 ], %o5                           
  while ( the_block != end ) {                                        
    uintptr_t const     the_size = _Heap_Block_size(the_block);       
    Heap_Block *const  next_block = _Heap_Block_at(the_block, the_size);
    Heap_Information  *info;                                          
                                                                      
    if ( _Heap_Is_prev_used(next_block) )                             
 2011a84:	80 8b 60 01 	btst  1, %o5                                   
 2011a88:	12 80 00 03 	bne  2011a94 <_Heap_Get_information+0x54>      
 2011a8c:	86 10 00 09 	mov  %o1, %g3                                  
 2011a90:	86 10 00 19 	mov  %i1, %g3                                  
      info = &the_info->Used;                                         
    else                                                              
      info = &the_info->Free;                                         
                                                                      
    info->number++;                                                   
 2011a94:	d4 00 c0 00 	ld  [ %g3 ], %o2                               
    info->total += the_size;                                          
 2011a98:	d6 00 e0 08 	ld  [ %g3 + 8 ], %o3                           
    if ( info->largest < the_size )                                   
 2011a9c:	d8 00 e0 04 	ld  [ %g3 + 4 ], %o4                           
    if ( _Heap_Is_prev_used(next_block) )                             
      info = &the_info->Used;                                         
    else                                                              
      info = &the_info->Free;                                         
                                                                      
    info->number++;                                                   
 2011aa0:	94 02 a0 01 	inc  %o2                                       
    info->total += the_size;                                          
 2011aa4:	96 02 c0 04 	add  %o3, %g4, %o3                             
    if ( _Heap_Is_prev_used(next_block) )                             
      info = &the_info->Used;                                         
    else                                                              
      info = &the_info->Free;                                         
                                                                      
    info->number++;                                                   
 2011aa8:	d4 20 c0 00 	st  %o2, [ %g3 ]                               
    info->total += the_size;                                          
    if ( info->largest < the_size )                                   
 2011aac:	80 a3 00 04 	cmp  %o4, %g4                                  
 2011ab0:	1a 80 00 03 	bcc  2011abc <_Heap_Get_information+0x7c>      
 2011ab4:	d6 20 e0 08 	st  %o3, [ %g3 + 8 ]                           
      info->largest = the_size;                                       
 2011ab8:	c8 20 e0 04 	st  %g4, [ %g3 + 4 ]                           
  the_info->Free.largest = 0;                                         
  the_info->Used.number  = 0;                                         
  the_info->Used.total   = 0;                                         
  the_info->Used.largest = 0;                                         
                                                                      
  while ( the_block != end ) {                                        
 2011abc:	80 a0 80 01 	cmp  %g2, %g1                                  
 2011ac0:	12 bf ff ef 	bne  2011a7c <_Heap_Get_information+0x3c>      
 2011ac4:	88 0b 7f fe 	and  %o5, -2, %g4                              
 2011ac8:	c6 06 60 14 	ld  [ %i1 + 0x14 ], %g3                        
 2011acc:	86 00 e0 08 	add  %g3, 8, %g3                               
  /*                                                                  
   *  Handle the last dummy block. Don't consider this block to be    
   *  "used" as client never allocated it. Make 'Used.total' contain this
   *  blocks' overhead though.                                        
   */                                                                 
  the_info->Used.total += HEAP_BLOCK_HEADER_SIZE;                     
 2011ad0:	c6 26 60 14 	st  %g3, [ %i1 + 0x14 ]                        
}                                                                     
 2011ad4:	81 c7 e0 08 	ret                                            
 2011ad8:	81 e8 00 00 	restore                                        
                                                                      

0201a990 <_Heap_Size_of_alloc_area>: bool _Heap_Size_of_alloc_area( Heap_Control *heap, void *alloc_begin_ptr, uintptr_t *alloc_size ) {
 201a990:	9d e3 bf a0 	save  %sp, -96, %sp                            
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_of_alloc_area(           
  uintptr_t alloc_begin,                                              
  uintptr_t page_size                                                 
)                                                                     
{                                                                     
  return (Heap_Block *) (_Heap_Align_down( alloc_begin, page_size )   
 201a994:	d2 06 20 10 	ld  [ %i0 + 0x10 ], %o1                        
 201a998:	7f ff fb 05 	call  20195ac <.urem>                          
 201a99c:	90 10 00 19 	mov  %i1, %o0                                  
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
    && (uintptr_t) block <= (uintptr_t) heap->last_block;             
 201a9a0:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_of_alloc_area(           
  uintptr_t alloc_begin,                                              
  uintptr_t page_size                                                 
)                                                                     
{                                                                     
  return (Heap_Block *) (_Heap_Align_down( alloc_begin, page_size )   
 201a9a4:	84 06 7f f8 	add  %i1, -8, %g2                              
 201a9a8:	84 20 80 08 	sub  %g2, %o0, %g2                             
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 201a9ac:	80 a0 80 01 	cmp  %g2, %g1                                  
 201a9b0:	0a 80 00 16 	bcs  201aa08 <_Heap_Size_of_alloc_area+0x78>   
 201a9b4:	01 00 00 00 	nop                                            
    && (uintptr_t) block <= (uintptr_t) heap->last_block;             
 201a9b8:	c6 06 20 24 	ld  [ %i0 + 0x24 ], %g3                        
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 201a9bc:	80 a0 80 03 	cmp  %g2, %g3                                  
 201a9c0:	18 80 00 12 	bgu  201aa08 <_Heap_Size_of_alloc_area+0x78>   <== NEVER TAKEN
 201a9c4:	01 00 00 00 	nop                                            
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(                      
  const Heap_Block *block,                                            
  uintptr_t offset                                                    
)                                                                     
{                                                                     
  return (Heap_Block *) ((uintptr_t) block + offset);                 
 201a9c8:	c8 00 a0 04 	ld  [ %g2 + 4 ], %g4                           
 201a9cc:	88 09 3f fe 	and  %g4, -2, %g4                              
 201a9d0:	84 00 80 04 	add  %g2, %g4, %g2                             
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 201a9d4:	80 a0 40 02 	cmp  %g1, %g2                                  
 201a9d8:	18 80 00 0c 	bgu  201aa08 <_Heap_Size_of_alloc_area+0x78>   <== NEVER TAKEN
 201a9dc:	80 a0 c0 02 	cmp  %g3, %g2                                  
 201a9e0:	0a 80 00 0a 	bcs  201aa08 <_Heap_Size_of_alloc_area+0x78>   <== NEVER TAKEN
 201a9e4:	01 00 00 00 	nop                                            
  }                                                                   
                                                                      
  block_size = _Heap_Block_size( block );                             
  next_block = _Heap_Block_at( block, block_size );                   
                                                                      
  if (                                                                
 201a9e8:	c2 00 a0 04 	ld  [ %g2 + 4 ], %g1                           
 201a9ec:	80 88 60 01 	btst  1, %g1                                   
 201a9f0:	02 80 00 06 	be  201aa08 <_Heap_Size_of_alloc_area+0x78>    <== NEVER TAKEN
 201a9f4:	84 20 80 19 	sub  %g2, %i1, %g2                             
      || !_Heap_Is_prev_used( next_block )                            
  ) {                                                                 
    return false;                                                     
  }                                                                   
                                                                      
  *alloc_size = (uintptr_t) next_block + HEAP_BLOCK_SIZE_OFFSET - alloc_begin;
 201a9f8:	84 00 a0 04 	add  %g2, 4, %g2                               
 201a9fc:	c4 26 80 00 	st  %g2, [ %i2 ]                               
                                                                      
  return true;                                                        
 201aa00:	81 c7 e0 08 	ret                                            
 201aa04:	91 e8 20 01 	restore  %g0, 1, %o0                           
}                                                                     
 201aa08:	81 c7 e0 08 	ret                                            
 201aa0c:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

0200818c <_Heap_Walk>: bool _Heap_Walk( Heap_Control *heap, int source, bool dump ) {
 200818c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  uintptr_t const page_size = heap->page_size;                        
  uintptr_t const min_block_size = heap->min_block_size;              
  Heap_Block *const last_block = heap->last_block;                    
  Heap_Block *block = heap->first_block;                              
  Heap_Walk_printer printer = dump ?                                  
    _Heap_Walk_print : _Heap_Walk_print_nothing;                      
 2008190:	25 00 80 21 	sethi  %hi(0x2008400), %l2                     
 2008194:	80 8e a0 ff 	btst  0xff, %i2                                
 2008198:	a4 14 a3 8c 	or  %l2, 0x38c, %l2                            
  Heap_Control *heap,                                                 
  int source,                                                         
  bool dump                                                           
)                                                                     
{                                                                     
  uintptr_t const page_size = heap->page_size;                        
 200819c:	ea 06 20 10 	ld  [ %i0 + 0x10 ], %l5                        
  uintptr_t const min_block_size = heap->min_block_size;              
 20081a0:	e6 06 20 14 	ld  [ %i0 + 0x14 ], %l3                        
  Heap_Block *const last_block = heap->last_block;                    
 20081a4:	e8 06 20 24 	ld  [ %i0 + 0x24 ], %l4                        
  Heap_Block *block = heap->first_block;                              
  Heap_Walk_printer printer = dump ?                                  
    _Heap_Walk_print : _Heap_Walk_print_nothing;                      
 20081a8:	12 80 00 04 	bne  20081b8 <_Heap_Walk+0x2c>                 
 20081ac:	e0 06 20 20 	ld  [ %i0 + 0x20 ], %l0                        
 20081b0:	25 00 80 20 	sethi  %hi(0x2008000), %l2                     
 20081b4:	a4 14 a1 84 	or  %l2, 0x184, %l2	! 2008184 <_Heap_Walk_print_nothing>
                                                                      
  if ( !_System_state_Is_up( _System_state_Get() ) ) {                
 20081b8:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 20081bc:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1	! 201f6e0 <_System_state_Current>
 20081c0:	80 a0 60 03 	cmp  %g1, 3                                    
 20081c4:	22 80 00 04 	be,a   20081d4 <_Heap_Walk+0x48>               
 20081c8:	da 06 20 18 	ld  [ %i0 + 0x18 ], %o5                        
                                                                      
    block = next_block;                                               
  }                                                                   
                                                                      
  return true;                                                        
}                                                                     
 20081cc:	81 c7 e0 08 	ret                                            
 20081d0:	91 e8 20 01 	restore  %g0, 1, %o0                           
  Heap_Block *const first_free_block = _Heap_Free_list_first( heap ); 
  Heap_Block *const last_free_block = _Heap_Free_list_last( heap );   
  Heap_Block *const first_block = heap->first_block;                  
  Heap_Block *const last_block = heap->last_block;                    
                                                                      
  (*printer)(                                                         
 20081d4:	c6 06 20 1c 	ld  [ %i0 + 0x1c ], %g3                        
 20081d8:	c4 06 20 08 	ld  [ %i0 + 8 ], %g2                           
 20081dc:	c2 06 20 0c 	ld  [ %i0 + 0xc ], %g1                         
 20081e0:	90 10 00 19 	mov  %i1, %o0                                  
 20081e4:	c6 23 a0 5c 	st  %g3, [ %sp + 0x5c ]                        
 20081e8:	c4 23 a0 68 	st  %g2, [ %sp + 0x68 ]                        
 20081ec:	c2 23 a0 6c 	st  %g1, [ %sp + 0x6c ]                        
 20081f0:	e0 23 a0 60 	st  %l0, [ %sp + 0x60 ]                        
 20081f4:	e8 23 a0 64 	st  %l4, [ %sp + 0x64 ]                        
 20081f8:	92 10 20 00 	clr  %o1                                       
 20081fc:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 2008200:	96 10 00 15 	mov  %l5, %o3                                  
 2008204:	94 12 a2 40 	or  %o2, 0x240, %o2                            
 2008208:	9f c4 80 00 	call  %l2                                      
 200820c:	98 10 00 13 	mov  %l3, %o4                                  
    heap->area_begin, heap->area_end,                                 
    first_block, last_block,                                          
    first_free_block, last_free_block                                 
  );                                                                  
                                                                      
  if ( page_size == 0 ) {                                             
 2008210:	80 a5 60 00 	cmp  %l5, 0                                    
 2008214:	02 80 00 36 	be  20082ec <_Heap_Walk+0x160>                 
 2008218:	80 8d 60 07 	btst  7, %l5                                   
    (*printer)( source, true, "page size is zero\n" );                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Addresses_Is_aligned( (void *) page_size ) ) {               
 200821c:	12 80 00 3c 	bne  200830c <_Heap_Walk+0x180>                
 2008220:	90 10 00 13 	mov  %l3, %o0                                  
    );                                                                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Is_aligned( min_block_size, page_size ) ) {             
 2008224:	7f ff e6 28 	call  2001ac4 <.urem>                          
 2008228:	92 10 00 15 	mov  %l5, %o1                                  
 200822c:	80 a2 20 00 	cmp  %o0, 0                                    
 2008230:	12 80 00 40 	bne  2008330 <_Heap_Walk+0x1a4>                
 2008234:	90 04 20 08 	add  %l0, 8, %o0                               
    );                                                                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if (                                                                
 2008238:	7f ff e6 23 	call  2001ac4 <.urem>                          
 200823c:	92 10 00 15 	mov  %l5, %o1                                  
 2008240:	80 a2 20 00 	cmp  %o0, 0                                    
 2008244:	32 80 00 44 	bne,a   2008354 <_Heap_Walk+0x1c8>             
 2008248:	90 10 00 19 	mov  %i1, %o0                                  
  block->size_and_flag = size | flag;                                 
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE bool _Heap_Is_prev_used( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & HEAP_PREV_BLOCK_USED;                 
 200824c:	ec 04 20 04 	ld  [ %l0 + 4 ], %l6                           
    );                                                                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Is_prev_used( first_block ) ) {                         
 2008250:	ae 8d a0 01 	andcc  %l6, 1, %l7                             
 2008254:	22 80 00 48 	be,a   2008374 <_Heap_Walk+0x1e8>              
 2008258:	90 10 00 19 	mov  %i1, %o0                                  
    );                                                                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( first_block->prev_size != page_size ) {                        
 200825c:	d6 04 00 00 	ld  [ %l0 ], %o3                               
 2008260:	80 a5 40 0b 	cmp  %l5, %o3                                  
 2008264:	32 80 00 1a 	bne,a   20082cc <_Heap_Walk+0x140>             
 2008268:	90 10 00 19 	mov  %i1, %o0                                  
    );                                                                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( _Heap_Is_free( last_block ) ) {                                
 200826c:	c2 05 20 04 	ld  [ %l4 + 4 ], %g1                           
 2008270:	82 08 7f fe 	and  %g1, -2, %g1                              
 2008274:	82 05 00 01 	add  %l4, %g1, %g1                             
 2008278:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 200827c:	80 88 60 01 	btst  1, %g1                                   
 2008280:	22 80 01 23 	be,a   200870c <_Heap_Walk+0x580>              
 2008284:	90 10 00 19 	mov  %i1, %o0                                  
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 2008288:	e2 06 20 08 	ld  [ %i0 + 8 ], %l1                           
  const Heap_Block *const free_list_tail = _Heap_Free_list_tail( heap );
  const Heap_Block *const first_free_block = _Heap_Free_list_first( heap );
  const Heap_Block *prev_block = free_list_tail;                      
  const Heap_Block *free_block = first_free_block;                    
                                                                      
  while ( free_block != free_list_tail ) {                            
 200828c:	80 a6 00 11 	cmp  %i0, %l1                                  
 2008290:	02 80 00 6f 	be  200844c <_Heap_Walk+0x2c0>                 
 2008294:	f4 06 20 10 	ld  [ %i0 + 0x10 ], %i2                        
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
    && (uintptr_t) block <= (uintptr_t) heap->last_block;             
 2008298:	f8 06 20 20 	ld  [ %i0 + 0x20 ], %i4                        
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 200829c:	80 a7 00 11 	cmp  %i4, %l1                                  
 20082a0:	28 80 00 3c 	bleu,a   2008390 <_Heap_Walk+0x204>            <== ALWAYS TAKEN
 20082a4:	f6 06 20 24 	ld  [ %i0 + 0x24 ], %i3                        
    if ( !_Heap_Is_block_in_heap( heap, free_block ) ) {              
      (*printer)(                                                     
 20082a8:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
 20082ac:	96 10 00 11 	mov  %l1, %o3                                  
 20082b0:	92 10 20 01 	mov  1, %o1                                    
 20082b4:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 20082b8:	b0 10 20 00 	clr  %i0                                       
 20082bc:	9f c4 80 00 	call  %l2                                      
 20082c0:	94 12 a3 e8 	or  %o2, 0x3e8, %o2                            
 20082c4:	81 c7 e0 08 	ret                                            
 20082c8:	81 e8 00 00 	restore                                        
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( first_block->prev_size != page_size ) {                        
    (*printer)(                                                       
 20082cc:	98 10 00 15 	mov  %l5, %o4                                  
 20082d0:	92 10 20 01 	mov  1, %o1                                    
 20082d4:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 20082d8:	b0 10 20 00 	clr  %i0                                       
 20082dc:	9f c4 80 00 	call  %l2                                      
 20082e0:	94 12 a3 a0 	or  %o2, 0x3a0, %o2                            
 20082e4:	81 c7 e0 08 	ret                                            
 20082e8:	81 e8 00 00 	restore                                        
    first_block, last_block,                                          
    first_free_block, last_free_block                                 
  );                                                                  
                                                                      
  if ( page_size == 0 ) {                                             
    (*printer)( source, true, "page size is zero\n" );                
 20082ec:	90 10 00 19 	mov  %i1, %o0                                  
 20082f0:	92 10 20 01 	mov  1, %o1                                    
 20082f4:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 20082f8:	b0 10 20 00 	clr  %i0                                       
 20082fc:	9f c4 80 00 	call  %l2                                      
 2008300:	94 12 a2 d8 	or  %o2, 0x2d8, %o2                            
 2008304:	81 c7 e0 08 	ret                                            
 2008308:	81 e8 00 00 	restore                                        
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Addresses_Is_aligned( (void *) page_size ) ) {               
    (*printer)(                                                       
 200830c:	90 10 00 19 	mov  %i1, %o0                                  
 2008310:	96 10 00 15 	mov  %l5, %o3                                  
 2008314:	92 10 20 01 	mov  1, %o1                                    
 2008318:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 200831c:	b0 10 20 00 	clr  %i0                                       
 2008320:	9f c4 80 00 	call  %l2                                      
 2008324:	94 12 a2 f0 	or  %o2, 0x2f0, %o2                            
 2008328:	81 c7 e0 08 	ret                                            
 200832c:	81 e8 00 00 	restore                                        
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Is_aligned( min_block_size, page_size ) ) {             
    (*printer)(                                                       
 2008330:	90 10 00 19 	mov  %i1, %o0                                  
 2008334:	96 10 00 13 	mov  %l3, %o3                                  
 2008338:	92 10 20 01 	mov  1, %o1                                    
 200833c:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 2008340:	b0 10 20 00 	clr  %i0                                       
 2008344:	9f c4 80 00 	call  %l2                                      
 2008348:	94 12 a3 10 	or  %o2, 0x310, %o2                            
 200834c:	81 c7 e0 08 	ret                                            
 2008350:	81 e8 00 00 	restore                                        
  }                                                                   
                                                                      
  if (                                                                
    !_Heap_Is_aligned( _Heap_Alloc_area_of_block( first_block ), page_size )
  ) {                                                                 
    (*printer)(                                                       
 2008354:	96 10 00 10 	mov  %l0, %o3                                  
 2008358:	92 10 20 01 	mov  1, %o1                                    
 200835c:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 2008360:	b0 10 20 00 	clr  %i0                                       
 2008364:	9f c4 80 00 	call  %l2                                      
 2008368:	94 12 a3 38 	or  %o2, 0x338, %o2                            
 200836c:	81 c7 e0 08 	ret                                            
 2008370:	81 e8 00 00 	restore                                        
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Is_prev_used( first_block ) ) {                         
    (*printer)(                                                       
 2008374:	92 10 20 01 	mov  1, %o1                                    
 2008378:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 200837c:	b0 10 20 00 	clr  %i0                                       
 2008380:	9f c4 80 00 	call  %l2                                      
 2008384:	94 12 a3 70 	or  %o2, 0x370, %o2                            
 2008388:	81 c7 e0 08 	ret                                            
 200838c:	81 e8 00 00 	restore                                        
 2008390:	80 a6 c0 11 	cmp  %i3, %l1                                  
 2008394:	0a bf ff c6 	bcs  20082ac <_Heap_Walk+0x120>                <== NEVER TAKEN
 2008398:	90 10 00 19 	mov  %i1, %o0                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if (                                                              
 200839c:	90 04 60 08 	add  %l1, 8, %o0                               
 20083a0:	7f ff e5 c9 	call  2001ac4 <.urem>                          
 20083a4:	92 10 00 1a 	mov  %i2, %o1                                  
 20083a8:	80 a2 20 00 	cmp  %o0, 0                                    
 20083ac:	12 80 00 df 	bne  2008728 <_Heap_Walk+0x59c>                <== NEVER TAKEN
 20083b0:	90 10 00 19 	mov  %i1, %o0                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( _Heap_Is_used( free_block ) ) {                              
 20083b4:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
 20083b8:	82 08 7f fe 	and  %g1, -2, %g1                              
 20083bc:	82 04 40 01 	add  %l1, %g1, %g1                             
 20083c0:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 20083c4:	80 88 60 01 	btst  1, %g1                                   
 20083c8:	12 80 00 ea 	bne  2008770 <_Heap_Walk+0x5e4>                <== NEVER TAKEN
 20083cc:	96 10 00 11 	mov  %l1, %o3                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( free_block->prev != prev_block ) {                           
 20083d0:	d8 04 60 0c 	ld  [ %l1 + 0xc ], %o4                         
 20083d4:	80 a6 00 0c 	cmp  %i0, %o4                                  
 20083d8:	02 80 00 19 	be  200843c <_Heap_Walk+0x2b0>                 <== ALWAYS TAKEN
 20083dc:	ba 10 00 11 	mov  %l1, %i5                                  
 20083e0:	30 80 00 dc 	b,a   2008750 <_Heap_Walk+0x5c4>               <== NOT EXECUTED
 20083e4:	0a bf ff b2 	bcs  20082ac <_Heap_Walk+0x120>                
 20083e8:	90 10 00 19 	mov  %i1, %o0                                  
 20083ec:	80 a6 c0 11 	cmp  %i3, %l1                                  
 20083f0:	0a bf ff b0 	bcs  20082b0 <_Heap_Walk+0x124>                <== NEVER TAKEN
 20083f4:	96 10 00 11 	mov  %l1, %o3                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if (                                                              
 20083f8:	90 04 60 08 	add  %l1, 8, %o0                               
 20083fc:	7f ff e5 b2 	call  2001ac4 <.urem>                          
 2008400:	92 10 00 1a 	mov  %i2, %o1                                  
 2008404:	80 a2 20 00 	cmp  %o0, 0                                    
 2008408:	32 80 00 c8 	bne,a   2008728 <_Heap_Walk+0x59c>             
 200840c:	90 10 00 19 	mov  %i1, %o0                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( _Heap_Is_used( free_block ) ) {                              
 2008410:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
 2008414:	82 08 7f fe 	and  %g1, -2, %g1                              
 2008418:	82 00 40 11 	add  %g1, %l1, %g1                             
 200841c:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 2008420:	80 88 60 01 	btst  1, %g1                                   
 2008424:	32 80 00 d2 	bne,a   200876c <_Heap_Walk+0x5e0>             
 2008428:	90 10 00 19 	mov  %i1, %o0                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( free_block->prev != prev_block ) {                           
 200842c:	d8 04 60 0c 	ld  [ %l1 + 0xc ], %o4                         
 2008430:	80 a3 00 1d 	cmp  %o4, %i5                                  
 2008434:	12 80 00 c5 	bne  2008748 <_Heap_Walk+0x5bc>                
 2008438:	ba 10 00 11 	mov  %l1, %i5                                  
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    prev_block = free_block;                                          
    free_block = free_block->next;                                    
 200843c:	e2 04 60 08 	ld  [ %l1 + 8 ], %l1                           
  const Heap_Block *const free_list_tail = _Heap_Free_list_tail( heap );
  const Heap_Block *const first_free_block = _Heap_Free_list_first( heap );
  const Heap_Block *prev_block = free_list_tail;                      
  const Heap_Block *free_block = first_free_block;                    
                                                                      
  while ( free_block != free_list_tail ) {                            
 2008440:	80 a6 00 11 	cmp  %i0, %l1                                  
 2008444:	12 bf ff e8 	bne  20083e4 <_Heap_Walk+0x258>                
 2008448:	80 a4 40 1c 	cmp  %l1, %i4                                  
                                                                      
  if ( !_Heap_Walk_check_control( source, printer, heap ) ) {         
    return false;                                                     
  }                                                                   
                                                                      
  while ( block != last_block ) {                                     
 200844c:	80 a5 00 10 	cmp  %l4, %l0                                  
 2008450:	02 bf ff 5f 	be  20081cc <_Heap_Walk+0x40>                  <== NEVER TAKEN
 2008454:	37 00 80 72 	sethi  %hi(0x201c800), %i3                     
        "block 0x%08x: size %u\n",                                    
        block,                                                        
        block_size                                                    
      );                                                              
    } else {                                                          
      (*printer)(                                                     
 2008458:	35 00 80 72 	sethi  %hi(0x201c800), %i2                     
      " (= first)"                                                    
        : (block->prev == free_list_head ? " (= head)" : ""),         
    block->next,                                                      
    block->next == last_free_block ?                                  
      " (= last)"                                                     
        : (block->next == free_list_tail ? " (= tail)" : "")          
 200845c:	39 00 80 72 	sethi  %hi(0x201c800), %i4                     
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 2008460:	ba 10 00 15 	mov  %l5, %i5                                  
    bool const prev_used = _Heap_Is_prev_used( block );               
    Heap_Block *const next_block = _Heap_Block_at( block, block_size );
    uintptr_t const next_block_begin = (uintptr_t) next_block;        
                                                                      
    if ( prev_used ) {                                                
      (*printer)(                                                     
 2008464:	b6 16 e0 90 	or  %i3, 0x90, %i3                             
        "block 0x%08x: size %u\n",                                    
        block,                                                        
        block_size                                                    
      );                                                              
    } else {                                                          
      (*printer)(                                                     
 2008468:	b4 16 a0 a8 	or  %i2, 0xa8, %i2                             
      " (= first)"                                                    
        : (block->prev == free_list_head ? " (= head)" : ""),         
    block->next,                                                      
    block->next == last_free_block ?                                  
      " (= last)"                                                     
        : (block->next == free_list_tail ? " (= tail)" : "")          
 200846c:	b8 17 21 a8 	or  %i4, 0x1a8, %i4                            
 2008470:	aa 10 00 14 	mov  %l4, %l5                                  
    - HEAP_BLOCK_HEADER_SIZE);                                        
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE uintptr_t _Heap_Block_size( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & ~HEAP_PREV_BLOCK_USED;                
 2008474:	ac 0d bf fe 	and  %l6, -2, %l6                              
    uintptr_t const block_size = _Heap_Block_size( block );           
    bool const prev_used = _Heap_Is_prev_used( block );               
    Heap_Block *const next_block = _Heap_Block_at( block, block_size );
    uintptr_t const next_block_begin = (uintptr_t) next_block;        
                                                                      
    if ( prev_used ) {                                                
 2008478:	80 a5 e0 00 	cmp  %l7, 0                                    
 200847c:	02 80 00 16 	be  20084d4 <_Heap_Walk+0x348>                 
 2008480:	a2 05 80 10 	add  %l6, %l0, %l1                             
      (*printer)(                                                     
 2008484:	90 10 00 19 	mov  %i1, %o0                                  
 2008488:	92 10 20 00 	clr  %o1                                       
 200848c:	94 10 00 1b 	mov  %i3, %o2                                  
 2008490:	96 10 00 10 	mov  %l0, %o3                                  
 2008494:	9f c4 80 00 	call  %l2                                      
 2008498:	98 10 00 16 	mov  %l6, %o4                                  
RTEMS_INLINE_ROUTINE bool _Heap_Is_block_in_heap(                     
  const Heap_Control *heap,                                           
  const Heap_Block *block                                             
)                                                                     
{                                                                     
  return (uintptr_t) block >= (uintptr_t) heap->first_block           
 200849c:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        
 20084a0:	80 a0 40 11 	cmp  %g1, %l1                                  
 20084a4:	28 80 00 18 	bleu,a   2008504 <_Heap_Walk+0x378>            <== ALWAYS TAKEN
 20084a8:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        
        block->prev_size                                              
      );                                                              
    }                                                                 
                                                                      
    if ( !_Heap_Is_block_in_heap( heap, next_block ) ) {              
      (*printer)(                                                     
 20084ac:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
 20084b0:	96 10 00 10 	mov  %l0, %o3                                  
 20084b4:	98 10 00 11 	mov  %l1, %o4                                  
 20084b8:	92 10 20 01 	mov  1, %o1                                    
 20084bc:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 20084c0:	b0 10 20 00 	clr  %i0                                       
 20084c4:	9f c4 80 00 	call  %l2                                      
 20084c8:	94 12 a0 d0 	or  %o2, 0xd0, %o2                             
        "block 0x%08x: next block 0x%08x not in heap\n",              
        block,                                                        
        next_block                                                    
      );                                                              
                                                                      
      return false;                                                   
 20084cc:	81 c7 e0 08 	ret                                            
 20084d0:	81 e8 00 00 	restore                                        
        "block 0x%08x: size %u\n",                                    
        block,                                                        
        block_size                                                    
      );                                                              
    } else {                                                          
      (*printer)(                                                     
 20084d4:	da 04 00 00 	ld  [ %l0 ], %o5                               
 20084d8:	90 10 00 19 	mov  %i1, %o0                                  
 20084dc:	92 10 20 00 	clr  %o1                                       
 20084e0:	94 10 00 1a 	mov  %i2, %o2                                  
 20084e4:	96 10 00 10 	mov  %l0, %o3                                  
 20084e8:	9f c4 80 00 	call  %l2                                      
 20084ec:	98 10 00 16 	mov  %l6, %o4                                  
 20084f0:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        
 20084f4:	80 a0 40 11 	cmp  %g1, %l1                                  
 20084f8:	18 bf ff ee 	bgu  20084b0 <_Heap_Walk+0x324>                <== NEVER TAKEN
 20084fc:	90 10 00 19 	mov  %i1, %o0                                  
 2008500:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        
 2008504:	80 a0 40 11 	cmp  %g1, %l1                                  
 2008508:	0a bf ff ea 	bcs  20084b0 <_Heap_Walk+0x324>                
 200850c:	90 10 00 19 	mov  %i1, %o0                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( !_Heap_Is_aligned( block_size, page_size ) ) {               
 2008510:	90 10 00 16 	mov  %l6, %o0                                  
 2008514:	7f ff e5 6c 	call  2001ac4 <.urem>                          
 2008518:	92 10 00 1d 	mov  %i5, %o1                                  
 200851c:	80 a2 20 00 	cmp  %o0, 0                                    
 2008520:	12 80 00 5d 	bne  2008694 <_Heap_Walk+0x508>                
 2008524:	80 a4 c0 16 	cmp  %l3, %l6                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( block_size < min_block_size ) {                              
 2008528:	18 80 00 65 	bgu  20086bc <_Heap_Walk+0x530>                
 200852c:	80 a4 00 11 	cmp  %l0, %l1                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( next_block_begin <= block_begin ) {                          
 2008530:	3a 80 00 6e 	bcc,a   20086e8 <_Heap_Walk+0x55c>             
 2008534:	90 10 00 19 	mov  %i1, %o0                                  
      );                                                              
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( !_Heap_Is_prev_used( next_block ) ) {                        
 2008538:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
 200853c:	80 88 60 01 	btst  1, %g1                                   
 2008540:	12 80 00 40 	bne  2008640 <_Heap_Walk+0x4b4>                
 2008544:	80 a5 40 11 	cmp  %l5, %l1                                  
  block->size_and_flag = size | flag;                                 
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE bool _Heap_Is_prev_used( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & HEAP_PREV_BLOCK_USED;                 
 2008548:	e8 04 20 04 	ld  [ %l0 + 4 ], %l4                           
  Heap_Block *const last_free_block = _Heap_Free_list_last( heap );   
  bool const prev_used = _Heap_Is_prev_used( block );                 
  uintptr_t const block_size = _Heap_Block_size( block );             
  Heap_Block *const next_block = _Heap_Block_at( block, block_size ); 
                                                                      
  (*printer)(                                                         
 200854c:	d8 04 20 0c 	ld  [ %l0 + 0xc ], %o4                         
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 2008550:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
    - HEAP_BLOCK_HEADER_SIZE);                                        
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE uintptr_t _Heap_Block_size( const Heap_Block *block )
{                                                                     
  return block->size_and_flag & ~HEAP_PREV_BLOCK_USED;                
 2008554:	ac 0d 3f fe 	and  %l4, -2, %l6                              
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 2008558:	1b 00 80 72 	sethi  %hi(0x201c800), %o5                     
 200855c:	80 a0 40 0c 	cmp  %g1, %o4                                  
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_last( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_tail(heap)->prev;                            
 2008560:	c6 06 20 0c 	ld  [ %i0 + 0xc ], %g3                         
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(                      
  const Heap_Block *block,                                            
  uintptr_t offset                                                    
)                                                                     
{                                                                     
  return (Heap_Block *) ((uintptr_t) block + offset);                 
 2008564:	ae 04 00 16 	add  %l0, %l6, %l7                             
  return &heap->free_list;                                            
}                                                                     
                                                                      
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_first( Heap_Control *heap )
{                                                                     
  return _Heap_Free_list_head(heap)->next;                            
 2008568:	02 80 00 07 	be  2008584 <_Heap_Walk+0x3f8>                 
 200856c:	9a 13 61 98 	or  %o5, 0x198, %o5                            
    "block 0x%08x: prev 0x%08x%s, next 0x%08x%s\n",                   
    block,                                                            
    block->prev,                                                      
    block->prev == first_free_block ?                                 
      " (= first)"                                                    
        : (block->prev == free_list_head ? " (= head)" : ""),         
 2008570:	1b 00 80 72 	sethi  %hi(0x201c800), %o5                     
 2008574:	80 a3 00 18 	cmp  %o4, %i0                                  
 2008578:	02 80 00 03 	be  2008584 <_Heap_Walk+0x3f8>                 
 200857c:	9a 13 61 b0 	or  %o5, 0x1b0, %o5                            
 2008580:	9a 10 00 1c 	mov  %i4, %o5                                  
  Heap_Block *const last_free_block = _Heap_Free_list_last( heap );   
  bool const prev_used = _Heap_Is_prev_used( block );                 
  uintptr_t const block_size = _Heap_Block_size( block );             
  Heap_Block *const next_block = _Heap_Block_at( block, block_size ); 
                                                                      
  (*printer)(                                                         
 2008584:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2008588:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
 200858c:	80 a0 c0 01 	cmp  %g3, %g1                                  
 2008590:	02 80 00 07 	be  20085ac <_Heap_Walk+0x420>                 
 2008594:	84 10 a1 c0 	or  %g2, 0x1c0, %g2                            
      " (= first)"                                                    
        : (block->prev == free_list_head ? " (= head)" : ""),         
    block->next,                                                      
    block->next == last_free_block ?                                  
      " (= last)"                                                     
        : (block->next == free_list_tail ? " (= tail)" : "")          
 2008598:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
 200859c:	80 a0 40 18 	cmp  %g1, %i0                                  
 20085a0:	02 80 00 03 	be  20085ac <_Heap_Walk+0x420>                 
 20085a4:	84 10 a1 d0 	or  %g2, 0x1d0, %g2                            
 20085a8:	84 10 00 1c 	mov  %i4, %g2                                  
  Heap_Block *const last_free_block = _Heap_Free_list_last( heap );   
  bool const prev_used = _Heap_Is_prev_used( block );                 
  uintptr_t const block_size = _Heap_Block_size( block );             
  Heap_Block *const next_block = _Heap_Block_at( block, block_size ); 
                                                                      
  (*printer)(                                                         
 20085ac:	c2 23 a0 5c 	st  %g1, [ %sp + 0x5c ]                        
 20085b0:	c4 23 a0 60 	st  %g2, [ %sp + 0x60 ]                        
 20085b4:	90 10 00 19 	mov  %i1, %o0                                  
 20085b8:	92 10 20 00 	clr  %o1                                       
 20085bc:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 20085c0:	96 10 00 10 	mov  %l0, %o3                                  
 20085c4:	9f c4 80 00 	call  %l2                                      
 20085c8:	94 12 a1 e0 	or  %o2, 0x1e0, %o2                            
    block->next == last_free_block ?                                  
      " (= last)"                                                     
        : (block->next == free_list_tail ? " (= tail)" : "")          
  );                                                                  
                                                                      
  if ( block_size != next_block->prev_size ) {                        
 20085cc:	da 05 c0 00 	ld  [ %l7 ], %o5                               
 20085d0:	80 a5 80 0d 	cmp  %l6, %o5                                  
 20085d4:	02 80 00 0c 	be  2008604 <_Heap_Walk+0x478>                 
 20085d8:	90 10 00 19 	mov  %i1, %o0                                  
    (*printer)(                                                       
 20085dc:	ee 23 a0 5c 	st  %l7, [ %sp + 0x5c ]                        
 20085e0:	96 10 00 10 	mov  %l0, %o3                                  
 20085e4:	98 10 00 16 	mov  %l6, %o4                                  
 20085e8:	92 10 20 01 	mov  1, %o1                                    
 20085ec:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 20085f0:	b0 10 20 00 	clr  %i0                                       
 20085f4:	9f c4 80 00 	call  %l2                                      
 20085f8:	94 12 a2 10 	or  %o2, 0x210, %o2                            
 20085fc:	81 c7 e0 08 	ret                                            
 2008600:	81 e8 00 00 	restore                                        
    );                                                                
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !prev_used ) {                                                 
 2008604:	80 8d 20 01 	btst  1, %l4                                   
 2008608:	02 80 00 1c 	be  2008678 <_Heap_Walk+0x4ec>                 
 200860c:	96 10 00 10 	mov  %l0, %o3                                  
 2008610:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
)                                                                     
{                                                                     
  const Heap_Block *const free_list_tail = _Heap_Free_list_tail( heap );
  const Heap_Block *free_block = _Heap_Free_list_first( heap );       
                                                                      
  while ( free_block != free_list_tail ) {                            
 2008614:	80 a0 40 18 	cmp  %g1, %i0                                  
 2008618:	12 80 00 07 	bne  2008634 <_Heap_Walk+0x4a8>                <== ALWAYS TAKEN
 200861c:	80 a0 40 10 	cmp  %g1, %l0                                  
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Walk_is_in_free_list( heap, block ) ) {                 
    (*printer)(                                                       
 2008620:	10 80 00 0f 	b  200865c <_Heap_Walk+0x4d0>                  <== NOT EXECUTED
 2008624:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
)                                                                     
{                                                                     
  const Heap_Block *const free_list_tail = _Heap_Free_list_tail( heap );
  const Heap_Block *free_block = _Heap_Free_list_first( heap );       
                                                                      
  while ( free_block != free_list_tail ) {                            
 2008628:	80 a0 40 18 	cmp  %g1, %i0                                  
 200862c:	02 80 00 0a 	be  2008654 <_Heap_Walk+0x4c8>                 
 2008630:	80 a0 40 10 	cmp  %g1, %l0                                  
    if ( free_block == block ) {                                      
 2008634:	32 bf ff fd 	bne,a   2008628 <_Heap_Walk+0x49c>             
 2008638:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
                                                                      
  if ( !_Heap_Walk_check_control( source, printer, heap ) ) {         
    return false;                                                     
  }                                                                   
                                                                      
  while ( block != last_block ) {                                     
 200863c:	80 a5 40 11 	cmp  %l5, %l1                                  
 2008640:	02 bf fe e3 	be  20081cc <_Heap_Walk+0x40>                  
 2008644:	a0 10 00 11 	mov  %l1, %l0                                  
  const Heap_Block *const free_list_tail = _Heap_Free_list_tail( heap );
  const Heap_Block *const first_free_block = _Heap_Free_list_first( heap );
  const Heap_Block *prev_block = free_list_tail;                      
  const Heap_Block *free_block = first_free_block;                    
                                                                      
  while ( free_block != free_list_tail ) {                            
 2008648:	ec 04 60 04 	ld  [ %l1 + 4 ], %l6                           
 200864c:	10 bf ff 8a 	b  2008474 <_Heap_Walk+0x2e8>                  
 2008650:	ae 0d a0 01 	and  %l6, 1, %l7                               
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !_Heap_Walk_is_in_free_list( heap, block ) ) {                 
    (*printer)(                                                       
 2008654:	90 10 00 19 	mov  %i1, %o0                                  
 2008658:	96 10 00 10 	mov  %l0, %o3                                  
 200865c:	92 10 20 01 	mov  1, %o1                                    
 2008660:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 2008664:	b0 10 20 00 	clr  %i0                                       
 2008668:	9f c4 80 00 	call  %l2                                      
 200866c:	94 12 a2 80 	or  %o2, 0x280, %o2                            
 2008670:	81 c7 e0 08 	ret                                            
 2008674:	81 e8 00 00 	restore                                        
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( !prev_used ) {                                                 
    (*printer)(                                                       
 2008678:	92 10 20 01 	mov  1, %o1                                    
 200867c:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 2008680:	b0 10 20 00 	clr  %i0                                       
 2008684:	9f c4 80 00 	call  %l2                                      
 2008688:	94 12 a2 50 	or  %o2, 0x250, %o2                            
 200868c:	81 c7 e0 08 	ret                                            
 2008690:	81 e8 00 00 	restore                                        
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( !_Heap_Is_aligned( block_size, page_size ) ) {               
      (*printer)(                                                     
 2008694:	90 10 00 19 	mov  %i1, %o0                                  
 2008698:	96 10 00 10 	mov  %l0, %o3                                  
 200869c:	98 10 00 16 	mov  %l6, %o4                                  
 20086a0:	92 10 20 01 	mov  1, %o1                                    
 20086a4:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 20086a8:	b0 10 20 00 	clr  %i0                                       
 20086ac:	9f c4 80 00 	call  %l2                                      
 20086b0:	94 12 a1 00 	or  %o2, 0x100, %o2                            
        "block 0x%08x: block size %u not page aligned\n",             
        block,                                                        
        block_size                                                    
      );                                                              
                                                                      
      return false;                                                   
 20086b4:	81 c7 e0 08 	ret                                            
 20086b8:	81 e8 00 00 	restore                                        
    }                                                                 
                                                                      
    if ( block_size < min_block_size ) {                              
      (*printer)(                                                     
 20086bc:	90 10 00 19 	mov  %i1, %o0                                  
 20086c0:	96 10 00 10 	mov  %l0, %o3                                  
 20086c4:	98 10 00 16 	mov  %l6, %o4                                  
 20086c8:	9a 10 00 13 	mov  %l3, %o5                                  
 20086cc:	92 10 20 01 	mov  1, %o1                                    
 20086d0:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 20086d4:	b0 10 20 00 	clr  %i0                                       
 20086d8:	9f c4 80 00 	call  %l2                                      
 20086dc:	94 12 a1 30 	or  %o2, 0x130, %o2                            
        block,                                                        
        block_size,                                                   
        min_block_size                                                
      );                                                              
                                                                      
      return false;                                                   
 20086e0:	81 c7 e0 08 	ret                                            
 20086e4:	81 e8 00 00 	restore                                        
    }                                                                 
                                                                      
    if ( next_block_begin <= block_begin ) {                          
      (*printer)(                                                     
 20086e8:	96 10 00 10 	mov  %l0, %o3                                  
 20086ec:	98 10 00 11 	mov  %l1, %o4                                  
 20086f0:	92 10 20 01 	mov  1, %o1                                    
 20086f4:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 20086f8:	b0 10 20 00 	clr  %i0                                       
 20086fc:	9f c4 80 00 	call  %l2                                      
 2008700:	94 12 a1 60 	or  %o2, 0x160, %o2                            
        "block 0x%08x: next block 0x%08x is not a successor\n",       
        block,                                                        
        next_block                                                    
      );                                                              
                                                                      
      return false;                                                   
 2008704:	81 c7 e0 08 	ret                                            
 2008708:	81 e8 00 00 	restore                                        
                                                                      
    return false;                                                     
  }                                                                   
                                                                      
  if ( _Heap_Is_free( last_block ) ) {                                
    (*printer)(                                                       
 200870c:	92 10 20 01 	mov  1, %o1                                    
 2008710:	15 00 80 71 	sethi  %hi(0x201c400), %o2                     
 2008714:	b0 10 20 00 	clr  %i0                                       
 2008718:	9f c4 80 00 	call  %l2                                      
 200871c:	94 12 a3 d0 	or  %o2, 0x3d0, %o2                            
 2008720:	81 c7 e0 08 	ret                                            
 2008724:	81 e8 00 00 	restore                                        
    }                                                                 
                                                                      
    if (                                                              
      !_Heap_Is_aligned( _Heap_Alloc_area_of_block( free_block ), page_size )
    ) {                                                               
      (*printer)(                                                     
 2008728:	96 10 00 11 	mov  %l1, %o3                                  
 200872c:	92 10 20 01 	mov  1, %o1                                    
 2008730:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 2008734:	b0 10 20 00 	clr  %i0                                       
 2008738:	9f c4 80 00 	call  %l2                                      
 200873c:	94 12 a0 08 	or  %o2, 8, %o2                                
 2008740:	81 c7 e0 08 	ret                                            
 2008744:	81 e8 00 00 	restore                                        
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( free_block->prev != prev_block ) {                           
      (*printer)(                                                     
 2008748:	90 10 00 19 	mov  %i1, %o0                                  
 200874c:	96 10 00 11 	mov  %l1, %o3                                  
 2008750:	92 10 20 01 	mov  1, %o1                                    
 2008754:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 2008758:	b0 10 20 00 	clr  %i0                                       
 200875c:	9f c4 80 00 	call  %l2                                      
 2008760:	94 12 a0 58 	or  %o2, 0x58, %o2                             
 2008764:	81 c7 e0 08 	ret                                            
 2008768:	81 e8 00 00 	restore                                        
                                                                      
      return false;                                                   
    }                                                                 
                                                                      
    if ( _Heap_Is_used( free_block ) ) {                              
      (*printer)(                                                     
 200876c:	96 10 00 11 	mov  %l1, %o3                                  
 2008770:	92 10 20 01 	mov  1, %o1                                    
 2008774:	15 00 80 72 	sethi  %hi(0x201c800), %o2                     
 2008778:	b0 10 20 00 	clr  %i0                                       
 200877c:	9f c4 80 00 	call  %l2                                      
 2008780:	94 12 a0 38 	or  %o2, 0x38, %o2                             
 2008784:	81 c7 e0 08 	ret                                            
 2008788:	81 e8 00 00 	restore                                        
                                                                      

020066e4 <_IO_Initialize_all_drivers>: * * Output Parameters: NONE */ void _IO_Initialize_all_drivers( void ) {
 20066e4:	9d e3 bf a0 	save  %sp, -96, %sp                            
   rtems_device_major_number major;                                   
                                                                      
   for ( major=0 ; major < _IO_Number_of_drivers ; major ++ )         
 20066e8:	23 00 80 75 	sethi  %hi(0x201d400), %l1                     
 20066ec:	c2 04 62 b8 	ld  [ %l1 + 0x2b8 ], %g1	! 201d6b8 <_IO_Number_of_drivers>
 20066f0:	80 a0 60 00 	cmp  %g1, 0                                    
 20066f4:	02 80 00 0c 	be  2006724 <_IO_Initialize_all_drivers+0x40>  <== NEVER TAKEN
 20066f8:	a2 14 62 b8 	or  %l1, 0x2b8, %l1                            
 20066fc:	a0 10 20 00 	clr  %l0                                       
     (void) rtems_io_initialize( major, 0, NULL );                    
 2006700:	90 10 00 10 	mov  %l0, %o0                                  
 2006704:	92 10 20 00 	clr  %o1                                       
 2006708:	40 00 18 7e 	call  200c900 <rtems_io_initialize>            
 200670c:	94 10 20 00 	clr  %o2                                       
                                                                      
void _IO_Initialize_all_drivers( void )                               
{                                                                     
   rtems_device_major_number major;                                   
                                                                      
   for ( major=0 ; major < _IO_Number_of_drivers ; major ++ )         
 2006710:	c2 04 40 00 	ld  [ %l1 ], %g1                               
 2006714:	a0 04 20 01 	inc  %l0                                       
 2006718:	80 a0 40 10 	cmp  %g1, %l0                                  
 200671c:	18 bf ff fa 	bgu  2006704 <_IO_Initialize_all_drivers+0x20> 
 2006720:	90 10 00 10 	mov  %l0, %o0                                  
 2006724:	81 c7 e0 08 	ret                                            
 2006728:	81 e8 00 00 	restore                                        
                                                                      

0200672c <_IO_Manager_initialization>: * workspace. * */ void _IO_Manager_initialization(void) {
 200672c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  uint32_t                    index;                                  
  rtems_driver_address_table *driver_table;                           
  uint32_t                    drivers_in_table;                       
  uint32_t                    number_of_drivers;                      
                                                                      
  driver_table      = Configuration.Device_driver_table;              
 2006730:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2006734:	82 10 62 28 	or  %g1, 0x228, %g1	! 201c228 <Configuration>  
  drivers_in_table  = Configuration.number_of_device_drivers;         
  number_of_drivers = Configuration.maximum_drivers;                  
 2006738:	e6 00 60 2c 	ld  [ %g1 + 0x2c ], %l3                        
  rtems_driver_address_table *driver_table;                           
  uint32_t                    drivers_in_table;                       
  uint32_t                    number_of_drivers;                      
                                                                      
  driver_table      = Configuration.Device_driver_table;              
  drivers_in_table  = Configuration.number_of_device_drivers;         
 200673c:	e2 00 60 30 	ld  [ %g1 + 0x30 ], %l1                        
                                                                      
  /*                                                                  
   *  If the user claims there are less drivers than are actually in  
   *  the table, then let's just go with the table's count.           
   */                                                                 
  if ( number_of_drivers <= drivers_in_table )                        
 2006740:	80 a4 40 13 	cmp  %l1, %l3                                  
 2006744:	0a 80 00 08 	bcs  2006764 <_IO_Manager_initialization+0x38> 
 2006748:	e0 00 60 34 	ld  [ %g1 + 0x34 ], %l0                        
   *  If the maximum number of driver is the same as the number in the
   *  table, then we do not have to copy the driver table.  They can't
   *  register any dynamically.                                       
   */                                                                 
  if ( number_of_drivers == drivers_in_table ) {                      
    _IO_Driver_address_table = driver_table;                          
 200674c:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2006750:	e0 20 62 bc 	st  %l0, [ %g1 + 0x2bc ]	! 201d6bc <_IO_Driver_address_table>
    _IO_Number_of_drivers = number_of_drivers;                        
 2006754:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2006758:	e2 20 62 b8 	st  %l1, [ %g1 + 0x2b8 ]	! 201d6b8 <_IO_Number_of_drivers>
    return;                                                           
 200675c:	81 c7 e0 08 	ret                                            
 2006760:	81 e8 00 00 	restore                                        
   *  have to allocate a new driver table and copy theirs to it.      
   */                                                                 
                                                                      
  _IO_Driver_address_table = (rtems_driver_address_table *)           
      _Workspace_Allocate_or_fatal_error(                             
        sizeof( rtems_driver_address_table ) * ( number_of_drivers )  
 2006764:	83 2c e0 03 	sll  %l3, 3, %g1                               
 2006768:	a5 2c e0 05 	sll  %l3, 5, %l2                               
 200676c:	a4 24 80 01 	sub  %l2, %g1, %l2                             
  /*                                                                  
   *  The application requested extra slots in the driver table, so we
   *  have to allocate a new driver table and copy theirs to it.      
   */                                                                 
                                                                      
  _IO_Driver_address_table = (rtems_driver_address_table *)           
 2006770:	40 00 0c 8b 	call  200999c <_Workspace_Allocate_or_fatal_error>
 2006774:	90 10 00 12 	mov  %l2, %o0                                  
      _Workspace_Allocate_or_fatal_error(                             
        sizeof( rtems_driver_address_table ) * ( number_of_drivers )  
      );                                                              
  _IO_Number_of_drivers = number_of_drivers;                          
 2006778:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
                                                                      
  memset(                                                             
 200677c:	94 10 00 12 	mov  %l2, %o2                                  
                                                                      
  _IO_Driver_address_table = (rtems_driver_address_table *)           
      _Workspace_Allocate_or_fatal_error(                             
        sizeof( rtems_driver_address_table ) * ( number_of_drivers )  
      );                                                              
  _IO_Number_of_drivers = number_of_drivers;                          
 2006780:	e6 20 62 b8 	st  %l3, [ %g1 + 0x2b8 ]                       
  /*                                                                  
   *  The application requested extra slots in the driver table, so we
   *  have to allocate a new driver table and copy theirs to it.      
   */                                                                 
                                                                      
  _IO_Driver_address_table = (rtems_driver_address_table *)           
 2006784:	25 00 80 75 	sethi  %hi(0x201d400), %l2                     
      _Workspace_Allocate_or_fatal_error(                             
        sizeof( rtems_driver_address_table ) * ( number_of_drivers )  
      );                                                              
  _IO_Number_of_drivers = number_of_drivers;                          
                                                                      
  memset(                                                             
 2006788:	92 10 20 00 	clr  %o1                                       
 200678c:	40 00 28 23 	call  2010818 <memset>                         
 2006790:	d0 24 a2 bc 	st  %o0, [ %l2 + 0x2bc ]                       
    _IO_Driver_address_table, 0,                                      
    sizeof( rtems_driver_address_table ) * ( number_of_drivers )      
  );                                                                  
                                                                      
  for ( index = 0 ; index < drivers_in_table ; index++ )              
 2006794:	80 a4 60 00 	cmp  %l1, 0                                    
 2006798:	02 bf ff f1 	be  200675c <_IO_Manager_initialization+0x30>  <== NEVER TAKEN
 200679c:	da 04 a2 bc 	ld  [ %l2 + 0x2bc ], %o5                       
 20067a0:	82 10 20 00 	clr  %g1                                       
 20067a4:	88 10 20 00 	clr  %g4                                       
    _IO_Driver_address_table[index] = driver_table[index];            
 20067a8:	c4 04 00 01 	ld  [ %l0 + %g1 ], %g2                         
 20067ac:	86 04 00 01 	add  %l0, %g1, %g3                             
 20067b0:	c4 23 40 01 	st  %g2, [ %o5 + %g1 ]                         
 20067b4:	d8 00 e0 04 	ld  [ %g3 + 4 ], %o4                           
 20067b8:	84 03 40 01 	add  %o5, %g1, %g2                             
 20067bc:	d8 20 a0 04 	st  %o4, [ %g2 + 4 ]                           
 20067c0:	d8 00 e0 08 	ld  [ %g3 + 8 ], %o4                           
  memset(                                                             
    _IO_Driver_address_table, 0,                                      
    sizeof( rtems_driver_address_table ) * ( number_of_drivers )      
  );                                                                  
                                                                      
  for ( index = 0 ; index < drivers_in_table ; index++ )              
 20067c4:	88 01 20 01 	inc  %g4                                       
    _IO_Driver_address_table[index] = driver_table[index];            
 20067c8:	d8 20 a0 08 	st  %o4, [ %g2 + 8 ]                           
 20067cc:	d8 00 e0 0c 	ld  [ %g3 + 0xc ], %o4                         
  memset(                                                             
    _IO_Driver_address_table, 0,                                      
    sizeof( rtems_driver_address_table ) * ( number_of_drivers )      
  );                                                                  
                                                                      
  for ( index = 0 ; index < drivers_in_table ; index++ )              
 20067d0:	82 00 60 18 	add  %g1, 0x18, %g1                            
    _IO_Driver_address_table[index] = driver_table[index];            
 20067d4:	d8 20 a0 0c 	st  %o4, [ %g2 + 0xc ]                         
 20067d8:	d8 00 e0 10 	ld  [ %g3 + 0x10 ], %o4                        
  memset(                                                             
    _IO_Driver_address_table, 0,                                      
    sizeof( rtems_driver_address_table ) * ( number_of_drivers )      
  );                                                                  
                                                                      
  for ( index = 0 ; index < drivers_in_table ; index++ )              
 20067dc:	80 a4 40 04 	cmp  %l1, %g4                                  
    _IO_Driver_address_table[index] = driver_table[index];            
 20067e0:	d8 20 a0 10 	st  %o4, [ %g2 + 0x10 ]                        
 20067e4:	c6 00 e0 14 	ld  [ %g3 + 0x14 ], %g3                        
  memset(                                                             
    _IO_Driver_address_table, 0,                                      
    sizeof( rtems_driver_address_table ) * ( number_of_drivers )      
  );                                                                  
                                                                      
  for ( index = 0 ; index < drivers_in_table ; index++ )              
 20067e8:	18 bf ff f0 	bgu  20067a8 <_IO_Manager_initialization+0x7c> 
 20067ec:	c6 20 a0 14 	st  %g3, [ %g2 + 0x14 ]                        
 20067f0:	81 c7 e0 08 	ret                                            
 20067f4:	81 e8 00 00 	restore                                        
                                                                      

02007414 <_Objects_Allocate>: */ Objects_Control *_Objects_Allocate( Objects_Information *information ) {
 2007414:	9d e3 bf a0 	save  %sp, -96, %sp                            
   *  If the application is using the optional manager stubs and      
   *  still attempts to create the object, the information block      
   *  should be all zeroed out because it is in the BSS.  So let's    
   *  check that code for this manager is even present.               
   */                                                                 
  if ( information->size == 0 )                                       
 2007418:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        
 */                                                                   
                                                                      
Objects_Control *_Objects_Allocate(                                   
  Objects_Information *information                                    
)                                                                     
{                                                                     
 200741c:	a0 10 00 18 	mov  %i0, %l0                                  
   *  If the application is using the optional manager stubs and      
   *  still attempts to create the object, the information block      
   *  should be all zeroed out because it is in the BSS.  So let's    
   *  check that code for this manager is even present.               
   */                                                                 
  if ( information->size == 0 )                                       
 2007420:	80 a0 60 00 	cmp  %g1, 0                                    
 2007424:	02 80 00 19 	be  2007488 <_Objects_Allocate+0x74>           <== NEVER TAKEN
 2007428:	b0 10 20 00 	clr  %i0                                       
                                                                      
  /*                                                                  
   *  OK.  The manager should be initialized and configured to have objects.
   *  With any luck, it is safe to attempt to allocate an object.     
   */                                                                 
  the_object = (Objects_Control *) _Chain_Get( &information->Inactive );
 200742c:	a2 04 20 20 	add  %l0, 0x20, %l1                            
 2007430:	40 00 15 55 	call  200c984 <_Chain_Get>                     
 2007434:	90 10 00 11 	mov  %l1, %o0                                  
                                                                      
  if ( information->auto_extend ) {                                   
 2007438:	c2 0c 20 12 	ldub  [ %l0 + 0x12 ], %g1                      
 200743c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007440:	02 80 00 12 	be  2007488 <_Objects_Allocate+0x74>           
 2007444:	b0 10 00 08 	mov  %o0, %i0                                  
    /*                                                                
     *  If the list is empty then we are out of objects and need to   
     *  extend information base.                                      
     */                                                               
                                                                      
    if ( !the_object ) {                                              
 2007448:	80 a2 20 00 	cmp  %o0, 0                                    
 200744c:	02 80 00 11 	be  2007490 <_Objects_Allocate+0x7c>           
 2007450:	01 00 00 00 	nop                                            
    }                                                                 
                                                                      
    if ( the_object ) {                                               
      uint32_t   block;                                               
                                                                      
      block = (uint32_t) _Objects_Get_index( the_object->id ) -       
 2007454:	c2 14 20 0a 	lduh  [ %l0 + 0xa ], %g1                       
 2007458:	d0 16 20 0a 	lduh  [ %i0 + 0xa ], %o0                       
              _Objects_Get_index( information->minimum_id );          
      block /= information->allocation_size;                          
                                                                      
      information->inactive_per_block[ block ]--;                     
 200745c:	d2 14 20 14 	lduh  [ %l0 + 0x14 ], %o1                      
 2007460:	40 00 47 a7 	call  20192fc <.udiv>                          
 2007464:	90 22 00 01 	sub  %o0, %g1, %o0                             
 2007468:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        
 200746c:	91 2a 20 02 	sll  %o0, 2, %o0                               
      information->inactive--;                                        
 2007470:	c6 14 20 2c 	lduh  [ %l0 + 0x2c ], %g3                      
                                                                      
      block = (uint32_t) _Objects_Get_index( the_object->id ) -       
              _Objects_Get_index( information->minimum_id );          
      block /= information->allocation_size;                          
                                                                      
      information->inactive_per_block[ block ]--;                     
 2007474:	c4 00 40 08 	ld  [ %g1 + %o0 ], %g2                         
      information->inactive--;                                        
 2007478:	86 00 ff ff 	add  %g3, -1, %g3                              
                                                                      
      block = (uint32_t) _Objects_Get_index( the_object->id ) -       
              _Objects_Get_index( information->minimum_id );          
      block /= information->allocation_size;                          
                                                                      
      information->inactive_per_block[ block ]--;                     
 200747c:	84 00 bf ff 	add  %g2, -1, %g2                              
      information->inactive--;                                        
 2007480:	c6 34 20 2c 	sth  %g3, [ %l0 + 0x2c ]                       
                                                                      
      block = (uint32_t) _Objects_Get_index( the_object->id ) -       
              _Objects_Get_index( information->minimum_id );          
      block /= information->allocation_size;                          
                                                                      
      information->inactive_per_block[ block ]--;                     
 2007484:	c4 20 40 08 	st  %g2, [ %g1 + %o0 ]                         
      information->inactive--;                                        
    }                                                                 
  }                                                                   
                                                                      
  return the_object;                                                  
}                                                                     
 2007488:	81 c7 e0 08 	ret                                            
 200748c:	81 e8 00 00 	restore                                        
     *  If the list is empty then we are out of objects and need to   
     *  extend information base.                                      
     */                                                               
                                                                      
    if ( !the_object ) {                                              
      _Objects_Extend_information( information );                     
 2007490:	40 00 00 11 	call  20074d4 <_Objects_Extend_information>    
 2007494:	90 10 00 10 	mov  %l0, %o0                                  
      the_object =  (Objects_Control *) _Chain_Get( &information->Inactive );
 2007498:	40 00 15 3b 	call  200c984 <_Chain_Get>                     
 200749c:	90 10 00 11 	mov  %l1, %o0                                  
    }                                                                 
                                                                      
    if ( the_object ) {                                               
 20074a0:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 20074a4:	32 bf ff ed 	bne,a   2007458 <_Objects_Allocate+0x44>       
 20074a8:	c2 14 20 0a 	lduh  [ %l0 + 0xa ], %g1                       
      information->inactive--;                                        
    }                                                                 
  }                                                                   
                                                                      
  return the_object;                                                  
}                                                                     
 20074ac:	81 c7 e0 08 	ret                                            
 20074b0:	81 e8 00 00 	restore                                        
                                                                      

020074d4 <_Objects_Extend_information>: */ void _Objects_Extend_information( Objects_Information *information ) {
 20074d4:	9d e3 bf 90 	save  %sp, -112, %sp                           
  minimum_index = _Objects_Get_index( information->minimum_id );      
  index_base    = minimum_index;                                      
  block         = 0;                                                  
                                                                      
  /* if ( information->maximum < minimum_index ) */                   
  if ( information->object_blocks == NULL )                           
 20074d8:	e8 06 20 34 	ld  [ %i0 + 0x34 ], %l4                        
 20074dc:	80 a5 20 00 	cmp  %l4, 0                                    
 20074e0:	02 80 00 ab 	be  200778c <_Objects_Extend_information+0x2b8>
 20074e4:	e6 16 20 0a 	lduh  [ %i0 + 0xa ], %l3                       
    block_count = 0;                                                  
  else {                                                              
    block_count = information->maximum / information->allocation_size;
 20074e8:	ea 16 20 10 	lduh  [ %i0 + 0x10 ], %l5                      
 20074ec:	e4 16 20 14 	lduh  [ %i0 + 0x14 ], %l2                      
 20074f0:	ab 2d 60 10 	sll  %l5, 0x10, %l5                            
 20074f4:	92 10 00 12 	mov  %l2, %o1                                  
 20074f8:	40 00 47 81 	call  20192fc <.udiv>                          
 20074fc:	91 35 60 10 	srl  %l5, 0x10, %o0                            
 2007500:	91 2a 20 10 	sll  %o0, 0x10, %o0                            
 2007504:	b9 32 20 10 	srl  %o0, 0x10, %i4                            
                                                                      
    for ( ; block < block_count; block++ ) {                          
 2007508:	80 a7 20 00 	cmp  %i4, 0                                    
 200750c:	02 80 00 a7 	be  20077a8 <_Objects_Extend_information+0x2d4><== NEVER TAKEN
 2007510:	90 10 00 12 	mov  %l2, %o0                                  
      if ( information->object_blocks[ block ] == NULL )              
 2007514:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2007518:	80 a0 60 00 	cmp  %g1, 0                                    
 200751c:	02 80 00 a4 	be  20077ac <_Objects_Extend_information+0x2d8><== NEVER TAKEN
 2007520:	a2 10 00 13 	mov  %l3, %l1                                  
 2007524:	10 80 00 06 	b  200753c <_Objects_Extend_information+0x68>  
 2007528:	a0 10 20 00 	clr  %l0                                       
 200752c:	c2 05 00 01 	ld  [ %l4 + %g1 ], %g1                         
 2007530:	80 a0 60 00 	cmp  %g1, 0                                    
 2007534:	22 80 00 08 	be,a   2007554 <_Objects_Extend_information+0x80>
 2007538:	ab 35 60 10 	srl  %l5, 0x10, %l5                            
  if ( information->object_blocks == NULL )                           
    block_count = 0;                                                  
  else {                                                              
    block_count = information->maximum / information->allocation_size;
                                                                      
    for ( ; block < block_count; block++ ) {                          
 200753c:	a0 04 20 01 	inc  %l0                                       
      if ( information->object_blocks[ block ] == NULL )              
        break;                                                        
      else                                                            
        index_base += information->allocation_size;                   
 2007540:	a2 04 40 12 	add  %l1, %l2, %l1                             
  if ( information->object_blocks == NULL )                           
    block_count = 0;                                                  
  else {                                                              
    block_count = information->maximum / information->allocation_size;
                                                                      
    for ( ; block < block_count; block++ ) {                          
 2007544:	80 a7 00 10 	cmp  %i4, %l0                                  
 2007548:	18 bf ff f9 	bgu  200752c <_Objects_Extend_information+0x58>
 200754c:	83 2c 20 02 	sll  %l0, 2, %g1                               
      else                                                            
        index_base += information->allocation_size;                   
    }                                                                 
  }                                                                   
                                                                      
  maximum = (uint32_t) information->maximum + information->allocation_size;
 2007550:	ab 35 60 10 	srl  %l5, 0x10, %l5                            
  /*                                                                  
   *  We need to limit the number of objects to the maximum number    
   *  representable in the index portion of the object Id.  In the    
   *  case of 16-bit Ids, this is only 256 object instances.          
   */                                                                 
  if ( maximum > OBJECTS_ID_FINAL_INDEX ) {                           
 2007554:	03 00 00 3f 	sethi  %hi(0xfc00), %g1                        
      else                                                            
        index_base += information->allocation_size;                   
    }                                                                 
  }                                                                   
                                                                      
  maximum = (uint32_t) information->maximum + information->allocation_size;
 2007558:	aa 05 40 08 	add  %l5, %o0, %l5                             
  /*                                                                  
   *  We need to limit the number of objects to the maximum number    
   *  representable in the index portion of the object Id.  In the    
   *  case of 16-bit Ids, this is only 256 object instances.          
   */                                                                 
  if ( maximum > OBJECTS_ID_FINAL_INDEX ) {                           
 200755c:	82 10 63 ff 	or  %g1, 0x3ff, %g1                            
 2007560:	80 a5 40 01 	cmp  %l5, %g1                                  
 2007564:	18 80 00 96 	bgu  20077bc <_Objects_Extend_information+0x2e8><== NEVER TAKEN
 2007568:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * Allocate the name table, and the objects and if it fails either return or
   * generate a fatal error depending on auto-extending being active. 
   */                                                                 
  block_size = information->allocation_size * information->size;      
 200756c:	40 00 47 2a 	call  2019214 <.umul>                          
 2007570:	d2 06 20 18 	ld  [ %i0 + 0x18 ], %o1                        
  if ( information->auto_extend ) {                                   
 2007574:	c2 0e 20 12 	ldub  [ %i0 + 0x12 ], %g1                      
 2007578:	80 a0 60 00 	cmp  %g1, 0                                    
 200757c:	12 80 00 6d 	bne  2007730 <_Objects_Extend_information+0x25c>
 2007580:	01 00 00 00 	nop                                            
    new_object_block = _Workspace_Allocate( block_size );             
    if ( !new_object_block )                                          
      return;                                                         
  } else {                                                            
    new_object_block = _Workspace_Allocate_or_fatal_error( block_size );
 2007584:	40 00 09 06 	call  200999c <_Workspace_Allocate_or_fatal_error>
 2007588:	01 00 00 00 	nop                                            
 200758c:	a4 10 00 08 	mov  %o0, %l2                                  
  }                                                                   
                                                                      
  /*                                                                  
   *  If the index_base is the maximum we need to grow the tables.    
   */                                                                 
  if (index_base >= information->maximum ) {                          
 2007590:	c2 16 20 10 	lduh  [ %i0 + 0x10 ], %g1                      
 2007594:	80 a4 40 01 	cmp  %l1, %g1                                  
 2007598:	2a 80 00 43 	bcs,a   20076a4 <_Objects_Extend_information+0x1d0>
 200759c:	c2 06 20 34 	ld  [ %i0 + 0x34 ], %g1                        
     */                                                               
                                                                      
    /*                                                                
     *  Up the block count and maximum                                
     */                                                               
    block_count++;                                                    
 20075a0:	a8 07 20 01 	add  %i4, 1, %l4                               
     *  Allocate the tables and break it up.                          
     */                                                               
    block_size = block_count *                                        
           (sizeof(void *) + sizeof(uint32_t) + sizeof(Objects_Name *)) +
          ((maximum + minimum_index) * sizeof(Objects_Control *));    
    object_blocks = (void**) _Workspace_Allocate( block_size );       
 20075a4:	91 2d 20 01 	sll  %l4, 1, %o0                               
 20075a8:	90 02 00 14 	add  %o0, %l4, %o0                             
 20075ac:	90 05 40 08 	add  %l5, %o0, %o0                             
 20075b0:	90 02 00 13 	add  %o0, %l3, %o0                             
 20075b4:	40 00 09 09 	call  20099d8 <_Workspace_Allocate>            
 20075b8:	91 2a 20 02 	sll  %o0, 2, %o0                               
                                                                      
    if ( !object_blocks ) {                                           
 20075bc:	ac 92 20 00 	orcc  %o0, 0, %l6                              
 20075c0:	02 80 00 7d 	be  20077b4 <_Objects_Extend_information+0x2e0>
 20075c4:	a9 2d 20 02 	sll  %l4, 2, %l4                               
     *  Take the block count down. Saves all the (block_count - 1)    
     *  in the copies.                                                
     */                                                               
    block_count--;                                                    
                                                                      
    if ( information->maximum > minimum_index ) {                     
 20075c8:	c2 16 20 10 	lduh  [ %i0 + 0x10 ], %g1                      
 20075cc:	80 a4 c0 01 	cmp  %l3, %g1                                  
RTEMS_INLINE_ROUTINE void *_Addresses_Add_offset (                    
  const void *base,                                                   
  uintptr_t   offset                                                  
)                                                                     
{                                                                     
  return (void *)((uintptr_t)base + offset);                          
 20075d0:	ae 05 80 14 	add  %l6, %l4, %l7                             
 20075d4:	0a 80 00 5e 	bcs  200774c <_Objects_Extend_information+0x278>
 20075d8:	a8 05 c0 14 	add  %l7, %l4, %l4                             
    } else {                                                          
                                                                      
      /*                                                              
       *  Deal with the special case of the 0 to minimum_index        
       */                                                             
      for ( index = 0; index < minimum_index; index++ ) {             
 20075dc:	80 a4 e0 00 	cmp  %l3, 0                                    
              information->object_blocks,                             
              block_count * sizeof(void*) );                          
      memcpy( inactive_per_block,                                     
              information->inactive_per_block,                        
              block_count * sizeof(uint32_t) );                       
      memcpy( local_table,                                            
 20075e0:	82 10 20 00 	clr  %g1                                       
    } else {                                                          
                                                                      
      /*                                                              
       *  Deal with the special case of the 0 to minimum_index        
       */                                                             
      for ( index = 0; index < minimum_index; index++ ) {             
 20075e4:	02 80 00 08 	be  2007604 <_Objects_Extend_information+0x130><== NEVER TAKEN
 20075e8:	bb 2f 20 02 	sll  %i4, 2, %i5                               
        local_table[ index ] = NULL;                                  
 20075ec:	85 28 60 02 	sll  %g1, 2, %g2                               
    } else {                                                          
                                                                      
      /*                                                              
       *  Deal with the special case of the 0 to minimum_index        
       */                                                             
      for ( index = 0; index < minimum_index; index++ ) {             
 20075f0:	82 00 60 01 	inc  %g1                                       
 20075f4:	80 a4 c0 01 	cmp  %l3, %g1                                  
 20075f8:	18 bf ff fd 	bgu  20075ec <_Objects_Extend_information+0x118><== NEVER TAKEN
 20075fc:	c0 20 80 14 	clr  [ %g2 + %l4 ]                             
 2007600:	bb 2f 20 02 	sll  %i4, 2, %i5                               
     */                                                               
    object_blocks[block_count] = NULL;                                
    inactive_per_block[block_count] = 0;                              
                                                                      
    for ( index=index_base ;                                          
          index < ( information->allocation_size + index_base );      
 2007604:	c6 16 20 14 	lduh  [ %i0 + 0x14 ], %g3                      
                                                                      
    /*                                                                
     *  Initialise the new entries in the table.                      
     */                                                               
    object_blocks[block_count] = NULL;                                
    inactive_per_block[block_count] = 0;                              
 2007608:	c0 25 c0 1d 	clr  [ %l7 + %i5 ]                             
                                                                      
    for ( index=index_base ;                                          
          index < ( information->allocation_size + index_base );      
 200760c:	86 04 40 03 	add  %l1, %g3, %g3                             
     *  Initialise the new entries in the table.                      
     */                                                               
    object_blocks[block_count] = NULL;                                
    inactive_per_block[block_count] = 0;                              
                                                                      
    for ( index=index_base ;                                          
 2007610:	80 a4 40 03 	cmp  %l1, %g3                                  
 2007614:	1a 80 00 0a 	bcc  200763c <_Objects_Extend_information+0x168><== NEVER TAKEN
 2007618:	c0 25 80 1d 	clr  [ %l6 + %i5 ]                             
 200761c:	85 2c 60 02 	sll  %l1, 2, %g2                               
 2007620:	82 10 00 11 	mov  %l1, %g1                                  
 2007624:	84 05 00 02 	add  %l4, %g2, %g2                             
          index < ( information->allocation_size + index_base );      
          index++ ) {                                                 
      local_table[ index ] = NULL;                                    
 2007628:	c0 20 80 00 	clr  [ %g2 ]                                   
    object_blocks[block_count] = NULL;                                
    inactive_per_block[block_count] = 0;                              
                                                                      
    for ( index=index_base ;                                          
          index < ( information->allocation_size + index_base );      
          index++ ) {                                                 
 200762c:	82 00 60 01 	inc  %g1                                       
     *  Initialise the new entries in the table.                      
     */                                                               
    object_blocks[block_count] = NULL;                                
    inactive_per_block[block_count] = 0;                              
                                                                      
    for ( index=index_base ;                                          
 2007630:	80 a0 40 03 	cmp  %g1, %g3                                  
 2007634:	0a bf ff fd 	bcs  2007628 <_Objects_Extend_information+0x154>
 2007638:	84 00 a0 04 	add  %g2, 4, %g2                               
          index < ( information->allocation_size + index_base );      
          index++ ) {                                                 
      local_table[ index ] = NULL;                                    
    }                                                                 
                                                                      
    _ISR_Disable( level );                                            
 200763c:	7f ff eb 1c 	call  20022ac <sparc_disable_interrupts>       
 2007640:	01 00 00 00 	nop                                            
                                                                      
    information->object_blocks = object_blocks;                       
    information->inactive_per_block = inactive_per_block;             
    information->local_table = local_table;                           
    information->maximum = (Objects_Maximum) maximum;                 
    information->maximum_id = _Objects_Build_id(                      
 2007644:	c6 06 00 00 	ld  [ %i0 ], %g3                               
 2007648:	c4 16 20 04 	lduh  [ %i0 + 4 ], %g2                         
    old_tables = information->object_blocks;                          
                                                                      
    information->object_blocks = object_blocks;                       
    information->inactive_per_block = inactive_per_block;             
    information->local_table = local_table;                           
    information->maximum = (Objects_Maximum) maximum;                 
 200764c:	ea 36 20 10 	sth  %l5, [ %i0 + 0x10 ]                       
      local_table[ index ] = NULL;                                    
    }                                                                 
                                                                      
    _ISR_Disable( level );                                            
                                                                      
    old_tables = information->object_blocks;                          
 2007650:	e6 06 20 34 	ld  [ %i0 + 0x34 ], %l3                        
                                                                      
    information->object_blocks = object_blocks;                       
    information->inactive_per_block = inactive_per_block;             
 2007654:	ee 26 20 30 	st  %l7, [ %i0 + 0x30 ]                        
    information->local_table = local_table;                           
 2007658:	e8 26 20 1c 	st  %l4, [ %i0 + 0x1c ]                        
    information->maximum = (Objects_Maximum) maximum;                 
    information->maximum_id = _Objects_Build_id(                      
 200765c:	87 28 e0 18 	sll  %g3, 0x18, %g3                            
 2007660:	85 28 a0 1b 	sll  %g2, 0x1b, %g2                            
                                                                      
    _ISR_Disable( level );                                            
                                                                      
    old_tables = information->object_blocks;                          
                                                                      
    information->object_blocks = object_blocks;                       
 2007664:	ec 26 20 34 	st  %l6, [ %i0 + 0x34 ]                        
    information->inactive_per_block = inactive_per_block;             
    information->local_table = local_table;                           
    information->maximum = (Objects_Maximum) maximum;                 
    information->maximum_id = _Objects_Build_id(                      
 2007668:	ab 2d 60 10 	sll  %l5, 0x10, %l5                            
 200766c:	03 00 00 40 	sethi  %hi(0x10000), %g1                       
 2007670:	ab 35 60 10 	srl  %l5, 0x10, %l5                            
 2007674:	82 10 c0 01 	or  %g3, %g1, %g1                              
 2007678:	82 10 40 02 	or  %g1, %g2, %g1                              
 200767c:	82 10 40 15 	or  %g1, %l5, %g1                              
 2007680:	c2 26 20 0c 	st  %g1, [ %i0 + 0xc ]                         
        information->the_class,                                       
        _Objects_Local_node,                                          
        information->maximum                                          
      );                                                              
                                                                      
    _ISR_Enable( level );                                             
 2007684:	7f ff eb 0e 	call  20022bc <sparc_enable_interrupts>        
 2007688:	01 00 00 00 	nop                                            
                                                                      
    if ( old_tables )                                                 
 200768c:	80 a4 e0 00 	cmp  %l3, 0                                    
 2007690:	22 80 00 05 	be,a   20076a4 <_Objects_Extend_information+0x1d0>
 2007694:	c2 06 20 34 	ld  [ %i0 + 0x34 ], %g1                        
      _Workspace_Free( old_tables );                                  
 2007698:	40 00 08 d9 	call  20099fc <_Workspace_Free>                
 200769c:	90 10 00 13 	mov  %l3, %o0                                  
  }                                                                   
                                                                      
  /*                                                                  
   *  Assign the new object block to the object block table.          
   */                                                                 
  information->object_blocks[ block ] = new_object_block;             
 20076a0:	c2 06 20 34 	ld  [ %i0 + 0x34 ], %g1                        
                                                                      
  /*                                                                  
   *  Initialize objects .. add to a local chain first.               
   */                                                                 
  _Chain_Initialize(                                                  
 20076a4:	d4 16 20 14 	lduh  [ %i0 + 0x14 ], %o2                      
 20076a8:	d6 06 20 18 	ld  [ %i0 + 0x18 ], %o3                        
 20076ac:	92 10 00 12 	mov  %l2, %o1                                  
  }                                                                   
                                                                      
  /*                                                                  
   *  Assign the new object block to the object block table.          
   */                                                                 
  information->object_blocks[ block ] = new_object_block;             
 20076b0:	a1 2c 20 02 	sll  %l0, 2, %l0                               
        information->the_class,                                       
        _Objects_Local_node,                                          
        index                                                         
      );                                                              
                                                                      
    _Chain_Append( &information->Inactive, &the_object->Node );       
 20076b4:	a6 06 20 20 	add  %i0, 0x20, %l3                            
  }                                                                   
                                                                      
  /*                                                                  
   *  Assign the new object block to the object block table.          
   */                                                                 
  information->object_blocks[ block ] = new_object_block;             
 20076b8:	e4 20 40 10 	st  %l2, [ %g1 + %l0 ]                         
   */                                                                 
  index = index_base;                                                 
                                                                      
  while ((the_object = (Objects_Control *) _Chain_Get( &Inactive )) != NULL ) {
                                                                      
    the_object->id = _Objects_Build_id(                               
 20076bc:	29 00 00 40 	sethi  %hi(0x10000), %l4                       
  information->object_blocks[ block ] = new_object_block;             
                                                                      
  /*                                                                  
   *  Initialize objects .. add to a local chain first.               
   */                                                                 
  _Chain_Initialize(                                                  
 20076c0:	a4 07 bf f4 	add  %fp, -12, %l2                             
 20076c4:	40 00 14 c3 	call  200c9d0 <_Chain_Initialize>              
 20076c8:	90 10 00 12 	mov  %l2, %o0                                  
  /*                                                                  
   *  Move from the local chain, initialise, then append to the inactive chain
   */                                                                 
  index = index_base;                                                 
                                                                      
  while ((the_object = (Objects_Control *) _Chain_Get( &Inactive )) != NULL ) {
 20076cc:	30 80 00 0c 	b,a   20076fc <_Objects_Extend_information+0x228>
                                                                      
    the_object->id = _Objects_Build_id(                               
 20076d0:	c4 16 20 04 	lduh  [ %i0 + 4 ], %g2                         
 20076d4:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 20076d8:	85 28 a0 1b 	sll  %g2, 0x1b, %g2                            
 20076dc:	82 10 40 14 	or  %g1, %l4, %g1                              
 20076e0:	82 10 40 02 	or  %g1, %g2, %g1                              
 20076e4:	82 10 40 11 	or  %g1, %l1, %g1                              
        information->the_class,                                       
        _Objects_Local_node,                                          
        index                                                         
      );                                                              
                                                                      
    _Chain_Append( &information->Inactive, &the_object->Node );       
 20076e8:	92 10 00 08 	mov  %o0, %o1                                  
   */                                                                 
  index = index_base;                                                 
                                                                      
  while ((the_object = (Objects_Control *) _Chain_Get( &Inactive )) != NULL ) {
                                                                      
    the_object->id = _Objects_Build_id(                               
 20076ec:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
        index                                                         
      );                                                              
                                                                      
    _Chain_Append( &information->Inactive, &the_object->Node );       
                                                                      
    index++;                                                          
 20076f0:	a2 04 60 01 	inc  %l1                                       
        information->the_class,                                       
        _Objects_Local_node,                                          
        index                                                         
      );                                                              
                                                                      
    _Chain_Append( &information->Inactive, &the_object->Node );       
 20076f4:	7f ff fc e2 	call  2006a7c <_Chain_Append>                  
 20076f8:	90 10 00 13 	mov  %l3, %o0                                  
  /*                                                                  
   *  Move from the local chain, initialise, then append to the inactive chain
   */                                                                 
  index = index_base;                                                 
                                                                      
  while ((the_object = (Objects_Control *) _Chain_Get( &Inactive )) != NULL ) {
 20076fc:	40 00 14 a2 	call  200c984 <_Chain_Get>                     
 2007700:	90 10 00 12 	mov  %l2, %o0                                  
 2007704:	80 a2 20 00 	cmp  %o0, 0                                    
 2007708:	32 bf ff f2 	bne,a   20076d0 <_Objects_Extend_information+0x1fc>
 200770c:	c2 06 00 00 	ld  [ %i0 ], %g1                               
                                                                      
    index++;                                                          
  }                                                                   
                                                                      
  information->inactive_per_block[ block ] = information->allocation_size;
  information->inactive =                                             
 2007710:	c2 16 20 2c 	lduh  [ %i0 + 0x2c ], %g1                      
    _Chain_Append( &information->Inactive, &the_object->Node );       
                                                                      
    index++;                                                          
  }                                                                   
                                                                      
  information->inactive_per_block[ block ] = information->allocation_size;
 2007714:	c8 16 20 14 	lduh  [ %i0 + 0x14 ], %g4                      
 2007718:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
  information->inactive =                                             
 200771c:	82 01 00 01 	add  %g4, %g1, %g1                             
    _Chain_Append( &information->Inactive, &the_object->Node );       
                                                                      
    index++;                                                          
  }                                                                   
                                                                      
  information->inactive_per_block[ block ] = information->allocation_size;
 2007720:	c8 20 80 10 	st  %g4, [ %g2 + %l0 ]                         
  information->inactive =                                             
 2007724:	c2 36 20 2c 	sth  %g1, [ %i0 + 0x2c ]                       
 2007728:	81 c7 e0 08 	ret                                            
 200772c:	81 e8 00 00 	restore                                        
   * Allocate the name table, and the objects and if it fails either return or
   * generate a fatal error depending on auto-extending being active. 
   */                                                                 
  block_size = information->allocation_size * information->size;      
  if ( information->auto_extend ) {                                   
    new_object_block = _Workspace_Allocate( block_size );             
 2007730:	40 00 08 aa 	call  20099d8 <_Workspace_Allocate>            
 2007734:	01 00 00 00 	nop                                            
    if ( !new_object_block )                                          
 2007738:	a4 92 20 00 	orcc  %o0, 0, %l2                              
 200773c:	32 bf ff 96 	bne,a   2007594 <_Objects_Extend_information+0xc0>
 2007740:	c2 16 20 10 	lduh  [ %i0 + 0x10 ], %g1                      
 2007744:	81 c7 e0 08 	ret                                            
 2007748:	81 e8 00 00 	restore                                        
      /*                                                              
       *  Copy each section of the table over. This has to be performed as
       *  separate parts as size of each block has changed.           
       */                                                             
                                                                      
      memcpy( object_blocks,                                          
 200774c:	d2 06 20 34 	ld  [ %i0 + 0x34 ], %o1                        
              information->object_blocks,                             
              block_count * sizeof(void*) );                          
 2007750:	bb 2f 20 02 	sll  %i4, 2, %i5                               
      /*                                                              
       *  Copy each section of the table over. This has to be performed as
       *  separate parts as size of each block has changed.           
       */                                                             
                                                                      
      memcpy( object_blocks,                                          
 2007754:	40 00 23 f2 	call  201071c <memcpy>                         
 2007758:	94 10 00 1d 	mov  %i5, %o2                                  
              information->object_blocks,                             
              block_count * sizeof(void*) );                          
      memcpy( inactive_per_block,                                     
 200775c:	d2 06 20 30 	ld  [ %i0 + 0x30 ], %o1                        
 2007760:	94 10 00 1d 	mov  %i5, %o2                                  
 2007764:	40 00 23 ee 	call  201071c <memcpy>                         
 2007768:	90 10 00 17 	mov  %l7, %o0                                  
              information->inactive_per_block,                        
              block_count * sizeof(uint32_t) );                       
      memcpy( local_table,                                            
 200776c:	d4 16 20 10 	lduh  [ %i0 + 0x10 ], %o2                      
 2007770:	d2 06 20 1c 	ld  [ %i0 + 0x1c ], %o1                        
 2007774:	94 04 c0 0a 	add  %l3, %o2, %o2                             
 2007778:	90 10 00 14 	mov  %l4, %o0                                  
 200777c:	40 00 23 e8 	call  201071c <memcpy>                         
 2007780:	95 2a a0 02 	sll  %o2, 2, %o2                               
     */                                                               
    object_blocks[block_count] = NULL;                                
    inactive_per_block[block_count] = 0;                              
                                                                      
    for ( index=index_base ;                                          
          index < ( information->allocation_size + index_base );      
 2007784:	10 bf ff a1 	b  2007608 <_Objects_Extend_information+0x134> 
 2007788:	c6 16 20 14 	lduh  [ %i0 + 0x14 ], %g3                      
  minimum_index = _Objects_Get_index( information->minimum_id );      
  index_base    = minimum_index;                                      
  block         = 0;                                                  
                                                                      
  /* if ( information->maximum < minimum_index ) */                   
  if ( information->object_blocks == NULL )                           
 200778c:	ea 16 20 10 	lduh  [ %i0 + 0x10 ], %l5                      
 2007790:	d0 16 20 14 	lduh  [ %i0 + 0x14 ], %o0                      
 2007794:	ab 2d 60 10 	sll  %l5, 0x10, %l5                            
 2007798:	a2 10 00 13 	mov  %l3, %l1                                  
 200779c:	a0 10 20 00 	clr  %l0                                       
 20077a0:	10 bf ff 6c 	b  2007550 <_Objects_Extend_information+0x7c>  
 20077a4:	b8 10 20 00 	clr  %i4                                       
    block_count = 0;                                                  
  else {                                                              
    block_count = information->maximum / information->allocation_size;
                                                                      
    for ( ; block < block_count; block++ ) {                          
      if ( information->object_blocks[ block ] == NULL )              
 20077a8:	a2 10 00 13 	mov  %l3, %l1                                  <== NOT EXECUTED
 20077ac:	10 bf ff 69 	b  2007550 <_Objects_Extend_information+0x7c>  <== NOT EXECUTED
 20077b0:	a0 10 20 00 	clr  %l0                                       <== NOT EXECUTED
           (sizeof(void *) + sizeof(uint32_t) + sizeof(Objects_Name *)) +
          ((maximum + minimum_index) * sizeof(Objects_Control *));    
    object_blocks = (void**) _Workspace_Allocate( block_size );       
                                                                      
    if ( !object_blocks ) {                                           
      _Workspace_Free( new_object_block );                            
 20077b4:	40 00 08 92 	call  20099fc <_Workspace_Free>                
 20077b8:	90 10 00 12 	mov  %l2, %o0                                  
      return;                                                         
 20077bc:	81 c7 e0 08 	ret                                            
 20077c0:	81 e8 00 00 	restore                                        
                                                                      

02007870 <_Objects_Get_information>: Objects_Information *_Objects_Get_information( Objects_APIs the_api, uint32_t the_class ) {
 2007870:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Objects_Information *info;                                          
  int the_class_api_maximum;                                          
                                                                      
  if ( !the_class )                                                   
 2007874:	80 a6 60 00 	cmp  %i1, 0                                    
 2007878:	12 80 00 04 	bne  2007888 <_Objects_Get_information+0x18>   
 200787c:	01 00 00 00 	nop                                            
    if ( info->maximum == 0 )                                         
      return NULL;                                                    
  #endif                                                              
                                                                      
  return info;                                                        
}                                                                     
 2007880:	81 c7 e0 08 	ret                                            
 2007884:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      
  /*                                                                  
   *  This call implicitly validates the_api so we do not call        
   *  _Objects_Is_api_valid above here.                               
   */                                                                 
  the_class_api_maximum = _Objects_API_maximum_class( the_api );      
 2007888:	40 00 15 ed 	call  200d03c <_Objects_API_maximum_class>     
 200788c:	90 10 00 18 	mov  %i0, %o0                                  
  if ( the_class_api_maximum == 0 )                                   
 2007890:	80 a2 20 00 	cmp  %o0, 0                                    
 2007894:	22 80 00 15 	be,a   20078e8 <_Objects_Get_information+0x78> 
 2007898:	b0 10 20 00 	clr  %i0                                       
    return NULL;                                                      
                                                                      
  if ( the_class > (uint32_t) the_class_api_maximum )                 
 200789c:	80 a6 40 08 	cmp  %i1, %o0                                  
 20078a0:	38 80 00 12 	bgu,a   20078e8 <_Objects_Get_information+0x78>
 20078a4:	b0 10 20 00 	clr  %i0                                       
    return NULL;                                                      
                                                                      
  if ( !_Objects_Information_table[ the_api ] )                       
 20078a8:	b1 2e 20 02 	sll  %i0, 2, %i0                               
 20078ac:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 20078b0:	82 10 60 a0 	or  %g1, 0xa0, %g1	! 201cca0 <_Objects_Information_table>
 20078b4:	c2 00 40 18 	ld  [ %g1 + %i0 ], %g1                         
 20078b8:	80 a0 60 00 	cmp  %g1, 0                                    
 20078bc:	02 80 00 0b 	be  20078e8 <_Objects_Get_information+0x78>    <== NEVER TAKEN
 20078c0:	b0 10 20 00 	clr  %i0                                       
    return NULL;                                                      
                                                                      
  info = _Objects_Information_table[ the_api ][ the_class ];          
 20078c4:	b3 2e 60 02 	sll  %i1, 2, %i1                               
 20078c8:	f0 00 40 19 	ld  [ %g1 + %i1 ], %i0                         
  if ( !info )                                                        
 20078cc:	80 a6 20 00 	cmp  %i0, 0                                    
 20078d0:	02 80 00 06 	be  20078e8 <_Objects_Get_information+0x78>    <== NEVER TAKEN
 20078d4:	01 00 00 00 	nop                                            
   *  In a multprocessing configuration, we may access remote objects.
   *  Thus we may have 0 local instances and still have a valid object
   *  pointer.                                                        
   */                                                                 
  #if !defined(RTEMS_MULTIPROCESSING)                                 
    if ( info->maximum == 0 )                                         
 20078d8:	c2 16 20 10 	lduh  [ %i0 + 0x10 ], %g1                      
 20078dc:	80 a0 60 00 	cmp  %g1, 0                                    
 20078e0:	22 80 00 02 	be,a   20078e8 <_Objects_Get_information+0x78> 
 20078e4:	b0 10 20 00 	clr  %i0                                       
      return NULL;                                                    
  #endif                                                              
                                                                      
  return info;                                                        
}                                                                     
 20078e8:	81 c7 e0 08 	ret                                            
 20078ec:	81 e8 00 00 	restore                                        
                                                                      

02009658 <_Objects_Get_name_as_string>: char *_Objects_Get_name_as_string( Objects_Id id, size_t length, char *name ) {
 2009658:	9d e3 bf 90 	save  %sp, -112, %sp                           
  char                   lname[5];                                    
  Objects_Control       *the_object;                                  
  Objects_Locations      location;                                    
  Objects_Id             tmpId;                                       
                                                                      
  if ( length == 0 )                                                  
 200965c:	80 a6 60 00 	cmp  %i1, 0                                    
 2009660:	12 80 00 05 	bne  2009674 <_Objects_Get_name_as_string+0x1c>
 2009664:	80 a6 a0 00 	cmp  %i2, 0                                    
        }                                                             
      }                                                               
      *d = '\0';                                                      
                                                                      
      _Thread_Enable_dispatch();                                      
      return name;                                                    
 2009668:	b4 10 20 00 	clr  %i2                                       
  }                                                                   
  return NULL;                  /* unreachable path */                
}                                                                     
 200966c:	81 c7 e0 08 	ret                                            
 2009670:	91 e8 00 1a 	restore  %g0, %i2, %o0                         
  Objects_Id             tmpId;                                       
                                                                      
  if ( length == 0 )                                                  
    return NULL;                                                      
                                                                      
  if ( name == NULL )                                                 
 2009674:	02 bf ff fe 	be  200966c <_Objects_Get_name_as_string+0x14> 
 2009678:	80 a6 20 00 	cmp  %i0, 0                                    
    return NULL;                                                      
                                                                      
  tmpId = (id == OBJECTS_ID_OF_SELF) ? _Thread_Executing->Object.id : id;
 200967c:	12 80 00 04 	bne  200968c <_Objects_Get_name_as_string+0x34>
 2009680:	03 00 80 ac 	sethi  %hi(0x202b000), %g1                     
 2009684:	c2 00 63 90 	ld  [ %g1 + 0x390 ], %g1	! 202b390 <_Thread_Executing>
 2009688:	f0 00 60 08 	ld  [ %g1 + 8 ], %i0                           
                                                                      
  information = _Objects_Get_information_id( tmpId );                 
 200968c:	7f ff ff af 	call  2009548 <_Objects_Get_information_id>    
 2009690:	90 10 00 18 	mov  %i0, %o0                                  
  if ( !information )                                                 
 2009694:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 2009698:	22 bf ff f5 	be,a   200966c <_Objects_Get_name_as_string+0x14>
 200969c:	b4 10 20 00 	clr  %i2                                       
    return NULL;                                                      
                                                                      
  the_object = _Objects_Get( information, tmpId, &location );         
 20096a0:	92 10 00 18 	mov  %i0, %o1                                  
 20096a4:	40 00 00 37 	call  2009780 <_Objects_Get>                   
 20096a8:	94 07 bf fc 	add  %fp, -4, %o2                              
  switch ( location ) {                                               
 20096ac:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 20096b0:	80 a0 60 00 	cmp  %g1, 0                                    
 20096b4:	32 bf ff ee 	bne,a   200966c <_Objects_Get_name_as_string+0x14>
 20096b8:	b4 10 20 00 	clr  %i2                                       
      return NULL;                                                    
                                                                      
    case OBJECTS_LOCAL:                                               
                                                                      
      #if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)             
        if ( information->is_string ) {                               
 20096bc:	c2 0c 20 38 	ldub  [ %l0 + 0x38 ], %g1                      
 20096c0:	80 a0 60 00 	cmp  %g1, 0                                    
 20096c4:	22 80 00 25 	be,a   2009758 <_Objects_Get_name_as_string+0x100>
 20096c8:	c2 02 20 0c 	ld  [ %o0 + 0xc ], %g1                         
          s = the_object->name.name_p;                                
 20096cc:	c8 02 20 0c 	ld  [ %o0 + 0xc ], %g4                         
        lname[ 4 ] = '\0';                                            
        s = lname;                                                    
      }                                                               
                                                                      
      d = name;                                                       
      if ( s ) {                                                      
 20096d0:	80 a1 20 00 	cmp  %g4, 0                                    
 20096d4:	02 80 00 1e 	be  200974c <_Objects_Get_name_as_string+0xf4> 
 20096d8:	86 10 00 1a 	mov  %i2, %g3                                  
        for ( i=0 ; i<(length-1) && *s ; i++, s++, d++ ) {            
 20096dc:	b2 86 7f ff 	addcc  %i1, -1, %i1                            
 20096e0:	02 80 00 1b 	be  200974c <_Objects_Get_name_as_string+0xf4> <== NEVER TAKEN
 20096e4:	86 10 00 1a 	mov  %i2, %g3                                  
 20096e8:	c2 49 00 00 	ldsb  [ %g4 ], %g1                             
 20096ec:	80 a0 60 00 	cmp  %g1, 0                                    
 20096f0:	02 80 00 17 	be  200974c <_Objects_Get_name_as_string+0xf4> 
 20096f4:	c4 09 00 00 	ldub  [ %g4 ], %g2                             
 20096f8:	17 00 80 8a 	sethi  %hi(0x2022800), %o3                     
 20096fc:	86 10 00 1a 	mov  %i2, %g3                                  
 2009700:	96 12 e3 b8 	or  %o3, 0x3b8, %o3                            
 2009704:	10 80 00 06 	b  200971c <_Objects_Get_name_as_string+0xc4>  
 2009708:	82 10 20 00 	clr  %g1                                       
 200970c:	da 49 00 01 	ldsb  [ %g4 + %g1 ], %o5                       
 2009710:	80 a3 60 00 	cmp  %o5, 0                                    
 2009714:	02 80 00 0e 	be  200974c <_Objects_Get_name_as_string+0xf4> 
 2009718:	c4 09 00 01 	ldub  [ %g4 + %g1 ], %g2                       
          *d = (isprint((unsigned char)*s)) ? *s : '*';               
 200971c:	d8 02 c0 00 	ld  [ %o3 ], %o4                               
 2009720:	9a 08 a0 ff 	and  %g2, 0xff, %o5                            
 2009724:	9a 03 00 0d 	add  %o4, %o5, %o5                             
 2009728:	da 4b 60 01 	ldsb  [ %o5 + 1 ], %o5                         
 200972c:	80 8b 60 97 	btst  0x97, %o5                                
 2009730:	12 80 00 03 	bne  200973c <_Objects_Get_name_as_string+0xe4>
 2009734:	82 00 60 01 	inc  %g1                                       
 2009738:	84 10 20 2a 	mov  0x2a, %g2                                 
 200973c:	c4 28 c0 00 	stb  %g2, [ %g3 ]                              
        s = lname;                                                    
      }                                                               
                                                                      
      d = name;                                                       
      if ( s ) {                                                      
        for ( i=0 ; i<(length-1) && *s ; i++, s++, d++ ) {            
 2009740:	80 a0 40 19 	cmp  %g1, %i1                                  
 2009744:	0a bf ff f2 	bcs  200970c <_Objects_Get_name_as_string+0xb4>
 2009748:	86 00 e0 01 	inc  %g3                                       
          *d = (isprint((unsigned char)*s)) ? *s : '*';               
        }                                                             
      }                                                               
      *d = '\0';                                                      
                                                                      
      _Thread_Enable_dispatch();                                      
 200974c:	40 00 02 72 	call  200a114 <_Thread_Enable_dispatch>        
 2009750:	c0 28 c0 00 	clrb  [ %g3 ]                                  
      return name;                                                    
 2009754:	30 bf ff c6 	b,a   200966c <_Objects_Get_name_as_string+0x14>
                                                                      
        lname[ 0 ] = (u32_name >> 24) & 0xff;                         
        lname[ 1 ] = (u32_name >> 16) & 0xff;                         
        lname[ 2 ] = (u32_name >>  8) & 0xff;                         
        lname[ 3 ] = (u32_name >>  0) & 0xff;                         
        lname[ 4 ] = '\0';                                            
 2009758:	88 07 bf f0 	add  %fp, -16, %g4                             
        } else                                                        
      #endif                                                          
      {                                                               
        uint32_t  u32_name = (uint32_t) the_object->name.name_u32;    
                                                                      
        lname[ 0 ] = (u32_name >> 24) & 0xff;                         
 200975c:	85 30 60 18 	srl  %g1, 0x18, %g2                            
        lname[ 1 ] = (u32_name >> 16) & 0xff;                         
        lname[ 2 ] = (u32_name >>  8) & 0xff;                         
        lname[ 3 ] = (u32_name >>  0) & 0xff;                         
 2009760:	c2 2f bf f3 	stb  %g1, [ %fp + -13 ]                        
        } else                                                        
      #endif                                                          
      {                                                               
        uint32_t  u32_name = (uint32_t) the_object->name.name_u32;    
                                                                      
        lname[ 0 ] = (u32_name >> 24) & 0xff;                         
 2009764:	c4 2f bf f0 	stb  %g2, [ %fp + -16 ]                        
        lname[ 1 ] = (u32_name >> 16) & 0xff;                         
        lname[ 2 ] = (u32_name >>  8) & 0xff;                         
        lname[ 3 ] = (u32_name >>  0) & 0xff;                         
        lname[ 4 ] = '\0';                                            
 2009768:	c0 2f bf f4 	clrb  [ %fp + -12 ]                            
      #endif                                                          
      {                                                               
        uint32_t  u32_name = (uint32_t) the_object->name.name_u32;    
                                                                      
        lname[ 0 ] = (u32_name >> 24) & 0xff;                         
        lname[ 1 ] = (u32_name >> 16) & 0xff;                         
 200976c:	85 30 60 10 	srl  %g1, 0x10, %g2                            
        lname[ 2 ] = (u32_name >>  8) & 0xff;                         
 2009770:	83 30 60 08 	srl  %g1, 8, %g1                               
      #endif                                                          
      {                                                               
        uint32_t  u32_name = (uint32_t) the_object->name.name_u32;    
                                                                      
        lname[ 0 ] = (u32_name >> 24) & 0xff;                         
        lname[ 1 ] = (u32_name >> 16) & 0xff;                         
 2009774:	c4 2f bf f1 	stb  %g2, [ %fp + -15 ]                        
        lname[ 2 ] = (u32_name >>  8) & 0xff;                         
 2009778:	10 bf ff d9 	b  20096dc <_Objects_Get_name_as_string+0x84>  
 200977c:	c2 2f bf f2 	stb  %g1, [ %fp + -14 ]                        
                                                                      

02018eac <_Objects_Get_no_protection>: /* * You can't just extract the index portion or you can get tricked * by a value between 1 and maximum. */ index = id - information->minimum_id + 1;
 2018eac:	c4 02 20 08 	ld  [ %o0 + 8 ], %g2                           
                                                                      
  if ( information->maximum >= index ) {                              
 2018eb0:	c2 12 20 10 	lduh  [ %o0 + 0x10 ], %g1                      
                                                                      
  /*                                                                  
   * You can't just extract the index portion or you can get tricked  
   * by a value between 1 and maximum.                                
   */                                                                 
  index = id - information->minimum_id + 1;                           
 2018eb4:	84 22 40 02 	sub  %o1, %g2, %g2                             
 2018eb8:	84 00 a0 01 	inc  %g2                                       
                                                                      
  if ( information->maximum >= index ) {                              
 2018ebc:	80 a0 80 01 	cmp  %g2, %g1                                  
 2018ec0:	18 80 00 09 	bgu  2018ee4 <_Objects_Get_no_protection+0x38> 
 2018ec4:	85 28 a0 02 	sll  %g2, 2, %g2                               
    if ( (the_object = information->local_table[ index ]) != NULL ) { 
 2018ec8:	c2 02 20 1c 	ld  [ %o0 + 0x1c ], %g1                        
 2018ecc:	d0 00 40 02 	ld  [ %g1 + %g2 ], %o0                         
 2018ed0:	80 a2 20 00 	cmp  %o0, 0                                    
 2018ed4:	02 80 00 05 	be  2018ee8 <_Objects_Get_no_protection+0x3c>  <== NEVER TAKEN
 2018ed8:	82 10 20 01 	mov  1, %g1                                    
      *location = OBJECTS_LOCAL;                                      
      return the_object;                                              
 2018edc:	81 c3 e0 08 	retl                                           
 2018ee0:	c0 22 80 00 	clr  [ %o2 ]                                   
                                                                      
  /*                                                                  
   *  This isn't supported or required yet for Global objects so      
   *  if it isn't local, we don't find it.                            
   */                                                                 
  *location = OBJECTS_ERROR;                                          
 2018ee4:	82 10 20 01 	mov  1, %g1                                    
 2018ee8:	90 10 20 00 	clr  %o0                                       
  return NULL;                                                        
}                                                                     
 2018eec:	81 c3 e0 08 	retl                                           
 2018ef0:	c2 22 80 00 	st  %g1, [ %o2 ]                               
                                                                      

020090e0 <_Objects_Id_to_name>: */ Objects_Name_or_id_lookup_errors _Objects_Id_to_name ( Objects_Id id, Objects_Name *name ) {
 20090e0:	9d e3 bf 98 	save  %sp, -104, %sp                           
                                                                      
  /*                                                                  
   *  Caller is trusted for name != NULL.                             
   */                                                                 
                                                                      
  tmpId = (id == OBJECTS_ID_OF_SELF) ? _Thread_Executing->Object.id : id;
 20090e4:	92 96 20 00 	orcc  %i0, 0, %o1                              
 20090e8:	12 80 00 06 	bne  2009100 <_Objects_Id_to_name+0x20>        
 20090ec:	83 32 60 18 	srl  %o1, 0x18, %g1                            
 20090f0:	03 00 80 89 	sethi  %hi(0x2022400), %g1                     
 20090f4:	c2 00 63 10 	ld  [ %g1 + 0x310 ], %g1	! 2022710 <_Thread_Executing>
 20090f8:	d2 00 60 08 	ld  [ %g1 + 8 ], %o1                           
 */                                                                   
RTEMS_INLINE_ROUTINE Objects_APIs _Objects_Get_API(                   
  Objects_Id id                                                       
)                                                                     
{                                                                     
  return (Objects_APIs) ((id >> OBJECTS_API_START_BIT) & OBJECTS_API_VALID_BITS);
 20090fc:	83 32 60 18 	srl  %o1, 0x18, %g1                            
 2009100:	82 08 60 07 	and  %g1, 7, %g1                               
 */                                                                   
RTEMS_INLINE_ROUTINE bool _Objects_Is_api_valid(                      
  uint32_t   the_api                                                  
)                                                                     
{                                                                     
  if ( !the_api || the_api > OBJECTS_APIS_LAST )                      
 2009104:	84 00 7f ff 	add  %g1, -1, %g2                              
 2009108:	80 a0 a0 03 	cmp  %g2, 3                                    
 200910c:	18 80 00 11 	bgu  2009150 <_Objects_Id_to_name+0x70>        
 2009110:	83 28 60 02 	sll  %g1, 2, %g1                               
                                                                      
  the_api = _Objects_Get_API( tmpId );                                
  if ( !_Objects_Is_api_valid( the_api ) )                            
    return OBJECTS_INVALID_ID;                                        
                                                                      
  if ( !_Objects_Information_table[ the_api ] )                       
 2009114:	05 00 80 89 	sethi  %hi(0x2022400), %g2                     
 2009118:	84 10 a1 b0 	or  %g2, 0x1b0, %g2	! 20225b0 <_Objects_Information_table>
 200911c:	c2 00 80 01 	ld  [ %g2 + %g1 ], %g1                         
 2009120:	80 a0 60 00 	cmp  %g1, 0                                    
 2009124:	02 80 00 0b 	be  2009150 <_Objects_Id_to_name+0x70>         
 2009128:	85 32 60 1b 	srl  %o1, 0x1b, %g2                            
    return OBJECTS_INVALID_ID;                                        
                                                                      
  the_class = _Objects_Get_class( tmpId );                            
                                                                      
  information = _Objects_Information_table[ the_api ][ the_class ];   
 200912c:	85 28 a0 02 	sll  %g2, 2, %g2                               
 2009130:	d0 00 40 02 	ld  [ %g1 + %g2 ], %o0                         
  if ( !information )                                                 
 2009134:	80 a2 20 00 	cmp  %o0, 0                                    
 2009138:	02 80 00 06 	be  2009150 <_Objects_Id_to_name+0x70>         <== NEVER TAKEN
 200913c:	01 00 00 00 	nop                                            
    return OBJECTS_INVALID_ID;                                        
                                                                      
  #if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)                 
    if ( information->is_string )                                     
 2009140:	c2 0a 20 38 	ldub  [ %o0 + 0x38 ], %g1                      
 2009144:	80 a0 60 00 	cmp  %g1, 0                                    
 2009148:	02 80 00 04 	be  2009158 <_Objects_Id_to_name+0x78>         <== ALWAYS TAKEN
 200914c:	01 00 00 00 	nop                                            
    return OBJECTS_INVALID_ID;                                        
                                                                      
  *name = the_object->name;                                           
  _Thread_Enable_dispatch();                                          
  return OBJECTS_NAME_OR_ID_LOOKUP_SUCCESSFUL;                        
}                                                                     
 2009150:	81 c7 e0 08 	ret                                            
 2009154:	91 e8 20 03 	restore  %g0, 3, %o0                           
  #if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)                 
    if ( information->is_string )                                     
      return OBJECTS_INVALID_ID;                                      
  #endif                                                              
                                                                      
  the_object = _Objects_Get( information, tmpId, &ignored_location ); 
 2009158:	7f ff ff c5 	call  200906c <_Objects_Get>                   
 200915c:	94 07 bf fc 	add  %fp, -4, %o2                              
  if ( !the_object )                                                  
 2009160:	80 a2 20 00 	cmp  %o0, 0                                    
 2009164:	02 bf ff fb 	be  2009150 <_Objects_Id_to_name+0x70>         
 2009168:	01 00 00 00 	nop                                            
    return OBJECTS_INVALID_ID;                                        
                                                                      
  *name = the_object->name;                                           
 200916c:	c2 02 20 0c 	ld  [ %o0 + 0xc ], %g1                         
  _Thread_Enable_dispatch();                                          
 2009170:	b0 10 20 00 	clr  %i0                                       
 2009174:	40 00 02 7a 	call  2009b5c <_Thread_Enable_dispatch>        
 2009178:	c2 26 40 00 	st  %g1, [ %i1 ]                               
  return OBJECTS_NAME_OR_ID_LOOKUP_SUCCESSFUL;                        
 200917c:	81 c7 e0 08 	ret                                            
 2009180:	81 e8 00 00 	restore                                        
                                                                      

02008230 <_Objects_Set_name>: bool _Objects_Set_name( Objects_Information *information, Objects_Control *the_object, const char *name ) {
 2008230:	9d e3 bf a0 	save  %sp, -96, %sp                            
  size_t                 length;                                      
  const char            *s;                                           
                                                                      
  s      = name;                                                      
  length = strnlen( name, information->name_length );                 
 2008234:	d2 16 20 3a 	lduh  [ %i0 + 0x3a ], %o1                      
 2008238:	40 00 28 0c 	call  2012268 <strnlen>                        
 200823c:	90 10 00 1a 	mov  %i2, %o0                                  
                                                                      
#if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)                   
  if ( information->is_string ) {                                     
 2008240:	c2 0e 20 38 	ldub  [ %i0 + 0x38 ], %g1                      
 2008244:	80 a0 60 00 	cmp  %g1, 0                                    
 2008248:	12 80 00 1d 	bne  20082bc <_Objects_Set_name+0x8c>          
 200824c:	a0 10 00 08 	mov  %o0, %l0                                  
    d[length] = '\0';                                                 
    the_object->name.name_p = d;                                      
  } else                                                              
#endif                                                                
  {                                                                   
    the_object->name.name_u32 =  _Objects_Build_name(                 
 2008250:	c4 4e 80 00 	ldsb  [ %i2 ], %g2                             
 2008254:	80 a2 20 01 	cmp  %o0, 1                                    
 2008258:	08 80 00 13 	bleu  20082a4 <_Objects_Set_name+0x74>         
 200825c:	85 28 a0 18 	sll  %g2, 0x18, %g2                            
 2008260:	c2 4e a0 01 	ldsb  [ %i2 + 1 ], %g1                         
 2008264:	80 a2 20 02 	cmp  %o0, 2                                    
 2008268:	83 28 60 10 	sll  %g1, 0x10, %g1                            
 200826c:	02 80 00 10 	be  20082ac <_Objects_Set_name+0x7c>           
 2008270:	84 10 40 02 	or  %g1, %g2, %g2                              
 2008274:	c2 4e a0 02 	ldsb  [ %i2 + 2 ], %g1                         
 2008278:	80 a2 20 03 	cmp  %o0, 3                                    
 200827c:	83 28 60 08 	sll  %g1, 8, %g1                               
 2008280:	84 10 80 01 	or  %g2, %g1, %g2                              
 2008284:	02 80 00 03 	be  2008290 <_Objects_Set_name+0x60>           
 2008288:	82 10 20 20 	mov  0x20, %g1                                 
 200828c:	c2 4e a0 03 	ldsb  [ %i2 + 3 ], %g1                         
 2008290:	82 10 80 01 	or  %g2, %g1, %g1                              
 2008294:	b0 10 20 01 	mov  1, %i0                                    
 2008298:	c2 26 60 0c 	st  %g1, [ %i1 + 0xc ]                         
    );                                                                
                                                                      
  }                                                                   
                                                                      
  return true;                                                        
}                                                                     
 200829c:	81 c7 e0 08 	ret                                            
 20082a0:	81 e8 00 00 	restore                                        
    d[length] = '\0';                                                 
    the_object->name.name_p = d;                                      
  } else                                                              
#endif                                                                
  {                                                                   
    the_object->name.name_u32 =  _Objects_Build_name(                 
 20082a4:	03 00 08 00 	sethi  %hi(0x200000), %g1                      
 20082a8:	84 10 80 01 	or  %g2, %g1, %g2                              
 20082ac:	03 00 00 08 	sethi  %hi(0x2000), %g1                        
 20082b0:	84 10 80 01 	or  %g2, %g1, %g2                              
 20082b4:	10 bf ff f7 	b  2008290 <_Objects_Set_name+0x60>            
 20082b8:	82 10 20 20 	mov  0x20, %g1                                 
                                                                      
#if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)                   
  if ( information->is_string ) {                                     
    char *d;                                                          
                                                                      
    d = _Workspace_Allocate( length + 1 );                            
 20082bc:	90 02 20 01 	inc  %o0                                       
 20082c0:	40 00 07 92 	call  200a108 <_Workspace_Allocate>            
 20082c4:	b0 10 20 00 	clr  %i0                                       
    if ( !d )                                                         
 20082c8:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 20082cc:	02 bf ff f4 	be  200829c <_Objects_Set_name+0x6c>           <== NEVER TAKEN
 20082d0:	01 00 00 00 	nop                                            
      return false;                                                   
                                                                      
    if ( the_object->name.name_p ) {                                  
 20082d4:	d0 06 60 0c 	ld  [ %i1 + 0xc ], %o0                         
 20082d8:	80 a2 20 00 	cmp  %o0, 0                                    
 20082dc:	02 80 00 06 	be  20082f4 <_Objects_Set_name+0xc4>           
 20082e0:	92 10 00 1a 	mov  %i2, %o1                                  
      _Workspace_Free( (void *)the_object->name.name_p );             
 20082e4:	40 00 07 92 	call  200a12c <_Workspace_Free>                
 20082e8:	01 00 00 00 	nop                                            
      the_object->name.name_p = NULL;                                 
 20082ec:	c0 26 60 0c 	clr  [ %i1 + 0xc ]                             
    }                                                                 
                                                                      
    strncpy( d, name, length );                                       
 20082f0:	92 10 00 1a 	mov  %i2, %o1                                  
 20082f4:	90 10 00 11 	mov  %l1, %o0                                  
 20082f8:	40 00 27 a1 	call  201217c <strncpy>                        
 20082fc:	94 10 00 10 	mov  %l0, %o2                                  
    d[length] = '\0';                                                 
 2008300:	c0 2c 40 10 	clrb  [ %l1 + %l0 ]                            
    the_object->name.name_p = d;                                      
 2008304:	e2 26 60 0c 	st  %l1, [ %i1 + 0xc ]                         
 2008308:	81 c7 e0 08 	ret                                            
 200830c:	91 e8 20 01 	restore  %g0, 1, %o0                           
                                                                      

02007be0 <_Objects_Shrink_information>: */ void _Objects_Shrink_information( Objects_Information *information ) {
 2007be0:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   * Search the list to find block or chunk with all objects inactive.
   */                                                                 
                                                                      
  index_base = _Objects_Get_index( information->minimum_id );         
 2007be4:	e0 16 20 0a 	lduh  [ %i0 + 0xa ], %l0                       
  block_count = (information->maximum - index_base) /                 
 2007be8:	e2 16 20 14 	lduh  [ %i0 + 0x14 ], %l1                      
 2007bec:	d0 16 20 10 	lduh  [ %i0 + 0x10 ], %o0                      
 2007bf0:	92 10 00 11 	mov  %l1, %o1                                  
 2007bf4:	40 00 45 c2 	call  20192fc <.udiv>                          
 2007bf8:	90 22 00 10 	sub  %o0, %l0, %o0                             
                 information->allocation_size;                        
                                                                      
  for ( block = 0; block < block_count; block++ ) {                   
 2007bfc:	80 a2 20 00 	cmp  %o0, 0                                    
 2007c00:	02 80 00 12 	be  2007c48 <_Objects_Shrink_information+0x68> <== NEVER TAKEN
 2007c04:	a4 10 20 04 	mov  4, %l2                                    
    if ( information->inactive_per_block[ block ] ==                  
 2007c08:	c6 06 20 30 	ld  [ %i0 + 0x30 ], %g3                        
 2007c0c:	c4 00 c0 00 	ld  [ %g3 ], %g2                               
 2007c10:	80 a4 40 02 	cmp  %l1, %g2                                  
 2007c14:	12 80 00 09 	bne  2007c38 <_Objects_Shrink_information+0x58><== ALWAYS TAKEN
 2007c18:	82 10 20 00 	clr  %g1                                       
 2007c1c:	10 80 00 0d 	b  2007c50 <_Objects_Shrink_information+0x70>  <== NOT EXECUTED
 2007c20:	a4 10 20 00 	clr  %l2                                       <== NOT EXECUTED
      information->inactive -= information->allocation_size;          
                                                                      
      return;                                                         
    }                                                                 
                                                                      
    index_base += information->allocation_size;                       
 2007c24:	a0 04 00 11 	add  %l0, %l1, %l0                             
  index_base = _Objects_Get_index( information->minimum_id );         
  block_count = (information->maximum - index_base) /                 
                 information->allocation_size;                        
                                                                      
  for ( block = 0; block < block_count; block++ ) {                   
    if ( information->inactive_per_block[ block ] ==                  
 2007c28:	80 a4 40 02 	cmp  %l1, %g2                                  
 2007c2c:	02 80 00 09 	be  2007c50 <_Objects_Shrink_information+0x70> 
 2007c30:	84 04 a0 04 	add  %l2, 4, %g2                               
 2007c34:	a4 10 00 02 	mov  %g2, %l2                                  
                                                                      
  index_base = _Objects_Get_index( information->minimum_id );         
  block_count = (information->maximum - index_base) /                 
                 information->allocation_size;                        
                                                                      
  for ( block = 0; block < block_count; block++ ) {                   
 2007c38:	82 00 60 01 	inc  %g1                                       
 2007c3c:	80 a2 00 01 	cmp  %o0, %g1                                  
 2007c40:	38 bf ff f9 	bgu,a   2007c24 <_Objects_Shrink_information+0x44>
 2007c44:	c4 00 c0 12 	ld  [ %g3 + %l2 ], %g2                         
 2007c48:	81 c7 e0 08 	ret                                            
 2007c4c:	81 e8 00 00 	restore                                        
         information->allocation_size ) {                             
                                                                      
      /*                                                              
       *  Assume the Inactive chain is never empty at this point      
       */                                                             
      the_object = (Objects_Control *) information->Inactive.first;   
 2007c50:	10 80 00 06 	b  2007c68 <_Objects_Shrink_information+0x88>  
 2007c54:	d0 06 20 20 	ld  [ %i0 + 0x20 ], %o0                        
         if ((index >= index_base) &&                                 
             (index < (index_base + information->allocation_size))) { 
           _Chain_Extract( &extract_me->Node );                       
         }                                                            
       }                                                              
       while ( the_object );                                          
 2007c58:	80 a4 60 00 	cmp  %l1, 0                                    
 2007c5c:	22 80 00 12 	be,a   2007ca4 <_Objects_Shrink_information+0xc4>
 2007c60:	c2 06 20 34 	ld  [ %i0 + 0x34 ], %g1                        
 2007c64:	90 10 00 11 	mov  %l1, %o0                                  
       *  Assume the Inactive chain is never empty at this point      
       */                                                             
      the_object = (Objects_Control *) information->Inactive.first;   
                                                                      
      do {                                                            
         index = _Objects_Get_index( the_object->id );                
 2007c68:	c2 12 20 0a 	lduh  [ %o0 + 0xa ], %g1                       
         /*                                                           
          *  Get the next node before the node is extracted           
          */                                                          
         extract_me = the_object;                                     
         the_object = (Objects_Control *) the_object->Node.next;      
         if ((index >= index_base) &&                                 
 2007c6c:	80 a0 40 10 	cmp  %g1, %l0                                  
 2007c70:	0a bf ff fa 	bcs  2007c58 <_Objects_Shrink_information+0x78>
 2007c74:	e2 02 00 00 	ld  [ %o0 ], %l1                               
             (index < (index_base + information->allocation_size))) { 
 2007c78:	c4 16 20 14 	lduh  [ %i0 + 0x14 ], %g2                      
 2007c7c:	84 04 00 02 	add  %l0, %g2, %g2                             
 2007c80:	80 a0 40 02 	cmp  %g1, %g2                                  
 2007c84:	1a bf ff f6 	bcc  2007c5c <_Objects_Shrink_information+0x7c>
 2007c88:	80 a4 60 00 	cmp  %l1, 0                                    
           _Chain_Extract( &extract_me->Node );                       
 2007c8c:	40 00 13 34 	call  200c95c <_Chain_Extract>                 
 2007c90:	01 00 00 00 	nop                                            
         }                                                            
       }                                                              
       while ( the_object );                                          
 2007c94:	80 a4 60 00 	cmp  %l1, 0                                    
 2007c98:	12 bf ff f4 	bne  2007c68 <_Objects_Shrink_information+0x88><== ALWAYS TAKEN
 2007c9c:	90 10 00 11 	mov  %l1, %o0                                  
      /*                                                              
       *  Free the memory and reset the structures in the object' information
       */                                                             
                                                                      
      _Workspace_Free( information->object_blocks[ block ] );         
 2007ca0:	c2 06 20 34 	ld  [ %i0 + 0x34 ], %g1                        <== NOT EXECUTED
 2007ca4:	40 00 07 56 	call  20099fc <_Workspace_Free>                
 2007ca8:	d0 00 40 12 	ld  [ %g1 + %l2 ], %o0                         
      information->object_blocks[ block ] = NULL;                     
      information->inactive_per_block[ block ] = 0;                   
                                                                      
      information->inactive -= information->allocation_size;          
 2007cac:	c6 16 20 2c 	lduh  [ %i0 + 0x2c ], %g3                      
      /*                                                              
       *  Free the memory and reset the structures in the object' information
       */                                                             
                                                                      
      _Workspace_Free( information->object_blocks[ block ] );         
      information->object_blocks[ block ] = NULL;                     
 2007cb0:	c2 06 20 34 	ld  [ %i0 + 0x34 ], %g1                        
      information->inactive_per_block[ block ] = 0;                   
 2007cb4:	c8 06 20 30 	ld  [ %i0 + 0x30 ], %g4                        
                                                                      
      information->inactive -= information->allocation_size;          
 2007cb8:	c4 16 20 14 	lduh  [ %i0 + 0x14 ], %g2                      
       *  Free the memory and reset the structures in the object' information
       */                                                             
                                                                      
      _Workspace_Free( information->object_blocks[ block ] );         
      information->object_blocks[ block ] = NULL;                     
      information->inactive_per_block[ block ] = 0;                   
 2007cbc:	c0 21 00 12 	clr  [ %g4 + %l2 ]                             
                                                                      
      information->inactive -= information->allocation_size;          
 2007cc0:	84 20 c0 02 	sub  %g3, %g2, %g2                             
      /*                                                              
       *  Free the memory and reset the structures in the object' information
       */                                                             
                                                                      
      _Workspace_Free( information->object_blocks[ block ] );         
      information->object_blocks[ block ] = NULL;                     
 2007cc4:	c0 20 40 12 	clr  [ %g1 + %l2 ]                             
      information->inactive_per_block[ block ] = 0;                   
                                                                      
      information->inactive -= information->allocation_size;          
 2007cc8:	c4 36 20 2c 	sth  %g2, [ %i0 + 0x2c ]                       
                                                                      
      return;                                                         
 2007ccc:	81 c7 e0 08 	ret                                            
 2007cd0:	81 e8 00 00 	restore                                        
                                                                      

02006ffc <_POSIX_Condition_variables_Wait_support>: pthread_cond_t *cond, pthread_mutex_t *mutex, Watchdog_Interval timeout, bool already_timedout ) {
 2006ffc:	9d e3 bf 98 	save  %sp, -104, %sp                           
  register POSIX_Condition_variables_Control *the_cond;               
  Objects_Locations                           location;               
  int                                         status;                 
  int                                         mutex_status;           
                                                                      
  if ( !_POSIX_Mutex_Get( mutex, &location ) ) {                      
 2007000:	a0 07 bf fc 	add  %fp, -4, %l0                              
 2007004:	90 10 00 19 	mov  %i1, %o0                                  
 2007008:	40 00 00 7f 	call  2007204 <_POSIX_Mutex_Get>               
 200700c:	92 10 00 10 	mov  %l0, %o1                                  
 2007010:	80 a2 20 00 	cmp  %o0, 0                                    
 2007014:	22 80 00 18 	be,a   2007074 <_POSIX_Condition_variables_Wait_support+0x78>
 2007018:	b0 10 20 16 	mov  0x16, %i0                                 
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unnest_dispatch( void )             
{                                                                     
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
  _Thread_Dispatch_disable_level -= 1;                                
 200701c:	03 00 80 7e 	sethi  %hi(0x201f800), %g1                     
 2007020:	c4 00 62 40 	ld  [ %g1 + 0x240 ], %g2	! 201fa40 <_Thread_Dispatch_disable_level>
     return EINVAL;                                                   
  }                                                                   
                                                                      
  _Thread_Unnest_dispatch();                                          
                                                                      
  the_cond = _POSIX_Condition_variables_Get( cond, &location );       
 2007024:	92 10 00 10 	mov  %l0, %o1                                  
 2007028:	84 00 bf ff 	add  %g2, -1, %g2                              
 200702c:	90 10 00 18 	mov  %i0, %o0                                  
 2007030:	c4 20 62 40 	st  %g2, [ %g1 + 0x240 ]                       
 2007034:	7f ff ff 69 	call  2006dd8 <_POSIX_Condition_variables_Get> 
 2007038:	01 00 00 00 	nop                                            
  switch ( location ) {                                               
 200703c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2007040:	80 a0 60 00 	cmp  %g1, 0                                    
 2007044:	12 80 00 1a 	bne  20070ac <_POSIX_Condition_variables_Wait_support+0xb0>
 2007048:	a0 10 00 08 	mov  %o0, %l0                                  
                                                                      
    case OBJECTS_LOCAL:                                               
                                                                      
      if ( the_cond->Mutex && ( the_cond->Mutex != *mutex ) ) {       
 200704c:	c2 02 20 14 	ld  [ %o0 + 0x14 ], %g1                        
 2007050:	80 a0 60 00 	cmp  %g1, 0                                    
 2007054:	02 80 00 0a 	be  200707c <_POSIX_Condition_variables_Wait_support+0x80>
 2007058:	01 00 00 00 	nop                                            
 200705c:	c4 06 40 00 	ld  [ %i1 ], %g2                               
 2007060:	80 a0 40 02 	cmp  %g1, %g2                                  
 2007064:	02 80 00 06 	be  200707c <_POSIX_Condition_variables_Wait_support+0x80>
 2007068:	01 00 00 00 	nop                                            
        _Thread_Enable_dispatch();                                    
 200706c:	40 00 0d 69 	call  200a610 <_Thread_Enable_dispatch>        
 2007070:	b0 10 20 16 	mov  0x16, %i0	! 16 <PROM_START+0x16>          
        return EINVAL;                                                
 2007074:	81 c7 e0 08 	ret                                            
 2007078:	81 e8 00 00 	restore                                        
      }                                                               
                                                                      
      (void) pthread_mutex_unlock( mutex );                           
 200707c:	40 00 00 f5 	call  2007450 <pthread_mutex_unlock>           
 2007080:	90 10 00 19 	mov  %i1, %o0                                  
        _Thread_Enable_dispatch();                                    
        return EINVAL;                                                
      }                                                               
*/                                                                    
                                                                      
      if ( !already_timedout ) {                                      
 2007084:	80 8e e0 ff 	btst  0xff, %i3                                
 2007088:	22 80 00 0b 	be,a   20070b4 <_POSIX_Condition_variables_Wait_support+0xb8>
 200708c:	c4 06 40 00 	ld  [ %i1 ], %g2                               
        status = _Thread_Executing->Wait.return_code;                 
        if ( status && status != ETIMEDOUT )                          
          return status;                                              
                                                                      
      } else {                                                        
        _Thread_Enable_dispatch();                                    
 2007090:	40 00 0d 60 	call  200a610 <_Thread_Enable_dispatch>        
 2007094:	b0 10 20 74 	mov  0x74, %i0                                 
                                                                      
      /*                                                              
       *  When we get here the dispatch disable level is 0.           
       */                                                             
                                                                      
      mutex_status = pthread_mutex_lock( mutex );                     
 2007098:	40 00 00 cd 	call  20073cc <pthread_mutex_lock>             
 200709c:	90 10 00 19 	mov  %i1, %o0                                  
      if ( mutex_status )                                             
 20070a0:	80 a2 20 00 	cmp  %o0, 0                                    
 20070a4:	02 80 00 1c 	be  2007114 <_POSIX_Condition_variables_Wait_support+0x118>
 20070a8:	01 00 00 00 	nop                                            
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return EINVAL;                                                      
}                                                                     
 20070ac:	81 c7 e0 08 	ret                                            
 20070b0:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
                                                                      
      if ( !already_timedout ) {                                      
        the_cond->Mutex = *mutex;                                     
                                                                      
        _Thread_queue_Enter_critical_section( &the_cond->Wait_queue );
        _Thread_Executing->Wait.return_code = 0;                      
 20070b4:	23 00 80 7e 	sethi  %hi(0x201f800), %l1                     
 20070b8:	c2 04 63 00 	ld  [ %l1 + 0x300 ], %g1	! 201fb00 <_Thread_Executing>
        return EINVAL;                                                
      }                                                               
*/                                                                    
                                                                      
      if ( !already_timedout ) {                                      
        the_cond->Mutex = *mutex;                                     
 20070bc:	c4 24 20 14 	st  %g2, [ %l0 + 0x14 ]                        
                                                                      
        _Thread_queue_Enter_critical_section( &the_cond->Wait_queue );
        _Thread_Executing->Wait.return_code = 0;                      
 20070c0:	c0 20 60 34 	clr  [ %g1 + 0x34 ]                            
        _Thread_Executing->Wait.queue       = &the_cond->Wait_queue;  
        _Thread_Executing->Wait.id          = *cond;                  
 20070c4:	c6 06 00 00 	ld  [ %i0 ], %g3                               
      if ( !already_timedout ) {                                      
        the_cond->Mutex = *mutex;                                     
                                                                      
        _Thread_queue_Enter_critical_section( &the_cond->Wait_queue );
        _Thread_Executing->Wait.return_code = 0;                      
        _Thread_Executing->Wait.queue       = &the_cond->Wait_queue;  
 20070c8:	84 04 20 18 	add  %l0, 0x18, %g2                            
        _Thread_Executing->Wait.id          = *cond;                  
 20070cc:	c6 20 60 20 	st  %g3, [ %g1 + 0x20 ]                        
      if ( !already_timedout ) {                                      
        the_cond->Mutex = *mutex;                                     
                                                                      
        _Thread_queue_Enter_critical_section( &the_cond->Wait_queue );
        _Thread_Executing->Wait.return_code = 0;                      
        _Thread_Executing->Wait.queue       = &the_cond->Wait_queue;  
 20070d0:	c4 20 60 44 	st  %g2, [ %g1 + 0x44 ]                        
        _Thread_Executing->Wait.id          = *cond;                  
                                                                      
        _Thread_queue_Enqueue( &the_cond->Wait_queue, timeout );      
 20070d4:	92 10 00 1a 	mov  %i2, %o1                                  
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_queue_Enter_critical_section (      
  Thread_queue_Control *the_thread_queue                              
)                                                                     
{                                                                     
  the_thread_queue->sync_state = THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;
 20070d8:	82 10 20 01 	mov  1, %g1                                    
 20070dc:	90 10 00 02 	mov  %g2, %o0                                  
 20070e0:	15 00 80 2c 	sethi  %hi(0x200b000), %o2                     
 20070e4:	94 12 a0 28 	or  %o2, 0x28, %o2	! 200b028 <_Thread_queue_Timeout>
 20070e8:	40 00 0e bd 	call  200abdc <_Thread_queue_Enqueue_with_handler>
 20070ec:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
                                                                      
        _Thread_Enable_dispatch();                                    
 20070f0:	40 00 0d 48 	call  200a610 <_Thread_Enable_dispatch>        
 20070f4:	01 00 00 00 	nop                                            
        /*                                                            
         *  Switch ourself out because we blocked as a result of the  
         *  _Thread_queue_Enqueue.                                    
         */                                                           
                                                                      
        status = _Thread_Executing->Wait.return_code;                 
 20070f8:	c2 04 63 00 	ld  [ %l1 + 0x300 ], %g1                       
 20070fc:	f0 00 60 34 	ld  [ %g1 + 0x34 ], %i0                        
        if ( status && status != ETIMEDOUT )                          
 2007100:	80 a6 20 74 	cmp  %i0, 0x74                                 
 2007104:	02 bf ff e5 	be  2007098 <_POSIX_Condition_variables_Wait_support+0x9c>
 2007108:	80 a6 20 00 	cmp  %i0, 0                                    
 200710c:	02 bf ff e3 	be  2007098 <_POSIX_Condition_variables_Wait_support+0x9c><== ALWAYS TAKEN
 2007110:	01 00 00 00 	nop                                            
 2007114:	81 c7 e0 08 	ret                                            
 2007118:	81 e8 00 00 	restore                                        
                                                                      

0200b1e4 <_POSIX_Message_queue_Receive_support>: size_t msg_len, unsigned int *msg_prio, bool wait, Watchdog_Interval timeout ) {
 200b1e4:	9d e3 bf 98 	save  %sp, -104, %sp                           
RTEMS_INLINE_ROUTINE POSIX_Message_queue_Control_fd *_POSIX_Message_queue_Get_fd (
  mqd_t              id,                                              
  Objects_Locations *location                                         
)                                                                     
{                                                                     
  return (POSIX_Message_queue_Control_fd *) _Objects_Get(             
 200b1e8:	11 00 80 9c 	sethi  %hi(0x2027000), %o0                     
 200b1ec:	92 10 00 18 	mov  %i0, %o1                                  
 200b1f0:	90 12 23 7c 	or  %o0, 0x37c, %o0                            
 200b1f4:	40 00 0c fc 	call  200e5e4 <_Objects_Get>                   
 200b1f8:	94 07 bf fc 	add  %fp, -4, %o2                              
  Objects_Locations                location;                          
  size_t                           length_out;                        
  bool                             do_wait;                           
                                                                      
  the_mq_fd = _POSIX_Message_queue_Get_fd( mqdes, &location );        
  switch ( location ) {                                               
 200b1fc:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200b200:	80 a0 60 00 	cmp  %g1, 0                                    
 200b204:	22 80 00 08 	be,a   200b224 <_POSIX_Message_queue_Receive_support+0x40>
 200b208:	c2 02 20 14 	ld  [ %o0 + 0x14 ], %g1                        
#endif                                                                
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  rtems_set_errno_and_return_minus_one( EBADF );                      
 200b20c:	40 00 2e c0 	call  2016d0c <__errno>                        
 200b210:	b0 10 3f ff 	mov  -1, %i0                                   
 200b214:	82 10 20 09 	mov  9, %g1                                    
 200b218:	c2 22 00 00 	st  %g1, [ %o0 ]                               
}                                                                     
 200b21c:	81 c7 e0 08 	ret                                            
 200b220:	81 e8 00 00 	restore                                        
                                                                      
  the_mq_fd = _POSIX_Message_queue_Get_fd( mqdes, &location );        
  switch ( location ) {                                               
                                                                      
    case OBJECTS_LOCAL:                                               
      if ( (the_mq_fd->oflag & O_ACCMODE) == O_WRONLY ) {             
 200b224:	84 08 60 03 	and  %g1, 3, %g2                               
 200b228:	80 a0 a0 01 	cmp  %g2, 1                                    
 200b22c:	02 80 00 34 	be  200b2fc <_POSIX_Message_queue_Receive_support+0x118>
 200b230:	01 00 00 00 	nop                                            
        _Thread_Enable_dispatch();                                    
        rtems_set_errno_and_return_minus_one( EBADF );                
      }                                                               
                                                                      
      the_mq = the_mq_fd->Queue;                                      
 200b234:	d0 02 20 10 	ld  [ %o0 + 0x10 ], %o0                        
                                                                      
      if ( msg_len < the_mq->Message_queue.maximum_message_size ) {   
 200b238:	c4 02 20 68 	ld  [ %o0 + 0x68 ], %g2                        
 200b23c:	80 a0 80 1a 	cmp  %g2, %i2                                  
 200b240:	18 80 00 1e 	bgu  200b2b8 <_POSIX_Message_queue_Receive_support+0xd4>
 200b244:	80 8f 20 ff 	btst  0xff, %i4                                
      length_out = -1;                                                
                                                                      
      /*                                                              
       *  A timed receive with a bad time will do a poll regardless.  
       */                                                             
      if ( wait )                                                     
 200b248:	12 80 00 18 	bne  200b2a8 <_POSIX_Message_queue_Receive_support+0xc4><== ALWAYS TAKEN
 200b24c:	98 10 20 00 	clr  %o4                                       
      /*                                                              
       *  Now if something goes wrong, we return a "length" of -1     
       *  to indicate an error.                                       
       */                                                             
                                                                      
      length_out = -1;                                                
 200b250:	82 10 3f ff 	mov  -1, %g1                                   
        do_wait = wait;                                               
                                                                      
      /*                                                              
       *  Now perform the actual message receive                      
       */                                                             
      _CORE_message_queue_Seize(                                      
 200b254:	9a 10 00 1d 	mov  %i5, %o5                                  
 200b258:	90 02 20 1c 	add  %o0, 0x1c, %o0                            
 200b25c:	92 10 00 18 	mov  %i0, %o1                                  
 200b260:	94 10 00 19 	mov  %i1, %o2                                  
 200b264:	96 07 bf f8 	add  %fp, -8, %o3                              
 200b268:	40 00 08 80 	call  200d468 <_CORE_message_queue_Seize>      
 200b26c:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
        &length_out,                                                  
        do_wait,                                                      
        timeout                                                       
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
 200b270:	40 00 0f 6e 	call  200f028 <_Thread_Enable_dispatch>        
 200b274:	3b 00 80 9b 	sethi  %hi(0x2026c00), %i5                     
      *msg_prio =                                                     
        _POSIX_Message_queue_Priority_from_core(_Thread_Executing->Wait.count);
 200b278:	c2 07 63 20 	ld  [ %i5 + 0x320 ], %g1	! 2026f20 <_Thread_Executing>
        do_wait,                                                      
        timeout                                                       
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      *msg_prio =                                                     
 200b27c:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
        _POSIX_Message_queue_Priority_from_core(_Thread_Executing->Wait.count);
                                                                      
      if ( !_Thread_Executing->Wait.return_code )                     
 200b280:	c6 00 60 34 	ld  [ %g1 + 0x34 ], %g3                        
        do_wait,                                                      
        timeout                                                       
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      *msg_prio =                                                     
 200b284:	83 38 a0 1f 	sra  %g2, 0x1f, %g1                            
 200b288:	84 18 40 02 	xor  %g1, %g2, %g2                             
 200b28c:	82 20 80 01 	sub  %g2, %g1, %g1                             
        _POSIX_Message_queue_Priority_from_core(_Thread_Executing->Wait.count);
                                                                      
      if ( !_Thread_Executing->Wait.return_code )                     
 200b290:	80 a0 e0 00 	cmp  %g3, 0                                    
 200b294:	12 80 00 11 	bne  200b2d8 <_POSIX_Message_queue_Receive_support+0xf4>
 200b298:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
        return length_out;                                            
 200b29c:	f0 07 bf f8 	ld  [ %fp + -8 ], %i0                          
 200b2a0:	81 c7 e0 08 	ret                                            
 200b2a4:	81 e8 00 00 	restore                                        
      length_out = -1;                                                
                                                                      
      /*                                                              
       *  A timed receive with a bad time will do a poll regardless.  
       */                                                             
      if ( wait )                                                     
 200b2a8:	99 30 60 0e 	srl  %g1, 0xe, %o4                             
 200b2ac:	98 1b 20 01 	xor  %o4, 1, %o4                               
 200b2b0:	10 bf ff e8 	b  200b250 <_POSIX_Message_queue_Receive_support+0x6c>
 200b2b4:	98 0b 20 01 	and  %o4, 1, %o4                               
      }                                                               
                                                                      
      the_mq = the_mq_fd->Queue;                                      
                                                                      
      if ( msg_len < the_mq->Message_queue.maximum_message_size ) {   
        _Thread_Enable_dispatch();                                    
 200b2b8:	40 00 0f 5c 	call  200f028 <_Thread_Enable_dispatch>        
 200b2bc:	b0 10 3f ff 	mov  -1, %i0                                   
        rtems_set_errno_and_return_minus_one( EMSGSIZE );             
 200b2c0:	40 00 2e 93 	call  2016d0c <__errno>                        
 200b2c4:	01 00 00 00 	nop                                            
 200b2c8:	82 10 20 7a 	mov  0x7a, %g1	! 7a <PROM_START+0x7a>          
 200b2cc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b2d0:	81 c7 e0 08 	ret                                            
 200b2d4:	81 e8 00 00 	restore                                        
        _POSIX_Message_queue_Priority_from_core(_Thread_Executing->Wait.count);
                                                                      
      if ( !_Thread_Executing->Wait.return_code )                     
        return length_out;                                            
                                                                      
      rtems_set_errno_and_return_minus_one(                           
 200b2d8:	40 00 2e 8d 	call  2016d0c <__errno>                        
 200b2dc:	b0 10 3f ff 	mov  -1, %i0                                   
 200b2e0:	c2 07 63 20 	ld  [ %i5 + 0x320 ], %g1                       
 200b2e4:	b6 10 00 08 	mov  %o0, %i3                                  
 200b2e8:	40 00 00 b0 	call  200b5a8 <_POSIX_Message_queue_Translate_core_message_queue_return_code>
 200b2ec:	d0 00 60 34 	ld  [ %g1 + 0x34 ], %o0                        
 200b2f0:	d0 26 c0 00 	st  %o0, [ %i3 ]                               
 200b2f4:	81 c7 e0 08 	ret                                            
 200b2f8:	81 e8 00 00 	restore                                        
  the_mq_fd = _POSIX_Message_queue_Get_fd( mqdes, &location );        
  switch ( location ) {                                               
                                                                      
    case OBJECTS_LOCAL:                                               
      if ( (the_mq_fd->oflag & O_ACCMODE) == O_WRONLY ) {             
        _Thread_Enable_dispatch();                                    
 200b2fc:	40 00 0f 4b 	call  200f028 <_Thread_Enable_dispatch>        
 200b300:	b0 10 3f ff 	mov  -1, %i0                                   
        rtems_set_errno_and_return_minus_one( EBADF );                
 200b304:	40 00 2e 82 	call  2016d0c <__errno>                        
 200b308:	01 00 00 00 	nop                                            
 200b30c:	82 10 20 09 	mov  9, %g1	! 9 <PROM_START+0x9>               
 200b310:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b314:	81 c7 e0 08 	ret                                            
 200b318:	81 e8 00 00 	restore                                        
                                                                      

0200b334 <_POSIX_Message_queue_Send_support>: size_t msg_len, uint32_t msg_prio, bool wait, Watchdog_Interval timeout ) {
 200b334:	9d e3 bf 90 	save  %sp, -112, %sp                           
  /*                                                                  
   * Validate the priority.                                           
   * XXX - Do not validate msg_prio is not less than 0.               
   */                                                                 
                                                                      
  if ( msg_prio > MQ_PRIO_MAX )                                       
 200b338:	80 a6 e0 20 	cmp  %i3, 0x20                                 
 200b33c:	18 80 00 47 	bgu  200b458 <_POSIX_Message_queue_Send_support+0x124>
 200b340:	11 00 80 9c 	sethi  %hi(0x2027000), %o0                     
 200b344:	92 10 00 18 	mov  %i0, %o1                                  
 200b348:	90 12 23 7c 	or  %o0, 0x37c, %o0                            
 200b34c:	40 00 0c a6 	call  200e5e4 <_Objects_Get>                   
 200b350:	94 07 bf fc 	add  %fp, -4, %o2                              
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  the_mq_fd = _POSIX_Message_queue_Get_fd( mqdes, &location );        
  switch ( location ) {                                               
 200b354:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200b358:	80 a0 60 00 	cmp  %g1, 0                                    
 200b35c:	12 80 00 31 	bne  200b420 <_POSIX_Message_queue_Send_support+0xec>
 200b360:	01 00 00 00 	nop                                            
                                                                      
    case OBJECTS_LOCAL:                                               
      if ( (the_mq_fd->oflag & O_ACCMODE) == O_RDONLY ) {             
 200b364:	c2 02 20 14 	ld  [ %o0 + 0x14 ], %g1                        
 200b368:	80 88 60 03 	btst  3, %g1                                   
 200b36c:	02 80 00 41 	be  200b470 <_POSIX_Message_queue_Send_support+0x13c>
 200b370:	80 8f 20 ff 	btst  0xff, %i4                                
        _Thread_Enable_dispatch();                                    
        rtems_set_errno_and_return_minus_one( EBADF );                
      }                                                               
                                                                      
      the_mq = the_mq_fd->Queue;                                      
 200b374:	d0 02 20 10 	ld  [ %o0 + 0x10 ], %o0                        
                                                                      
      /*                                                              
       *  A timed receive with a bad time will do a poll regardless.  
       */                                                             
      if ( wait )                                                     
 200b378:	12 80 00 15 	bne  200b3cc <_POSIX_Message_queue_Send_support+0x98>
 200b37c:	84 10 20 00 	clr  %g2                                       
        do_wait = wait;                                               
                                                                      
      /*                                                              
       *  Now perform the actual message receive                      
       */                                                             
      msg_status = _CORE_message_queue_Submit(                        
 200b380:	c4 23 a0 5c 	st  %g2, [ %sp + 0x5c ]                        
 200b384:	fa 23 a0 60 	st  %i5, [ %sp + 0x60 ]                        
 200b388:	92 10 00 19 	mov  %i1, %o1                                  
 200b38c:	94 10 00 1a 	mov  %i2, %o2                                  
 200b390:	96 10 00 18 	mov  %i0, %o3                                  
 200b394:	9a 20 00 1b 	neg  %i3, %o5                                  
 200b398:	98 10 20 00 	clr  %o4                                       
 200b39c:	40 00 08 72 	call  200d564 <_CORE_message_queue_Submit>     
 200b3a0:	90 02 20 1c 	add  %o0, 0x1c, %o0                            
        _POSIX_Message_queue_Priority_to_core( msg_prio ),            
        do_wait,                                                      
        timeout    /* no timeout */                                   
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
 200b3a4:	40 00 0f 21 	call  200f028 <_Thread_Enable_dispatch>        
 200b3a8:	ba 10 00 08 	mov  %o0, %i5                                  
       *  after it wakes up.  The returned status is correct for      
       *  non-blocking operations but if we blocked, then we need     
       *  to look at the status in our TCB.                           
       */                                                             
                                                                      
      if ( msg_status == CORE_MESSAGE_QUEUE_STATUS_UNSATISFIED_WAIT ) 
 200b3ac:	80 a7 60 07 	cmp  %i5, 7                                    
 200b3b0:	02 80 00 19 	be  200b414 <_POSIX_Message_queue_Send_support+0xe0><== NEVER TAKEN
 200b3b4:	03 00 80 9b 	sethi  %hi(0x2026c00), %g1                     
        msg_status = _Thread_Executing->Wait.return_code;             
                                                                      
      if ( !msg_status )                                              
 200b3b8:	80 a7 60 00 	cmp  %i5, 0                                    
 200b3bc:	12 80 00 1f 	bne  200b438 <_POSIX_Message_queue_Send_support+0x104>
 200b3c0:	b0 10 20 00 	clr  %i0                                       
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  rtems_set_errno_and_return_minus_one( EBADF );                      
}                                                                     
 200b3c4:	81 c7 e0 08 	ret                                            
 200b3c8:	81 e8 00 00 	restore                                        
      the_mq = the_mq_fd->Queue;                                      
                                                                      
      /*                                                              
       *  A timed receive with a bad time will do a poll regardless.  
       */                                                             
      if ( wait )                                                     
 200b3cc:	85 30 60 0e 	srl  %g1, 0xe, %g2                             
 200b3d0:	84 18 a0 01 	xor  %g2, 1, %g2                               
 200b3d4:	84 08 a0 01 	and  %g2, 1, %g2                               
        do_wait = wait;                                               
                                                                      
      /*                                                              
       *  Now perform the actual message receive                      
       */                                                             
      msg_status = _CORE_message_queue_Submit(                        
 200b3d8:	fa 23 a0 60 	st  %i5, [ %sp + 0x60 ]                        
 200b3dc:	c4 23 a0 5c 	st  %g2, [ %sp + 0x5c ]                        
 200b3e0:	92 10 00 19 	mov  %i1, %o1                                  
 200b3e4:	94 10 00 1a 	mov  %i2, %o2                                  
 200b3e8:	96 10 00 18 	mov  %i0, %o3                                  
 200b3ec:	9a 20 00 1b 	neg  %i3, %o5                                  
 200b3f0:	98 10 20 00 	clr  %o4                                       
 200b3f4:	40 00 08 5c 	call  200d564 <_CORE_message_queue_Submit>     
 200b3f8:	90 02 20 1c 	add  %o0, 0x1c, %o0                            
        _POSIX_Message_queue_Priority_to_core( msg_prio ),            
        do_wait,                                                      
        timeout    /* no timeout */                                   
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
 200b3fc:	40 00 0f 0b 	call  200f028 <_Thread_Enable_dispatch>        
 200b400:	ba 10 00 08 	mov  %o0, %i5                                  
       *  after it wakes up.  The returned status is correct for      
       *  non-blocking operations but if we blocked, then we need     
       *  to look at the status in our TCB.                           
       */                                                             
                                                                      
      if ( msg_status == CORE_MESSAGE_QUEUE_STATUS_UNSATISFIED_WAIT ) 
 200b404:	80 a7 60 07 	cmp  %i5, 7                                    
 200b408:	12 bf ff ed 	bne  200b3bc <_POSIX_Message_queue_Send_support+0x88>
 200b40c:	80 a7 60 00 	cmp  %i5, 0                                    
        msg_status = _Thread_Executing->Wait.return_code;             
 200b410:	03 00 80 9b 	sethi  %hi(0x2026c00), %g1                     
 200b414:	c2 00 63 20 	ld  [ %g1 + 0x320 ], %g1	! 2026f20 <_Thread_Executing>
 200b418:	10 bf ff e8 	b  200b3b8 <_POSIX_Message_queue_Send_support+0x84>
 200b41c:	fa 00 60 34 	ld  [ %g1 + 0x34 ], %i5                        
#endif                                                                
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  rtems_set_errno_and_return_minus_one( EBADF );                      
 200b420:	40 00 2e 3b 	call  2016d0c <__errno>                        
 200b424:	b0 10 3f ff 	mov  -1, %i0                                   
 200b428:	82 10 20 09 	mov  9, %g1                                    
 200b42c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
}                                                                     
 200b430:	81 c7 e0 08 	ret                                            
 200b434:	81 e8 00 00 	restore                                        
        msg_status = _Thread_Executing->Wait.return_code;             
                                                                      
      if ( !msg_status )                                              
        return msg_status;                                            
                                                                      
      rtems_set_errno_and_return_minus_one(                           
 200b438:	40 00 2e 35 	call  2016d0c <__errno>                        
 200b43c:	b0 10 3f ff 	mov  -1, %i0                                   
 200b440:	b8 10 00 08 	mov  %o0, %i4                                  
 200b444:	40 00 00 59 	call  200b5a8 <_POSIX_Message_queue_Translate_core_message_queue_return_code>
 200b448:	90 10 00 1d 	mov  %i5, %o0                                  
 200b44c:	d0 27 00 00 	st  %o0, [ %i4 ]                               
 200b450:	81 c7 e0 08 	ret                                            
 200b454:	81 e8 00 00 	restore                                        
   * Validate the priority.                                           
   * XXX - Do not validate msg_prio is not less than 0.               
   */                                                                 
                                                                      
  if ( msg_prio > MQ_PRIO_MAX )                                       
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 200b458:	40 00 2e 2d 	call  2016d0c <__errno>                        
 200b45c:	b0 10 3f ff 	mov  -1, %i0                                   
 200b460:	82 10 20 16 	mov  0x16, %g1                                 
 200b464:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b468:	81 c7 e0 08 	ret                                            
 200b46c:	81 e8 00 00 	restore                                        
  the_mq_fd = _POSIX_Message_queue_Get_fd( mqdes, &location );        
  switch ( location ) {                                               
                                                                      
    case OBJECTS_LOCAL:                                               
      if ( (the_mq_fd->oflag & O_ACCMODE) == O_RDONLY ) {             
        _Thread_Enable_dispatch();                                    
 200b470:	40 00 0e ee 	call  200f028 <_Thread_Enable_dispatch>        
 200b474:	b0 10 3f ff 	mov  -1, %i0                                   
        rtems_set_errno_and_return_minus_one( EBADF );                
 200b478:	40 00 2e 25 	call  2016d0c <__errno>                        
 200b47c:	01 00 00 00 	nop                                            
 200b480:	82 10 20 09 	mov  9, %g1	! 9 <PROM_START+0x9>               
 200b484:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b488:	81 c7 e0 08 	ret                                            
 200b48c:	81 e8 00 00 	restore                                        
                                                                      

0200bffc <_POSIX_Thread_Evaluate_cancellation_and_enable_dispatch>: Thread_Control *the_thread ) { POSIX_API_Control *thread_support; thread_support = the_thread->API_Extensions[ THREAD_API_POSIX ];
 200bffc:	c2 02 21 6c 	ld  [ %o0 + 0x16c ], %g1                       
                                                                      
  if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE &&
 200c000:	c4 00 60 d4 	ld  [ %g1 + 0xd4 ], %g2                        
 200c004:	80 a0 a0 00 	cmp  %g2, 0                                    
 200c008:	12 80 00 06 	bne  200c020 <_POSIX_Thread_Evaluate_cancellation_and_enable_dispatch+0x24><== NEVER TAKEN
 200c00c:	01 00 00 00 	nop                                            
       thread_support->cancelability_type == PTHREAD_CANCEL_ASYNCHRONOUS &&
 200c010:	c4 00 60 d8 	ld  [ %g1 + 0xd8 ], %g2                        
 200c014:	80 a0 a0 01 	cmp  %g2, 1                                    
 200c018:	22 80 00 05 	be,a   200c02c <_POSIX_Thread_Evaluate_cancellation_and_enable_dispatch+0x30>
 200c01c:	c2 00 60 dc 	ld  [ %g1 + 0xdc ], %g1                        
       thread_support->cancelation_requested ) {                      
    _Thread_Unnest_dispatch();                                        
    _POSIX_Thread_Exit( the_thread, PTHREAD_CANCELED );               
  } else                                                              
    _Thread_Enable_dispatch();                                        
 200c020:	82 13 c0 00 	mov  %o7, %g1                                  
 200c024:	7f ff f1 bf 	call  2008720 <_Thread_Enable_dispatch>        
 200c028:	9e 10 40 00 	mov  %g1, %o7                                  
                                                                      
  thread_support = the_thread->API_Extensions[ THREAD_API_POSIX ];    
                                                                      
  if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE &&
       thread_support->cancelability_type == PTHREAD_CANCEL_ASYNCHRONOUS &&
       thread_support->cancelation_requested ) {                      
 200c02c:	80 a0 60 00 	cmp  %g1, 0                                    
 200c030:	02 bf ff fc 	be  200c020 <_POSIX_Thread_Evaluate_cancellation_and_enable_dispatch+0x24>
 200c034:	01 00 00 00 	nop                                            
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unnest_dispatch( void )             
{                                                                     
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
  _Thread_Dispatch_disable_level -= 1;                                
 200c038:	03 00 80 78 	sethi  %hi(0x201e000), %g1                     
 200c03c:	c4 00 62 20 	ld  [ %g1 + 0x220 ], %g2	! 201e220 <_Thread_Dispatch_disable_level>
    _Thread_Unnest_dispatch();                                        
    _POSIX_Thread_Exit( the_thread, PTHREAD_CANCELED );               
 200c040:	92 10 3f ff 	mov  -1, %o1                                   
 200c044:	84 00 bf ff 	add  %g2, -1, %g2                              
 200c048:	c4 20 62 20 	st  %g2, [ %g1 + 0x220 ]                       
 200c04c:	82 13 c0 00 	mov  %o7, %g1                                  
 200c050:	40 00 01 dd 	call  200c7c4 <_POSIX_Thread_Exit>             
 200c054:	9e 10 40 00 	mov  %g1, %o7                                  
                                                                      

0200d588 <_POSIX_Thread_Translate_sched_param>: int policy, struct sched_param *param, Thread_CPU_budget_algorithms *budget_algorithm, Thread_CPU_budget_algorithm_callout *budget_callout ) {
 200d588:	9d e3 bf a0 	save  %sp, -96, %sp                            
  if ( !_POSIX_Priority_Is_valid( param->sched_priority ) )           
 200d58c:	7f ff ff f2 	call  200d554 <_POSIX_Priority_Is_valid>       
 200d590:	d0 06 40 00 	ld  [ %i1 ], %o0                               
 200d594:	80 8a 20 ff 	btst  0xff, %o0                                
 200d598:	02 80 00 0c 	be  200d5c8 <_POSIX_Thread_Translate_sched_param+0x40><== NEVER TAKEN
 200d59c:	80 a6 20 00 	cmp  %i0, 0                                    
    return EINVAL;                                                    
                                                                      
  *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_NONE;               
 200d5a0:	c0 26 80 00 	clr  [ %i2 ]                                   
  *budget_callout = NULL;                                             
                                                                      
  if ( policy == SCHED_OTHER ) {                                      
 200d5a4:	02 80 00 0b 	be  200d5d0 <_POSIX_Thread_Translate_sched_param+0x48>
 200d5a8:	c0 26 c0 00 	clr  [ %i3 ]                                   
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE;  
    return 0;                                                         
  }                                                                   
                                                                      
  if ( policy == SCHED_FIFO ) {                                       
 200d5ac:	80 a6 20 01 	cmp  %i0, 1                                    
 200d5b0:	02 80 00 2e 	be  200d668 <_POSIX_Thread_Translate_sched_param+0xe0>
 200d5b4:	80 a6 20 02 	cmp  %i0, 2                                    
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_NONE;             
    return 0;                                                         
  }                                                                   
                                                                      
  if ( policy == SCHED_RR ) {                                         
 200d5b8:	02 80 00 2f 	be  200d674 <_POSIX_Thread_Translate_sched_param+0xec>
 200d5bc:	80 a6 20 04 	cmp  %i0, 4                                    
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE;
    return 0;                                                         
  }                                                                   
                                                                      
  if ( policy == SCHED_SPORADIC ) {                                   
 200d5c0:	22 80 00 08 	be,a   200d5e0 <_POSIX_Thread_Translate_sched_param+0x58>
 200d5c4:	c2 06 60 08 	ld  [ %i1 + 8 ], %g1                           
    *budget_callout = _POSIX_Threads_Sporadic_budget_callout;         
    return 0;                                                         
  }                                                                   
                                                                      
  return EINVAL;                                                      
}                                                                     
 200d5c8:	81 c7 e0 08 	ret                                            
 200d5cc:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
                                                                      
  *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_NONE;               
  *budget_callout = NULL;                                             
                                                                      
  if ( policy == SCHED_OTHER ) {                                      
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE;  
 200d5d0:	82 10 20 01 	mov  1, %g1                                    
 200d5d4:	c2 26 80 00 	st  %g1, [ %i2 ]                               
    return 0;                                                         
 200d5d8:	81 c7 e0 08 	ret                                            
 200d5dc:	81 e8 00 00 	restore                                        
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE;
    return 0;                                                         
  }                                                                   
                                                                      
  if ( policy == SCHED_SPORADIC ) {                                   
    if ( (param->sched_ss_repl_period.tv_sec == 0) &&                 
 200d5e0:	80 a0 60 00 	cmp  %g1, 0                                    
 200d5e4:	32 80 00 07 	bne,a   200d600 <_POSIX_Thread_Translate_sched_param+0x78>
 200d5e8:	c2 06 60 10 	ld  [ %i1 + 0x10 ], %g1                        
         (param->sched_ss_repl_period.tv_nsec == 0) )                 
 200d5ec:	c2 06 60 0c 	ld  [ %i1 + 0xc ], %g1                         
 200d5f0:	80 a0 60 00 	cmp  %g1, 0                                    
 200d5f4:	02 bf ff f5 	be  200d5c8 <_POSIX_Thread_Translate_sched_param+0x40>
 200d5f8:	01 00 00 00 	nop                                            
      return EINVAL;                                                  
                                                                      
    if ( (param->sched_ss_init_budget.tv_sec == 0) &&                 
 200d5fc:	c2 06 60 10 	ld  [ %i1 + 0x10 ], %g1                        
 200d600:	80 a0 60 00 	cmp  %g1, 0                                    
 200d604:	12 80 00 06 	bne  200d61c <_POSIX_Thread_Translate_sched_param+0x94>
 200d608:	01 00 00 00 	nop                                            
         (param->sched_ss_init_budget.tv_nsec == 0) )                 
 200d60c:	c2 06 60 14 	ld  [ %i1 + 0x14 ], %g1                        
 200d610:	80 a0 60 00 	cmp  %g1, 0                                    
 200d614:	02 bf ff ed 	be  200d5c8 <_POSIX_Thread_Translate_sched_param+0x40>
 200d618:	01 00 00 00 	nop                                            
      return EINVAL;                                                  
                                                                      
    if ( _Timespec_To_ticks( ¶m->sched_ss_repl_period ) <         
 200d61c:	7f ff f4 0b 	call  200a648 <_Timespec_To_ticks>             
 200d620:	90 06 60 08 	add  %i1, 8, %o0                               
 200d624:	b0 10 00 08 	mov  %o0, %i0                                  
 200d628:	7f ff f4 08 	call  200a648 <_Timespec_To_ticks>             
 200d62c:	90 06 60 10 	add  %i1, 0x10, %o0                            
 200d630:	80 a6 00 08 	cmp  %i0, %o0                                  
 200d634:	0a bf ff e5 	bcs  200d5c8 <_POSIX_Thread_Translate_sched_param+0x40>
 200d638:	01 00 00 00 	nop                                            
	 _Timespec_To_ticks( ¶m->sched_ss_init_budget ) )                
      return EINVAL;                                                  
                                                                      
    if ( !_POSIX_Priority_Is_valid( param->sched_ss_low_priority ) )  
 200d63c:	7f ff ff c6 	call  200d554 <_POSIX_Priority_Is_valid>       
 200d640:	d0 06 60 04 	ld  [ %i1 + 4 ], %o0                           
 200d644:	80 8a 20 ff 	btst  0xff, %o0                                
 200d648:	02 bf ff e0 	be  200d5c8 <_POSIX_Thread_Translate_sched_param+0x40>
 200d64c:	82 10 20 03 	mov  3, %g1                                    
      return EINVAL;                                                  
                                                                      
    *budget_algorithm  = THREAD_CPU_BUDGET_ALGORITHM_CALLOUT;         
 200d650:	c2 26 80 00 	st  %g1, [ %i2 ]                               
    *budget_callout = _POSIX_Threads_Sporadic_budget_callout;         
 200d654:	03 00 80 1a 	sethi  %hi(0x2006800), %g1                     
 200d658:	82 10 60 68 	or  %g1, 0x68, %g1	! 2006868 <_POSIX_Threads_Sporadic_budget_callout>
 200d65c:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
    return 0;                                                         
 200d660:	81 c7 e0 08 	ret                                            
 200d664:	91 e8 20 00 	restore  %g0, 0, %o0                           
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE;  
    return 0;                                                         
  }                                                                   
                                                                      
  if ( policy == SCHED_FIFO ) {                                       
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_NONE;             
 200d668:	c0 26 80 00 	clr  [ %i2 ]                                   
    return 0;                                                         
 200d66c:	81 c7 e0 08 	ret                                            
 200d670:	91 e8 20 00 	restore  %g0, 0, %o0                           
  }                                                                   
                                                                      
  if ( policy == SCHED_RR ) {                                         
    *budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE;
 200d674:	f0 26 80 00 	st  %i0, [ %i2 ]                               
    return 0;                                                         
 200d678:	81 c7 e0 08 	ret                                            
 200d67c:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

0200658c <_POSIX_Threads_Initialize_user_threads_body>: * * Output parameters: NONE */ void _POSIX_Threads_Initialize_user_threads_body(void) {
 200658c:	9d e3 bf 60 	save  %sp, -160, %sp                           
  uint32_t                            maximum;                        
  posix_initialization_threads_table *user_threads;                   
  pthread_t                           thread_id;                      
  pthread_attr_t                      attr;                           
                                                                      
  user_threads = Configuration_POSIX_API.User_initialization_threads_table;
 2006590:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2006594:	82 10 62 6c 	or  %g1, 0x26c, %g1	! 201d66c <Configuration_POSIX_API>
  maximum      = Configuration_POSIX_API.number_of_initialization_threads;
 2006598:	e6 00 60 30 	ld  [ %g1 + 0x30 ], %l3                        
                                                                      
  if ( !user_threads || maximum == 0 )                                
 200659c:	80 a4 e0 00 	cmp  %l3, 0                                    
 20065a0:	02 80 00 1a 	be  2006608 <_POSIX_Threads_Initialize_user_threads_body+0x7c><== NEVER TAKEN
 20065a4:	e2 00 60 34 	ld  [ %g1 + 0x34 ], %l1                        
 20065a8:	80 a4 60 00 	cmp  %l1, 0                                    
 20065ac:	02 80 00 17 	be  2006608 <_POSIX_Threads_Initialize_user_threads_body+0x7c><== NEVER TAKEN
 20065b0:	a4 10 20 00 	clr  %l2                                       
 20065b4:	a0 07 bf c0 	add  %fp, -64, %l0                             
 20065b8:	a8 07 bf fc 	add  %fp, -4, %l4                              
                                                                      
  for ( index=0 ; index < maximum ; index++ ) {                       
    /*                                                                
     * There is no way for these calls to fail in this situation.     
     */                                                               
    (void) pthread_attr_init( &attr );                                
 20065bc:	40 00 1c 31 	call  200d680 <pthread_attr_init>              
 20065c0:	90 10 00 10 	mov  %l0, %o0                                  
    (void) pthread_attr_setinheritsched( &attr, PTHREAD_EXPLICIT_SCHED );
 20065c4:	92 10 20 02 	mov  2, %o1                                    
 20065c8:	40 00 1c 3a 	call  200d6b0 <pthread_attr_setinheritsched>   
 20065cc:	90 10 00 10 	mov  %l0, %o0                                  
    (void) pthread_attr_setstacksize(&attr, user_threads[ index ].stack_size);
 20065d0:	d2 04 60 04 	ld  [ %l1 + 4 ], %o1                           
 20065d4:	40 00 1c 48 	call  200d6f4 <pthread_attr_setstacksize>      
 20065d8:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
    status = pthread_create(                                          
 20065dc:	d4 04 40 00 	ld  [ %l1 ], %o2                               
 20065e0:	90 10 00 14 	mov  %l4, %o0                                  
 20065e4:	92 10 00 10 	mov  %l0, %o1                                  
 20065e8:	7f ff ff 19 	call  200624c <pthread_create>                 
 20065ec:	96 10 20 00 	clr  %o3                                       
      &thread_id,                                                     
      &attr,                                                          
      user_threads[ index ].thread_entry,                             
      NULL                                                            
    );                                                                
    if ( status )                                                     
 20065f0:	80 a2 20 00 	cmp  %o0, 0                                    
 20065f4:	12 80 00 07 	bne  2006610 <_POSIX_Threads_Initialize_user_threads_body+0x84>
 20065f8:	a4 04 a0 01 	inc  %l2                                       
   *                                                                  
   *  Setting the attributes explicitly is critical, since we don't want
   *  to inherit the idle tasks attributes.                           
   */                                                                 
                                                                      
  for ( index=0 ; index < maximum ; index++ ) {                       
 20065fc:	80 a4 c0 12 	cmp  %l3, %l2                                  
 2006600:	18 bf ff ef 	bgu  20065bc <_POSIX_Threads_Initialize_user_threads_body+0x30><== NEVER TAKEN
 2006604:	a2 04 60 08 	add  %l1, 8, %l1                               
 2006608:	81 c7 e0 08 	ret                                            
 200660c:	81 e8 00 00 	restore                                        
      &attr,                                                          
      user_threads[ index ].thread_entry,                             
      NULL                                                            
    );                                                                
    if ( status )                                                     
      _Internal_error_Occurred( INTERNAL_ERROR_POSIX_API, true, status );
 2006610:	94 10 00 08 	mov  %o0, %o2                                  
 2006614:	92 10 20 01 	mov  1, %o1                                    
 2006618:	40 00 08 09 	call  200863c <_Internal_error_Occurred>       
 200661c:	90 10 20 02 	mov  2, %o0                                    
                                                                      

0200c318 <_POSIX_Threads_Sporadic_budget_TSR>: */ void _POSIX_Threads_Sporadic_budget_TSR( Objects_Id id __attribute__((unused)), void *argument ) {
 200c318:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Thread_Control     *the_thread;                                     
  POSIX_API_Control  *api;                                            
                                                                      
  the_thread = argument;                                              
                                                                      
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
 200c31c:	e0 06 61 6c 	ld  [ %i1 + 0x16c ], %l0                       
                                                                      
  /* ticks is guaranteed to be at least one */                        
  ticks = _Timespec_To_ticks( &api->schedparam.sched_ss_init_budget );
 200c320:	40 00 04 99 	call  200d584 <_Timespec_To_ticks>             
 200c324:	90 04 20 94 	add  %l0, 0x94, %o0                            
 200c328:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200c32c:	c4 04 20 84 	ld  [ %l0 + 0x84 ], %g2                        
 200c330:	d2 08 62 24 	ldub  [ %g1 + 0x224 ], %o1                     
   */                                                                 
  #if 0                                                               
    printk( "TSR %d %d %d\n", the_thread->resource_count,             
        the_thread->current_priority, new_priority );                 
  #endif                                                              
  if ( the_thread->resource_count == 0 ) {                            
 200c334:	c2 06 60 1c 	ld  [ %i1 + 0x1c ], %g1                        
 200c338:	92 22 40 02 	sub  %o1, %g2, %o1                             
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  /* ticks is guaranteed to be at least one */                        
  ticks = _Timespec_To_ticks( &api->schedparam.sched_ss_init_budget );
                                                                      
  the_thread->cpu_time_budget = ticks;                                
 200c33c:	d0 26 60 78 	st  %o0, [ %i1 + 0x78 ]                        
   */                                                                 
  #if 0                                                               
    printk( "TSR %d %d %d\n", the_thread->resource_count,             
        the_thread->current_priority, new_priority );                 
  #endif                                                              
  if ( the_thread->resource_count == 0 ) {                            
 200c340:	80 a0 60 00 	cmp  %g1, 0                                    
 200c344:	12 80 00 06 	bne  200c35c <_POSIX_Threads_Sporadic_budget_TSR+0x44><== NEVER TAKEN
 200c348:	d2 26 60 18 	st  %o1, [ %i1 + 0x18 ]                        
    /*                                                                
     *  If this would make them less important, then do not change it.
     */                                                               
    if ( the_thread->current_priority > new_priority ) {              
 200c34c:	c2 06 60 14 	ld  [ %i1 + 0x14 ], %g1                        
 200c350:	80 a0 40 09 	cmp  %g1, %o1                                  
 200c354:	38 80 00 09 	bgu,a   200c378 <_POSIX_Threads_Sporadic_budget_TSR+0x60>
 200c358:	90 10 00 19 	mov  %i1, %o0                                  
      #endif                                                          
    }                                                                 
  }                                                                   
                                                                      
  /* ticks is guaranteed to be at least one */                        
  ticks = _Timespec_To_ticks( &api->schedparam.sched_ss_repl_period );
 200c35c:	40 00 04 8a 	call  200d584 <_Timespec_To_ticks>             
 200c360:	90 04 20 8c 	add  %l0, 0x8c, %o0                            
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 200c364:	31 00 80 73 	sethi  %hi(0x201cc00), %i0                     
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 200c368:	d0 24 20 b0 	st  %o0, [ %l0 + 0xb0 ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 200c36c:	b2 04 20 a4 	add  %l0, 0xa4, %i1                            
 200c370:	7f ff f4 be 	call  2009668 <_Watchdog_Insert>               
 200c374:	91 ee 22 20 	restore  %i0, 0x220, %o0                       
  if ( the_thread->resource_count == 0 ) {                            
    /*                                                                
     *  If this would make them less important, then do not change it.
     */                                                               
    if ( the_thread->current_priority > new_priority ) {              
      _Thread_Change_priority( the_thread, new_priority, true );      
 200c378:	7f ff ee 70 	call  2007d38 <_Thread_Change_priority>        
 200c37c:	94 10 20 01 	mov  1, %o2                                    
      #endif                                                          
    }                                                                 
  }                                                                   
                                                                      
  /* ticks is guaranteed to be at least one */                        
  ticks = _Timespec_To_ticks( &api->schedparam.sched_ss_repl_period );
 200c380:	40 00 04 81 	call  200d584 <_Timespec_To_ticks>             
 200c384:	90 04 20 8c 	add  %l0, 0x8c, %o0                            
 200c388:	31 00 80 73 	sethi  %hi(0x201cc00), %i0                     
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 200c38c:	d0 24 20 b0 	st  %o0, [ %l0 + 0xb0 ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 200c390:	b2 04 20 a4 	add  %l0, 0xa4, %i1                            
 200c394:	7f ff f4 b5 	call  2009668 <_Watchdog_Insert>               
 200c398:	91 ee 22 20 	restore  %i0, 0x220, %o0                       
                                                                      

0200c2c4 <_POSIX_Threads_Sporadic_budget_callout>: ) { POSIX_API_Control *api; uint32_t new_priority; api = the_thread->API_Extensions[ THREAD_API_POSIX ];
 200c2c4:	c4 02 21 6c 	ld  [ %o0 + 0x16c ], %g2                       
                                                                      
RTEMS_INLINE_ROUTINE Priority_Control _POSIX_Priority_To_core(        
  int priority                                                        
)                                                                     
{                                                                     
  return (Priority_Control) (POSIX_SCHEDULER_MAXIMUM_PRIORITY - priority + 1);
 200c2c8:	c6 00 a0 88 	ld  [ %g2 + 0x88 ], %g3                        
 200c2cc:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     
 200c2d0:	d2 08 a2 24 	ldub  [ %g2 + 0x224 ], %o1	! 201c224 <rtems_maximum_priority>
   */                                                                 
  #if 0                                                               
    printk( "callout %d %d %d\n", the_thread->resource_count,         
	the_thread->current_priority, new_priority );                        
  #endif                                                              
  if ( the_thread->resource_count == 0 ) {                            
 200c2d4:	c4 02 20 1c 	ld  [ %o0 + 0x1c ], %g2                        
 200c2d8:	92 22 40 03 	sub  %o1, %g3, %o1                             
                                                                      
  /*                                                                  
   *  This will prevent the thread from consuming its entire "budget" 
   *  while at low priority.                                          
   */                                                                 
  the_thread->cpu_time_budget = 0xFFFFFFFF; /* XXX should be based on MAX_U32 */
 200c2dc:	86 10 3f ff 	mov  -1, %g3                                   
                                                                      
  new_priority = _POSIX_Priority_To_core(api->schedparam.sched_ss_low_priority);
  the_thread->real_priority = new_priority;                           
 200c2e0:	d2 22 20 18 	st  %o1, [ %o0 + 0x18 ]                        
   */                                                                 
  #if 0                                                               
    printk( "callout %d %d %d\n", the_thread->resource_count,         
	the_thread->current_priority, new_priority );                        
  #endif                                                              
  if ( the_thread->resource_count == 0 ) {                            
 200c2e4:	80 a0 a0 00 	cmp  %g2, 0                                    
 200c2e8:	12 80 00 06 	bne  200c300 <_POSIX_Threads_Sporadic_budget_callout+0x3c><== NEVER TAKEN
 200c2ec:	c6 22 20 78 	st  %g3, [ %o0 + 0x78 ]                        
    /*                                                                
     *  Make sure we are actually lowering it. If they have lowered it
     *  to logically lower than sched_ss_low_priority, then we do not want to
     *  change it.                                                    
     */                                                               
    if ( the_thread->current_priority < new_priority ) {              
 200c2f0:	c2 02 20 14 	ld  [ %o0 + 0x14 ], %g1                        
 200c2f4:	80 a0 40 09 	cmp  %g1, %o1                                  
 200c2f8:	0a 80 00 04 	bcs  200c308 <_POSIX_Threads_Sporadic_budget_callout+0x44><== ALWAYS TAKEN
 200c2fc:	94 10 20 01 	mov  1, %o2                                    
 200c300:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 200c304:	01 00 00 00 	nop                                            <== NOT EXECUTED
      _Thread_Change_priority( the_thread, new_priority, true );      
 200c308:	82 13 c0 00 	mov  %o7, %g1                                  
 200c30c:	7f ff ee 8b 	call  2007d38 <_Thread_Change_priority>        
 200c310:	9e 10 40 00 	mov  %g1, %o7                                  
                                                                      

0200e5b0 <_POSIX_Threads_cancel_run>: #include <rtems/posix/threadsup.h> void _POSIX_Threads_cancel_run( Thread_Control *the_thread ) {
 200e5b0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  POSIX_Cancel_Handler_control      *handler;                         
  Chain_Control                     *handler_stack;                   
  POSIX_API_Control                 *thread_support;                  
  ISR_Level                          level;                           
                                                                      
  thread_support = the_thread->API_Extensions[ THREAD_API_POSIX ];    
 200e5b4:	e4 06 21 6c 	ld  [ %i0 + 0x16c ], %l2                       
                                                                      
  handler_stack = &thread_support->Cancellation_Handlers;             
                                                                      
  thread_support->cancelability_state = PTHREAD_CANCEL_DISABLE;       
 200e5b8:	84 10 20 01 	mov  1, %g2                                    
  POSIX_API_Control                 *thread_support;                  
  ISR_Level                          level;                           
                                                                      
  thread_support = the_thread->API_Extensions[ THREAD_API_POSIX ];    
                                                                      
  handler_stack = &thread_support->Cancellation_Handlers;             
 200e5bc:	c2 04 a0 e0 	ld  [ %l2 + 0xe0 ], %g1                        
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 200e5c0:	a2 04 a0 e4 	add  %l2, 0xe4, %l1                            
 200e5c4:	80 a0 40 11 	cmp  %g1, %l1                                  
 200e5c8:	02 80 00 14 	be  200e618 <_POSIX_Threads_cancel_run+0x68>   
 200e5cc:	c4 24 a0 d4 	st  %g2, [ %l2 + 0xd4 ]                        
                                                                      
  thread_support->cancelability_state = PTHREAD_CANCEL_DISABLE;       
                                                                      
  while ( !_Chain_Is_empty( handler_stack ) ) {                       
    _ISR_Disable( level );                                            
 200e5d0:	7f ff cf 37 	call  20022ac <sparc_disable_interrupts>       
 200e5d4:	01 00 00 00 	nop                                            
      handler = (POSIX_Cancel_Handler_control *)                      
 200e5d8:	e0 04 60 04 	ld  [ %l1 + 4 ], %l0                           
)                                                                     
{                                                                     
  Chain_Node *next;                                                   
  Chain_Node *previous;                                               
                                                                      
  next           = the_node->next;                                    
 200e5dc:	c2 04 00 00 	ld  [ %l0 ], %g1                               
  previous       = the_node->previous;                                
 200e5e0:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           
  next->previous = previous;                                          
  previous->next = next;                                              
 200e5e4:	c2 20 80 00 	st  %g1, [ %g2 ]                               
  Chain_Node *next;                                                   
  Chain_Node *previous;                                               
                                                                      
  next           = the_node->next;                                    
  previous       = the_node->previous;                                
  next->previous = previous;                                          
 200e5e8:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
           _Chain_Tail( handler_stack )->previous;                    
      _Chain_Extract_unprotected( &handler->Node );                   
    _ISR_Enable( level );                                             
 200e5ec:	7f ff cf 34 	call  20022bc <sparc_enable_interrupts>        
 200e5f0:	01 00 00 00 	nop                                            
                                                                      
    (*handler->routine)( handler->arg );                              
 200e5f4:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 200e5f8:	9f c0 40 00 	call  %g1                                      
 200e5fc:	d0 04 20 0c 	ld  [ %l0 + 0xc ], %o0                         
                                                                      
    _Workspace_Free( handler );                                       
 200e600:	7f ff ec ff 	call  20099fc <_Workspace_Free>                
 200e604:	90 10 00 10 	mov  %l0, %o0                                  
  POSIX_API_Control                 *thread_support;                  
  ISR_Level                          level;                           
                                                                      
  thread_support = the_thread->API_Extensions[ THREAD_API_POSIX ];    
                                                                      
  handler_stack = &thread_support->Cancellation_Handlers;             
 200e608:	c2 04 a0 e0 	ld  [ %l2 + 0xe0 ], %g1                        
 200e60c:	80 a0 40 11 	cmp  %g1, %l1                                  
 200e610:	12 bf ff f0 	bne  200e5d0 <_POSIX_Threads_cancel_run+0x20>  <== NEVER TAKEN
 200e614:	01 00 00 00 	nop                                            
 200e618:	81 c7 e0 08 	ret                                            
 200e61c:	81 e8 00 00 	restore                                        
                                                                      

02006254 <_POSIX_Timer_TSR>: * This is the operation that is run when a timer expires */ void _POSIX_Timer_TSR( Objects_Id timer __attribute__((unused)), void *data) {
 2006254:	9d e3 bf a0 	save  %sp, -96, %sp                            
  bool                 activated;                                     
                                                                      
  ptimer = (POSIX_Timer_Control *)data;                               
                                                                      
  /* Increment the number of expirations. */                          
  ptimer->overrun = ptimer->overrun + 1;                              
 2006258:	c4 06 60 68 	ld  [ %i1 + 0x68 ], %g2                        
                                                                      
  /* The timer must be reprogrammed */                                
  if ( ( ptimer->timer_data.it_interval.tv_sec  != 0 ) ||             
 200625c:	c2 06 60 54 	ld  [ %i1 + 0x54 ], %g1                        
  bool                 activated;                                     
                                                                      
  ptimer = (POSIX_Timer_Control *)data;                               
                                                                      
  /* Increment the number of expirations. */                          
  ptimer->overrun = ptimer->overrun + 1;                              
 2006260:	84 00 a0 01 	inc  %g2                                       
                                                                      
  /* The timer must be reprogrammed */                                
  if ( ( ptimer->timer_data.it_interval.tv_sec  != 0 ) ||             
 2006264:	80 a0 60 00 	cmp  %g1, 0                                    
 2006268:	12 80 00 0e 	bne  20062a0 <_POSIX_Timer_TSR+0x4c>           
 200626c:	c4 26 60 68 	st  %g2, [ %i1 + 0x68 ]                        
       ( ptimer->timer_data.it_interval.tv_nsec != 0 ) ) {            
 2006270:	c2 06 60 58 	ld  [ %i1 + 0x58 ], %g1                        
 2006274:	80 a0 60 00 	cmp  %g1, 0                                    
 2006278:	32 80 00 0b 	bne,a   20062a4 <_POSIX_Timer_TSR+0x50>        <== ALWAYS TAKEN
 200627c:	d2 06 60 64 	ld  [ %i1 + 0x64 ], %o1                        
                                                                      
    /* The state really did not change but just to be safe */         
    ptimer->state = POSIX_TIMER_STATE_CREATE_RUN;                     
  } else {                                                            
   /* Indicates that the timer is stopped */                          
   ptimer->state = POSIX_TIMER_STATE_CREATE_STOP;                     
 2006280:	82 10 20 04 	mov  4, %g1                                    <== NOT EXECUTED
 2006284:	c2 2e 60 3c 	stb  %g1, [ %i1 + 0x3c ]                       <== NOT EXECUTED
  /*                                                                  
   * The sending of the signal to the process running the handling function
   * specified for that signal is simulated                           
   */                                                                 
                                                                      
  if ( pthread_kill ( ptimer->thread_id, ptimer->inf.sigev_signo ) ) {
 2006288:	d0 06 60 38 	ld  [ %i1 + 0x38 ], %o0                        
 200628c:	40 00 1a a2 	call  200cd14 <pthread_kill>                   
 2006290:	d2 06 60 44 	ld  [ %i1 + 0x44 ], %o1                        
  }                                                                   
                                                                      
  /* After the signal handler returns, the count of expirations of the
   * timer must be set to 0.                                          
   */                                                                 
  ptimer->overrun = 0;                                                
 2006294:	c0 26 60 68 	clr  [ %i1 + 0x68 ]                            
 2006298:	81 c7 e0 08 	ret                                            
 200629c:	81 e8 00 00 	restore                                        
  ptimer->overrun = ptimer->overrun + 1;                              
                                                                      
  /* The timer must be reprogrammed */                                
  if ( ( ptimer->timer_data.it_interval.tv_sec  != 0 ) ||             
       ( ptimer->timer_data.it_interval.tv_nsec != 0 ) ) {            
    activated = _POSIX_Timer_Insert_helper(                           
 20062a0:	d2 06 60 64 	ld  [ %i1 + 0x64 ], %o1                        
 20062a4:	d4 06 60 08 	ld  [ %i1 + 8 ], %o2                           
 20062a8:	90 06 60 10 	add  %i1, 0x10, %o0                            
 20062ac:	17 00 80 18 	sethi  %hi(0x2006000), %o3                     
 20062b0:	98 10 00 19 	mov  %i1, %o4                                  
 20062b4:	40 00 1b c6 	call  200d1cc <_POSIX_Timer_Insert_helper>     
 20062b8:	96 12 e2 54 	or  %o3, 0x254, %o3                            
      ptimer->ticks,                                                  
      ptimer->Object.id,                                              
      _POSIX_Timer_TSR,                                               
      ptimer                                                          
    );                                                                
    if ( !activated )                                                 
 20062bc:	80 8a 20 ff 	btst  0xff, %o0                                
 20062c0:	02 bf ff f6 	be  2006298 <_POSIX_Timer_TSR+0x44>            <== NEVER TAKEN
 20062c4:	01 00 00 00 	nop                                            
      return;                                                         
                                                                      
    /* Store the time when the timer was started again */             
    _TOD_Get( &ptimer->time );                                        
 20062c8:	40 00 05 da 	call  2007a30 <_TOD_Get>                       
 20062cc:	90 06 60 6c 	add  %i1, 0x6c, %o0                            
                                                                      
    /* The state really did not change but just to be safe */         
    ptimer->state = POSIX_TIMER_STATE_CREATE_RUN;                     
 20062d0:	82 10 20 03 	mov  3, %g1                                    
                                                                      
  /* Increment the number of expirations. */                          
  ptimer->overrun = ptimer->overrun + 1;                              
                                                                      
  /* The timer must be reprogrammed */                                
  if ( ( ptimer->timer_data.it_interval.tv_sec  != 0 ) ||             
 20062d4:	10 bf ff ed 	b  2006288 <_POSIX_Timer_TSR+0x34>             
 20062d8:	c2 2e 60 3c 	stb  %g1, [ %i1 + 0x3c ]                       
                                                                      

0200e70c <_POSIX_signals_Check_signal>: bool _POSIX_signals_Check_signal( POSIX_API_Control *api, int signo, bool is_global ) {
 200e70c:	9d e3 bf 90 	save  %sp, -112, %sp                           
  siginfo_t                   siginfo_struct;                         
  sigset_t                    saved_signals_blocked;                  
                                                                      
  if ( ! _POSIX_signals_Clear_signals( api, signo, &siginfo_struct,   
 200e710:	98 10 20 01 	mov  1, %o4                                    
 200e714:	96 0e a0 ff 	and  %i2, 0xff, %o3                            
 200e718:	a0 07 bf f4 	add  %fp, -12, %l0                             
 200e71c:	90 10 00 18 	mov  %i0, %o0                                  
 200e720:	92 10 00 19 	mov  %i1, %o1                                  
 200e724:	40 00 00 23 	call  200e7b0 <_POSIX_signals_Clear_signals>   
 200e728:	94 10 00 10 	mov  %l0, %o2                                  
 200e72c:	80 8a 20 ff 	btst  0xff, %o0                                
 200e730:	02 80 00 1e 	be  200e7a8 <_POSIX_signals_Check_signal+0x9c> 
 200e734:	83 2e 60 02 	sll  %i1, 2, %g1                               
  #endif                                                              
                                                                      
  /*                                                                  
   *  Just to prevent sending a signal which is currently being ignored.
   */                                                                 
  if ( _POSIX_signals_Vectors[ signo ].sa_handler == SIG_IGN )        
 200e738:	07 00 80 74 	sethi  %hi(0x201d000), %g3                     
 200e73c:	85 2e 60 04 	sll  %i1, 4, %g2                               
 200e740:	86 10 e2 d4 	or  %g3, 0x2d4, %g3                            
 200e744:	84 20 80 01 	sub  %g2, %g1, %g2                             
 200e748:	88 00 c0 02 	add  %g3, %g2, %g4                             
 200e74c:	c2 01 20 08 	ld  [ %g4 + 8 ], %g1                           
 200e750:	80 a0 60 01 	cmp  %g1, 1                                    
 200e754:	02 80 00 15 	be  200e7a8 <_POSIX_signals_Check_signal+0x9c> <== NEVER TAKEN
 200e758:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Block the signals requested in sa_mask                          
   */                                                                 
  saved_signals_blocked = api->signals_blocked;                       
  api->signals_blocked |= _POSIX_signals_Vectors[ signo ].sa_mask;    
 200e75c:	c8 01 20 04 	ld  [ %g4 + 4 ], %g4                           
    return false;                                                     
                                                                      
  /*                                                                  
   *  Block the signals requested in sa_mask                          
   */                                                                 
  saved_signals_blocked = api->signals_blocked;                       
 200e760:	e2 06 20 cc 	ld  [ %i0 + 0xcc ], %l1                        
  api->signals_blocked |= _POSIX_signals_Vectors[ signo ].sa_mask;    
                                                                      
  /*                                                                  
   *  Here, the signal handler function executes                      
   */                                                                 
  switch ( _POSIX_signals_Vectors[ signo ].sa_flags ) {               
 200e764:	c4 00 c0 02 	ld  [ %g3 + %g2 ], %g2                         
                                                                      
  /*                                                                  
   *  Block the signals requested in sa_mask                          
   */                                                                 
  saved_signals_blocked = api->signals_blocked;                       
  api->signals_blocked |= _POSIX_signals_Vectors[ signo ].sa_mask;    
 200e768:	86 11 00 11 	or  %g4, %l1, %g3                              
                                                                      
  /*                                                                  
   *  Here, the signal handler function executes                      
   */                                                                 
  switch ( _POSIX_signals_Vectors[ signo ].sa_flags ) {               
 200e76c:	80 a0 a0 02 	cmp  %g2, 2                                    
 200e770:	02 80 00 07 	be  200e78c <_POSIX_signals_Check_signal+0x80> 
 200e774:	c6 26 20 cc 	st  %g3, [ %i0 + 0xcc ]                        
        &siginfo_struct,                                              
        NULL        /* context is undefined per 1003.1b-1993, p. 66 */
      );                                                              
      break;                                                          
    default:                                                          
      (*_POSIX_signals_Vectors[ signo ].sa_handler)( signo );         
 200e778:	9f c0 40 00 	call  %g1                                      
 200e77c:	90 10 00 19 	mov  %i1, %o0                                  
  }                                                                   
                                                                      
  /*                                                                  
   *  Restore the previous set of blocked signals                     
   */                                                                 
  api->signals_blocked = saved_signals_blocked;                       
 200e780:	e2 26 20 cc 	st  %l1, [ %i0 + 0xcc ]                        
                                                                      
  return true;                                                        
 200e784:	81 c7 e0 08 	ret                                            
 200e788:	91 e8 20 01 	restore  %g0, 1, %o0                           
  /*                                                                  
   *  Here, the signal handler function executes                      
   */                                                                 
  switch ( _POSIX_signals_Vectors[ signo ].sa_flags ) {               
    case SA_SIGINFO:                                                  
      (*_POSIX_signals_Vectors[ signo ].sa_sigaction)(                
 200e78c:	90 10 00 19 	mov  %i1, %o0                                  
 200e790:	92 10 00 10 	mov  %l0, %o1                                  
 200e794:	9f c0 40 00 	call  %g1                                      
 200e798:	94 10 20 00 	clr  %o2                                       
  }                                                                   
                                                                      
  /*                                                                  
   *  Restore the previous set of blocked signals                     
   */                                                                 
  api->signals_blocked = saved_signals_blocked;                       
 200e79c:	e2 26 20 cc 	st  %l1, [ %i0 + 0xcc ]                        
                                                                      
  return true;                                                        
 200e7a0:	81 c7 e0 08 	ret                                            
 200e7a4:	91 e8 20 01 	restore  %g0, 1, %o0                           
}                                                                     
 200e7a8:	81 c7 e0 08 	ret                                            
 200e7ac:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

0200fa4c <_POSIX_signals_Clear_process_signals>: */ void _POSIX_signals_Clear_process_signals( int signo ) {
 200fa4c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  clear_signal = true;                                                
  mask         = signo_to_mask( signo );                              
                                                                      
  ISR_Level  level;                                                   
                                                                      
  _ISR_Disable( level );                                              
 200fa50:	7f ff ca 17 	call  20022ac <sparc_disable_interrupts>       
 200fa54:	01 00 00 00 	nop                                            
    if ( _POSIX_signals_Vectors[ signo ].sa_flags == SA_SIGINFO ) {   
 200fa58:	85 2e 20 04 	sll  %i0, 4, %g2                               
 200fa5c:	83 2e 20 02 	sll  %i0, 2, %g1                               
 200fa60:	82 20 80 01 	sub  %g2, %g1, %g1                             
 200fa64:	05 00 80 74 	sethi  %hi(0x201d000), %g2                     
 200fa68:	84 10 a2 d4 	or  %g2, 0x2d4, %g2	! 201d2d4 <_POSIX_signals_Vectors>
 200fa6c:	c4 00 80 01 	ld  [ %g2 + %g1 ], %g2                         
 200fa70:	80 a0 a0 02 	cmp  %g2, 2                                    
 200fa74:	02 80 00 11 	be  200fab8 <_POSIX_signals_Clear_process_signals+0x6c>
 200fa78:	05 00 80 75 	sethi  %hi(0x201d400), %g2                     
      if ( !_Chain_Is_empty( &_POSIX_signals_Siginfo[ signo ] ) )     
       clear_signal = false;                                          
    }                                                                 
    if ( clear_signal ) {                                             
      _POSIX_signals_Pending &= ~mask;                                
 200fa7c:	05 00 80 75 	sethi  %hi(0x201d400), %g2                     
 200fa80:	c6 00 a0 c8 	ld  [ %g2 + 0xc8 ], %g3	! 201d4c8 <_POSIX_signals_Pending>
 200fa84:	b0 06 3f ff 	add  %i0, -1, %i0                              
 200fa88:	82 10 20 01 	mov  1, %g1                                    
 200fa8c:	83 28 40 18 	sll  %g1, %i0, %g1                             
 200fa90:	82 28 c0 01 	andn  %g3, %g1, %g1                            
      if ( !_POSIX_signals_Pending )                                  
 200fa94:	80 a0 60 00 	cmp  %g1, 0                                    
 200fa98:	12 80 00 06 	bne  200fab0 <_POSIX_signals_Clear_process_signals+0x64><== NEVER TAKEN
 200fa9c:	c2 20 a0 c8 	st  %g1, [ %g2 + 0xc8 ]                        
	_Thread_Do_post_task_switch_extension--;                             
 200faa0:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200faa4:	c4 00 61 e4 	ld  [ %g1 + 0x1e4 ], %g2	! 201cde4 <_Thread_Do_post_task_switch_extension>
 200faa8:	84 00 bf ff 	add  %g2, -1, %g2                              
 200faac:	c4 20 61 e4 	st  %g2, [ %g1 + 0x1e4 ]                       
    }                                                                 
  _ISR_Enable( level );                                               
 200fab0:	7f ff ca 03 	call  20022bc <sparc_enable_interrupts>        
 200fab4:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      
  ISR_Level  level;                                                   
                                                                      
  _ISR_Disable( level );                                              
    if ( _POSIX_signals_Vectors[ signo ].sa_flags == SA_SIGINFO ) {   
      if ( !_Chain_Is_empty( &_POSIX_signals_Siginfo[ signo ] ) )     
 200fab8:	84 10 a0 cc 	or  %g2, 0xcc, %g2                             
 200fabc:	c6 00 40 02 	ld  [ %g1 + %g2 ], %g3                         
 200fac0:	82 00 40 02 	add  %g1, %g2, %g1                             
 200fac4:	82 00 60 04 	add  %g1, 4, %g1                               
 200fac8:	80 a0 c0 01 	cmp  %g3, %g1                                  
 200facc:	02 bf ff ed 	be  200fa80 <_POSIX_signals_Clear_process_signals+0x34><== ALWAYS TAKEN
 200fad0:	05 00 80 75 	sethi  %hi(0x201d400), %g2                     
    if ( clear_signal ) {                                             
      _POSIX_signals_Pending &= ~mask;                                
      if ( !_POSIX_signals_Pending )                                  
	_Thread_Do_post_task_switch_extension--;                             
    }                                                                 
  _ISR_Enable( level );                                               
 200fad4:	7f ff c9 fa 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 200fad8:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

02006df4 <_POSIX_signals_Get_highest>: #include <rtems/score/isr.h> int _POSIX_signals_Get_highest( sigset_t set ) {
 2006df4:	82 10 20 1b 	mov  0x1b, %g1	! 1b <PROM_START+0x1b>          
  int signo;                                                          
                                                                      
  for ( signo = SIGRTMIN ; signo <= SIGRTMAX ; signo++ ) {            
    if ( set & signo_to_mask( signo ) ) {                             
 2006df8:	86 10 20 01 	mov  1, %g3                                    
 2006dfc:	84 00 7f ff 	add  %g1, -1, %g2                              
 2006e00:	85 28 c0 02 	sll  %g3, %g2, %g2                             
 2006e04:	80 88 80 08 	btst  %g2, %o0                                 
 2006e08:	12 80 00 11 	bne  2006e4c <_POSIX_signals_Get_highest+0x58> <== NEVER TAKEN
 2006e0c:	01 00 00 00 	nop                                            
  sigset_t   set                                                      
)                                                                     
{                                                                     
  int signo;                                                          
                                                                      
  for ( signo = SIGRTMIN ; signo <= SIGRTMAX ; signo++ ) {            
 2006e10:	82 00 60 01 	inc  %g1                                       
 2006e14:	80 a0 60 20 	cmp  %g1, 0x20                                 
 2006e18:	12 bf ff fa 	bne  2006e00 <_POSIX_signals_Get_highest+0xc>  
 2006e1c:	84 00 7f ff 	add  %g1, -1, %g2                              
 2006e20:	82 10 20 01 	mov  1, %g1                                    
                                                                      
  #if (SIGHUP != 1)                                                   
    #error "Assumption that SIGHUP==1 violated!!"                     
  #endif                                                              
  for ( signo = SIGHUP ; signo <= __SIGLASTNOTRT ; signo++ ) {        
    if ( set & signo_to_mask( signo ) ) {                             
 2006e24:	10 80 00 05 	b  2006e38 <_POSIX_signals_Get_highest+0x44>   
 2006e28:	86 10 20 01 	mov  1, %g3                                    
   */                                                                 
                                                                      
  #if (SIGHUP != 1)                                                   
    #error "Assumption that SIGHUP==1 violated!!"                     
  #endif                                                              
  for ( signo = SIGHUP ; signo <= __SIGLASTNOTRT ; signo++ ) {        
 2006e2c:	80 a0 60 1b 	cmp  %g1, 0x1b                                 
 2006e30:	02 80 00 07 	be  2006e4c <_POSIX_signals_Get_highest+0x58>  <== NEVER TAKEN
 2006e34:	01 00 00 00 	nop                                            
    if ( set & signo_to_mask( signo ) ) {                             
 2006e38:	84 00 7f ff 	add  %g1, -1, %g2                              
 2006e3c:	85 28 c0 02 	sll  %g3, %g2, %g2                             
 2006e40:	80 88 80 08 	btst  %g2, %o0                                 
 2006e44:	22 bf ff fa 	be,a   2006e2c <_POSIX_signals_Get_highest+0x38>
 2006e48:	82 00 60 01 	inc  %g1                                       
   *  a return 0.  This routine will NOT be called unless a signal    
   *  is pending in the set passed in.                                
   */                                                                 
found_it:                                                             
  return signo;                                                       
}                                                                     
 2006e4c:	81 c3 e0 08 	retl                                           
 2006e50:	90 10 00 01 	mov  %g1, %o0                                  
                                                                      

0200bf64 <_POSIX_signals_Post_switch_extension>: */ void _POSIX_signals_Post_switch_extension( Thread_Control *the_thread ) {
 200bf64:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200bf68:	25 00 80 75 	sethi  %hi(0x201d400), %l2                     
  POSIX_API_Control  *api;                                            
  int                 signo;                                          
  ISR_Level           level;                                          
                                                                      
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
 200bf6c:	e2 06 21 6c 	ld  [ %i0 + 0x16c ], %l1                       
   *                                                                  
   *  The first thing done is to check there are any signals to be    
   *  processed at all.  No point in doing this loop otherwise.       
   */                                                                 
  while (1) {                                                         
    _ISR_Disable( level );                                            
 200bf70:	7f ff d8 cf 	call  20022ac <sparc_disable_interrupts>       
 200bf74:	a4 14 a0 c8 	or  %l2, 0xc8, %l2                             
 200bf78:	b0 10 00 08 	mov  %o0, %i0                                  
      if ( !(~api->signals_blocked &                                  
            (api->signals_pending | _POSIX_signals_Pending)) ) {      
 200bf7c:	c6 04 80 00 	ld  [ %l2 ], %g3                               
 200bf80:	c2 04 60 d0 	ld  [ %l1 + 0xd0 ], %g1                        
   *  The first thing done is to check there are any signals to be    
   *  processed at all.  No point in doing this loop otherwise.       
   */                                                                 
  while (1) {                                                         
    _ISR_Disable( level );                                            
      if ( !(~api->signals_blocked &                                  
 200bf84:	c4 04 60 cc 	ld  [ %l1 + 0xcc ], %g2                        
            (api->signals_pending | _POSIX_signals_Pending)) ) {      
 200bf88:	82 10 c0 01 	or  %g3, %g1, %g1                              
   *  The first thing done is to check there are any signals to be    
   *  processed at all.  No point in doing this loop otherwise.       
   */                                                                 
  while (1) {                                                         
    _ISR_Disable( level );                                            
      if ( !(~api->signals_blocked &                                  
 200bf8c:	80 a8 40 02 	andncc  %g1, %g2, %g0                          
 200bf90:	02 80 00 27 	be  200c02c <_POSIX_signals_Post_switch_extension+0xc8>
 200bf94:	01 00 00 00 	nop                                            
            (api->signals_pending | _POSIX_signals_Pending)) ) {      
       _ISR_Enable( level );                                          
       break;                                                         
     }                                                                
    _ISR_Enable( level );                                             
 200bf98:	7f ff d8 c9 	call  20022bc <sparc_enable_interrupts>        
 200bf9c:	a0 10 20 1b 	mov  0x1b, %l0	! 1b <PROM_START+0x1b>          
                                                                      
    for ( signo = SIGRTMIN ; signo <= SIGRTMAX ; signo++ ) {          
      _POSIX_signals_Check_signal( api, signo, false );               
 200bfa0:	92 10 00 10 	mov  %l0, %o1                                  
 200bfa4:	94 10 20 00 	clr  %o2                                       
 200bfa8:	40 00 09 d9 	call  200e70c <_POSIX_signals_Check_signal>    
 200bfac:	90 10 00 11 	mov  %l1, %o0                                  
      _POSIX_signals_Check_signal( api, signo, true );                
 200bfb0:	92 10 00 10 	mov  %l0, %o1                                  
 200bfb4:	90 10 00 11 	mov  %l1, %o0                                  
 200bfb8:	40 00 09 d5 	call  200e70c <_POSIX_signals_Check_signal>    
 200bfbc:	94 10 20 01 	mov  1, %o2                                    
       _ISR_Enable( level );                                          
       break;                                                         
     }                                                                
    _ISR_Enable( level );                                             
                                                                      
    for ( signo = SIGRTMIN ; signo <= SIGRTMAX ; signo++ ) {          
 200bfc0:	a0 04 20 01 	inc  %l0                                       
 200bfc4:	80 a4 20 20 	cmp  %l0, 0x20                                 
 200bfc8:	12 bf ff f7 	bne  200bfa4 <_POSIX_signals_Post_switch_extension+0x40>
 200bfcc:	92 10 00 10 	mov  %l0, %o1                                  
 200bfd0:	a0 10 20 01 	mov  1, %l0                                    
      _POSIX_signals_Check_signal( api, signo, true );                
    }                                                                 
    /* Unfortunately - nothing like __SIGFIRSTNOTRT in newlib signal .h */
                                                                      
    for ( signo = SIGHUP ; signo <= __SIGLASTNOTRT ; signo++ ) {      
      _POSIX_signals_Check_signal( api, signo, false );               
 200bfd4:	92 10 00 10 	mov  %l0, %o1                                  
 200bfd8:	94 10 20 00 	clr  %o2                                       
 200bfdc:	40 00 09 cc 	call  200e70c <_POSIX_signals_Check_signal>    
 200bfe0:	90 10 00 11 	mov  %l1, %o0                                  
      _POSIX_signals_Check_signal( api, signo, true );                
 200bfe4:	92 10 00 10 	mov  %l0, %o1                                  
 200bfe8:	90 10 00 11 	mov  %l1, %o0                                  
 200bfec:	40 00 09 c8 	call  200e70c <_POSIX_signals_Check_signal>    
 200bff0:	94 10 20 01 	mov  1, %o2                                    
      _POSIX_signals_Check_signal( api, signo, false );               
      _POSIX_signals_Check_signal( api, signo, true );                
    }                                                                 
    /* Unfortunately - nothing like __SIGFIRSTNOTRT in newlib signal .h */
                                                                      
    for ( signo = SIGHUP ; signo <= __SIGLASTNOTRT ; signo++ ) {      
 200bff4:	a0 04 20 01 	inc  %l0                                       
 200bff8:	80 a4 20 1b 	cmp  %l0, 0x1b                                 
 200bffc:	12 bf ff f7 	bne  200bfd8 <_POSIX_signals_Post_switch_extension+0x74>
 200c000:	92 10 00 10 	mov  %l0, %o1                                  
   *                                                                  
   *  The first thing done is to check there are any signals to be    
   *  processed at all.  No point in doing this loop otherwise.       
   */                                                                 
  while (1) {                                                         
    _ISR_Disable( level );                                            
 200c004:	7f ff d8 aa 	call  20022ac <sparc_disable_interrupts>       
 200c008:	01 00 00 00 	nop                                            
 200c00c:	b0 10 00 08 	mov  %o0, %i0                                  
      if ( !(~api->signals_blocked &                                  
            (api->signals_pending | _POSIX_signals_Pending)) ) {      
 200c010:	c6 04 80 00 	ld  [ %l2 ], %g3                               
 200c014:	c2 04 60 d0 	ld  [ %l1 + 0xd0 ], %g1                        
   *  The first thing done is to check there are any signals to be    
   *  processed at all.  No point in doing this loop otherwise.       
   */                                                                 
  while (1) {                                                         
    _ISR_Disable( level );                                            
      if ( !(~api->signals_blocked &                                  
 200c018:	c4 04 60 cc 	ld  [ %l1 + 0xcc ], %g2                        
            (api->signals_pending | _POSIX_signals_Pending)) ) {      
 200c01c:	82 10 c0 01 	or  %g3, %g1, %g1                              
   *  The first thing done is to check there are any signals to be    
   *  processed at all.  No point in doing this loop otherwise.       
   */                                                                 
  while (1) {                                                         
    _ISR_Disable( level );                                            
      if ( !(~api->signals_blocked &                                  
 200c020:	80 a8 40 02 	andncc  %g1, %g2, %g0                          
 200c024:	12 bf ff dd 	bne  200bf98 <_POSIX_signals_Post_switch_extension+0x34><== NEVER TAKEN
 200c028:	01 00 00 00 	nop                                            
            (api->signals_pending | _POSIX_signals_Pending)) ) {      
       _ISR_Enable( level );                                          
 200c02c:	7f ff d8 a4 	call  20022bc <sparc_enable_interrupts>        
 200c030:	81 e8 00 00 	restore                                        
                                                                      

0200fb20 <_POSIX_signals_Unblock_thread>: bool _POSIX_signals_Unblock_thread( Thread_Control *the_thread, int signo, siginfo_t *info ) {
 200fb20:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   *  Is the thread is specifically waiting for a signal?             
   */                                                                 
                                                                      
  if ( _States_Is_interruptible_signal( the_thread->current_state ) ) {
 200fb24:	c2 06 20 10 	ld  [ %i0 + 0x10 ], %g1                        
 200fb28:	05 04 00 20 	sethi  %hi(0x10008000), %g2                    
 200fb2c:	88 06 7f ff 	add  %i1, -1, %g4                              
 200fb30:	9a 08 40 02 	and  %g1, %g2, %o5                             
 200fb34:	86 10 20 01 	mov  1, %g3                                    
 200fb38:	80 a3 40 02 	cmp  %o5, %g2                                  
 200fb3c:	89 28 c0 04 	sll  %g3, %g4, %g4                             
 200fb40:	02 80 00 25 	be  200fbd4 <_POSIX_signals_Unblock_thread+0xb4>
 200fb44:	c4 06 21 6c 	ld  [ %i0 + 0x16c ], %g2                       
  }                                                                   
                                                                      
  /*                                                                  
   *  Thread is not waiting due to a sigwait.                         
   */                                                                 
  if ( ~api->signals_blocked & mask ) {                               
 200fb48:	c4 00 a0 cc 	ld  [ %g2 + 0xcc ], %g2                        
 200fb4c:	80 a9 00 02 	andncc  %g4, %g2, %g0                          
 200fb50:	02 80 00 1f 	be  200fbcc <_POSIX_signals_Unblock_thread+0xac>
 200fb54:	05 04 00 00 	sethi  %hi(0x10000000), %g2                    
     *    + Any other combination, do nothing.                        
     */                                                               
                                                                      
    the_thread->do_post_task_switch_extension = true;                 
                                                                      
    if ( the_thread->current_state & STATES_INTERRUPTIBLE_BY_SIGNAL ) {
 200fb58:	80 88 40 02 	btst  %g1, %g2                                 
 200fb5c:	02 80 00 11 	be  200fba0 <_POSIX_signals_Unblock_thread+0x80>
 200fb60:	c6 2e 20 74 	stb  %g3, [ %i0 + 0x74 ]                       
      the_thread->Wait.return_code = EINTR;                           
 200fb64:	84 10 20 04 	mov  4, %g2                                    
      #if 0                                                           
	if ( _States_Is_waiting_on_thread_queue(the_thread->current_state) ) 
	  _Thread_queue_Extract_with_proxy( the_thread );                    
	else                                                                 
      #endif                                                          
	  if ( _States_Is_delaying(the_thread->current_state) ){             
 200fb68:	80 88 60 08 	btst  8, %g1                                   
 200fb6c:	02 80 00 18 	be  200fbcc <_POSIX_signals_Unblock_thread+0xac><== NEVER TAKEN
 200fb70:	c4 26 20 34 	st  %g2, [ %i0 + 0x34 ]                        
	    if ( _Watchdog_Is_active( &the_thread->Timer ) )                 
 200fb74:	c2 06 20 50 	ld  [ %i0 + 0x50 ], %g1                        
 200fb78:	80 a0 60 02 	cmp  %g1, 2                                    
 200fb7c:	02 80 00 36 	be  200fc54 <_POSIX_signals_Unblock_thread+0x134><== ALWAYS TAKEN
 200fb80:	01 00 00 00 	nop                                            
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unblock (                           
  Thread_Control *the_thread                                          
)                                                                     
{                                                                     
  _Thread_Clear_state( the_thread, STATES_BLOCKED );                  
 200fb84:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 200fb88:	13 04 00 ff 	sethi  %hi(0x1003fc00), %o1                    
 200fb8c:	b0 10 20 00 	clr  %i0                                       
 200fb90:	7f ff e0 ee 	call  2007f48 <_Thread_Clear_state>            
 200fb94:	92 12 63 f8 	or  %o1, 0x3f8, %o1                            
 200fb98:	81 c7 e0 08 	ret                                            
 200fb9c:	81 e8 00 00 	restore                                        
	      (void) _Watchdog_Remove( &the_thread->Timer );                 
	    _Thread_Unblock( the_thread );                                   
	  }                                                                  
    } else if ( the_thread->current_state == STATES_READY ) {         
 200fba0:	80 a0 60 00 	cmp  %g1, 0                                    
 200fba4:	12 80 00 0a 	bne  200fbcc <_POSIX_signals_Unblock_thread+0xac><== NEVER TAKEN
 200fba8:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
      if ( _ISR_Is_in_progress() && _Thread_Is_executing( the_thread ) )
 200fbac:	c2 00 61 dc 	ld  [ %g1 + 0x1dc ], %g1	! 201cddc <_ISR_Nest_level>
 200fbb0:	80 a0 60 00 	cmp  %g1, 0                                    
 200fbb4:	02 80 00 06 	be  200fbcc <_POSIX_signals_Unblock_thread+0xac>
 200fbb8:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200fbbc:	c2 00 62 00 	ld  [ %g1 + 0x200 ], %g1	! 201ce00 <_Thread_Executing>
 200fbc0:	80 a6 00 01 	cmp  %i0, %g1                                  
 200fbc4:	02 80 00 21 	be  200fc48 <_POSIX_signals_Unblock_thread+0x128><== ALWAYS TAKEN
 200fbc8:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
	_ISR_Signals_to_thread_executing = true;                             
    }                                                                 
  }                                                                   
  return false;                                                       
}                                                                     
 200fbcc:	81 c7 e0 08 	ret                                            
 200fbd0:	91 e8 20 00 	restore  %g0, 0, %o0                           
   *  Is the thread is specifically waiting for a signal?             
   */                                                                 
                                                                      
  if ( _States_Is_interruptible_signal( the_thread->current_state ) ) {
                                                                      
    if ( (the_thread->Wait.option & mask) || (~api->signals_blocked & mask) ) {
 200fbd4:	c2 06 20 30 	ld  [ %i0 + 0x30 ], %g1                        
 200fbd8:	80 89 00 01 	btst  %g4, %g1                                 
 200fbdc:	22 80 00 12 	be,a   200fc24 <_POSIX_signals_Unblock_thread+0x104>
 200fbe0:	c2 00 a0 cc 	ld  [ %g2 + 0xcc ], %g1                        
      the_thread->Wait.return_code = EINTR;                           
 200fbe4:	82 10 20 04 	mov  4, %g1                                    
 200fbe8:	c2 26 20 34 	st  %g1, [ %i0 + 0x34 ]                        
                                                                      
      the_info = (siginfo_t *) the_thread->Wait.return_argument;      
                                                                      
      if ( !info ) {                                                  
 200fbec:	80 a6 a0 00 	cmp  %i2, 0                                    
 200fbf0:	02 80 00 11 	be  200fc34 <_POSIX_signals_Unblock_thread+0x114>
 200fbf4:	c2 06 20 28 	ld  [ %i0 + 0x28 ], %g1                        
        the_info->si_signo = signo;                                   
        the_info->si_code = SI_USER;                                  
        the_info->si_value.sival_int = 0;                             
      } else {                                                        
        *the_info = *info;                                            
 200fbf8:	c4 06 80 00 	ld  [ %i2 ], %g2                               
 200fbfc:	c4 20 40 00 	st  %g2, [ %g1 ]                               
 200fc00:	c4 06 a0 04 	ld  [ %i2 + 4 ], %g2                           
 200fc04:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
 200fc08:	c4 06 a0 08 	ld  [ %i2 + 8 ], %g2                           
 200fc0c:	c4 20 60 08 	st  %g2, [ %g1 + 8 ]                           
      }                                                               
                                                                      
      _Thread_queue_Extract_with_proxy( the_thread );                 
 200fc10:	90 10 00 18 	mov  %i0, %o0                                  
 200fc14:	7f ff e4 04 	call  2008c24 <_Thread_queue_Extract_with_proxy>
 200fc18:	b0 10 20 01 	mov  1, %i0                                    
      return true;                                                    
 200fc1c:	81 c7 e0 08 	ret                                            
 200fc20:	81 e8 00 00 	restore                                        
   *  Is the thread is specifically waiting for a signal?             
   */                                                                 
                                                                      
  if ( _States_Is_interruptible_signal( the_thread->current_state ) ) {
                                                                      
    if ( (the_thread->Wait.option & mask) || (~api->signals_blocked & mask) ) {
 200fc24:	80 a9 00 01 	andncc  %g4, %g1, %g0                          
 200fc28:	12 bf ff f0 	bne  200fbe8 <_POSIX_signals_Unblock_thread+0xc8>
 200fc2c:	82 10 20 04 	mov  4, %g1                                    
 200fc30:	30 bf ff e7 	b,a   200fbcc <_POSIX_signals_Unblock_thread+0xac>
                                                                      
      the_info = (siginfo_t *) the_thread->Wait.return_argument;      
                                                                      
      if ( !info ) {                                                  
        the_info->si_signo = signo;                                   
        the_info->si_code = SI_USER;                                  
 200fc34:	84 10 20 01 	mov  1, %g2                                    
      the_thread->Wait.return_code = EINTR;                           
                                                                      
      the_info = (siginfo_t *) the_thread->Wait.return_argument;      
                                                                      
      if ( !info ) {                                                  
        the_info->si_signo = signo;                                   
 200fc38:	f2 20 40 00 	st  %i1, [ %g1 ]                               
        the_info->si_code = SI_USER;                                  
        the_info->si_value.sival_int = 0;                             
 200fc3c:	c0 20 60 08 	clr  [ %g1 + 8 ]                               
                                                                      
      the_info = (siginfo_t *) the_thread->Wait.return_argument;      
                                                                      
      if ( !info ) {                                                  
        the_info->si_signo = signo;                                   
        the_info->si_code = SI_USER;                                  
 200fc40:	10 bf ff f4 	b  200fc10 <_POSIX_signals_Unblock_thread+0xf0>
 200fc44:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
	      (void) _Watchdog_Remove( &the_thread->Timer );                 
	    _Thread_Unblock( the_thread );                                   
	  }                                                                  
    } else if ( the_thread->current_state == STATES_READY ) {         
      if ( _ISR_Is_in_progress() && _Thread_Is_executing( the_thread ) )
	_ISR_Signals_to_thread_executing = true;                             
 200fc48:	c6 28 62 98 	stb  %g3, [ %g1 + 0x298 ]                      
 200fc4c:	81 c7 e0 08 	ret                                            
 200fc50:	91 e8 20 00 	restore  %g0, 0, %o0                           
	  _Thread_queue_Extract_with_proxy( the_thread );                    
	else                                                                 
      #endif                                                          
	  if ( _States_Is_delaying(the_thread->current_state) ){             
	    if ( _Watchdog_Is_active( &the_thread->Timer ) )                 
	      (void) _Watchdog_Remove( &the_thread->Timer );                 
 200fc54:	7f ff e6 f2 	call  200981c <_Watchdog_Remove>               
 200fc58:	90 06 20 48 	add  %i0, 0x48, %o0                            
 200fc5c:	10 bf ff cb 	b  200fb88 <_POSIX_signals_Unblock_thread+0x68>
 200fc60:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      

020063d8 <_RTEMS_tasks_Initialize_user_tasks_body>: * * Output parameters: NONE */ void _RTEMS_tasks_Initialize_user_tasks_body( void ) {
 20063d8:	9d e3 bf 98 	save  %sp, -104, %sp                           
  rtems_initialization_tasks_table *user_tasks;                       
                                                                      
  /*                                                                  
   *  Move information into local variables                           
   */                                                                 
  user_tasks = Configuration_RTEMS_API.User_initialization_tasks_table;
 20063dc:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 20063e0:	82 10 61 f0 	or  %g1, 0x1f0, %g1	! 201c1f0 <Configuration_RTEMS_API>
 20063e4:	e0 00 60 2c 	ld  [ %g1 + 0x2c ], %l0                        
  maximum    = Configuration_RTEMS_API.number_of_initialization_tasks;
                                                                      
  /*                                                                  
   *  Verify that we have a set of user tasks to iterate              
   */                                                                 
  if ( !user_tasks )                                                  
 20063e8:	80 a4 20 00 	cmp  %l0, 0                                    
 20063ec:	02 80 00 1a 	be  2006454 <_RTEMS_tasks_Initialize_user_tasks_body+0x7c>
 20063f0:	e4 00 60 28 	ld  [ %g1 + 0x28 ], %l2                        
    return;                                                           
                                                                      
  /*                                                                  
   *  Now iterate over the initialization tasks and create/start them.
   */                                                                 
  for ( index=0 ; index < maximum ; index++ ) {                       
 20063f4:	80 a4 a0 00 	cmp  %l2, 0                                    
 20063f8:	02 80 00 17 	be  2006454 <_RTEMS_tasks_Initialize_user_tasks_body+0x7c><== NEVER TAKEN
 20063fc:	a2 10 20 00 	clr  %l1                                       
 2006400:	a6 07 bf fc 	add  %fp, -4, %l3                              
    return_value = rtems_task_create(                                 
 2006404:	d0 04 00 00 	ld  [ %l0 ], %o0                               
 2006408:	d2 04 20 08 	ld  [ %l0 + 8 ], %o1                           
 200640c:	d4 04 20 04 	ld  [ %l0 + 4 ], %o2                           
 2006410:	d6 04 20 14 	ld  [ %l0 + 0x14 ], %o3                        
 2006414:	d8 04 20 0c 	ld  [ %l0 + 0xc ], %o4                         
 2006418:	7f ff ff 6e 	call  20061d0 <rtems_task_create>              
 200641c:	9a 10 00 13 	mov  %l3, %o5                                  
      user_tasks[ index ].stack_size,                                 
      user_tasks[ index ].mode_set,                                   
      user_tasks[ index ].attribute_set,                              
      &id                                                             
    );                                                                
    if ( !rtems_is_status_successful( return_value ) )                
 2006420:	80 a2 20 00 	cmp  %o0, 0                                    
 2006424:	12 80 00 0f 	bne  2006460 <_RTEMS_tasks_Initialize_user_tasks_body+0x88>
 2006428:	94 10 00 08 	mov  %o0, %o2                                  
      _Internal_error_Occurred( INTERNAL_ERROR_RTEMS_API, true, return_value );
                                                                      
    return_value = rtems_task_start(                                  
 200642c:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
 2006430:	d2 04 20 10 	ld  [ %l0 + 0x10 ], %o1                        
 2006434:	40 00 00 0f 	call  2006470 <rtems_task_start>               
 2006438:	d4 04 20 18 	ld  [ %l0 + 0x18 ], %o2                        
      id,                                                             
      user_tasks[ index ].entry_point,                                
      user_tasks[ index ].argument                                    
    );                                                                
    if ( !rtems_is_status_successful( return_value ) )                
 200643c:	80 a2 20 00 	cmp  %o0, 0                                    
 2006440:	12 80 00 07 	bne  200645c <_RTEMS_tasks_Initialize_user_tasks_body+0x84>
 2006444:	a2 04 60 01 	inc  %l1                                       
    return;                                                           
                                                                      
  /*                                                                  
   *  Now iterate over the initialization tasks and create/start them.
   */                                                                 
  for ( index=0 ; index < maximum ; index++ ) {                       
 2006448:	80 a4 80 11 	cmp  %l2, %l1                                  
 200644c:	18 bf ff ee 	bgu  2006404 <_RTEMS_tasks_Initialize_user_tasks_body+0x2c><== NEVER TAKEN
 2006450:	a0 04 20 1c 	add  %l0, 0x1c, %l0                            
 2006454:	81 c7 e0 08 	ret                                            
 2006458:	81 e8 00 00 	restore                                        
      id,                                                             
      user_tasks[ index ].entry_point,                                
      user_tasks[ index ].argument                                    
    );                                                                
    if ( !rtems_is_status_successful( return_value ) )                
      _Internal_error_Occurred( INTERNAL_ERROR_RTEMS_API, true, return_value );
 200645c:	94 10 00 08 	mov  %o0, %o2                                  
 2006460:	92 10 20 01 	mov  1, %o1                                    
 2006464:	40 00 03 bd 	call  2007358 <_Internal_error_Occurred>       
 2006468:	90 10 20 01 	mov  1, %o0                                    
                                                                      

0200c70c <_RTEMS_tasks_Post_switch_extension>: */ void _RTEMS_tasks_Post_switch_extension( Thread_Control *executing ) {
 200c70c:	9d e3 bf 98 	save  %sp, -104, %sp                           
  RTEMS_API_Control *api;                                             
  ASR_Information   *asr;                                             
  rtems_signal_set   signal_set;                                      
  Modes_Control      prev_mode;                                       
                                                                      
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
 200c710:	e0 06 21 68 	ld  [ %i0 + 0x168 ], %l0                       
  if ( !api )                                                         
 200c714:	80 a4 20 00 	cmp  %l0, 0                                    
 200c718:	02 80 00 1f 	be  200c794 <_RTEMS_tasks_Post_switch_extension+0x88><== NEVER TAKEN
 200c71c:	01 00 00 00 	nop                                            
   *  Signal Processing                                               
   */                                                                 
                                                                      
  asr = &api->Signal;                                                 
                                                                      
  _ISR_Disable( level );                                              
 200c720:	7f ff d6 e3 	call  20022ac <sparc_disable_interrupts>       
 200c724:	01 00 00 00 	nop                                            
    signal_set = asr->signals_posted;                                 
 200c728:	e2 04 20 14 	ld  [ %l0 + 0x14 ], %l1                        
    asr->signals_posted = 0;                                          
 200c72c:	c0 24 20 14 	clr  [ %l0 + 0x14 ]                            
  _ISR_Enable( level );                                               
 200c730:	7f ff d6 e3 	call  20022bc <sparc_enable_interrupts>        
 200c734:	01 00 00 00 	nop                                            
                                                                      
                                                                      
  if ( !signal_set ) /* similar to _ASR_Are_signals_pending( asr ) */ 
 200c738:	80 a4 60 00 	cmp  %l1, 0                                    
 200c73c:	32 80 00 04 	bne,a   200c74c <_RTEMS_tasks_Post_switch_extension+0x40>
 200c740:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
 200c744:	81 c7 e0 08 	ret                                            
 200c748:	81 e8 00 00 	restore                                        
    return;                                                           
                                                                      
  asr->nest_level += 1;                                               
  rtems_task_mode( asr->mode_set, RTEMS_ALL_MODE_MASKS, &prev_mode ); 
 200c74c:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        
                                                                      
                                                                      
  if ( !signal_set ) /* similar to _ASR_Are_signals_pending( asr ) */ 
    return;                                                           
                                                                      
  asr->nest_level += 1;                                               
 200c750:	82 00 60 01 	inc  %g1                                       
  rtems_task_mode( asr->mode_set, RTEMS_ALL_MODE_MASKS, &prev_mode ); 
 200c754:	a4 07 bf fc 	add  %fp, -4, %l2                              
                                                                      
                                                                      
  if ( !signal_set ) /* similar to _ASR_Are_signals_pending( asr ) */ 
    return;                                                           
                                                                      
  asr->nest_level += 1;                                               
 200c758:	c2 24 20 1c 	st  %g1, [ %l0 + 0x1c ]                        
  rtems_task_mode( asr->mode_set, RTEMS_ALL_MODE_MASKS, &prev_mode ); 
 200c75c:	94 10 00 12 	mov  %l2, %o2                                  
 200c760:	27 00 00 3f 	sethi  %hi(0xfc00), %l3                        
 200c764:	40 00 09 07 	call  200eb80 <rtems_task_mode>                
 200c768:	92 14 e3 ff 	or  %l3, 0x3ff, %o1	! ffff <PROM_START+0xffff> 
                                                                      
  (*asr->handler)( signal_set );                                      
 200c76c:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         
 200c770:	9f c0 40 00 	call  %g1                                      
 200c774:	90 10 00 11 	mov  %l1, %o0                                  
                                                                      
  asr->nest_level -= 1;                                               
 200c778:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
  rtems_task_mode( prev_mode, RTEMS_ALL_MODE_MASKS, &prev_mode );     
 200c77c:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
  asr->nest_level += 1;                                               
  rtems_task_mode( asr->mode_set, RTEMS_ALL_MODE_MASKS, &prev_mode ); 
                                                                      
  (*asr->handler)( signal_set );                                      
                                                                      
  asr->nest_level -= 1;                                               
 200c780:	82 00 7f ff 	add  %g1, -1, %g1                              
  rtems_task_mode( prev_mode, RTEMS_ALL_MODE_MASKS, &prev_mode );     
 200c784:	92 14 e3 ff 	or  %l3, 0x3ff, %o1                            
  asr->nest_level += 1;                                               
  rtems_task_mode( asr->mode_set, RTEMS_ALL_MODE_MASKS, &prev_mode ); 
                                                                      
  (*asr->handler)( signal_set );                                      
                                                                      
  asr->nest_level -= 1;                                               
 200c788:	c2 24 20 1c 	st  %g1, [ %l0 + 0x1c ]                        
  rtems_task_mode( prev_mode, RTEMS_ALL_MODE_MASKS, &prev_mode );     
 200c78c:	40 00 08 fd 	call  200eb80 <rtems_task_mode>                
 200c790:	94 10 00 12 	mov  %l2, %o2                                  
 200c794:	81 c7 e0 08 	ret                                            
 200c798:	81 e8 00 00 	restore                                        
                                                                      

0200c630 <_RTEMS_tasks_Switch_extension>: /* * Per Task Variables */ tvp = executing->task_variables;
 200c630:	c2 02 21 78 	ld  [ %o0 + 0x178 ], %g1                       
  while (tvp) {                                                       
 200c634:	80 a0 60 00 	cmp  %g1, 0                                    
 200c638:	22 80 00 0b 	be,a   200c664 <_RTEMS_tasks_Switch_extension+0x34>
 200c63c:	c2 02 61 78 	ld  [ %o1 + 0x178 ], %g1                       
    tvp->tval = *tvp->ptr;                                            
 200c640:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
    *tvp->ptr = tvp->gval;                                            
 200c644:	c6 00 60 08 	ld  [ %g1 + 8 ], %g3                           
   *  Per Task Variables                                              
   */                                                                 
                                                                      
  tvp = executing->task_variables;                                    
  while (tvp) {                                                       
    tvp->tval = *tvp->ptr;                                            
 200c648:	c8 00 80 00 	ld  [ %g2 ], %g4                               
 200c64c:	c8 20 60 0c 	st  %g4, [ %g1 + 0xc ]                         
    *tvp->ptr = tvp->gval;                                            
    tvp = (rtems_task_variable_t *)tvp->next;                         
 200c650:	c2 00 40 00 	ld  [ %g1 ], %g1                               
  /*                                                                  
   *  Per Task Variables                                              
   */                                                                 
                                                                      
  tvp = executing->task_variables;                                    
  while (tvp) {                                                       
 200c654:	80 a0 60 00 	cmp  %g1, 0                                    
 200c658:	12 bf ff fa 	bne  200c640 <_RTEMS_tasks_Switch_extension+0x10><== NEVER TAKEN
 200c65c:	c6 20 80 00 	st  %g3, [ %g2 ]                               
    tvp->tval = *tvp->ptr;                                            
    *tvp->ptr = tvp->gval;                                            
    tvp = (rtems_task_variable_t *)tvp->next;                         
  }                                                                   
                                                                      
  tvp = heir->task_variables;                                         
 200c660:	c2 02 61 78 	ld  [ %o1 + 0x178 ], %g1                       
  while (tvp) {                                                       
 200c664:	80 a0 60 00 	cmp  %g1, 0                                    
 200c668:	02 80 00 0a 	be  200c690 <_RTEMS_tasks_Switch_extension+0x60>
 200c66c:	01 00 00 00 	nop                                            
    tvp->gval = *tvp->ptr;                                            
 200c670:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
    *tvp->ptr = tvp->tval;                                            
 200c674:	c6 00 60 0c 	ld  [ %g1 + 0xc ], %g3                         
    tvp = (rtems_task_variable_t *)tvp->next;                         
  }                                                                   
                                                                      
  tvp = heir->task_variables;                                         
  while (tvp) {                                                       
    tvp->gval = *tvp->ptr;                                            
 200c678:	c8 00 80 00 	ld  [ %g2 ], %g4                               
 200c67c:	c8 20 60 08 	st  %g4, [ %g1 + 8 ]                           
    *tvp->ptr = tvp->tval;                                            
    tvp = (rtems_task_variable_t *)tvp->next;                         
 200c680:	c2 00 40 00 	ld  [ %g1 ], %g1                               
    *tvp->ptr = tvp->gval;                                            
    tvp = (rtems_task_variable_t *)tvp->next;                         
  }                                                                   
                                                                      
  tvp = heir->task_variables;                                         
  while (tvp) {                                                       
 200c684:	80 a0 60 00 	cmp  %g1, 0                                    
 200c688:	12 bf ff fa 	bne  200c670 <_RTEMS_tasks_Switch_extension+0x40><== NEVER TAKEN
 200c68c:	c6 20 80 00 	st  %g3, [ %g2 ]                               
 200c690:	81 c3 e0 08 	retl                                           
                                                                      

02007710 <_Rate_monotonic_Timeout>: void _Rate_monotonic_Timeout( Objects_Id id, void *ignored ) {
 2007710:	9d e3 bf 98 	save  %sp, -104, %sp                           
 2007714:	11 00 80 8a 	sethi  %hi(0x2022800), %o0                     
 2007718:	92 10 00 18 	mov  %i0, %o1                                  
 200771c:	90 12 22 a0 	or  %o0, 0x2a0, %o0                            
 2007720:	40 00 08 06 	call  2009738 <_Objects_Get>                   
 2007724:	94 07 bf fc 	add  %fp, -4, %o2                              
  /*                                                                  
   *  When we get here, the Timer is already off the chain so we do not
   *  have to worry about that -- hence no _Watchdog_Remove().        
   */                                                                 
  the_period = _Rate_monotonic_Get( id, &location );                  
  switch ( location ) {                                               
 2007728:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200772c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007730:	12 80 00 16 	bne  2007788 <_Rate_monotonic_Timeout+0x78>    <== NEVER TAKEN
 2007734:	a0 10 00 08 	mov  %o0, %l0                                  
                                                                      
    case OBJECTS_LOCAL:                                               
      the_thread = the_period->owner;                                 
 2007738:	d0 02 20 40 	ld  [ %o0 + 0x40 ], %o0                        
      if ( _States_Is_waiting_for_period( the_thread->current_state ) &&
 200773c:	03 00 00 10 	sethi  %hi(0x4000), %g1                        
 2007740:	c4 02 20 10 	ld  [ %o0 + 0x10 ], %g2                        
 2007744:	80 88 80 01 	btst  %g2, %g1                                 
 2007748:	22 80 00 08 	be,a   2007768 <_Rate_monotonic_Timeout+0x58>  
 200774c:	c2 04 20 38 	ld  [ %l0 + 0x38 ], %g1                        
            the_thread->Wait.id == the_period->Object.id ) {          
 2007750:	c4 02 20 20 	ld  [ %o0 + 0x20 ], %g2                        
 2007754:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2007758:	80 a0 80 01 	cmp  %g2, %g1                                  
 200775c:	02 80 00 19 	be  20077c0 <_Rate_monotonic_Timeout+0xb0>     
 2007760:	13 04 00 ff 	sethi  %hi(0x1003fc00), %o1                    
        _Thread_Unblock( the_thread );                                
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
                                                                      
        _Watchdog_Insert_ticks( &the_period->Timer, the_period->next_length );
      } else if ( the_period->state == RATE_MONOTONIC_OWNER_IS_BLOCKING ) {
 2007764:	c2 04 20 38 	ld  [ %l0 + 0x38 ], %g1                        
 2007768:	80 a0 60 01 	cmp  %g1, 1                                    
 200776c:	02 80 00 09 	be  2007790 <_Rate_monotonic_Timeout+0x80>     
 2007770:	82 10 20 04 	mov  4, %g1                                    
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
                                                                      
        _Watchdog_Insert_ticks( &the_period->Timer, the_period->next_length );
      } else                                                          
        the_period->state = RATE_MONOTONIC_EXPIRED;                   
 2007774:	c2 24 20 38 	st  %g1, [ %l0 + 0x38 ]                        
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unnest_dispatch( void )             
{                                                                     
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
  _Thread_Dispatch_disable_level -= 1;                                
 2007778:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
 200777c:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2	! 2022c10 <_Thread_Dispatch_disable_level>
 2007780:	84 00 bf ff 	add  %g2, -1, %g2                              
 2007784:	c4 20 60 10 	st  %g2, [ %g1 + 0x10 ]                        
 2007788:	81 c7 e0 08 	ret                                            
 200778c:	81 e8 00 00 	restore                                        
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
                                                                      
        _Watchdog_Insert_ticks( &the_period->Timer, the_period->next_length );
      } else if ( the_period->state == RATE_MONOTONIC_OWNER_IS_BLOCKING ) {
        the_period->state = RATE_MONOTONIC_EXPIRED_WHILE_BLOCKING;    
 2007790:	82 10 20 03 	mov  3, %g1                                    
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
 2007794:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
                                                                      
        _Watchdog_Insert_ticks( &the_period->Timer, the_period->next_length );
      } else if ( the_period->state == RATE_MONOTONIC_OWNER_IS_BLOCKING ) {
        the_period->state = RATE_MONOTONIC_EXPIRED_WHILE_BLOCKING;    
 2007798:	c2 24 20 38 	st  %g1, [ %l0 + 0x38 ]                        
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
 200779c:	7f ff fe 24 	call  200702c <_Rate_monotonic_Initiate_statistics>
 20077a0:	01 00 00 00 	nop                                            
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 20077a4:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 20077a8:	92 04 20 10 	add  %l0, 0x10, %o1                            
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 20077ac:	c2 24 20 1c 	st  %g1, [ %l0 + 0x1c ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 20077b0:	11 00 80 8b 	sethi  %hi(0x2022c00), %o0                     
 20077b4:	40 00 10 02 	call  200b7bc <_Watchdog_Insert>               
 20077b8:	90 12 20 f0 	or  %o0, 0xf0, %o0	! 2022cf0 <_Watchdog_Ticks_chain>
 20077bc:	30 bf ff ef 	b,a   2007778 <_Rate_monotonic_Timeout+0x68>   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unblock (                           
  Thread_Control *the_thread                                          
)                                                                     
{                                                                     
  _Thread_Clear_state( the_thread, STATES_BLOCKED );                  
 20077c0:	40 00 09 57 	call  2009d1c <_Thread_Clear_state>            
 20077c4:	92 12 63 f8 	or  %o1, 0x3f8, %o1                            
      the_thread = the_period->owner;                                 
      if ( _States_Is_waiting_for_period( the_thread->current_state ) &&
            the_thread->Wait.id == the_period->Object.id ) {          
        _Thread_Unblock( the_thread );                                
                                                                      
        _Rate_monotonic_Initiate_statistics( the_period );            
 20077c8:	10 bf ff f5 	b  200779c <_Rate_monotonic_Timeout+0x8c>      
 20077cc:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      

02007088 <_TOD_Validate>: */ bool _TOD_Validate( const rtems_time_of_day *the_tod ) {
 2007088:	9d e3 bf a0 	save  %sp, -96, %sp                            
  uint32_t   days_in_month;                                           
  uint32_t   ticks_per_second;                                        
                                                                      
  ticks_per_second = TOD_MICROSECONDS_PER_SECOND /                    
	    rtems_configuration_get_microseconds_per_tick();                 
 200708c:	03 00 80 8a 	sethi  %hi(0x2022800), %g1                     
  if ((!the_tod)                                  ||                  
 2007090:	80 a6 20 00 	cmp  %i0, 0                                    
 2007094:	02 80 00 2e 	be  200714c <_TOD_Validate+0xc4>               <== NEVER TAKEN
 2007098:	d2 00 61 d4 	ld  [ %g1 + 0x1d4 ], %o1                       
 200709c:	11 00 03 d0 	sethi  %hi(0xf4000), %o0                       
 20070a0:	40 00 5d bb 	call  201e78c <.udiv>                          
 20070a4:	90 12 22 40 	or  %o0, 0x240, %o0	! f4240 <PROM_START+0xf4240>
      (the_tod->ticks  >= ticks_per_second)       ||                  
 20070a8:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        
 20070ac:	80 a2 00 01 	cmp  %o0, %g1                                  
 20070b0:	08 80 00 27 	bleu  200714c <_TOD_Validate+0xc4>             
 20070b4:	01 00 00 00 	nop                                            
      (the_tod->second >= TOD_SECONDS_PER_MINUTE) ||                  
 20070b8:	c2 06 20 14 	ld  [ %i0 + 0x14 ], %g1                        
 20070bc:	80 a0 60 3b 	cmp  %g1, 0x3b                                 
 20070c0:	18 80 00 23 	bgu  200714c <_TOD_Validate+0xc4>              
 20070c4:	01 00 00 00 	nop                                            
      (the_tod->minute >= TOD_MINUTES_PER_HOUR)   ||                  
 20070c8:	c2 06 20 10 	ld  [ %i0 + 0x10 ], %g1                        
 20070cc:	80 a0 60 3b 	cmp  %g1, 0x3b                                 
 20070d0:	18 80 00 1f 	bgu  200714c <_TOD_Validate+0xc4>              
 20070d4:	01 00 00 00 	nop                                            
      (the_tod->hour   >= TOD_HOURS_PER_DAY)      ||                  
 20070d8:	c2 06 20 0c 	ld  [ %i0 + 0xc ], %g1                         
 20070dc:	80 a0 60 17 	cmp  %g1, 0x17                                 
 20070e0:	18 80 00 1b 	bgu  200714c <_TOD_Validate+0xc4>              
 20070e4:	01 00 00 00 	nop                                            
      (the_tod->month  == 0)                      ||                  
 20070e8:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
  uint32_t   days_in_month;                                           
  uint32_t   ticks_per_second;                                        
                                                                      
  ticks_per_second = TOD_MICROSECONDS_PER_SECOND /                    
	    rtems_configuration_get_microseconds_per_tick();                 
  if ((!the_tod)                                  ||                  
 20070ec:	80 a0 60 00 	cmp  %g1, 0                                    
 20070f0:	02 80 00 17 	be  200714c <_TOD_Validate+0xc4>               <== NEVER TAKEN
 20070f4:	80 a0 60 0c 	cmp  %g1, 0xc                                  
 20070f8:	18 80 00 15 	bgu  200714c <_TOD_Validate+0xc4>              
 20070fc:	01 00 00 00 	nop                                            
      (the_tod->second >= TOD_SECONDS_PER_MINUTE) ||                  
      (the_tod->minute >= TOD_MINUTES_PER_HOUR)   ||                  
      (the_tod->hour   >= TOD_HOURS_PER_DAY)      ||                  
      (the_tod->month  == 0)                      ||                  
      (the_tod->month  >  TOD_MONTHS_PER_YEAR)    ||                  
      (the_tod->year   <  TOD_BASE_YEAR)          ||                  
 2007100:	c4 06 00 00 	ld  [ %i0 ], %g2                               
  uint32_t   days_in_month;                                           
  uint32_t   ticks_per_second;                                        
                                                                      
  ticks_per_second = TOD_MICROSECONDS_PER_SECOND /                    
	    rtems_configuration_get_microseconds_per_tick();                 
  if ((!the_tod)                                  ||                  
 2007104:	80 a0 a7 c3 	cmp  %g2, 0x7c3                                
 2007108:	08 80 00 11 	bleu  200714c <_TOD_Validate+0xc4>             
 200710c:	01 00 00 00 	nop                                            
      (the_tod->minute >= TOD_MINUTES_PER_HOUR)   ||                  
      (the_tod->hour   >= TOD_HOURS_PER_DAY)      ||                  
      (the_tod->month  == 0)                      ||                  
      (the_tod->month  >  TOD_MONTHS_PER_YEAR)    ||                  
      (the_tod->year   <  TOD_BASE_YEAR)          ||                  
      (the_tod->day    == 0) )                                        
 2007110:	c6 06 20 08 	ld  [ %i0 + 8 ], %g3                           
  uint32_t   days_in_month;                                           
  uint32_t   ticks_per_second;                                        
                                                                      
  ticks_per_second = TOD_MICROSECONDS_PER_SECOND /                    
	    rtems_configuration_get_microseconds_per_tick();                 
  if ((!the_tod)                                  ||                  
 2007114:	80 a0 e0 00 	cmp  %g3, 0                                    
 2007118:	02 80 00 0d 	be  200714c <_TOD_Validate+0xc4>               <== NEVER TAKEN
 200711c:	80 88 a0 03 	btst  3, %g2                                   
      (the_tod->month  >  TOD_MONTHS_PER_YEAR)    ||                  
      (the_tod->year   <  TOD_BASE_YEAR)          ||                  
      (the_tod->day    == 0) )                                        
     return false;                                                    
                                                                      
  if ( (the_tod->year % 4) == 0 )                                     
 2007120:	32 80 00 0d 	bne,a   2007154 <_TOD_Validate+0xcc>           
 2007124:	83 28 60 02 	sll  %g1, 2, %g1                               
    days_in_month = _TOD_Days_per_month[ 1 ][ the_tod->month ];       
 2007128:	82 00 60 0d 	add  %g1, 0xd, %g1                             
 200712c:	05 00 80 84 	sethi  %hi(0x2021000), %g2                     
 2007130:	83 28 60 02 	sll  %g1, 2, %g1                               
 2007134:	84 10 a1 1c 	or  %g2, 0x11c, %g2                            
 2007138:	c2 00 80 01 	ld  [ %g2 + %g1 ], %g1                         
 *    false - if the the_tod is invalid                               
 *                                                                    
 *  NOTE: This routine only works for leap-years through 2099.        
 */                                                                   
                                                                      
bool _TOD_Validate(                                                   
 200713c:	80 a0 40 03 	cmp  %g1, %g3                                  
 2007140:	b0 60 3f ff 	subx  %g0, -1, %i0                             
 2007144:	81 c7 e0 08 	ret                                            
 2007148:	81 e8 00 00 	restore                                        
                                                                      
  if ( the_tod->day > days_in_month )                                 
    return false;                                                     
                                                                      
  return true;                                                        
}                                                                     
 200714c:	81 c7 e0 08 	ret                                            
 2007150:	91 e8 20 00 	restore  %g0, 0, %o0                           
     return false;                                                    
                                                                      
  if ( (the_tod->year % 4) == 0 )                                     
    days_in_month = _TOD_Days_per_month[ 1 ][ the_tod->month ];       
  else                                                                
    days_in_month = _TOD_Days_per_month[ 0 ][ the_tod->month ];       
 2007154:	05 00 80 84 	sethi  %hi(0x2021000), %g2                     
 2007158:	84 10 a1 1c 	or  %g2, 0x11c, %g2	! 202111c <_TOD_Days_per_month>
 200715c:	10 bf ff f8 	b  200713c <_TOD_Validate+0xb4>                
 2007160:	c2 00 80 01 	ld  [ %g2 + %g1 ], %g1                         
                                                                      

02007d38 <_Thread_Change_priority>: void _Thread_Change_priority( Thread_Control *the_thread, Priority_Control new_priority, bool prepend_it ) {
 2007d38:	9d e3 bf a0 	save  %sp, -96, %sp                            
*/                                                                    
                                                                      
  /*                                                                  
   * Save original state                                              
   */                                                                 
  original_state = the_thread->current_state;                         
 2007d3c:	e2 06 20 10 	ld  [ %i0 + 0x10 ], %l1                        
  /*                                                                  
   * Set a transient state for the thread so it is pulled off the Ready chains.
   * This will prevent it from being scheduled no matter what happens in an
   * ISR.                                                             
   */                                                                 
  _Thread_Set_transient( the_thread );                                
 2007d40:	40 00 04 90 	call  2008f80 <_Thread_Set_transient>          
 2007d44:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   *  Do not bother recomputing all the priority related information if
   *  we are not REALLY changing priority.                            
   */                                                                 
 if ( the_thread->current_priority != new_priority )                  
 2007d48:	c2 06 20 14 	ld  [ %i0 + 0x14 ], %g1                        
 2007d4c:	80 a0 40 19 	cmp  %g1, %i1                                  
 2007d50:	02 80 00 05 	be  2007d64 <_Thread_Change_priority+0x2c>     
 2007d54:	a0 10 00 18 	mov  %i0, %l0                                  
    _Thread_Set_priority( the_thread, new_priority );                 
 2007d58:	92 10 00 19 	mov  %i1, %o1                                  
 2007d5c:	40 00 04 0d 	call  2008d90 <_Thread_Set_priority>           
 2007d60:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  _ISR_Disable( level );                                              
 2007d64:	7f ff e9 52 	call  20022ac <sparc_disable_interrupts>       
 2007d68:	01 00 00 00 	nop                                            
 2007d6c:	b0 10 00 08 	mov  %o0, %i0                                  
                                                                      
  /*                                                                  
   *  If the thread has more than STATES_TRANSIENT set, then it is blocked,
   *  If it is blocked on a thread queue, then we need to requeue it. 
   */                                                                 
  state = the_thread->current_state;                                  
 2007d70:	e4 04 20 10 	ld  [ %l0 + 0x10 ], %l2                        
  if ( state != STATES_TRANSIENT ) {                                  
 2007d74:	80 a4 a0 04 	cmp  %l2, 4                                    
 2007d78:	02 80 00 18 	be  2007dd8 <_Thread_Change_priority+0xa0>     
 2007d7c:	80 8c 60 04 	btst  4, %l1                                   
    /* Only clear the transient state if it wasn't set already */     
    if ( ! _States_Is_transient( original_state ) )                   
 2007d80:	02 80 00 0b 	be  2007dac <_Thread_Change_priority+0x74>     <== ALWAYS TAKEN
 2007d84:	82 0c bf fb 	and  %l2, -5, %g1                              
      the_thread->current_state = _States_Clear( STATES_TRANSIENT, state );
    _ISR_Enable( level );                                             
 2007d88:	7f ff e9 4d 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 2007d8c:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
    if ( _States_Is_waiting_on_thread_queue( state ) ) {              
 2007d90:	03 00 00 ef 	sethi  %hi(0x3bc00), %g1                       <== NOT EXECUTED
 2007d94:	82 10 62 e0 	or  %g1, 0x2e0, %g1	! 3bee0 <PROM_START+0x3bee0><== NOT EXECUTED
 2007d98:	80 8c 80 01 	btst  %l2, %g1                                 <== NOT EXECUTED
 2007d9c:	32 80 00 0d 	bne,a   2007dd0 <_Thread_Change_priority+0x98> <== NOT EXECUTED
 2007da0:	f0 04 20 44 	ld  [ %l0 + 0x44 ], %i0                        <== NOT EXECUTED
 2007da4:	81 c7 e0 08 	ret                                            
 2007da8:	81 e8 00 00 	restore                                        
   */                                                                 
  state = the_thread->current_state;                                  
  if ( state != STATES_TRANSIENT ) {                                  
    /* Only clear the transient state if it wasn't set already */     
    if ( ! _States_Is_transient( original_state ) )                   
      the_thread->current_state = _States_Clear( STATES_TRANSIENT, state );
 2007dac:	c2 24 20 10 	st  %g1, [ %l0 + 0x10 ]                        
    _ISR_Enable( level );                                             
 2007db0:	7f ff e9 43 	call  20022bc <sparc_enable_interrupts>        
 2007db4:	90 10 00 18 	mov  %i0, %o0                                  
    if ( _States_Is_waiting_on_thread_queue( state ) ) {              
 2007db8:	03 00 00 ef 	sethi  %hi(0x3bc00), %g1                       
 2007dbc:	82 10 62 e0 	or  %g1, 0x2e0, %g1	! 3bee0 <PROM_START+0x3bee0>
 2007dc0:	80 8c 80 01 	btst  %l2, %g1                                 
 2007dc4:	02 bf ff f8 	be  2007da4 <_Thread_Change_priority+0x6c>     
 2007dc8:	01 00 00 00 	nop                                            
      _Thread_queue_Requeue( the_thread->Wait.queue, the_thread );    
 2007dcc:	f0 04 20 44 	ld  [ %l0 + 0x44 ], %i0                        
 2007dd0:	40 00 03 c0 	call  2008cd0 <_Thread_queue_Requeue>          
 2007dd4:	93 e8 00 10 	restore  %g0, %l0, %o1                         
    }                                                                 
    return;                                                           
  }                                                                   
                                                                      
  /* Only clear the transient state if it wasn't set already */       
  if ( ! _States_Is_transient( original_state ) ) {                   
 2007dd8:	12 80 00 14 	bne  2007e28 <_Thread_Change_priority+0xf0>    <== NEVER TAKEN
 2007ddc:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
                                                                      
RTEMS_INLINE_ROUTINE void _Priority_Add_to_bit_map (                  
  Priority_Information *the_priority_map                              
)                                                                     
{                                                                     
  *the_priority_map->minor |= the_priority_map->ready_minor;          
 2007de0:	c2 04 20 90 	ld  [ %l0 + 0x90 ], %g1                        
 2007de4:	c4 14 20 96 	lduh  [ %l0 + 0x96 ], %g2                      
 2007de8:	c6 10 40 00 	lduh  [ %g1 ], %g3                             
     *  Interrupts are STILL disabled.                                
     *  We now know the thread will be in the READY state when we remove
     *  the TRANSIENT state.  So we have to place it on the appropriate
     *  Ready Queue with interrupts off.                              
     */                                                               
    the_thread->current_state = _States_Clear( STATES_TRANSIENT, state );
 2007dec:	c0 24 20 10 	clr  [ %l0 + 0x10 ]                            
 2007df0:	84 10 c0 02 	or  %g3, %g2, %g2                              
 2007df4:	c4 30 40 00 	sth  %g2, [ %g1 ]                              
  _Priority_Major_bit_map  |= the_priority_map->ready_major;          
 2007df8:	c4 14 61 f4 	lduh  [ %l1 + 0x1f4 ], %g2                     
 2007dfc:	c2 14 20 94 	lduh  [ %l0 + 0x94 ], %g1                      
                                                                      
    _Priority_Add_to_bit_map( &the_thread->Priority_map );            
    if ( prepend_it )                                                 
 2007e00:	80 8e a0 ff 	btst  0xff, %i2                                
 2007e04:	82 10 80 01 	or  %g2, %g1, %g1                              
 2007e08:	c2 34 61 f4 	sth  %g1, [ %l1 + 0x1f4 ]                      
 2007e0c:	02 80 00 48 	be  2007f2c <_Thread_Change_priority+0x1f4>    
 2007e10:	c2 04 20 8c 	ld  [ %l0 + 0x8c ], %g1                        
)                                                                     
{                                                                     
  Chain_Node *before_node;                                            
                                                                      
  the_node->previous    = after_node;                                 
  before_node           = after_node->next;                           
 2007e14:	c4 00 40 00 	ld  [ %g1 ], %g2                               
  Chain_Node *the_node                                                
)                                                                     
{                                                                     
  Chain_Node *before_node;                                            
                                                                      
  the_node->previous    = after_node;                                 
 2007e18:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
  before_node           = after_node->next;                           
  after_node->next      = the_node;                                   
 2007e1c:	e0 20 40 00 	st  %l0, [ %g1 ]                               
  the_node->next        = before_node;                                
  before_node->previous = the_node;                                   
 2007e20:	e0 20 a0 04 	st  %l0, [ %g2 + 4 ]                           
  Chain_Node *before_node;                                            
                                                                      
  the_node->previous    = after_node;                                 
  before_node           = after_node->next;                           
  after_node->next      = the_node;                                   
  the_node->next        = before_node;                                
 2007e24:	c4 24 00 00 	st  %g2, [ %l0 ]                               
      _Chain_Prepend_unprotected( the_thread->ready, &the_thread->Object.Node );
    else                                                              
      _Chain_Append_unprotected( the_thread->ready, &the_thread->Object.Node );
  }                                                                   
                                                                      
  _ISR_Flash( level );                                                
 2007e28:	7f ff e9 25 	call  20022bc <sparc_enable_interrupts>        
 2007e2c:	90 10 00 18 	mov  %i0, %o0                                  
 2007e30:	7f ff e9 1f 	call  20022ac <sparc_disable_interrupts>       
 2007e34:	01 00 00 00 	nop                                            
RTEMS_INLINE_ROUTINE Priority_Control _Priority_Get_highest( void )   
{                                                                     
  Priority_Bit_map_control minor;                                     
  Priority_Bit_map_control major;                                     
                                                                      
  _Bitfield_Find_first_bit( _Priority_Major_bit_map, major );         
 2007e38:	c2 14 61 f4 	lduh  [ %l1 + 0x1f4 ], %g1                     
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Calculate_heir( void )              
{                                                                     
  _Thread_Heir = (Thread_Control *)                                   
    _Thread_Ready_chain[ _Priority_Get_highest() ].first;             
 2007e3c:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 2007e40:	83 28 60 10 	sll  %g1, 0x10, %g1                            
 2007e44:	da 00 a0 94 	ld  [ %g2 + 0x94 ], %o5                        
 2007e48:	85 30 60 10 	srl  %g1, 0x10, %g2                            
 2007e4c:	80 a0 a0 ff 	cmp  %g2, 0xff                                 
 2007e50:	08 80 00 27 	bleu  2007eec <_Thread_Change_priority+0x1b4>  
 2007e54:	07 00 80 6c 	sethi  %hi(0x201b000), %g3                     
 2007e58:	83 30 60 18 	srl  %g1, 0x18, %g1                            
 2007e5c:	86 10 e1 f0 	or  %g3, 0x1f0, %g3                            
 2007e60:	c4 08 c0 01 	ldub  [ %g3 + %g1 ], %g2                       
  _Bitfield_Find_first_bit( _Priority_Bit_map[major], minor );        
 2007e64:	09 00 80 73 	sethi  %hi(0x201cc00), %g4                     
 2007e68:	85 28 a0 10 	sll  %g2, 0x10, %g2                            
 2007e6c:	88 11 22 70 	or  %g4, 0x270, %g4                            
 2007e70:	83 30 a0 0f 	srl  %g2, 0xf, %g1                             
 2007e74:	c2 11 00 01 	lduh  [ %g4 + %g1 ], %g1                       
 2007e78:	83 28 60 10 	sll  %g1, 0x10, %g1                            
 2007e7c:	89 30 60 10 	srl  %g1, 0x10, %g4                            
 2007e80:	80 a1 20 ff 	cmp  %g4, 0xff                                 
 2007e84:	18 80 00 28 	bgu  2007f24 <_Thread_Change_priority+0x1ec>   
 2007e88:	83 30 60 18 	srl  %g1, 0x18, %g1                            
 2007e8c:	c2 08 c0 04 	ldub  [ %g3 + %g4 ], %g1                       
 2007e90:	82 00 60 08 	add  %g1, 8, %g1                               
 *  ready thread.                                                     
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Calculate_heir( void )              
{                                                                     
  _Thread_Heir = (Thread_Control *)                                   
 2007e94:	85 30 a0 0c 	srl  %g2, 0xc, %g2                             
 2007e98:	83 28 60 10 	sll  %g1, 0x10, %g1                            
 2007e9c:	83 30 60 10 	srl  %g1, 0x10, %g1                            
 2007ea0:	82 00 40 02 	add  %g1, %g2, %g1                             
 2007ea4:	85 28 60 04 	sll  %g1, 4, %g2                               
 2007ea8:	83 28 60 02 	sll  %g1, 2, %g1                               
 2007eac:	82 20 80 01 	sub  %g2, %g1, %g1                             
 2007eb0:	c2 03 40 01 	ld  [ %o5 + %g1 ], %g1                         
 *  is also the heir thread, and false otherwise.                     
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE bool _Thread_Is_executing_also_the_heir( void )  
{                                                                     
  return ( _Thread_Executing == _Thread_Heir );                       
 2007eb4:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 2007eb8:	c4 00 a2 00 	ld  [ %g2 + 0x200 ], %g2	! 201ce00 <_Thread_Executing>
 *  ready thread.                                                     
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Calculate_heir( void )              
{                                                                     
  _Thread_Heir = (Thread_Control *)                                   
 2007ebc:	07 00 80 73 	sethi  %hi(0x201cc00), %g3                     
   *  We altered the set of thread priorities.  So let's figure out   
   *  who is the heir and if we need to switch to them.               
   */                                                                 
  _Thread_Calculate_heir();                                           
                                                                      
  if ( !_Thread_Is_executing_also_the_heir() &&                       
 2007ec0:	80 a0 40 02 	cmp  %g1, %g2                                  
 2007ec4:	02 80 00 08 	be  2007ee4 <_Thread_Change_priority+0x1ac>    
 2007ec8:	c2 20 e1 d0 	st  %g1, [ %g3 + 0x1d0 ]                       
       _Thread_Executing->is_preemptible )                            
 2007ecc:	c2 08 a0 75 	ldub  [ %g2 + 0x75 ], %g1                      
 2007ed0:	80 a0 60 00 	cmp  %g1, 0                                    
 2007ed4:	02 80 00 04 	be  2007ee4 <_Thread_Change_priority+0x1ac>    
 2007ed8:	84 10 20 01 	mov  1, %g2                                    
    _Context_Switch_necessary = true;                                 
 2007edc:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2007ee0:	c4 28 62 10 	stb  %g2, [ %g1 + 0x210 ]	! 201ce10 <_Context_Switch_necessary>
  _ISR_Enable( level );                                               
 2007ee4:	7f ff e8 f6 	call  20022bc <sparc_enable_interrupts>        
 2007ee8:	81 e8 00 00 	restore                                        
RTEMS_INLINE_ROUTINE Priority_Control _Priority_Get_highest( void )   
{                                                                     
  Priority_Bit_map_control minor;                                     
  Priority_Bit_map_control major;                                     
                                                                      
  _Bitfield_Find_first_bit( _Priority_Major_bit_map, major );         
 2007eec:	86 10 e1 f0 	or  %g3, 0x1f0, %g3                            
 2007ef0:	c4 08 c0 02 	ldub  [ %g3 + %g2 ], %g2                       
  _Bitfield_Find_first_bit( _Priority_Bit_map[major], minor );        
 2007ef4:	09 00 80 73 	sethi  %hi(0x201cc00), %g4                     
RTEMS_INLINE_ROUTINE Priority_Control _Priority_Get_highest( void )   
{                                                                     
  Priority_Bit_map_control minor;                                     
  Priority_Bit_map_control major;                                     
                                                                      
  _Bitfield_Find_first_bit( _Priority_Major_bit_map, major );         
 2007ef8:	84 00 a0 08 	add  %g2, 8, %g2                               
  _Bitfield_Find_first_bit( _Priority_Bit_map[major], minor );        
 2007efc:	88 11 22 70 	or  %g4, 0x270, %g4                            
 2007f00:	85 28 a0 10 	sll  %g2, 0x10, %g2                            
 2007f04:	83 30 a0 0f 	srl  %g2, 0xf, %g1                             
 2007f08:	c2 11 00 01 	lduh  [ %g4 + %g1 ], %g1                       
 2007f0c:	83 28 60 10 	sll  %g1, 0x10, %g1                            
 2007f10:	89 30 60 10 	srl  %g1, 0x10, %g4                            
 2007f14:	80 a1 20 ff 	cmp  %g4, 0xff                                 
 2007f18:	28 bf ff de 	bleu,a   2007e90 <_Thread_Change_priority+0x158>
 2007f1c:	c2 08 c0 04 	ldub  [ %g3 + %g4 ], %g1                       
 2007f20:	83 30 60 18 	srl  %g1, 0x18, %g1                            
 2007f24:	10 bf ff dc 	b  2007e94 <_Thread_Change_priority+0x15c>     
 2007f28:	c2 08 c0 01 	ldub  [ %g3 + %g1 ], %g1                       
  Chain_Node    *the_node                                             
)                                                                     
{                                                                     
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
 2007f2c:	84 00 60 04 	add  %g1, 4, %g2                               
 2007f30:	c4 24 00 00 	st  %g2, [ %l0 ]                               
  old_last_node       = the_chain->last;                              
 2007f34:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
  the_chain->last     = the_node;                                     
 2007f38:	e0 20 60 08 	st  %l0, [ %g1 + 8 ]                           
  old_last_node->next = the_node;                                     
  the_node->previous  = old_last_node;                                
 2007f3c:	c4 24 20 04 	st  %g2, [ %l0 + 4 ]                           
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
  old_last_node       = the_chain->last;                              
  the_chain->last     = the_node;                                     
  old_last_node->next = the_node;                                     
 2007f40:	10 bf ff ba 	b  2007e28 <_Thread_Change_priority+0xf0>      
 2007f44:	e0 20 80 00 	st  %l0, [ %g2 ]                               
                                                                      

02007f48 <_Thread_Clear_state>: void _Thread_Clear_state( Thread_Control *the_thread, States_Control state ) {
 2007f48:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level       level;                                              
  States_Control  current_state;                                      
                                                                      
  _ISR_Disable( level );                                              
 2007f4c:	7f ff e8 d8 	call  20022ac <sparc_disable_interrupts>       
 2007f50:	a0 10 00 18 	mov  %i0, %l0                                  
 2007f54:	b0 10 00 08 	mov  %o0, %i0                                  
    current_state = the_thread->current_state;                        
 2007f58:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        
                                                                      
    if ( current_state & state ) {                                    
 2007f5c:	80 8e 40 01 	btst  %i1, %g1                                 
 2007f60:	02 80 00 06 	be  2007f78 <_Thread_Clear_state+0x30>         
 2007f64:	01 00 00 00 	nop                                            
RTEMS_INLINE_ROUTINE States_Control _States_Clear (                   
  States_Control states_to_clear,                                     
  States_Control current_state                                        
)                                                                     
{                                                                     
   return (current_state & ~states_to_clear);                         
 2007f68:	b2 28 40 19 	andn  %g1, %i1, %i1                            
      current_state =                                                 
      the_thread->current_state = _States_Clear( state, current_state );
                                                                      
      if ( _States_Is_ready( current_state ) ) {                      
 2007f6c:	80 a6 60 00 	cmp  %i1, 0                                    
 2007f70:	02 80 00 04 	be  2007f80 <_Thread_Clear_state+0x38>         
 2007f74:	f2 24 20 10 	st  %i1, [ %l0 + 0x10 ]                        
               the_thread->current_priority == 0 )                    
            _Context_Switch_necessary = true;                         
        }                                                             
      }                                                               
  }                                                                   
  _ISR_Enable( level );                                               
 2007f78:	7f ff e8 d1 	call  20022bc <sparc_enable_interrupts>        
 2007f7c:	81 e8 00 00 	restore                                        
                                                                      
RTEMS_INLINE_ROUTINE void _Priority_Add_to_bit_map (                  
  Priority_Information *the_priority_map                              
)                                                                     
{                                                                     
  *the_priority_map->minor |= the_priority_map->ready_minor;          
 2007f80:	c4 04 20 90 	ld  [ %l0 + 0x90 ], %g2                        
                                                                      
      if ( _States_Is_ready( current_state ) ) {                      
                                                                      
        _Priority_Add_to_bit_map( &the_thread->Priority_map );        
                                                                      
        _Chain_Append_unprotected(the_thread->ready, &the_thread->Object.Node);
 2007f84:	c2 04 20 8c 	ld  [ %l0 + 0x8c ], %g1                        
 2007f88:	c8 10 80 00 	lduh  [ %g2 ], %g4                             
 2007f8c:	c6 14 20 96 	lduh  [ %l0 + 0x96 ], %g3                      
 2007f90:	86 11 00 03 	or  %g4, %g3, %g3                              
 2007f94:	c6 30 80 00 	sth  %g3, [ %g2 ]                              
  Chain_Node    *the_node                                             
)                                                                     
{                                                                     
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
 2007f98:	84 00 60 04 	add  %g1, 4, %g2                               
  _Priority_Major_bit_map  |= the_priority_map->ready_major;          
 2007f9c:	c8 14 20 94 	lduh  [ %l0 + 0x94 ], %g4                      
 2007fa0:	c4 24 00 00 	st  %g2, [ %l0 ]                               
 2007fa4:	07 00 80 73 	sethi  %hi(0x201cc00), %g3                     
  old_last_node       = the_chain->last;                              
 2007fa8:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 2007fac:	da 10 e1 f4 	lduh  [ %g3 + 0x1f4 ], %o5                     
  the_chain->last     = the_node;                                     
 2007fb0:	e0 20 60 08 	st  %l0, [ %g1 + 8 ]                           
  old_last_node->next = the_node;                                     
  the_node->previous  = old_last_node;                                
 2007fb4:	c4 24 20 04 	st  %g2, [ %l0 + 4 ]                           
 2007fb8:	82 13 40 04 	or  %o5, %g4, %g1                              
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
  old_last_node       = the_chain->last;                              
  the_chain->last     = the_node;                                     
  old_last_node->next = the_node;                                     
 2007fbc:	e0 20 80 00 	st  %l0, [ %g2 ]                               
 2007fc0:	c2 30 e1 f4 	sth  %g1, [ %g3 + 0x1f4 ]                      
                                                                      
        _ISR_Flash( level );                                          
 2007fc4:	7f ff e8 be 	call  20022bc <sparc_enable_interrupts>        
 2007fc8:	01 00 00 00 	nop                                            
 2007fcc:	7f ff e8 b8 	call  20022ac <sparc_disable_interrupts>       
 2007fd0:	01 00 00 00 	nop                                            
         *    a context switch.                                       
         *  Pseudo-ISR case:                                          
         *    Even if the thread isn't preemptible, if the new heir is
         *    a pseudo-ISR system task, we need to do a context switch.
         */                                                           
        if ( the_thread->current_priority < _Thread_Heir->current_priority ) {
 2007fd4:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2007fd8:	c6 00 61 d0 	ld  [ %g1 + 0x1d0 ], %g3	! 201cdd0 <_Thread_Heir>
 2007fdc:	c4 04 20 14 	ld  [ %l0 + 0x14 ], %g2                        
 2007fe0:	c6 00 e0 14 	ld  [ %g3 + 0x14 ], %g3                        
 2007fe4:	80 a0 80 03 	cmp  %g2, %g3                                  
 2007fe8:	1a bf ff e4 	bcc  2007f78 <_Thread_Clear_state+0x30>        
 2007fec:	07 00 80 73 	sethi  %hi(0x201cc00), %g3                     
          _Thread_Heir = the_thread;                                  
          if ( _Thread_Executing->is_preemptible ||                   
 2007ff0:	c6 00 e2 00 	ld  [ %g3 + 0x200 ], %g3	! 201ce00 <_Thread_Executing>
         *  Pseudo-ISR case:                                          
         *    Even if the thread isn't preemptible, if the new heir is
         *    a pseudo-ISR system task, we need to do a context switch.
         */                                                           
        if ( the_thread->current_priority < _Thread_Heir->current_priority ) {
          _Thread_Heir = the_thread;                                  
 2007ff4:	e0 20 61 d0 	st  %l0, [ %g1 + 0x1d0 ]                       
          if ( _Thread_Executing->is_preemptible ||                   
 2007ff8:	c2 08 e0 75 	ldub  [ %g3 + 0x75 ], %g1                      
 2007ffc:	80 a0 60 00 	cmp  %g1, 0                                    
 2008000:	32 80 00 05 	bne,a   2008014 <_Thread_Clear_state+0xcc>     
 2008004:	84 10 20 01 	mov  1, %g2                                    
 2008008:	80 a0 a0 00 	cmp  %g2, 0                                    
 200800c:	12 bf ff db 	bne  2007f78 <_Thread_Clear_state+0x30>        <== ALWAYS TAKEN
 2008010:	84 10 20 01 	mov  1, %g2                                    
               the_thread->current_priority == 0 )                    
            _Context_Switch_necessary = true;                         
 2008014:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2008018:	c4 28 62 10 	stb  %g2, [ %g1 + 0x210 ]	! 201ce10 <_Context_Switch_necessary>
        }                                                             
      }                                                               
  }                                                                   
  _ISR_Enable( level );                                               
 200801c:	7f ff e8 a8 	call  20022bc <sparc_enable_interrupts>        
 2008020:	81 e8 00 00 	restore                                        
                                                                      

020081d0 <_Thread_Delay_ended>: void _Thread_Delay_ended( Objects_Id id, void *ignored __attribute__((unused)) ) {
 20081d0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control    *the_thread;                                      
  Objects_Locations  location;                                        
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 20081d4:	90 10 00 18 	mov  %i0, %o0                                  
 20081d8:	40 00 00 84 	call  20083e8 <_Thread_Get>                    
 20081dc:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch ( location ) {                                               
 20081e0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 20081e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20081e8:	12 80 00 08 	bne  2008208 <_Thread_Delay_ended+0x38>        <== NEVER TAKEN
 20081ec:	13 04 00 00 	sethi  %hi(0x10000000), %o1                    
#if defined(RTEMS_MULTIPROCESSING)                                    
    case OBJECTS_REMOTE:  /* impossible */                            
#endif                                                                
      break;                                                          
    case OBJECTS_LOCAL:                                               
      _Thread_Clear_state(                                            
 20081f0:	7f ff ff 56 	call  2007f48 <_Thread_Clear_state>            
 20081f4:	92 12 60 18 	or  %o1, 0x18, %o1	! 10000018 <RAM_END+0xdc00018>
 20081f8:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 20081fc:	c4 00 61 40 	ld  [ %g1 + 0x140 ], %g2	! 201cd40 <_Thread_Dispatch_disable_level>
 2008200:	84 00 bf ff 	add  %g2, -1, %g2                              
 2008204:	c4 20 61 40 	st  %g2, [ %g1 + 0x140 ]                       
 2008208:	81 c7 e0 08 	ret                                            
 200820c:	81 e8 00 00 	restore                                        
                                                                      

02008210 <_Thread_Dispatch>: * dispatch thread * no dispatch thread */ void _Thread_Dispatch( void ) {
 2008210:	9d e3 bf 90 	save  %sp, -112, %sp                           
  Thread_Control   *executing;                                        
  Thread_Control   *heir;                                             
  ISR_Level         level;                                            
                                                                      
  executing   = _Thread_Executing;                                    
 2008214:	2b 00 80 73 	sethi  %hi(0x201cc00), %l5                     
  _ISR_Disable( level );                                              
 2008218:	7f ff e8 25 	call  20022ac <sparc_disable_interrupts>       
 200821c:	e0 05 62 00 	ld  [ %l5 + 0x200 ], %l0	! 201ce00 <_Thread_Executing>
  while ( _Context_Switch_necessary == true ) {                       
 2008220:	2d 00 80 73 	sethi  %hi(0x201cc00), %l6                     
 2008224:	c2 0d a2 10 	ldub  [ %l6 + 0x210 ], %g1	! 201ce10 <_Context_Switch_necessary>
 2008228:	80 a0 60 00 	cmp  %g1, 0                                    
 200822c:	02 80 00 50 	be  200836c <_Thread_Dispatch+0x15c>           
 2008230:	33 00 80 73 	sethi  %hi(0x201cc00), %i1                     
 2008234:	25 00 80 73 	sethi  %hi(0x201cc00), %l2                     
 2008238:	35 00 80 73 	sethi  %hi(0x201cc00), %i2                     
 200823c:	a4 14 a2 08 	or  %l2, 0x208, %l2                            
#if __RTEMS_ADA__                                                     
    executing->rtems_ada_self = rtems_ada_self;                       
    rtems_ada_self = heir->rtems_ada_self;                            
#endif                                                                
    if ( heir->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE )
      heir->cpu_time_budget = _Thread_Ticks_per_timeslice;            
 2008240:	31 00 80 73 	sethi  %hi(0x201cc00), %i0                     
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )        
RTEMS_INLINE_ROUTINE bool _Thread_Is_allocated_fp (                   
  const Thread_Control *the_thread                                    
)                                                                     
{                                                                     
  return ( the_thread == _Thread_Allocated_fp );                      
 2008244:	2f 00 80 73 	sethi  %hi(0x201cc00), %l7                     
 2008248:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200824c:	ac 15 a2 10 	or  %l6, 0x210, %l6                            
 2008250:	aa 15 62 00 	or  %l5, 0x200, %l5                            
 2008254:	b2 16 61 d0 	or  %i1, 0x1d0, %i1                            
 2008258:	b4 16 a1 cc 	or  %i2, 0x1cc, %i2                            
 200825c:	b0 16 20 98 	or  %i0, 0x98, %i0                             
 2008260:	ae 15 e1 c8 	or  %l7, 0x1c8, %l7                            
 2008264:	b6 10 61 40 	or  %g1, 0x140, %i3                            
 2008268:	a8 07 bf f8 	add  %fp, -8, %l4                              
 200826c:	a6 07 bf f0 	add  %fp, -16, %l3                             
                                                                      
  executing   = _Thread_Executing;                                    
  _ISR_Disable( level );                                              
  while ( _Context_Switch_necessary == true ) {                       
    heir = _Thread_Heir;                                              
    _Thread_Dispatch_disable_level = 1;                               
 2008270:	b8 10 20 01 	mov  1, %i4                                    
                                                                      
    #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                        
      {                                                               
        Timestamp_Control uptime, ran;                                
        _TOD_Get_uptime( &uptime );                                   
        _Timestamp_Subtract(                                          
 2008274:	10 80 00 34 	b  2008344 <_Thread_Dispatch+0x134>            
 2008278:	ba 10 00 12 	mov  %l2, %i5                                  
    executing->rtems_ada_self = rtems_ada_self;                       
    rtems_ada_self = heir->rtems_ada_self;                            
#endif                                                                
    if ( heir->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE )
      heir->cpu_time_budget = _Thread_Ticks_per_timeslice;            
    _ISR_Enable( level );                                             
 200827c:	7f ff e8 10 	call  20022bc <sparc_enable_interrupts>        
 2008280:	01 00 00 00 	nop                                            
                                                                      
    #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                        
      {                                                               
        Timestamp_Control uptime, ran;                                
        _TOD_Get_uptime( &uptime );                                   
 2008284:	40 00 12 5f 	call  200cc00 <_TOD_Get_uptime>                
 2008288:	90 10 00 14 	mov  %l4, %o0                                  
        _Timestamp_Subtract(                                          
 200828c:	90 10 00 1d 	mov  %i5, %o0                                  
 2008290:	92 10 00 14 	mov  %l4, %o1                                  
 2008294:	40 00 04 21 	call  2009318 <_Timespec_Subtract>             
 2008298:	94 10 00 13 	mov  %l3, %o2                                  
          &_Thread_Time_of_last_context_switch,                       
          &uptime,                                                    
          &ran                                                        
        );                                                            
        _Timestamp_Add_to( &executing->cpu_time_used, &ran );         
 200829c:	92 10 00 13 	mov  %l3, %o1                                  
 20082a0:	40 00 04 05 	call  20092b4 <_Timespec_Add_to>               
 20082a4:	90 04 20 84 	add  %l0, 0x84, %o0                            
        _Thread_Time_of_last_context_switch = uptime;                 
 20082a8:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
    #endif                                                            
                                                                      
    /*                                                                
     * Switch libc's task specific data.                              
     */                                                               
    if ( _Thread_libc_reent ) {                                       
 20082ac:	c2 06 80 00 	ld  [ %i2 ], %g1                               
          &_Thread_Time_of_last_context_switch,                       
          &uptime,                                                    
          &ran                                                        
        );                                                            
        _Timestamp_Add_to( &executing->cpu_time_used, &ran );         
        _Thread_Time_of_last_context_switch = uptime;                 
 20082b0:	c4 24 80 00 	st  %g2, [ %l2 ]                               
 20082b4:	c4 07 bf fc 	ld  [ %fp + -4 ], %g2                          
    if ( _Thread_libc_reent ) {                                       
      executing->libc_reent = *_Thread_libc_reent;                    
      *_Thread_libc_reent = heir->libc_reent;                         
    }                                                                 
                                                                      
    _User_extensions_Thread_switch( executing, heir );                
 20082b8:	90 10 00 10 	mov  %l0, %o0                                  
          &_Thread_Time_of_last_context_switch,                       
          &uptime,                                                    
          &ran                                                        
        );                                                            
        _Timestamp_Add_to( &executing->cpu_time_used, &ran );         
        _Thread_Time_of_last_context_switch = uptime;                 
 20082bc:	c4 24 a0 04 	st  %g2, [ %l2 + 4 ]                           
    #endif                                                            
                                                                      
    /*                                                                
     * Switch libc's task specific data.                              
     */                                                               
    if ( _Thread_libc_reent ) {                                       
 20082c0:	80 a0 60 00 	cmp  %g1, 0                                    
 20082c4:	02 80 00 06 	be  20082dc <_Thread_Dispatch+0xcc>            <== NEVER TAKEN
 20082c8:	92 10 00 11 	mov  %l1, %o1                                  
      executing->libc_reent = *_Thread_libc_reent;                    
 20082cc:	c4 00 40 00 	ld  [ %g1 ], %g2                               
 20082d0:	c4 24 21 64 	st  %g2, [ %l0 + 0x164 ]                       
      *_Thread_libc_reent = heir->libc_reent;                         
 20082d4:	c4 04 61 64 	ld  [ %l1 + 0x164 ], %g2                       
 20082d8:	c4 20 40 00 	st  %g2, [ %g1 ]                               
    }                                                                 
                                                                      
    _User_extensions_Thread_switch( executing, heir );                
 20082dc:	40 00 04 d1 	call  2009620 <_User_extensions_Thread_switch> 
 20082e0:	01 00 00 00 	nop                                            
    if ( executing->fp_context != NULL )                              
      _Context_Save_fp( &executing->fp_context );                     
#endif                                                                
#endif                                                                
                                                                      
    _Context_Switch( &executing->Registers, &heir->Registers );       
 20082e4:	92 04 60 d8 	add  %l1, 0xd8, %o1                            
 20082e8:	40 00 06 22 	call  2009b70 <_CPU_Context_switch>            
 20082ec:	90 04 20 d8 	add  %l0, 0xd8, %o0                            
                                                                      
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )        
#if ( CPU_USE_DEFERRED_FP_SWITCH == TRUE )                            
    if ( (executing->fp_context != NULL) &&                           
 20082f0:	c2 04 21 60 	ld  [ %l0 + 0x160 ], %g1                       
 20082f4:	80 a0 60 00 	cmp  %g1, 0                                    
 20082f8:	02 80 00 0d 	be  200832c <_Thread_Dispatch+0x11c>           
 20082fc:	01 00 00 00 	nop                                            
 2008300:	d0 05 c0 00 	ld  [ %l7 ], %o0                               
 2008304:	80 a4 00 08 	cmp  %l0, %o0                                  
 2008308:	02 80 00 09 	be  200832c <_Thread_Dispatch+0x11c>           
 200830c:	80 a2 20 00 	cmp  %o0, 0                                    
         !_Thread_Is_allocated_fp( executing ) ) {                    
      if ( _Thread_Allocated_fp != NULL )                             
 2008310:	02 80 00 04 	be  2008320 <_Thread_Dispatch+0x110>           
 2008314:	01 00 00 00 	nop                                            
        _Context_Save_fp( &_Thread_Allocated_fp->fp_context );        
 2008318:	40 00 05 dc 	call  2009a88 <_CPU_Context_save_fp>           
 200831c:	90 02 21 60 	add  %o0, 0x160, %o0                           
      _Context_Restore_fp( &executing->fp_context );                  
 2008320:	40 00 05 f7 	call  2009afc <_CPU_Context_restore_fp>        
 2008324:	90 04 21 60 	add  %l0, 0x160, %o0                           
      _Thread_Allocated_fp = executing;                               
 2008328:	e0 25 c0 00 	st  %l0, [ %l7 ]                               
#endif                                                                
#endif                                                                
                                                                      
    executing = _Thread_Executing;                                    
                                                                      
    _ISR_Disable( level );                                            
 200832c:	7f ff e7 e0 	call  20022ac <sparc_disable_interrupts>       
 2008330:	e0 05 40 00 	ld  [ %l5 ], %l0                               
  Thread_Control   *heir;                                             
  ISR_Level         level;                                            
                                                                      
  executing   = _Thread_Executing;                                    
  _ISR_Disable( level );                                              
  while ( _Context_Switch_necessary == true ) {                       
 2008334:	c2 0d 80 00 	ldub  [ %l6 ], %g1                             
 2008338:	80 a0 60 00 	cmp  %g1, 0                                    
 200833c:	02 80 00 0d 	be  2008370 <_Thread_Dispatch+0x160>           
 2008340:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
    heir = _Thread_Heir;                                              
 2008344:	e2 06 40 00 	ld  [ %i1 ], %l1                               
    _Thread_Dispatch_disable_level = 1;                               
 2008348:	f8 26 c0 00 	st  %i4, [ %i3 ]                               
    _Thread_Executing = heir;                                         
#if __RTEMS_ADA__                                                     
    executing->rtems_ada_self = rtems_ada_self;                       
    rtems_ada_self = heir->rtems_ada_self;                            
#endif                                                                
    if ( heir->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE )
 200834c:	c2 04 60 7c 	ld  [ %l1 + 0x7c ], %g1                        
  executing   = _Thread_Executing;                                    
  _ISR_Disable( level );                                              
  while ( _Context_Switch_necessary == true ) {                       
    heir = _Thread_Heir;                                              
    _Thread_Dispatch_disable_level = 1;                               
    _Context_Switch_necessary = false;                                
 2008350:	c0 2d 80 00 	clrb  [ %l6 ]                                  
    _Thread_Executing = heir;                                         
#if __RTEMS_ADA__                                                     
    executing->rtems_ada_self = rtems_ada_self;                       
    rtems_ada_self = heir->rtems_ada_self;                            
#endif                                                                
    if ( heir->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE )
 2008354:	80 a0 60 01 	cmp  %g1, 1                                    
 2008358:	12 bf ff c9 	bne  200827c <_Thread_Dispatch+0x6c>           
 200835c:	e2 25 40 00 	st  %l1, [ %l5 ]                               
      heir->cpu_time_budget = _Thread_Ticks_per_timeslice;            
 2008360:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 2008364:	10 bf ff c6 	b  200827c <_Thread_Dispatch+0x6c>             
 2008368:	c2 24 60 78 	st  %g1, [ %l1 + 0x78 ]                        
    executing = _Thread_Executing;                                    
                                                                      
    _ISR_Disable( level );                                            
  }                                                                   
                                                                      
  _Thread_Dispatch_disable_level = 0;                                 
 200836c:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2008370:	c0 20 61 40 	clr  [ %g1 + 0x140 ]	! 201cd40 <_Thread_Dispatch_disable_level>
                                                                      
  _ISR_Enable( level );                                               
 2008374:	7f ff e7 d2 	call  20022bc <sparc_enable_interrupts>        
 2008378:	01 00 00 00 	nop                                            
                                                                      
  if ( _Thread_Do_post_task_switch_extension ||                       
 200837c:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2008380:	c2 00 61 e4 	ld  [ %g1 + 0x1e4 ], %g1	! 201cde4 <_Thread_Do_post_task_switch_extension>
 2008384:	80 a0 60 00 	cmp  %g1, 0                                    
 2008388:	12 80 00 06 	bne  20083a0 <_Thread_Dispatch+0x190>          
 200838c:	01 00 00 00 	nop                                            
       executing->do_post_task_switch_extension ) {                   
 2008390:	c2 0c 20 74 	ldub  [ %l0 + 0x74 ], %g1                      
 2008394:	80 a0 60 00 	cmp  %g1, 0                                    
 2008398:	02 80 00 04 	be  20083a8 <_Thread_Dispatch+0x198>           
 200839c:	01 00 00 00 	nop                                            
    executing->do_post_task_switch_extension = false;                 
    _API_extensions_Run_postswitch();                                 
 20083a0:	7f ff f9 64 	call  2006930 <_API_extensions_Run_postswitch> 
 20083a4:	c0 2c 20 74 	clrb  [ %l0 + 0x74 ]                           
 20083a8:	81 c7 e0 08 	ret                                            
 20083ac:	81 e8 00 00 	restore                                        
                                                                      

0200f008 <_Thread_Evaluate_mode>: bool _Thread_Evaluate_mode( void ) { Thread_Control *executing; executing = _Thread_Executing;
 200f008:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200f00c:	c2 00 62 00 	ld  [ %g1 + 0x200 ], %g1	! 201ce00 <_Thread_Executing>
                                                                      
  if ( !_States_Is_ready( executing->current_state ) ||               
 200f010:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 200f014:	80 a0 a0 00 	cmp  %g2, 0                                    
 200f018:	12 80 00 0b 	bne  200f044 <_Thread_Evaluate_mode+0x3c>      <== NEVER TAKEN
 200f01c:	84 10 20 01 	mov  1, %g2                                    
 200f020:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 200f024:	c4 00 a1 d0 	ld  [ %g2 + 0x1d0 ], %g2	! 201cdd0 <_Thread_Heir>
 200f028:	80 a0 40 02 	cmp  %g1, %g2                                  
 200f02c:	02 80 00 0b 	be  200f058 <_Thread_Evaluate_mode+0x50>       
 200f030:	01 00 00 00 	nop                                            
       ( !_Thread_Is_heir( executing ) && executing->is_preemptible ) ) {
 200f034:	c2 08 60 75 	ldub  [ %g1 + 0x75 ], %g1                      
 200f038:	80 a0 60 00 	cmp  %g1, 0                                    
 200f03c:	02 80 00 07 	be  200f058 <_Thread_Evaluate_mode+0x50>       <== NEVER TAKEN
 200f040:	84 10 20 01 	mov  1, %g2                                    
    _Context_Switch_necessary = true;                                 
 200f044:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200f048:	90 10 20 01 	mov  1, %o0                                    
 200f04c:	c4 28 62 10 	stb  %g2, [ %g1 + 0x210 ]                      
    return true;                                                      
 200f050:	81 c3 e0 08 	retl                                           
 200f054:	01 00 00 00 	nop                                            
  }                                                                   
                                                                      
  return false;                                                       
}                                                                     
 200f058:	81 c3 e0 08 	retl                                           
 200f05c:	90 10 20 00 	clr  %o0	! 0 <PROM_START>                      
                                                                      

0200f060 <_Thread_Handler>: * * Output parameters: NONE */ void _Thread_Handler( void ) {
 200f060:	9d e3 bf a0 	save  %sp, -96, %sp                            
  #if defined(EXECUTE_GLOBAL_CONSTRUCTORS)                            
    static char doneConstructors;                                     
    char doneCons;                                                    
  #endif                                                              
                                                                      
  executing = _Thread_Executing;                                      
 200f064:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200f068:	e0 00 62 00 	ld  [ %g1 + 0x200 ], %l0	! 201ce00 <_Thread_Executing>
  /*                                                                  
   * Some CPUs need to tinker with the call frame or registers when the
   * thread actually begins to execute for the first time.  This is a 
   * hook point where the port gets a shot at doing whatever it requires.
   */                                                                 
  _Context_Initialization_at_thread_begin();                          
 200f06c:	3f 00 80 3c 	sethi  %hi(0x200f000), %i7                     
 200f070:	be 17 e0 60 	or  %i7, 0x60, %i7	! 200f060 <_Thread_Handler> 
  /*                                                                  
   * have to put level into a register for those cpu's that use       
   * inline asm here                                                  
   */                                                                 
                                                                      
  level = executing->Start.isr_level;                                 
 200f074:	d0 04 20 b8 	ld  [ %l0 + 0xb8 ], %o0                        
  _ISR_Set_level(level);                                              
 200f078:	7f ff cc 91 	call  20022bc <sparc_enable_interrupts>        
 200f07c:	91 2a 20 08 	sll  %o0, 8, %o0                               
                                                                      
  #if defined(EXECUTE_GLOBAL_CONSTRUCTORS)                            
    doneCons = doneConstructors;                                      
 200f080:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
    doneConstructors = 1;                                             
 200f084:	84 10 20 01 	mov  1, %g2                                    
                                                                      
  level = executing->Start.isr_level;                                 
  _ISR_Set_level(level);                                              
                                                                      
  #if defined(EXECUTE_GLOBAL_CONSTRUCTORS)                            
    doneCons = doneConstructors;                                      
 200f088:	e4 08 61 f8 	ldub  [ %g1 + 0x1f8 ], %l2                     
    doneConstructors = 1;                                             
 200f08c:	c4 28 61 f8 	stb  %g2, [ %g1 + 0x1f8 ]                      
  #endif                                                              
                                                                      
  #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )      
    #if ( CPU_USE_DEFERRED_FP_SWITCH == TRUE )                        
      if ( (executing->fp_context != NULL) &&                         
 200f090:	c2 04 21 60 	ld  [ %l0 + 0x160 ], %g1                       
 200f094:	80 a0 60 00 	cmp  %g1, 0                                    
 200f098:	02 80 00 0b 	be  200f0c4 <_Thread_Handler+0x64>             
 200f09c:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )        
RTEMS_INLINE_ROUTINE bool _Thread_Is_allocated_fp (                   
  const Thread_Control *the_thread                                    
)                                                                     
{                                                                     
  return ( the_thread == _Thread_Allocated_fp );                      
 200f0a0:	d0 04 61 c8 	ld  [ %l1 + 0x1c8 ], %o0	! 201cdc8 <_Thread_Allocated_fp>
 200f0a4:	80 a4 00 08 	cmp  %l0, %o0                                  
 200f0a8:	02 80 00 07 	be  200f0c4 <_Thread_Handler+0x64>             
 200f0ac:	80 a2 20 00 	cmp  %o0, 0                                    
            !_Thread_Is_allocated_fp( executing ) ) {                 
        if ( _Thread_Allocated_fp != NULL )                           
 200f0b0:	22 80 00 05 	be,a   200f0c4 <_Thread_Handler+0x64>          
 200f0b4:	e0 24 61 c8 	st  %l0, [ %l1 + 0x1c8 ]                       
          _Context_Save_fp( &_Thread_Allocated_fp->fp_context );      
 200f0b8:	7f ff ea 74 	call  2009a88 <_CPU_Context_save_fp>           
 200f0bc:	90 02 21 60 	add  %o0, 0x160, %o0                           
        _Thread_Allocated_fp = executing;                             
 200f0c0:	e0 24 61 c8 	st  %l0, [ %l1 + 0x1c8 ]                       
  /*                                                                  
   * Take care that 'begin' extensions get to complete before         
   * 'switch' extensions can run.  This means must keep dispatch      
   * disabled until all 'begin' extensions complete.                  
   */                                                                 
  _User_extensions_Thread_begin( executing );                         
 200f0c4:	7f ff e8 d9 	call  2009428 <_User_extensions_Thread_begin>  
 200f0c8:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  /*                                                                  
   *  At this point, the dispatch disable level BETTER be 1.          
   */                                                                 
  _Thread_Enable_dispatch();                                          
 200f0cc:	7f ff e4 b9 	call  20083b0 <_Thread_Enable_dispatch>        
 200f0d0:	a5 2c a0 18 	sll  %l2, 0x18, %l2                            
    /*                                                                
     *  _init could be a weak symbol and we SHOULD test it but it isn't
     *  in any configuration I know of and it generates a warning on every
     *  RTEMS target configuration.  --joel (12 May 2007)             
     */                                                               
    if (!doneCons) /* && (volatile void *)_init) */ {                 
 200f0d4:	80 a4 a0 00 	cmp  %l2, 0                                    
 200f0d8:	02 80 00 0f 	be  200f114 <_Thread_Handler+0xb4>             
 200f0dc:	01 00 00 00 	nop                                            
      INIT_NAME ();                                                   
    }                                                                 
  #endif                                                              
                                                                      
  if ( executing->Start.prototype == THREAD_START_NUMERIC ) {         
 200f0e0:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        
 200f0e4:	80 a0 60 00 	cmp  %g1, 0                                    
 200f0e8:	22 80 00 12 	be,a   200f130 <_Thread_Handler+0xd0>          
 200f0ec:	c2 04 20 9c 	ld  [ %l0 + 0x9c ], %g1                        
      (*(Thread_Entry_numeric) executing->Start.entry_point)(         
        executing->Start.numeric_argument                             
      );                                                              
  }                                                                   
  #if defined(RTEMS_POSIX_API)                                        
    else if ( executing->Start.prototype == THREAD_START_POINTER ) {  
 200f0f0:	80 a0 60 01 	cmp  %g1, 1                                    
 200f0f4:	22 80 00 13 	be,a   200f140 <_Thread_Handler+0xe0>          <== ALWAYS TAKEN
 200f0f8:	c2 04 20 9c 	ld  [ %l0 + 0x9c ], %g1                        
   *  was placed in return_argument.  This assumed that if it returned
   *  anything (which is not supporting in all APIs), then it would be
   *  able to fit in a (void *).                                      
   */                                                                 
                                                                      
  _User_extensions_Thread_exitted( executing );                       
 200f0fc:	7f ff e8 df 	call  2009478 <_User_extensions_Thread_exitted>
 200f100:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  _Internal_error_Occurred(                                           
 200f104:	90 10 20 00 	clr  %o0                                       
 200f108:	92 10 20 01 	mov  1, %o1                                    
 200f10c:	7f ff e0 93 	call  2007358 <_Internal_error_Occurred>       
 200f110:	94 10 20 06 	mov  6, %o2                                    
     *  _init could be a weak symbol and we SHOULD test it but it isn't
     *  in any configuration I know of and it generates a warning on every
     *  RTEMS target configuration.  --joel (12 May 2007)             
     */                                                               
    if (!doneCons) /* && (volatile void *)_init) */ {                 
      INIT_NAME ();                                                   
 200f114:	40 00 34 07 	call  201c130 <_init>                          
 200f118:	01 00 00 00 	nop                                            
    }                                                                 
  #endif                                                              
                                                                      
  if ( executing->Start.prototype == THREAD_START_NUMERIC ) {         
 200f11c:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        
 200f120:	80 a0 60 00 	cmp  %g1, 0                                    
 200f124:	12 bf ff f4 	bne  200f0f4 <_Thread_Handler+0x94>            
 200f128:	80 a0 60 01 	cmp  %g1, 1                                    
    executing->Wait.return_argument =                                 
      (*(Thread_Entry_numeric) executing->Start.entry_point)(         
 200f12c:	c2 04 20 9c 	ld  [ %l0 + 0x9c ], %g1                        
 200f130:	9f c0 40 00 	call  %g1                                      
 200f134:	d0 04 20 a8 	ld  [ %l0 + 0xa8 ], %o0                        
      INIT_NAME ();                                                   
    }                                                                 
  #endif                                                              
                                                                      
  if ( executing->Start.prototype == THREAD_START_NUMERIC ) {         
    executing->Wait.return_argument =                                 
 200f138:	10 bf ff f1 	b  200f0fc <_Thread_Handler+0x9c>              
 200f13c:	d0 24 20 28 	st  %o0, [ %l0 + 0x28 ]                        
      );                                                              
  }                                                                   
  #if defined(RTEMS_POSIX_API)                                        
    else if ( executing->Start.prototype == THREAD_START_POINTER ) {  
      executing->Wait.return_argument =                               
        (*(Thread_Entry_pointer) executing->Start.entry_point)(       
 200f140:	9f c0 40 00 	call  %g1                                      
 200f144:	d0 04 20 a4 	ld  [ %l0 + 0xa4 ], %o0                        
        executing->Start.numeric_argument                             
      );                                                              
  }                                                                   
  #if defined(RTEMS_POSIX_API)                                        
    else if ( executing->Start.prototype == THREAD_START_POINTER ) {  
      executing->Wait.return_argument =                               
 200f148:	10 bf ff ed 	b  200f0fc <_Thread_Handler+0x9c>              
 200f14c:	d0 24 20 28 	st  %o0, [ %l0 + 0x28 ]                        
                                                                      

02008494 <_Thread_Initialize>: Thread_CPU_budget_algorithms budget_algorithm, Thread_CPU_budget_algorithm_callout budget_callout, uint32_t isr_level, Objects_Name name ) {
 2008494:	9d e3 bf a0 	save  %sp, -96, %sp                            
 2008498:	c2 07 a0 6c 	ld  [ %fp + 0x6c ], %g1                        
                                                                      
  /*                                                                  
   *  Zero out all the allocated memory fields                        
   */                                                                 
  for ( i=0 ; i <= THREAD_API_LAST ; i++ )                            
    the_thread->API_Extensions[i] = NULL;                             
 200849c:	c0 26 61 68 	clr  [ %i1 + 0x168 ]                           
 20084a0:	c0 26 61 6c 	clr  [ %i1 + 0x16c ]                           
 20084a4:	c0 26 61 70 	clr  [ %i1 + 0x170 ]                           
                                                                      
  extensions_area = NULL;                                             
  the_thread->libc_reent = NULL;                                      
 20084a8:	c0 26 61 64 	clr  [ %i1 + 0x164 ]                           
  Thread_CPU_budget_algorithms          budget_algorithm,             
  Thread_CPU_budget_algorithm_callout   budget_callout,               
  uint32_t                              isr_level,                    
  Objects_Name                          name                          
)                                                                     
{                                                                     
 20084ac:	e0 00 40 00 	ld  [ %g1 ], %l0                               
    if ( !actual_stack_size || actual_stack_size < stack_size )       
      return false;                     /* stack allocation failed */ 
                                                                      
    stack = the_thread->Start.stack;                                  
  #else                                                               
    if ( !stack_area ) {                                              
 20084b0:	80 a6 a0 00 	cmp  %i2, 0                                    
  Thread_CPU_budget_algorithms          budget_algorithm,             
  Thread_CPU_budget_algorithm_callout   budget_callout,               
  uint32_t                              isr_level,                    
  Objects_Name                          name                          
)                                                                     
{                                                                     
 20084b4:	e2 07 a0 60 	ld  [ %fp + 0x60 ], %l1                        
    if ( !actual_stack_size || actual_stack_size < stack_size )       
      return false;                     /* stack allocation failed */ 
                                                                      
    stack = the_thread->Start.stack;                                  
  #else                                                               
    if ( !stack_area ) {                                              
 20084b8:	02 80 00 82 	be  20086c0 <_Thread_Initialize+0x22c>         
 20084bc:	e4 0f a0 5f 	ldub  [ %fp + 0x5f ], %l2                      
      stack = the_thread->Start.stack;                                
      the_thread->Start.core_allocated_stack = true;                  
    } else {                                                          
      stack = stack_area;                                             
      actual_stack_size = stack_size;                                 
      the_thread->Start.core_allocated_stack = false;                 
 20084c0:	c0 2e 60 c0 	clrb  [ %i1 + 0xc0 ]                           
 20084c4:	90 10 00 1b 	mov  %i3, %o0                                  
  Stack_Control *the_stack,                                           
  void          *starting_address,                                    
  size_t         size                                                 
)                                                                     
{                                                                     
  the_stack->area = starting_address;                                 
 20084c8:	f4 26 60 c8 	st  %i2, [ %i1 + 0xc8 ]                        
  the_stack->size = size;                                             
 20084cc:	d0 26 60 c4 	st  %o0, [ %i1 + 0xc4 ]                        
                                                                      
  /*                                                                  
   *  Allocate the floating point area for this thread                
   */                                                                 
  #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )      
    if ( is_fp ) {                                                    
 20084d0:	80 8f 20 ff 	btst  0xff, %i4                                
 20084d4:	82 10 20 00 	clr  %g1                                       
 20084d8:	12 80 00 56 	bne  2008630 <_Thread_Initialize+0x19c>        
 20084dc:	b4 10 20 00 	clr  %i2                                       
  #endif                                                              
                                                                      
  /*                                                                  
   *  Allocate the extensions area for this thread                    
   */                                                                 
  if ( _Thread_Maximum_extensions ) {                                 
 20084e0:	39 00 80 73 	sethi  %hi(0x201cc00), %i4                     
 20084e4:	c4 07 21 e0 	ld  [ %i4 + 0x1e0 ], %g2	! 201cde0 <_Thread_Maximum_extensions>
      if ( !fp_area )                                                 
        goto failed;                                                  
      fp_area = _Context_Fp_start( fp_area, 0 );                      
    }                                                                 
    the_thread->fp_context       = fp_area;                           
    the_thread->Start.fp_context = fp_area;                           
 20084e8:	c2 26 60 cc 	st  %g1, [ %i1 + 0xcc ]                        
      fp_area = _Workspace_Allocate( CONTEXT_FP_SIZE );               
      if ( !fp_area )                                                 
        goto failed;                                                  
      fp_area = _Context_Fp_start( fp_area, 0 );                      
    }                                                                 
    the_thread->fp_context       = fp_area;                           
 20084ec:	c2 26 61 60 	st  %g1, [ %i1 + 0x160 ]                       
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 20084f0:	c0 26 60 50 	clr  [ %i1 + 0x50 ]                            
  the_watchdog->routine   = routine;                                  
 20084f4:	c0 26 60 64 	clr  [ %i1 + 0x64 ]                            
  the_watchdog->id        = id;                                       
 20084f8:	c0 26 60 68 	clr  [ %i1 + 0x68 ]                            
  #endif                                                              
                                                                      
  /*                                                                  
   *  Allocate the extensions area for this thread                    
   */                                                                 
  if ( _Thread_Maximum_extensions ) {                                 
 20084fc:	80 a0 a0 00 	cmp  %g2, 0                                    
 2008500:	12 80 00 5c 	bne  2008670 <_Thread_Initialize+0x1dc>        
 2008504:	c0 26 60 6c 	clr  [ %i1 + 0x6c ]                            
      (_Thread_Maximum_extensions + 1) * sizeof( void * )             
    );                                                                
    if ( !extensions_area )                                           
      goto failed;                                                    
  }                                                                   
  the_thread->extensions = (void **) extensions_area;                 
 2008508:	c0 26 61 74 	clr  [ %i1 + 0x174 ]                           
 200850c:	b6 10 20 00 	clr  %i3                                       
   *  General initialization                                          
   */                                                                 
                                                                      
  the_thread->Start.is_preemptible   = is_preemptible;                
  the_thread->Start.budget_algorithm = budget_algorithm;              
  the_thread->Start.budget_callout   = budget_callout;                
 2008510:	c2 07 a0 64 	ld  [ %fp + 0x64 ], %g1                        
                                                                      
  /*                                                                  
   *  General initialization                                          
   */                                                                 
                                                                      
  the_thread->Start.is_preemptible   = is_preemptible;                
 2008514:	e4 2e 60 ac 	stb  %l2, [ %i1 + 0xac ]                       
  the_thread->Start.budget_algorithm = budget_algorithm;              
  the_thread->Start.budget_callout   = budget_callout;                
 2008518:	c2 26 60 b4 	st  %g1, [ %i1 + 0xb4 ]                        
                                                                      
  switch ( budget_algorithm ) {                                       
 200851c:	80 a4 60 02 	cmp  %l1, 2                                    
 2008520:	12 80 00 05 	bne  2008534 <_Thread_Initialize+0xa0>         
 2008524:	e2 26 60 b0 	st  %l1, [ %i1 + 0xb0 ]                        
    case THREAD_CPU_BUDGET_ALGORITHM_NONE:                            
    case THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE:                 
      break;                                                          
    #if defined(RTEMS_SCORE_THREAD_ENABLE_EXHAUST_TIMESLICE)          
      case THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE:             
        the_thread->cpu_time_budget = _Thread_Ticks_per_timeslice;    
 2008528:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200852c:	c2 00 60 98 	ld  [ %g1 + 0x98 ], %g1	! 201cc98 <_Thread_Ticks_per_timeslice>
 2008530:	c2 26 60 78 	st  %g1, [ %i1 + 0x78 ]                        
      case THREAD_CPU_BUDGET_ALGORITHM_CALLOUT:                       
	break;                                                               
    #endif                                                            
  }                                                                   
                                                                      
  the_thread->Start.isr_level         = isr_level;                    
 2008534:	c2 07 a0 68 	ld  [ %fp + 0x68 ], %g1                        
  #if defined(RTEMS_ITRON_API)                                        
    the_thread->suspend_count         = 0;                            
  #endif                                                              
  the_thread->real_priority           = priority;                     
  the_thread->Start.initial_priority  = priority;                     
  _Thread_Set_priority( the_thread, priority );                       
 2008538:	92 10 00 1d 	mov  %i5, %o1                                  
      case THREAD_CPU_BUDGET_ALGORITHM_CALLOUT:                       
	break;                                                               
    #endif                                                            
  }                                                                   
                                                                      
  the_thread->Start.isr_level         = isr_level;                    
 200853c:	c2 26 60 b8 	st  %g1, [ %i1 + 0xb8 ]                        
                                                                      
  the_thread->current_state           = STATES_DORMANT;               
 2008540:	82 10 20 01 	mov  1, %g1                                    
  #if defined(RTEMS_ITRON_API)                                        
    the_thread->suspend_count         = 0;                            
  #endif                                                              
  the_thread->real_priority           = priority;                     
  the_thread->Start.initial_priority  = priority;                     
  _Thread_Set_priority( the_thread, priority );                       
 2008544:	90 10 00 19 	mov  %i1, %o0                                  
    #endif                                                            
  }                                                                   
                                                                      
  the_thread->Start.isr_level         = isr_level;                    
                                                                      
  the_thread->current_state           = STATES_DORMANT;               
 2008548:	c2 26 60 10 	st  %g1, [ %i1 + 0x10 ]                        
  the_thread->Wait.queue              = NULL;                         
 200854c:	c0 26 60 44 	clr  [ %i1 + 0x44 ]                            
  the_thread->resource_count          = 0;                            
 2008550:	c0 26 60 1c 	clr  [ %i1 + 0x1c ]                            
  #if defined(RTEMS_ITRON_API)                                        
    the_thread->suspend_count         = 0;                            
  #endif                                                              
  the_thread->real_priority           = priority;                     
 2008554:	fa 26 60 18 	st  %i5, [ %i1 + 0x18 ]                        
  the_thread->Start.initial_priority  = priority;                     
  _Thread_Set_priority( the_thread, priority );                       
 2008558:	40 00 02 0e 	call  2008d90 <_Thread_Set_priority>           
 200855c:	fa 26 60 bc 	st  %i5, [ %i1 + 0xbc ]                        
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 2008560:	c2 16 60 0a 	lduh  [ %i1 + 0xa ], %g1                       
 2008564:	c4 06 20 1c 	ld  [ %i0 + 0x1c ], %g2                        
 2008568:	83 28 60 02 	sll  %g1, 2, %g1                               
    information,                                                      
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  the_object->name = name;                                            
 200856c:	e0 26 60 0c 	st  %l0, [ %i1 + 0xc ]                         
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 2008570:	f2 20 80 01 	st  %i1, [ %g2 + %g1 ]                         
                                                                      
  /*                                                                  
   *  Initialize the CPU usage statistics                             
   */                                                                 
  #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                          
    _Timestamp_Set_to_zero( &the_thread->cpu_time_used );             
 2008574:	c0 26 60 84 	clr  [ %i1 + 0x84 ]                            
 2008578:	c0 26 60 88 	clr  [ %i1 + 0x88 ]                            
   *  enabled when we get here.  We want to be able to run the        
   *  user extensions with dispatching enabled.  The Allocator        
   *  Mutex provides sufficient protection to let the user extensions 
   *  run safely.                                                     
   */                                                                 
  extension_status = _User_extensions_Thread_create( the_thread );    
 200857c:	90 10 00 19 	mov  %i1, %o0                                  
 2008580:	40 00 03 e5 	call  2009514 <_User_extensions_Thread_create> 
 2008584:	b0 10 20 01 	mov  1, %i0                                    
  if ( extension_status )                                             
 2008588:	80 8a 20 ff 	btst  0xff, %o0                                
 200858c:	12 80 00 27 	bne  2008628 <_Thread_Initialize+0x194>        
 2008590:	01 00 00 00 	nop                                            
    return true;                                                      
                                                                      
failed:                                                               
  if ( the_thread->libc_reent )                                       
 2008594:	d0 06 61 64 	ld  [ %i1 + 0x164 ], %o0                       
 2008598:	80 a2 20 00 	cmp  %o0, 0                                    
 200859c:	22 80 00 05 	be,a   20085b0 <_Thread_Initialize+0x11c>      
 20085a0:	d0 06 61 68 	ld  [ %i1 + 0x168 ], %o0                       
    _Workspace_Free( the_thread->libc_reent );                        
 20085a4:	40 00 05 16 	call  20099fc <_Workspace_Free>                
 20085a8:	01 00 00 00 	nop                                            
                                                                      
  for ( i=0 ; i <= THREAD_API_LAST ; i++ )                            
    if ( the_thread->API_Extensions[i] )                              
 20085ac:	d0 06 61 68 	ld  [ %i1 + 0x168 ], %o0                       
 20085b0:	80 a2 20 00 	cmp  %o0, 0                                    
 20085b4:	22 80 00 05 	be,a   20085c8 <_Thread_Initialize+0x134>      
 20085b8:	d0 06 61 6c 	ld  [ %i1 + 0x16c ], %o0                       
      _Workspace_Free( the_thread->API_Extensions[i] );               
 20085bc:	40 00 05 10 	call  20099fc <_Workspace_Free>                
 20085c0:	01 00 00 00 	nop                                            
failed:                                                               
  if ( the_thread->libc_reent )                                       
    _Workspace_Free( the_thread->libc_reent );                        
                                                                      
  for ( i=0 ; i <= THREAD_API_LAST ; i++ )                            
    if ( the_thread->API_Extensions[i] )                              
 20085c4:	d0 06 61 6c 	ld  [ %i1 + 0x16c ], %o0                       
 20085c8:	80 a2 20 00 	cmp  %o0, 0                                    
 20085cc:	22 80 00 05 	be,a   20085e0 <_Thread_Initialize+0x14c>      
 20085d0:	d0 06 61 70 	ld  [ %i1 + 0x170 ], %o0                       
      _Workspace_Free( the_thread->API_Extensions[i] );               
 20085d4:	40 00 05 0a 	call  20099fc <_Workspace_Free>                
 20085d8:	01 00 00 00 	nop                                            
failed:                                                               
  if ( the_thread->libc_reent )                                       
    _Workspace_Free( the_thread->libc_reent );                        
                                                                      
  for ( i=0 ; i <= THREAD_API_LAST ; i++ )                            
    if ( the_thread->API_Extensions[i] )                              
 20085dc:	d0 06 61 70 	ld  [ %i1 + 0x170 ], %o0                       
 20085e0:	80 a2 20 00 	cmp  %o0, 0                                    
 20085e4:	02 80 00 05 	be  20085f8 <_Thread_Initialize+0x164>         <== ALWAYS TAKEN
 20085e8:	80 a6 e0 00 	cmp  %i3, 0                                    
      _Workspace_Free( the_thread->API_Extensions[i] );               
 20085ec:	40 00 05 04 	call  20099fc <_Workspace_Free>                <== NOT EXECUTED
 20085f0:	01 00 00 00 	nop                                            <== NOT EXECUTED
                                                                      
  if ( extensions_area )                                              
 20085f4:	80 a6 e0 00 	cmp  %i3, 0                                    <== NOT EXECUTED
 20085f8:	02 80 00 05 	be  200860c <_Thread_Initialize+0x178>         
 20085fc:	80 a6 a0 00 	cmp  %i2, 0                                    
    (void) _Workspace_Free( extensions_area );                        
 2008600:	40 00 04 ff 	call  20099fc <_Workspace_Free>                
 2008604:	90 10 00 1b 	mov  %i3, %o0                                  
                                                                      
  #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )      
    if ( fp_area )                                                    
 2008608:	80 a6 a0 00 	cmp  %i2, 0                                    
 200860c:	02 80 00 05 	be  2008620 <_Thread_Initialize+0x18c>         
 2008610:	90 10 00 19 	mov  %i1, %o0                                  
      (void) _Workspace_Free( fp_area );                              
 2008614:	40 00 04 fa 	call  20099fc <_Workspace_Free>                
 2008618:	90 10 00 1a 	mov  %i2, %o0                                  
  #endif                                                              
                                                                      
   _Thread_Stack_Free( the_thread );                                  
 200861c:	90 10 00 19 	mov  %i1, %o0                                  
 2008620:	40 00 02 97 	call  200907c <_Thread_Stack_Free>             
 2008624:	b0 10 20 00 	clr  %i0                                       
  return false;                                                       
                                                                      
                                                                      
}                                                                     
 2008628:	81 c7 e0 08 	ret                                            
 200862c:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  Allocate the floating point area for this thread                
   */                                                                 
  #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )      
    if ( is_fp ) {                                                    
      fp_area = _Workspace_Allocate( CONTEXT_FP_SIZE );               
 2008630:	40 00 04 ea 	call  20099d8 <_Workspace_Allocate>            
 2008634:	90 10 20 88 	mov  0x88, %o0                                 
      if ( !fp_area )                                                 
 2008638:	b6 10 20 00 	clr  %i3                                       
 200863c:	b4 92 20 00 	orcc  %o0, 0, %i2                              
 2008640:	02 bf ff d5 	be  2008594 <_Thread_Initialize+0x100>         
 2008644:	82 10 00 1a 	mov  %i2, %g1                                  
  #endif                                                              
                                                                      
  /*                                                                  
   *  Allocate the extensions area for this thread                    
   */                                                                 
  if ( _Thread_Maximum_extensions ) {                                 
 2008648:	39 00 80 73 	sethi  %hi(0x201cc00), %i4                     
 200864c:	c4 07 21 e0 	ld  [ %i4 + 0x1e0 ], %g2	! 201cde0 <_Thread_Maximum_extensions>
      if ( !fp_area )                                                 
        goto failed;                                                  
      fp_area = _Context_Fp_start( fp_area, 0 );                      
    }                                                                 
    the_thread->fp_context       = fp_area;                           
    the_thread->Start.fp_context = fp_area;                           
 2008650:	c2 26 60 cc 	st  %g1, [ %i1 + 0xcc ]                        
      fp_area = _Workspace_Allocate( CONTEXT_FP_SIZE );               
      if ( !fp_area )                                                 
        goto failed;                                                  
      fp_area = _Context_Fp_start( fp_area, 0 );                      
    }                                                                 
    the_thread->fp_context       = fp_area;                           
 2008654:	c2 26 61 60 	st  %g1, [ %i1 + 0x160 ]                       
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 2008658:	c0 26 60 50 	clr  [ %i1 + 0x50 ]                            
  the_watchdog->routine   = routine;                                  
 200865c:	c0 26 60 64 	clr  [ %i1 + 0x64 ]                            
  the_watchdog->id        = id;                                       
 2008660:	c0 26 60 68 	clr  [ %i1 + 0x68 ]                            
  #endif                                                              
                                                                      
  /*                                                                  
   *  Allocate the extensions area for this thread                    
   */                                                                 
  if ( _Thread_Maximum_extensions ) {                                 
 2008664:	80 a0 a0 00 	cmp  %g2, 0                                    
 2008668:	02 bf ff a8 	be  2008508 <_Thread_Initialize+0x74>          
 200866c:	c0 26 60 6c 	clr  [ %i1 + 0x6c ]                            
    extensions_area = _Workspace_Allocate(                            
 2008670:	84 00 a0 01 	inc  %g2                                       
 2008674:	40 00 04 d9 	call  20099d8 <_Workspace_Allocate>            
 2008678:	91 28 a0 02 	sll  %g2, 2, %o0                               
      (_Thread_Maximum_extensions + 1) * sizeof( void * )             
    );                                                                
    if ( !extensions_area )                                           
 200867c:	b6 92 20 00 	orcc  %o0, 0, %i3                              
 2008680:	02 bf ff c5 	be  2008594 <_Thread_Initialize+0x100>         
 2008684:	c8 07 21 e0 	ld  [ %i4 + 0x1e0 ], %g4                       
      goto failed;                                                    
  }                                                                   
  the_thread->extensions = (void **) extensions_area;                 
 2008688:	f6 26 61 74 	st  %i3, [ %i1 + 0x174 ]                       
 200868c:	86 10 00 1b 	mov  %i3, %g3                                  
   * create the extension long after tasks have been created          
   * so they cannot rely on the thread create user extension          
   * call.                                                            
   */                                                                 
  if ( the_thread->extensions ) {                                     
    for ( i = 0; i <= _Thread_Maximum_extensions ; i++ )              
 2008690:	84 10 20 00 	clr  %g2                                       
 2008694:	10 80 00 03 	b  20086a0 <_Thread_Initialize+0x20c>          
 2008698:	82 10 20 00 	clr  %g1                                       
 200869c:	c6 06 61 74 	ld  [ %i1 + 0x174 ], %g3                       
      the_thread->extensions[i] = NULL;                               
 20086a0:	85 28 a0 02 	sll  %g2, 2, %g2                               
 20086a4:	c0 20 c0 02 	clr  [ %g3 + %g2 ]                             
   * create the extension long after tasks have been created          
   * so they cannot rely on the thread create user extension          
   * call.                                                            
   */                                                                 
  if ( the_thread->extensions ) {                                     
    for ( i = 0; i <= _Thread_Maximum_extensions ; i++ )              
 20086a8:	82 00 60 01 	inc  %g1                                       
 20086ac:	80 a1 00 01 	cmp  %g4, %g1                                  
 20086b0:	1a bf ff fb 	bcc  200869c <_Thread_Initialize+0x208>        
 20086b4:	84 10 00 01 	mov  %g1, %g2                                  
   *  General initialization                                          
   */                                                                 
                                                                      
  the_thread->Start.is_preemptible   = is_preemptible;                
  the_thread->Start.budget_algorithm = budget_algorithm;              
  the_thread->Start.budget_callout   = budget_callout;                
 20086b8:	10 bf ff 97 	b  2008514 <_Thread_Initialize+0x80>           
 20086bc:	c2 07 a0 64 	ld  [ %fp + 0x64 ], %g1                        
      return false;                     /* stack allocation failed */ 
                                                                      
    stack = the_thread->Start.stack;                                  
  #else                                                               
    if ( !stack_area ) {                                              
      actual_stack_size = _Thread_Stack_Allocate( the_thread, stack_size );
 20086c0:	90 10 00 19 	mov  %i1, %o0                                  
 20086c4:	40 00 02 53 	call  2009010 <_Thread_Stack_Allocate>         
 20086c8:	92 10 00 1b 	mov  %i3, %o1                                  
      if ( !actual_stack_size || actual_stack_size < stack_size )     
 20086cc:	80 a6 c0 08 	cmp  %i3, %o0                                  
 20086d0:	18 80 00 07 	bgu  20086ec <_Thread_Initialize+0x258>        
 20086d4:	80 a2 20 00 	cmp  %o0, 0                                    
 20086d8:	02 80 00 05 	be  20086ec <_Thread_Initialize+0x258>         <== NEVER TAKEN
 20086dc:	82 10 20 01 	mov  1, %g1                                    
        return false;                     /* stack allocation failed */
                                                                      
      stack = the_thread->Start.stack;                                
 20086e0:	f4 06 60 d0 	ld  [ %i1 + 0xd0 ], %i2                        
      the_thread->Start.core_allocated_stack = true;                  
 20086e4:	10 bf ff 79 	b  20084c8 <_Thread_Initialize+0x34>           
 20086e8:	c2 2e 60 c0 	stb  %g1, [ %i1 + 0xc0 ]                       
                                                                      
    stack = the_thread->Start.stack;                                  
  #else                                                               
    if ( !stack_area ) {                                              
      actual_stack_size = _Thread_Stack_Allocate( the_thread, stack_size );
      if ( !actual_stack_size || actual_stack_size < stack_size )     
 20086ec:	81 c7 e0 08 	ret                                            
 20086f0:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

0200d2b4 <_Thread_Resume>: void _Thread_Resume( Thread_Control *the_thread, bool force ) {
 200d2b4:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  ISR_Level       level;                                              
  States_Control  current_state;                                      
                                                                      
  _ISR_Disable( level );                                              
 200d2b8:	7f ff d4 82 	call  20024c0 <sparc_disable_interrupts>       
 200d2bc:	a0 10 00 18 	mov  %i0, %l0                                  
 200d2c0:	b0 10 00 08 	mov  %o0, %i0                                  
      _ISR_Enable( level );                                           
      return;                                                         
    }                                                                 
  #endif                                                              
                                                                      
  current_state = the_thread->current_state;                          
 200d2c4:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        
  if ( current_state & STATES_SUSPENDED ) {                           
 200d2c8:	80 88 60 02 	btst  2, %g1                                   
 200d2cc:	02 80 00 05 	be  200d2e0 <_Thread_Resume+0x2c>              <== NEVER TAKEN
 200d2d0:	82 08 7f fd 	and  %g1, -3, %g1                              
    current_state =                                                   
    the_thread->current_state = _States_Clear(STATES_SUSPENDED, current_state);
                                                                      
    if ( _States_Is_ready( current_state ) ) {                        
 200d2d4:	80 a0 60 00 	cmp  %g1, 0                                    
 200d2d8:	02 80 00 04 	be  200d2e8 <_Thread_Resume+0x34>              
 200d2dc:	c2 24 20 10 	st  %g1, [ %l0 + 0x10 ]                        
          _Context_Switch_necessary = true;                           
      }                                                               
    }                                                                 
  }                                                                   
                                                                      
  _ISR_Enable( level );                                               
 200d2e0:	7f ff d4 7c 	call  20024d0 <sparc_enable_interrupts>        
 200d2e4:	81 e8 00 00 	restore                                        
                                                                      
RTEMS_INLINE_ROUTINE void _Priority_Add_to_bit_map (                  
  Priority_Information *the_priority_map                              
)                                                                     
{                                                                     
  *the_priority_map->minor |= the_priority_map->ready_minor;          
 200d2e8:	c4 04 20 90 	ld  [ %l0 + 0x90 ], %g2                        
                                                                      
    if ( _States_Is_ready( current_state ) ) {                        
                                                                      
      _Priority_Add_to_bit_map( &the_thread->Priority_map );          
                                                                      
      _Chain_Append_unprotected(the_thread->ready, &the_thread->Object.Node);
 200d2ec:	c2 04 20 8c 	ld  [ %l0 + 0x8c ], %g1                        
 200d2f0:	c8 10 80 00 	lduh  [ %g2 ], %g4                             
 200d2f4:	c6 14 20 96 	lduh  [ %l0 + 0x96 ], %g3                      
 200d2f8:	86 11 00 03 	or  %g4, %g3, %g3                              
 200d2fc:	c6 30 80 00 	sth  %g3, [ %g2 ]                              
  Chain_Node    *the_node                                             
)                                                                     
{                                                                     
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
 200d300:	84 00 60 04 	add  %g1, 4, %g2                               
  _Priority_Major_bit_map  |= the_priority_map->ready_major;          
 200d304:	c8 14 20 94 	lduh  [ %l0 + 0x94 ], %g4                      
 200d308:	c4 24 00 00 	st  %g2, [ %l0 ]                               
 200d30c:	07 00 80 8b 	sethi  %hi(0x2022c00), %g3                     
  old_last_node       = the_chain->last;                              
 200d310:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 200d314:	da 10 e3 54 	lduh  [ %g3 + 0x354 ], %o5                     
  the_chain->last     = the_node;                                     
 200d318:	e0 20 60 08 	st  %l0, [ %g1 + 8 ]                           
  old_last_node->next = the_node;                                     
  the_node->previous  = old_last_node;                                
 200d31c:	c4 24 20 04 	st  %g2, [ %l0 + 4 ]                           
 200d320:	82 13 40 04 	or  %o5, %g4, %g1                              
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
  old_last_node       = the_chain->last;                              
  the_chain->last     = the_node;                                     
  old_last_node->next = the_node;                                     
 200d324:	e0 20 80 00 	st  %l0, [ %g2 ]                               
 200d328:	c2 30 e3 54 	sth  %g1, [ %g3 + 0x354 ]                      
                                                                      
      _ISR_Flash( level );                                            
 200d32c:	7f ff d4 69 	call  20024d0 <sparc_enable_interrupts>        
 200d330:	01 00 00 00 	nop                                            
 200d334:	7f ff d4 63 	call  20024c0 <sparc_disable_interrupts>       
 200d338:	01 00 00 00 	nop                                            
                                                                      
      if ( the_thread->current_priority < _Thread_Heir->current_priority ) {
 200d33c:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
 200d340:	c6 00 63 30 	ld  [ %g1 + 0x330 ], %g3	! 2022f30 <_Thread_Heir>
 200d344:	c4 04 20 14 	ld  [ %l0 + 0x14 ], %g2                        
 200d348:	c6 00 e0 14 	ld  [ %g3 + 0x14 ], %g3                        
 200d34c:	80 a0 80 03 	cmp  %g2, %g3                                  
 200d350:	1a bf ff e4 	bcc  200d2e0 <_Thread_Resume+0x2c>             
 200d354:	07 00 80 8b 	sethi  %hi(0x2022c00), %g3                     
        _Thread_Heir = the_thread;                                    
        if ( _Thread_Executing->is_preemptible ||                     
 200d358:	c6 00 e3 60 	ld  [ %g3 + 0x360 ], %g3	! 2022f60 <_Thread_Executing>
      _Chain_Append_unprotected(the_thread->ready, &the_thread->Object.Node);
                                                                      
      _ISR_Flash( level );                                            
                                                                      
      if ( the_thread->current_priority < _Thread_Heir->current_priority ) {
        _Thread_Heir = the_thread;                                    
 200d35c:	e0 20 63 30 	st  %l0, [ %g1 + 0x330 ]                       
        if ( _Thread_Executing->is_preemptible ||                     
 200d360:	c2 08 e0 75 	ldub  [ %g3 + 0x75 ], %g1                      
 200d364:	80 a0 60 00 	cmp  %g1, 0                                    
 200d368:	32 80 00 05 	bne,a   200d37c <_Thread_Resume+0xc8>          
 200d36c:	84 10 20 01 	mov  1, %g2                                    
 200d370:	80 a0 a0 00 	cmp  %g2, 0                                    
 200d374:	12 bf ff db 	bne  200d2e0 <_Thread_Resume+0x2c>             <== ALWAYS TAKEN
 200d378:	84 10 20 01 	mov  1, %g2                                    
             the_thread->current_priority == 0 )                      
          _Context_Switch_necessary = true;                           
 200d37c:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
 200d380:	c4 28 63 70 	stb  %g2, [ %g1 + 0x370 ]	! 2022f70 <_Context_Switch_necessary>
      }                                                               
    }                                                                 
  }                                                                   
                                                                      
  _ISR_Enable( level );                                               
 200d384:	7f ff d4 53 	call  20024d0 <sparc_enable_interrupts>        
 200d388:	81 e8 00 00 	restore                                        
                                                                      

0200915c <_Thread_Tickle_timeslice>: * * Output parameters: NONE */ void _Thread_Tickle_timeslice( void ) {
 200915c:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control *executing;                                          
                                                                      
  executing = _Thread_Executing;                                      
 2009160:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2009164:	d0 00 62 00 	ld  [ %g1 + 0x200 ], %o0	! 201ce00 <_Thread_Executing>
  /*                                                                  
   *  If the thread is not preemptible or is not ready, then          
   *  just return.                                                    
   */                                                                 
                                                                      
  if ( !executing->is_preemptible )                                   
 2009168:	c2 0a 20 75 	ldub  [ %o0 + 0x75 ], %g1                      
 200916c:	80 a0 60 00 	cmp  %g1, 0                                    
 2009170:	02 80 00 24 	be  2009200 <_Thread_Tickle_timeslice+0xa4>    
 2009174:	01 00 00 00 	nop                                            
    return;                                                           
                                                                      
  if ( !_States_Is_ready( executing->current_state ) )                
 2009178:	c2 02 20 10 	ld  [ %o0 + 0x10 ], %g1                        
 200917c:	80 a0 60 00 	cmp  %g1, 0                                    
 2009180:	12 80 00 20 	bne  2009200 <_Thread_Tickle_timeslice+0xa4>   
 2009184:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  The cpu budget algorithm determines what happens next.          
   */                                                                 
                                                                      
  switch ( executing->budget_algorithm ) {                            
 2009188:	c2 02 20 7c 	ld  [ %o0 + 0x7c ], %g1                        
 200918c:	80 a0 60 01 	cmp  %g1, 1                                    
 2009190:	0a 80 00 07 	bcs  20091ac <_Thread_Tickle_timeslice+0x50>   
 2009194:	80 a0 60 02 	cmp  %g1, 2                                    
 2009198:	28 80 00 10 	bleu,a   20091d8 <_Thread_Tickle_timeslice+0x7c>
 200919c:	c2 02 20 78 	ld  [ %o0 + 0x78 ], %g1                        
 20091a0:	80 a0 60 03 	cmp  %g1, 3                                    
 20091a4:	22 80 00 04 	be,a   20091b4 <_Thread_Tickle_timeslice+0x58> <== ALWAYS TAKEN
 20091a8:	c2 02 20 78 	ld  [ %o0 + 0x78 ], %g1                        
 20091ac:	81 c7 e0 08 	ret                                            
 20091b0:	81 e8 00 00 	restore                                        
      }                                                               
      break;                                                          
                                                                      
    #if defined(RTEMS_SCORE_THREAD_ENABLE_SCHEDULER_CALLOUT)          
      case THREAD_CPU_BUDGET_ALGORITHM_CALLOUT:                       
	if ( --executing->cpu_time_budget == 0 )                             
 20091b4:	82 00 7f ff 	add  %g1, -1, %g1                              
 20091b8:	80 a0 60 00 	cmp  %g1, 0                                    
 20091bc:	12 bf ff fc 	bne  20091ac <_Thread_Tickle_timeslice+0x50>   
 20091c0:	c2 22 20 78 	st  %g1, [ %o0 + 0x78 ]                        
	  (*executing->budget_callout)( executing );                         
 20091c4:	c2 02 20 80 	ld  [ %o0 + 0x80 ], %g1                        
 20091c8:	9f c0 40 00 	call  %g1                                      
 20091cc:	01 00 00 00 	nop                                            
 20091d0:	81 c7 e0 08 	ret                                            
 20091d4:	81 e8 00 00 	restore                                        
                                                                      
    case THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE:                 
    #if defined(RTEMS_SCORE_THREAD_ENABLE_EXHAUST_TIMESLICE)          
      case THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE:             
    #endif                                                            
      if ( (int)(--executing->cpu_time_budget) <= 0 ) {               
 20091d8:	82 00 7f ff 	add  %g1, -1, %g1                              
 20091dc:	80 a0 60 00 	cmp  %g1, 0                                    
 20091e0:	14 bf ff f3 	bg  20091ac <_Thread_Tickle_timeslice+0x50>    
 20091e4:	c2 22 20 78 	st  %g1, [ %o0 + 0x78 ]                        
        _Thread_Reset_timeslice();                                    
 20091e8:	40 00 10 bc 	call  200d4d8 <_Thread_Reset_timeslice>        
 20091ec:	d0 27 bf fc 	st  %o0, [ %fp + -4 ]                          
        executing->cpu_time_budget = _Thread_Ticks_per_timeslice;     
 20091f0:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 20091f4:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
 20091f8:	c2 00 60 98 	ld  [ %g1 + 0x98 ], %g1                        
 20091fc:	c2 22 20 78 	st  %g1, [ %o0 + 0x78 ]                        
 2009200:	81 c7 e0 08 	ret                                            
 2009204:	81 e8 00 00 	restore                                        
                                                                      

02009208 <_Thread_Yield_processor>: * ready chain * select heir */ void _Thread_Yield_processor( void ) {
 2009208:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level       level;                                              
  Thread_Control *executing;                                          
  Chain_Control  *ready;                                              
                                                                      
  executing = _Thread_Executing;                                      
 200920c:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2009210:	e0 00 62 00 	ld  [ %g1 + 0x200 ], %l0	! 201ce00 <_Thread_Executing>
  ready     = executing->ready;                                       
  _ISR_Disable( level );                                              
 2009214:	7f ff e4 26 	call  20022ac <sparc_disable_interrupts>       
 2009218:	e2 04 20 8c 	ld  [ %l0 + 0x8c ], %l1                        
 200921c:	b0 10 00 08 	mov  %o0, %i0                                  
    if ( !_Chain_Has_only_one_node( ready ) ) {                       
 2009220:	c4 04 40 00 	ld  [ %l1 ], %g2                               
 2009224:	c2 04 60 08 	ld  [ %l1 + 8 ], %g1                           
 2009228:	80 a0 80 01 	cmp  %g2, %g1                                  
 200922c:	02 80 00 19 	be  2009290 <_Thread_Yield_processor+0x88>     
 2009230:	86 04 60 04 	add  %l1, 4, %g3                               
)                                                                     
{                                                                     
  Chain_Node *next;                                                   
  Chain_Node *previous;                                               
                                                                      
  next           = the_node->next;                                    
 2009234:	c2 04 00 00 	ld  [ %l0 ], %g1                               
  previous       = the_node->previous;                                
 2009238:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           
  next->previous = previous;                                          
  previous->next = next;                                              
 200923c:	c2 20 80 00 	st  %g1, [ %g2 ]                               
  Chain_Node    *the_node                                             
)                                                                     
{                                                                     
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
 2009240:	c6 24 00 00 	st  %g3, [ %l0 ]                               
  Chain_Node *next;                                                   
  Chain_Node *previous;                                               
                                                                      
  next           = the_node->next;                                    
  previous       = the_node->previous;                                
  next->previous = previous;                                          
 2009244:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
)                                                                     
{                                                                     
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
  old_last_node       = the_chain->last;                              
 2009248:	c2 04 60 08 	ld  [ %l1 + 8 ], %g1                           
  the_chain->last     = the_node;                                     
 200924c:	e0 24 60 08 	st  %l0, [ %l1 + 8 ]                           
  old_last_node->next = the_node;                                     
  the_node->previous  = old_last_node;                                
 2009250:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
  Chain_Node *old_last_node;                                          
                                                                      
  the_node->next      = _Chain_Tail(the_chain);                       
  old_last_node       = the_chain->last;                              
  the_chain->last     = the_node;                                     
  old_last_node->next = the_node;                                     
 2009254:	e0 20 40 00 	st  %l0, [ %g1 ]                               
      _Chain_Extract_unprotected( &executing->Object.Node );          
      _Chain_Append_unprotected( ready, &executing->Object.Node );    
                                                                      
      _ISR_Flash( level );                                            
 2009258:	7f ff e4 19 	call  20022bc <sparc_enable_interrupts>        
 200925c:	01 00 00 00 	nop                                            
 2009260:	7f ff e4 13 	call  20022ac <sparc_disable_interrupts>       
 2009264:	01 00 00 00 	nop                                            
                                                                      
      if ( _Thread_Is_heir( executing ) )                             
 2009268:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200926c:	c4 00 61 d0 	ld  [ %g1 + 0x1d0 ], %g2	! 201cdd0 <_Thread_Heir>
 2009270:	80 a4 00 02 	cmp  %l0, %g2                                  
 2009274:	22 80 00 0e 	be,a   20092ac <_Thread_Yield_processor+0xa4>  <== ALWAYS TAKEN
 2009278:	c4 04 40 00 	ld  [ %l1 ], %g2                               
        _Thread_Heir = (Thread_Control *) ready->first;               
      _Context_Switch_necessary = true;                               
    }                                                                 
    else if ( !_Thread_Is_heir( executing ) )                         
      _Context_Switch_necessary = true;                               
 200927c:	84 10 20 01 	mov  1, %g2                                    
 2009280:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2009284:	c4 28 62 10 	stb  %g2, [ %g1 + 0x210 ]	! 201ce10 <_Context_Switch_necessary>
                                                                      
  _ISR_Enable( level );                                               
 2009288:	7f ff e4 0d 	call  20022bc <sparc_enable_interrupts>        
 200928c:	81 e8 00 00 	restore                                        
                                                                      
      if ( _Thread_Is_heir( executing ) )                             
        _Thread_Heir = (Thread_Control *) ready->first;               
      _Context_Switch_necessary = true;                               
    }                                                                 
    else if ( !_Thread_Is_heir( executing ) )                         
 2009290:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2009294:	c2 00 61 d0 	ld  [ %g1 + 0x1d0 ], %g1	! 201cdd0 <_Thread_Heir>
 2009298:	80 a4 00 01 	cmp  %l0, %g1                                  
 200929c:	32 bf ff f9 	bne,a   2009280 <_Thread_Yield_processor+0x78> <== NEVER TAKEN
 20092a0:	84 10 20 01 	mov  1, %g2                                    <== NOT EXECUTED
      _Context_Switch_necessary = true;                               
                                                                      
  _ISR_Enable( level );                                               
 20092a4:	7f ff e4 06 	call  20022bc <sparc_enable_interrupts>        
 20092a8:	81 e8 00 00 	restore                                        
      _Chain_Append_unprotected( ready, &executing->Object.Node );    
                                                                      
      _ISR_Flash( level );                                            
                                                                      
      if ( _Thread_Is_heir( executing ) )                             
        _Thread_Heir = (Thread_Control *) ready->first;               
 20092ac:	10 bf ff f4 	b  200927c <_Thread_Yield_processor+0x74>      
 20092b0:	c4 20 61 d0 	st  %g2, [ %g1 + 0x1d0 ]                       
                                                                      

02008a14 <_Thread_queue_Enqueue_priority>: Thread_blocking_operation_States _Thread_queue_Enqueue_priority ( Thread_queue_Control *the_thread_queue, Thread_Control *the_thread, ISR_Level *level_p ) {
 2008a14:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Priority_Control     priority;                                      
  States_Control       block_state;                                   
                                                                      
  _Chain_Initialize_empty( &the_thread->Wait.Block2n );               
                                                                      
  priority     = the_thread->current_priority;                        
 2008a18:	e0 06 60 14 	ld  [ %i1 + 0x14 ], %l0                        
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 2008a1c:	82 06 60 3c 	add  %i1, 0x3c, %g1                            
  the_chain->permanent_null = NULL;                                   
 2008a20:	c0 26 60 3c 	clr  [ %i1 + 0x3c ]                            
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 2008a24:	c2 26 60 38 	st  %g1, [ %i1 + 0x38 ]                        
  the_chain->permanent_null = NULL;                                   
  the_chain->last           = _Chain_Head(the_chain);                 
 2008a28:	82 06 60 38 	add  %i1, 0x38, %g1                            
 2008a2c:	c2 26 60 40 	st  %g1, [ %i1 + 0x40 ]                        
 2008a30:	2d 00 80 70 	sethi  %hi(0x201c000), %l6                     
  header_index = _Thread_queue_Header_number( priority );             
  header       = &the_thread_queue->Queues.Priority[ header_index ];  
 2008a34:	83 34 20 06 	srl  %l0, 6, %g1                               
  block_state  = the_thread_queue->state;                             
                                                                      
  if ( _Thread_queue_Is_reverse_search( priority ) )                  
 2008a38:	80 8c 20 20 	btst  0x20, %l0                                
                                                                      
  _Chain_Initialize_empty( &the_thread->Wait.Block2n );               
                                                                      
  priority     = the_thread->current_priority;                        
  header_index = _Thread_queue_Header_number( priority );             
  header       = &the_thread_queue->Queues.Priority[ header_index ];  
 2008a3c:	ab 28 60 04 	sll  %g1, 4, %l5                               
 2008a40:	ac 15 a2 24 	or  %l6, 0x224, %l6                            
 2008a44:	83 28 60 02 	sll  %g1, 2, %g1                               
  block_state  = the_thread_queue->state;                             
 2008a48:	e8 06 20 38 	ld  [ %i0 + 0x38 ], %l4                        
                                                                      
  _Chain_Initialize_empty( &the_thread->Wait.Block2n );               
                                                                      
  priority     = the_thread->current_priority;                        
  header_index = _Thread_queue_Header_number( priority );             
  header       = &the_thread_queue->Queues.Priority[ header_index ];  
 2008a4c:	aa 25 40 01 	sub  %l5, %g1, %l5                             
  block_state  = the_thread_queue->state;                             
                                                                      
  if ( _Thread_queue_Is_reverse_search( priority ) )                  
 2008a50:	12 80 00 24 	bne  2008ae0 <_Thread_queue_Enqueue_priority+0xcc>
 2008a54:	aa 06 00 15 	add  %i0, %l5, %l5                             
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 2008a58:	ac 05 60 04 	add  %l5, 4, %l6                               
    goto restart_reverse_search;                                      
                                                                      
restart_forward_search:                                               
  search_priority = PRIORITY_MINIMUM - 1;                             
  _ISR_Disable( level );                                              
 2008a5c:	7f ff e6 14 	call  20022ac <sparc_disable_interrupts>       
 2008a60:	01 00 00 00 	nop                                            
 2008a64:	a4 10 00 08 	mov  %o0, %l2                                  
  search_thread = (Thread_Control *) header->first;                   
 2008a68:	c2 05 40 00 	ld  [ %l5 ], %g1                               
  while ( !_Chain_Is_tail( header, (Chain_Node *)search_thread ) ) {  
 2008a6c:	80 a0 40 16 	cmp  %g1, %l6                                  
 2008a70:	02 80 00 3a 	be  2008b58 <_Thread_queue_Enqueue_priority+0x144>
 2008a74:	a2 10 00 01 	mov  %g1, %l1                                  
    search_priority = search_thread->current_priority;                
 2008a78:	e6 00 60 14 	ld  [ %g1 + 0x14 ], %l3                        
    if ( priority <= search_priority )                                
 2008a7c:	80 a4 00 13 	cmp  %l0, %l3                                  
 2008a80:	18 80 00 0b 	bgu  2008aac <_Thread_queue_Enqueue_priority+0x98>
 2008a84:	01 00 00 00 	nop                                            
    }                                                                 
    search_thread =                                                   
       (Thread_Control *)search_thread->Object.Node.next;             
  }                                                                   
                                                                      
  if ( the_thread_queue->sync_state !=                                
 2008a88:	10 80 00 36 	b  2008b60 <_Thread_queue_Enqueue_priority+0x14c>
 2008a8c:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
                                                                      
restart_forward_search:                                               
  search_priority = PRIORITY_MINIMUM - 1;                             
  _ISR_Disable( level );                                              
  search_thread = (Thread_Control *) header->first;                   
  while ( !_Chain_Is_tail( header, (Chain_Node *)search_thread ) ) {  
 2008a90:	80 a4 40 16 	cmp  %l1, %l6                                  
 2008a94:	02 80 00 32 	be  2008b5c <_Thread_queue_Enqueue_priority+0x148>
 2008a98:	82 10 00 11 	mov  %l1, %g1                                  
    search_priority = search_thread->current_priority;                
 2008a9c:	e6 04 60 14 	ld  [ %l1 + 0x14 ], %l3                        
    if ( priority <= search_priority )                                
 2008aa0:	80 a4 00 13 	cmp  %l0, %l3                                  
 2008aa4:	28 80 00 2f 	bleu,a   2008b60 <_Thread_queue_Enqueue_priority+0x14c>
 2008aa8:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
      break;                                                          
    search_priority = search_thread->current_priority;                
    if ( priority <= search_priority )                                
      break;                                                          
#endif                                                                
    _ISR_Flash( level );                                              
 2008aac:	7f ff e6 04 	call  20022bc <sparc_enable_interrupts>        
 2008ab0:	90 10 00 12 	mov  %l2, %o0                                  
 2008ab4:	7f ff e5 fe 	call  20022ac <sparc_disable_interrupts>       
 2008ab8:	01 00 00 00 	nop                                            
    if ( !_States_Are_set( search_thread->current_state, block_state) ) {
 2008abc:	c2 04 60 10 	ld  [ %l1 + 0x10 ], %g1                        
 2008ac0:	80 8d 00 01 	btst  %l4, %g1                                 
 2008ac4:	32 bf ff f3 	bne,a   2008a90 <_Thread_queue_Enqueue_priority+0x7c><== ALWAYS TAKEN
 2008ac8:	e2 04 40 00 	ld  [ %l1 ], %l1                               
      _ISR_Enable( level );                                           
 2008acc:	7f ff e5 fc 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 2008ad0:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
      goto restart_forward_search;                                    
 2008ad4:	30 bf ff e2 	b,a   2008a5c <_Thread_queue_Enqueue_priority+0x48><== NOT EXECUTED
    if ( priority >= search_priority )                                
      break;                                                          
#endif                                                                
    _ISR_Flash( level );                                              
    if ( !_States_Are_set( search_thread->current_state, block_state) ) {
      _ISR_Enable( level );                                           
 2008ad8:	7f ff e5 f9 	call  20022bc <sparc_enable_interrupts>        
 2008adc:	90 10 00 12 	mov  %l2, %o0                                  
  return THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;                  
                                                                      
restart_reverse_search:                                               
  search_priority     = PRIORITY_MAXIMUM + 1;                         
                                                                      
  _ISR_Disable( level );                                              
 2008ae0:	7f ff e5 f3 	call  20022ac <sparc_disable_interrupts>       
 2008ae4:	e6 0d 80 00 	ldub  [ %l6 ], %l3                             
  the_thread->Wait.queue = the_thread_queue;                          
  _ISR_Enable( level );                                               
  return THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;                  
                                                                      
restart_reverse_search:                                               
  search_priority     = PRIORITY_MAXIMUM + 1;                         
 2008ae8:	a6 04 e0 01 	inc  %l3                                       
                                                                      
  _ISR_Disable( level );                                              
 2008aec:	a4 10 00 08 	mov  %o0, %l2                                  
  search_thread = (Thread_Control *) header->last;                    
 2008af0:	c2 05 60 08 	ld  [ %l5 + 8 ], %g1                           
  while ( !_Chain_Is_head( header, (Chain_Node *)search_thread ) ) {  
 2008af4:	80 a0 40 15 	cmp  %g1, %l5                                  
 2008af8:	02 80 00 20 	be  2008b78 <_Thread_queue_Enqueue_priority+0x164>
 2008afc:	a2 10 00 01 	mov  %g1, %l1                                  
    search_priority = search_thread->current_priority;                
 2008b00:	e6 00 60 14 	ld  [ %g1 + 0x14 ], %l3                        
    if ( priority >= search_priority )                                
 2008b04:	80 a4 00 13 	cmp  %l0, %l3                                  
 2008b08:	0a 80 00 0b 	bcs  2008b34 <_Thread_queue_Enqueue_priority+0x120>
 2008b0c:	01 00 00 00 	nop                                            
    }                                                                 
    search_thread = (Thread_Control *)                                
                         search_thread->Object.Node.previous;         
  }                                                                   
                                                                      
  if ( the_thread_queue->sync_state !=                                
 2008b10:	10 80 00 1b 	b  2008b7c <_Thread_queue_Enqueue_priority+0x168>
 2008b14:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
restart_reverse_search:                                               
  search_priority     = PRIORITY_MAXIMUM + 1;                         
                                                                      
  _ISR_Disable( level );                                              
  search_thread = (Thread_Control *) header->last;                    
  while ( !_Chain_Is_head( header, (Chain_Node *)search_thread ) ) {  
 2008b18:	80 a4 40 15 	cmp  %l1, %l5                                  
 2008b1c:	02 80 00 17 	be  2008b78 <_Thread_queue_Enqueue_priority+0x164>
 2008b20:	82 10 00 11 	mov  %l1, %g1                                  
    search_priority = search_thread->current_priority;                
 2008b24:	e6 04 60 14 	ld  [ %l1 + 0x14 ], %l3                        
    if ( priority >= search_priority )                                
 2008b28:	80 a4 00 13 	cmp  %l0, %l3                                  
 2008b2c:	3a 80 00 14 	bcc,a   2008b7c <_Thread_queue_Enqueue_priority+0x168>
 2008b30:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
      break;                                                          
    search_priority = search_thread->current_priority;                
    if ( priority >= search_priority )                                
      break;                                                          
#endif                                                                
    _ISR_Flash( level );                                              
 2008b34:	7f ff e5 e2 	call  20022bc <sparc_enable_interrupts>        
 2008b38:	90 10 00 12 	mov  %l2, %o0                                  
 2008b3c:	7f ff e5 dc 	call  20022ac <sparc_disable_interrupts>       
 2008b40:	01 00 00 00 	nop                                            
    if ( !_States_Are_set( search_thread->current_state, block_state) ) {
 2008b44:	c2 04 60 10 	ld  [ %l1 + 0x10 ], %g1                        
 2008b48:	80 8d 00 01 	btst  %l4, %g1                                 
 2008b4c:	32 bf ff f3 	bne,a   2008b18 <_Thread_queue_Enqueue_priority+0x104>
 2008b50:	e2 04 60 04 	ld  [ %l1 + 4 ], %l1                           
 2008b54:	30 bf ff e1 	b,a   2008ad8 <_Thread_queue_Enqueue_priority+0xc4>
                                                                      
restart_forward_search:                                               
  search_priority = PRIORITY_MINIMUM - 1;                             
  _ISR_Disable( level );                                              
  search_thread = (Thread_Control *) header->first;                   
  while ( !_Chain_Is_tail( header, (Chain_Node *)search_thread ) ) {  
 2008b58:	a6 10 3f ff 	mov  -1, %l3                                   
    }                                                                 
    search_thread =                                                   
       (Thread_Control *)search_thread->Object.Node.next;             
  }                                                                   
                                                                      
  if ( the_thread_queue->sync_state !=                                
 2008b5c:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
 2008b60:	80 a0 a0 01 	cmp  %g2, 1                                    
 2008b64:	02 80 00 17 	be  2008bc0 <_Thread_queue_Enqueue_priority+0x1ac>
 2008b68:	80 a4 00 13 	cmp  %l0, %l3                                  
   *  For example, the blocking thread could have been given          
   *  the mutex by an ISR or timed out.                               
   *                                                                  
   *  WARNING! Returning with interrupts disabled!                    
   */                                                                 
  *level_p = level;                                                   
 2008b6c:	e4 26 80 00 	st  %l2, [ %i2 ]                               
  return the_thread_queue->sync_state;                                
}                                                                     
 2008b70:	81 c7 e0 08 	ret                                            
 2008b74:	91 e8 00 02 	restore  %g0, %g2, %o0                         
    }                                                                 
    search_thread = (Thread_Control *)                                
                         search_thread->Object.Node.previous;         
  }                                                                   
                                                                      
  if ( the_thread_queue->sync_state !=                                
 2008b78:	c4 06 20 30 	ld  [ %i0 + 0x30 ], %g2                        
 2008b7c:	80 a0 a0 01 	cmp  %g2, 1                                    
 2008b80:	32 bf ff fc 	bne,a   2008b70 <_Thread_queue_Enqueue_priority+0x15c>
 2008b84:	e4 26 80 00 	st  %l2, [ %i2 ]                               
       THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED )                   
    goto synchronize;                                                 
                                                                      
  the_thread_queue->sync_state = THREAD_BLOCKING_OPERATION_SYNCHRONIZED;
                                                                      
  if ( priority == search_priority )                                  
 2008b88:	80 a4 00 13 	cmp  %l0, %l3                                  
 2008b8c:	02 80 00 1a 	be  2008bf4 <_Thread_queue_Enqueue_priority+0x1e0>
 2008b90:	c0 26 20 30 	clr  [ %i0 + 0x30 ]                            
    goto equal_priority;                                              
                                                                      
  search_node = (Chain_Node *) search_thread;                         
  next_node   = search_node->next;                                    
 2008b94:	c4 00 40 00 	ld  [ %g1 ], %g2                               
  the_node    = (Chain_Node *) the_thread;                            
                                                                      
  the_node->next          = next_node;                                
  the_node->previous      = search_node;                              
 2008b98:	c2 26 60 04 	st  %g1, [ %i1 + 4 ]                           
                                                                      
  search_node = (Chain_Node *) search_thread;                         
  next_node   = search_node->next;                                    
  the_node    = (Chain_Node *) the_thread;                            
                                                                      
  the_node->next          = next_node;                                
 2008b9c:	c4 26 40 00 	st  %g2, [ %i1 ]                               
  the_node->previous      = search_node;                              
  search_node->next       = the_node;                                 
  next_node->previous    = the_node;                                  
  the_thread->Wait.queue = the_thread_queue;                          
 2008ba0:	f0 26 60 44 	st  %i0, [ %i1 + 0x44 ]                        
  next_node   = search_node->next;                                    
  the_node    = (Chain_Node *) the_thread;                            
                                                                      
  the_node->next          = next_node;                                
  the_node->previous      = search_node;                              
  search_node->next       = the_node;                                 
 2008ba4:	f2 20 40 00 	st  %i1, [ %g1 ]                               
  next_node->previous    = the_node;                                  
 2008ba8:	f2 20 a0 04 	st  %i1, [ %g2 + 4 ]                           
  the_thread->Wait.queue = the_thread_queue;                          
  _ISR_Enable( level );                                               
 2008bac:	b0 10 20 01 	mov  1, %i0                                    
 2008bb0:	7f ff e5 c3 	call  20022bc <sparc_enable_interrupts>        
 2008bb4:	90 10 00 12 	mov  %l2, %o0                                  
  return THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;                  
 2008bb8:	81 c7 e0 08 	ret                                            
 2008bbc:	81 e8 00 00 	restore                                        
       THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED )                   
    goto synchronize;                                                 
                                                                      
  the_thread_queue->sync_state = THREAD_BLOCKING_OPERATION_SYNCHRONIZED;
                                                                      
  if ( priority == search_priority )                                  
 2008bc0:	02 80 00 0d 	be  2008bf4 <_Thread_queue_Enqueue_priority+0x1e0>
 2008bc4:	c0 26 20 30 	clr  [ %i0 + 0x30 ]                            
    goto equal_priority;                                              
                                                                      
  search_node   = (Chain_Node *) search_thread;                       
  previous_node = search_node->previous;                              
 2008bc8:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
  the_node      = (Chain_Node *) the_thread;                          
                                                                      
  the_node->next         = search_node;                               
 2008bcc:	c2 26 40 00 	st  %g1, [ %i1 ]                               
  the_node->previous     = previous_node;                             
 2008bd0:	c4 26 60 04 	st  %g2, [ %i1 + 4 ]                           
  previous_node->next    = the_node;                                  
  search_node->previous  = the_node;                                  
  the_thread->Wait.queue = the_thread_queue;                          
 2008bd4:	f0 26 60 44 	st  %i0, [ %i1 + 0x44 ]                        
  previous_node = search_node->previous;                              
  the_node      = (Chain_Node *) the_thread;                          
                                                                      
  the_node->next         = search_node;                               
  the_node->previous     = previous_node;                             
  previous_node->next    = the_node;                                  
 2008bd8:	f2 20 80 00 	st  %i1, [ %g2 ]                               
  search_node->previous  = the_node;                                  
 2008bdc:	f2 20 60 04 	st  %i1, [ %g1 + 4 ]                           
  the_thread->Wait.queue = the_thread_queue;                          
  _ISR_Enable( level );                                               
 2008be0:	b0 10 20 01 	mov  1, %i0                                    
 2008be4:	7f ff e5 b6 	call  20022bc <sparc_enable_interrupts>        
 2008be8:	90 10 00 12 	mov  %l2, %o0                                  
  return THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;                  
 2008bec:	81 c7 e0 08 	ret                                            
 2008bf0:	81 e8 00 00 	restore                                        
 2008bf4:	a2 04 60 3c 	add  %l1, 0x3c, %l1                            
  _ISR_Enable( level );                                               
  return THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;                  
                                                                      
equal_priority:               /* add at end of priority group */      
  search_node   = _Chain_Tail( &search_thread->Wait.Block2n );        
  previous_node = search_node->previous;                              
 2008bf8:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
  the_node      = (Chain_Node *) the_thread;                          
                                                                      
  the_node->next         = search_node;                               
 2008bfc:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  the_node->previous     = previous_node;                             
 2008c00:	c2 26 60 04 	st  %g1, [ %i1 + 4 ]                           
  previous_node->next    = the_node;                                  
  search_node->previous  = the_node;                                  
  the_thread->Wait.queue = the_thread_queue;                          
 2008c04:	f0 26 60 44 	st  %i0, [ %i1 + 0x44 ]                        
  previous_node = search_node->previous;                              
  the_node      = (Chain_Node *) the_thread;                          
                                                                      
  the_node->next         = search_node;                               
  the_node->previous     = previous_node;                             
  previous_node->next    = the_node;                                  
 2008c08:	f2 20 40 00 	st  %i1, [ %g1 ]                               
  search_node->previous  = the_node;                                  
 2008c0c:	f2 24 60 04 	st  %i1, [ %l1 + 4 ]                           
  the_thread->Wait.queue = the_thread_queue;                          
  _ISR_Enable( level );                                               
 2008c10:	b0 10 20 01 	mov  1, %i0                                    
 2008c14:	7f ff e5 aa 	call  20022bc <sparc_enable_interrupts>        
 2008c18:	90 10 00 12 	mov  %l2, %o0                                  
  return THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;                  
 2008c1c:	81 c7 e0 08 	ret                                            
 2008c20:	81 e8 00 00 	restore                                        
                                                                      

02008cd0 <_Thread_queue_Requeue>: void _Thread_queue_Requeue( Thread_queue_Control *the_thread_queue, Thread_Control *the_thread ) {
 2008cd0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  /*                                                                  
   * Just in case the thread really wasn't blocked on a thread queue  
   * when we get here.                                                
   */                                                                 
  if ( !the_thread_queue )                                            
 2008cd4:	80 a6 20 00 	cmp  %i0, 0                                    
 2008cd8:	02 80 00 13 	be  2008d24 <_Thread_queue_Requeue+0x54>       <== NEVER TAKEN
 2008cdc:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * If queueing by FIFO, there is nothing to do. This only applies to
   * priority blocking discipline.                                    
   */                                                                 
  if ( the_thread_queue->discipline == THREAD_QUEUE_DISCIPLINE_PRIORITY ) {
 2008ce0:	e2 06 20 34 	ld  [ %i0 + 0x34 ], %l1                        
 2008ce4:	80 a4 60 01 	cmp  %l1, 1                                    
 2008ce8:	02 80 00 04 	be  2008cf8 <_Thread_queue_Requeue+0x28>       <== ALWAYS TAKEN
 2008cec:	01 00 00 00 	nop                                            
 2008cf0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2008cf4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    Thread_queue_Control *tq = the_thread_queue;                      
    ISR_Level             level;                                      
    ISR_Level             level_ignored;                              
                                                                      
    _ISR_Disable( level );                                            
 2008cf8:	7f ff e5 6d 	call  20022ac <sparc_disable_interrupts>       
 2008cfc:	01 00 00 00 	nop                                            
 2008d00:	a0 10 00 08 	mov  %o0, %l0                                  
    if ( _States_Is_waiting_on_thread_queue( the_thread->current_state ) ) {
 2008d04:	c4 06 60 10 	ld  [ %i1 + 0x10 ], %g2                        
 2008d08:	03 00 00 ef 	sethi  %hi(0x3bc00), %g1                       
 2008d0c:	82 10 62 e0 	or  %g1, 0x2e0, %g1	! 3bee0 <PROM_START+0x3bee0>
 2008d10:	80 88 80 01 	btst  %g2, %g1                                 
 2008d14:	12 80 00 06 	bne  2008d2c <_Thread_queue_Requeue+0x5c>      <== ALWAYS TAKEN
 2008d18:	90 10 00 18 	mov  %i0, %o0                                  
      _Thread_queue_Enter_critical_section( tq );                     
      _Thread_queue_Extract_priority_helper( tq, the_thread, true );  
      (void) _Thread_queue_Enqueue_priority( tq, the_thread, &level_ignored );
    }                                                                 
    _ISR_Enable( level );                                             
 2008d1c:	7f ff e5 68 	call  20022bc <sparc_enable_interrupts>        
 2008d20:	90 10 00 10 	mov  %l0, %o0                                  
 2008d24:	81 c7 e0 08 	ret                                            
 2008d28:	81 e8 00 00 	restore                                        
    ISR_Level             level_ignored;                              
                                                                      
    _ISR_Disable( level );                                            
    if ( _States_Is_waiting_on_thread_queue( the_thread->current_state ) ) {
      _Thread_queue_Enter_critical_section( tq );                     
      _Thread_queue_Extract_priority_helper( tq, the_thread, true );  
 2008d2c:	92 10 00 19 	mov  %i1, %o1                                  
 2008d30:	e2 26 20 30 	st  %l1, [ %i0 + 0x30 ]                        
 2008d34:	40 00 11 47 	call  200d250 <_Thread_queue_Extract_priority_helper>
 2008d38:	94 10 20 01 	mov  1, %o2                                    
      (void) _Thread_queue_Enqueue_priority( tq, the_thread, &level_ignored );
 2008d3c:	90 10 00 18 	mov  %i0, %o0                                  
 2008d40:	92 10 00 19 	mov  %i1, %o1                                  
 2008d44:	7f ff ff 34 	call  2008a14 <_Thread_queue_Enqueue_priority> 
 2008d48:	94 07 bf fc 	add  %fp, -4, %o2                              
 2008d4c:	30 bf ff f4 	b,a   2008d1c <_Thread_queue_Requeue+0x4c>     
                                                                      

02008d50 <_Thread_queue_Timeout>: void _Thread_queue_Timeout( Objects_Id id, void *ignored __attribute__((unused)) ) {
 2008d50:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control       *the_thread;                                   
  Objects_Locations     location;                                     
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 2008d54:	90 10 00 18 	mov  %i0, %o0                                  
 2008d58:	7f ff fd a4 	call  20083e8 <_Thread_Get>                    
 2008d5c:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch ( location ) {                                               
 2008d60:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2008d64:	80 a0 60 00 	cmp  %g1, 0                                    
 2008d68:	12 80 00 08 	bne  2008d88 <_Thread_queue_Timeout+0x38>      <== NEVER TAKEN
 2008d6c:	01 00 00 00 	nop                                            
#if defined(RTEMS_MULTIPROCESSING)                                    
    case OBJECTS_REMOTE:  /* impossible */                            
#endif                                                                
      break;                                                          
    case OBJECTS_LOCAL:                                               
      _Thread_queue_Process_timeout( the_thread );                    
 2008d70:	40 00 11 73 	call  200d33c <_Thread_queue_Process_timeout>  
 2008d74:	01 00 00 00 	nop                                            
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_Unnest_dispatch( void )             
{                                                                     
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
  _Thread_Dispatch_disable_level -= 1;                                
 2008d78:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2008d7c:	c4 00 61 40 	ld  [ %g1 + 0x140 ], %g2	! 201cd40 <_Thread_Dispatch_disable_level>
 2008d80:	84 00 bf ff 	add  %g2, -1, %g2                              
 2008d84:	c4 20 61 40 	st  %g2, [ %g1 + 0x140 ]                       
 2008d88:	81 c7 e0 08 	ret                                            
 2008d8c:	81 e8 00 00 	restore                                        
                                                                      

020166ec <_Timer_server_Body>: * @a arg points to the corresponding timer server control block. */ static rtems_task _Timer_server_Body( rtems_task_argument arg ) {
 20166ec:	9d e3 bf 88 	save  %sp, -120, %sp                           
 20166f0:	2d 00 80 f9 	sethi  %hi(0x203e400), %l6                     
 20166f4:	ba 07 bf f4 	add  %fp, -12, %i5                             
 20166f8:	a8 07 bf f8 	add  %fp, -8, %l4                              
 20166fc:	a4 07 bf e8 	add  %fp, -24, %l2                             
 2016700:	ae 07 bf ec 	add  %fp, -20, %l7                             
 2016704:	2b 00 80 f9 	sethi  %hi(0x203e400), %l5                     
 2016708:	39 00 80 f9 	sethi  %hi(0x203e400), %i4                     
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
  the_chain->permanent_null = NULL;                                   
 201670c:	c0 27 bf f8 	clr  [ %fp + -8 ]                              
 2016710:	c0 27 bf ec 	clr  [ %fp + -20 ]                             
  the_chain->last           = _Chain_Head(the_chain);                 
 2016714:	fa 27 bf fc 	st  %i5, [ %fp + -4 ]                          
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 2016718:	e8 27 bf f4 	st  %l4, [ %fp + -12 ]                         
  the_chain->permanent_null = NULL;                                   
  the_chain->last           = _Chain_Head(the_chain);                 
 201671c:	e4 27 bf f0 	st  %l2, [ %fp + -16 ]                         
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 2016720:	ee 27 bf e8 	st  %l7, [ %fp + -24 ]                         
 2016724:	ac 15 a2 c4 	or  %l6, 0x2c4, %l6                            
 2016728:	aa 15 62 04 	or  %l5, 0x204, %l5                            
 201672c:	b8 17 21 70 	or  %i4, 0x170, %i4                            
   */                                                                 
  Watchdog_Interval delta = snapshot - watchdogs->last_snapshot;      
                                                                      
  watchdogs->last_snapshot = snapshot;                                
                                                                      
  _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );  
 2016730:	a2 06 20 30 	add  %i0, 0x30, %l1                            
    /*                                                                
     *  This path is for normal forward movement and cases where the  
     *  TOD has been set forward.                                     
     */                                                               
    delta = snapshot - last_snapshot;                                 
    _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );
 2016734:	a6 06 20 68 	add  %i0, 0x68, %l3                            
                                                                      
static void _Timer_server_Stop_interval_system_watchdog(              
  Timer_server_Control *ts                                            
)                                                                     
{                                                                     
  _Watchdog_Remove( &ts->Interval_watchdogs.System_watchdog );        
 2016738:	b2 06 20 08 	add  %i0, 8, %i1                               
                                                                      
static void _Timer_server_Stop_tod_system_watchdog(                   
  Timer_server_Control *ts                                            
)                                                                     
{                                                                     
  _Watchdog_Remove( &ts->TOD_watchdogs.System_watchdog );             
 201673c:	b4 06 20 40 	add  %i0, 0x40, %i2                            
        _Thread_Set_state( ts->thread, STATES_DELAYING );             
        _Timer_server_Reset_interval_system_watchdog( ts );           
        _Timer_server_Reset_tod_system_watchdog( ts );                
      _Thread_Enable_dispatch();                                      
                                                                      
      ts->active = true;                                              
 2016740:	b6 10 20 01 	mov  1, %i3                                    
{                                                                     
  /*                                                                  
   *  Afterwards all timer inserts are directed to this chain and the interval
   *  and TOD chains will be no more modified by other parties.       
   */                                                                 
  ts->insert_chain = insert_chain;                                    
 2016744:	fa 26 20 78 	st  %i5, [ %i0 + 0x78 ]                        
static void _Timer_server_Process_interval_watchdogs(                 
  Timer_server_Watchdogs *watchdogs,                                  
  Chain_Control *fire_chain                                           
)                                                                     
{                                                                     
  Watchdog_Interval snapshot = _Watchdog_Ticks_since_boot;            
 2016748:	c2 05 80 00 	ld  [ %l6 ], %g1                               
                                                                      
  /*                                                                  
   *  We assume adequate unsigned arithmetic here.                    
   */                                                                 
  Watchdog_Interval delta = snapshot - watchdogs->last_snapshot;      
 201674c:	d2 06 20 3c 	ld  [ %i0 + 0x3c ], %o1                        
                                                                      
  watchdogs->last_snapshot = snapshot;                                
                                                                      
  _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );  
 2016750:	90 10 00 11 	mov  %l1, %o0                                  
 2016754:	92 20 40 09 	sub  %g1, %o1, %o1                             
  /*                                                                  
   *  We assume adequate unsigned arithmetic here.                    
   */                                                                 
  Watchdog_Interval delta = snapshot - watchdogs->last_snapshot;      
                                                                      
  watchdogs->last_snapshot = snapshot;                                
 2016758:	c2 26 20 3c 	st  %g1, [ %i0 + 0x3c ]                        
                                                                      
  _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );  
 201675c:	40 00 12 8c 	call  201b18c <_Watchdog_Adjust_to_chain>      
 2016760:	94 10 00 12 	mov  %l2, %o2                                  
  Timer_server_Watchdogs *watchdogs,                                  
  Chain_Control *fire_chain                                           
)                                                                     
{                                                                     
  Watchdog_Interval snapshot = (Watchdog_Interval) _TOD_Seconds_since_epoch();
  Watchdog_Interval last_snapshot = watchdogs->last_snapshot;         
 2016764:	d2 06 20 74 	ld  [ %i0 + 0x74 ], %o1                        
static void _Timer_server_Process_tod_watchdogs(                      
  Timer_server_Watchdogs *watchdogs,                                  
  Chain_Control *fire_chain                                           
)                                                                     
{                                                                     
  Watchdog_Interval snapshot = (Watchdog_Interval) _TOD_Seconds_since_epoch();
 2016768:	e0 05 40 00 	ld  [ %l5 ], %l0                               
  /*                                                                  
   *  Process the seconds chain.  Start by checking that the Time     
   *  of Day (TOD) has not been set backwards.  If it has then        
   *  we want to adjust the watchdogs->Chain to indicate this.        
   */                                                                 
  if ( snapshot > last_snapshot ) {                                   
 201676c:	80 a4 00 09 	cmp  %l0, %o1                                  
 2016770:	38 80 00 2f 	bgu,a   201682c <_Timer_server_Body+0x140>     
 2016774:	92 24 00 09 	sub  %l0, %o1, %o1                             
     *  TOD has been set forward.                                     
     */                                                               
    delta = snapshot - last_snapshot;                                 
    _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );
                                                                      
  } else if ( snapshot < last_snapshot ) {                            
 2016778:	80 a4 00 09 	cmp  %l0, %o1                                  
 201677c:	0a 80 00 30 	bcs  201683c <_Timer_server_Body+0x150>        
 2016780:	94 22 40 10 	sub  %o1, %l0, %o2                             
      */                                                              
     delta = last_snapshot - snapshot;                                
     _Watchdog_Adjust( &watchdogs->Chain, WATCHDOG_BACKWARD, delta ); 
  }                                                                   
                                                                      
  watchdogs->last_snapshot = snapshot;                                
 2016784:	e0 26 20 74 	st  %l0, [ %i0 + 0x74 ]                        
}                                                                     
                                                                      
static void _Timer_server_Process_insertions( Timer_server_Control *ts )
{                                                                     
  while ( true ) {                                                    
    Timer_Control *timer = (Timer_Control *) _Chain_Get( ts->insert_chain );
 2016788:	d0 06 20 78 	ld  [ %i0 + 0x78 ], %o0                        
 201678c:	40 00 02 b5 	call  2017260 <_Chain_Get>                     
 2016790:	01 00 00 00 	nop                                            
                                                                      
    if ( timer == NULL ) {                                            
 2016794:	80 a2 20 00 	cmp  %o0, 0                                    
 2016798:	02 80 00 10 	be  20167d8 <_Timer_server_Body+0xec>          
 201679c:	01 00 00 00 	nop                                            
static void _Timer_server_Insert_timer(                               
  Timer_server_Control *ts,                                           
  Timer_Control *timer                                                
)                                                                     
{                                                                     
  if ( timer->the_class == TIMER_INTERVAL_ON_TASK ) {                 
 20167a0:	c2 02 20 38 	ld  [ %o0 + 0x38 ], %g1                        
 20167a4:	80 a0 60 01 	cmp  %g1, 1                                    
 20167a8:	02 80 00 29 	be  201684c <_Timer_server_Body+0x160>         
 20167ac:	80 a0 60 03 	cmp  %g1, 3                                    
    _Watchdog_Insert( &ts->Interval_watchdogs.Chain, &timer->Ticker );
  } else if ( timer->the_class == TIMER_TIME_OF_DAY_ON_TASK ) {       
 20167b0:	12 bf ff f6 	bne  2016788 <_Timer_server_Body+0x9c>         <== NEVER TAKEN
 20167b4:	92 02 20 10 	add  %o0, 0x10, %o1                            
    _Watchdog_Insert( &ts->TOD_watchdogs.Chain, &timer->Ticker );     
 20167b8:	40 00 12 ab 	call  201b264 <_Watchdog_Insert>               
 20167bc:	90 10 00 13 	mov  %l3, %o0                                  
}                                                                     
                                                                      
static void _Timer_server_Process_insertions( Timer_server_Control *ts )
{                                                                     
  while ( true ) {                                                    
    Timer_Control *timer = (Timer_Control *) _Chain_Get( ts->insert_chain );
 20167c0:	d0 06 20 78 	ld  [ %i0 + 0x78 ], %o0                        
 20167c4:	40 00 02 a7 	call  2017260 <_Chain_Get>                     
 20167c8:	01 00 00 00 	nop                                            
                                                                      
    if ( timer == NULL ) {                                            
 20167cc:	80 a2 20 00 	cmp  %o0, 0                                    
 20167d0:	32 bf ff f5 	bne,a   20167a4 <_Timer_server_Body+0xb8>      <== NEVER TAKEN
 20167d4:	c2 02 20 38 	ld  [ %o0 + 0x38 ], %g1                        <== NOT EXECUTED
     *  of zero it will be processed in the next iteration of the timer server
     *  body loop.                                                    
     */                                                               
    _Timer_server_Process_insertions( ts );                           
                                                                      
    _ISR_Disable( level );                                            
 20167d8:	7f ff e3 aa 	call  200f680 <sparc_disable_interrupts>       
 20167dc:	01 00 00 00 	nop                                            
    if ( _Chain_Is_empty( insert_chain ) ) {                          
 20167e0:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 20167e4:	80 a5 00 01 	cmp  %l4, %g1                                  
 20167e8:	02 80 00 1d 	be  201685c <_Timer_server_Body+0x170>         <== ALWAYS TAKEN
 20167ec:	01 00 00 00 	nop                                            
      ts->insert_chain = NULL;                                        
      _ISR_Enable( level );                                           
                                                                      
      break;                                                          
    } else {                                                          
      _ISR_Enable( level );                                           
 20167f0:	7f ff e3 a8 	call  200f690 <sparc_enable_interrupts>        <== NOT EXECUTED
 20167f4:	01 00 00 00 	nop                                            <== NOT EXECUTED
static void _Timer_server_Process_interval_watchdogs(                 
  Timer_server_Watchdogs *watchdogs,                                  
  Chain_Control *fire_chain                                           
)                                                                     
{                                                                     
  Watchdog_Interval snapshot = _Watchdog_Ticks_since_boot;            
 20167f8:	c2 05 80 00 	ld  [ %l6 ], %g1                               <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  We assume adequate unsigned arithmetic here.                    
   */                                                                 
  Watchdog_Interval delta = snapshot - watchdogs->last_snapshot;      
 20167fc:	d2 06 20 3c 	ld  [ %i0 + 0x3c ], %o1                        <== NOT EXECUTED
                                                                      
  watchdogs->last_snapshot = snapshot;                                
                                                                      
  _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );  
 2016800:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 2016804:	92 20 40 09 	sub  %g1, %o1, %o1                             <== NOT EXECUTED
  /*                                                                  
   *  We assume adequate unsigned arithmetic here.                    
   */                                                                 
  Watchdog_Interval delta = snapshot - watchdogs->last_snapshot;      
                                                                      
  watchdogs->last_snapshot = snapshot;                                
 2016808:	c2 26 20 3c 	st  %g1, [ %i0 + 0x3c ]                        <== NOT EXECUTED
                                                                      
  _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );  
 201680c:	40 00 12 60 	call  201b18c <_Watchdog_Adjust_to_chain>      <== NOT EXECUTED
 2016810:	94 10 00 12 	mov  %l2, %o2                                  <== NOT EXECUTED
  Timer_server_Watchdogs *watchdogs,                                  
  Chain_Control *fire_chain                                           
)                                                                     
{                                                                     
  Watchdog_Interval snapshot = (Watchdog_Interval) _TOD_Seconds_since_epoch();
  Watchdog_Interval last_snapshot = watchdogs->last_snapshot;         
 2016814:	d2 06 20 74 	ld  [ %i0 + 0x74 ], %o1                        <== NOT EXECUTED
static void _Timer_server_Process_tod_watchdogs(                      
  Timer_server_Watchdogs *watchdogs,                                  
  Chain_Control *fire_chain                                           
)                                                                     
{                                                                     
  Watchdog_Interval snapshot = (Watchdog_Interval) _TOD_Seconds_since_epoch();
 2016818:	e0 05 40 00 	ld  [ %l5 ], %l0                               <== NOT EXECUTED
  /*                                                                  
   *  Process the seconds chain.  Start by checking that the Time     
   *  of Day (TOD) has not been set backwards.  If it has then        
   *  we want to adjust the watchdogs->Chain to indicate this.        
   */                                                                 
  if ( snapshot > last_snapshot ) {                                   
 201681c:	80 a4 00 09 	cmp  %l0, %o1                                  <== NOT EXECUTED
 2016820:	08 bf ff d7 	bleu  201677c <_Timer_server_Body+0x90>        <== NOT EXECUTED
 2016824:	01 00 00 00 	nop                                            <== NOT EXECUTED
    /*                                                                
     *  This path is for normal forward movement and cases where the  
     *  TOD has been set forward.                                     
     */                                                               
    delta = snapshot - last_snapshot;                                 
    _Watchdog_Adjust_to_chain( &watchdogs->Chain, delta, fire_chain );
 2016828:	92 24 00 09 	sub  %l0, %o1, %o1                             <== NOT EXECUTED
 201682c:	90 10 00 13 	mov  %l3, %o0                                  
 2016830:	40 00 12 57 	call  201b18c <_Watchdog_Adjust_to_chain>      
 2016834:	94 10 00 12 	mov  %l2, %o2                                  
 2016838:	30 bf ff d3 	b,a   2016784 <_Timer_server_Body+0x98>        
     /*                                                               
      *  The current TOD is before the last TOD which indicates that  
      *  TOD has been set backwards.                                  
      */                                                              
     delta = last_snapshot - snapshot;                                
     _Watchdog_Adjust( &watchdogs->Chain, WATCHDOG_BACKWARD, delta ); 
 201683c:	90 10 00 13 	mov  %l3, %o0                                  
 2016840:	40 00 12 23 	call  201b0cc <_Watchdog_Adjust>               
 2016844:	92 10 20 01 	mov  1, %o1                                    
 2016848:	30 bf ff cf 	b,a   2016784 <_Timer_server_Body+0x98>        
  Timer_server_Control *ts,                                           
  Timer_Control *timer                                                
)                                                                     
{                                                                     
  if ( timer->the_class == TIMER_INTERVAL_ON_TASK ) {                 
    _Watchdog_Insert( &ts->Interval_watchdogs.Chain, &timer->Ticker );
 201684c:	92 02 20 10 	add  %o0, 0x10, %o1                            
 2016850:	40 00 12 85 	call  201b264 <_Watchdog_Insert>               
 2016854:	90 10 00 11 	mov  %l1, %o0                                  
 2016858:	30 bf ff cc 	b,a   2016788 <_Timer_server_Body+0x9c>        
     */                                                               
    _Timer_server_Process_insertions( ts );                           
                                                                      
    _ISR_Disable( level );                                            
    if ( _Chain_Is_empty( insert_chain ) ) {                          
      ts->insert_chain = NULL;                                        
 201685c:	c0 26 20 78 	clr  [ %i0 + 0x78 ]                            
      _ISR_Enable( level );                                           
 2016860:	7f ff e3 8c 	call  200f690 <sparc_enable_interrupts>        
 2016864:	01 00 00 00 	nop                                            
  _Chain_Initialize_empty( &fire_chain );                             
                                                                      
  while ( true ) {                                                    
    _Timer_server_Get_watchdogs_that_fire_now( ts, &insert_chain, &fire_chain );
                                                                      
    if ( !_Chain_Is_empty( &fire_chain ) ) {                          
 2016868:	c2 07 bf e8 	ld  [ %fp + -24 ], %g1                         
 201686c:	80 a5 c0 01 	cmp  %l7, %g1                                  
 2016870:	12 80 00 0c 	bne  20168a0 <_Timer_server_Body+0x1b4>        
 2016874:	01 00 00 00 	nop                                            
 2016878:	30 80 00 13 	b,a   20168c4 <_Timer_server_Body+0x1d8>       
         *  service routine may remove a watchdog from the chain.     
         */                                                           
        _ISR_Disable( level );                                        
        watchdog = (Watchdog_Control *) _Chain_Get_unprotected( &fire_chain );
        if ( watchdog != NULL ) {                                     
          watchdog->state = WATCHDOG_INACTIVE;                        
 201687c:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
  Chain_Node  *return_node;                                           
  Chain_Node  *new_first;                                             
                                                                      
  return_node         = the_chain->first;                             
  new_first           = return_node->next;                            
  the_chain->first    = new_first;                                    
 2016880:	c2 27 bf e8 	st  %g1, [ %fp + -24 ]                         
  new_first->previous = _Chain_Head(the_chain);                       
 2016884:	e4 20 60 04 	st  %l2, [ %g1 + 4 ]                           
          _ISR_Enable( level );                                       
 2016888:	7f ff e3 82 	call  200f690 <sparc_enable_interrupts>        
 201688c:	01 00 00 00 	nop                                            
        /*                                                            
         *  The timer server may block here and wait for resources or time.
         *  The system watchdogs are inactive and will remain inactive since
         *  the active flag of the timer server is true.              
         */                                                           
        (*watchdog->routine)( watchdog->id, watchdog->user_data );    
 2016890:	d2 04 20 24 	ld  [ %l0 + 0x24 ], %o1                        
 2016894:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
 2016898:	9f c0 40 00 	call  %g1                                      
 201689c:	d0 04 20 20 	ld  [ %l0 + 0x20 ], %o0                        
                                                                      
        /*                                                            
         *  It is essential that interrupts are disable here since an interrupt
         *  service routine may remove a watchdog from the chain.     
         */                                                           
        _ISR_Disable( level );                                        
 20168a0:	7f ff e3 78 	call  200f680 <sparc_disable_interrupts>       
 20168a4:	01 00 00 00 	nop                                            
 */                                                                   
RTEMS_INLINE_ROUTINE bool _Chain_Is_empty(                            
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  return (the_chain->first == _Chain_Tail(the_chain));                
 20168a8:	e0 07 bf e8 	ld  [ %fp + -24 ], %l0                         
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Get_unprotected(              
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  if ( !_Chain_Is_empty(the_chain))                                   
 20168ac:	80 a5 c0 10 	cmp  %l7, %l0                                  
 20168b0:	32 bf ff f3 	bne,a   201687c <_Timer_server_Body+0x190>     
 20168b4:	c2 04 00 00 	ld  [ %l0 ], %g1                               
        watchdog = (Watchdog_Control *) _Chain_Get_unprotected( &fire_chain );
        if ( watchdog != NULL ) {                                     
          watchdog->state = WATCHDOG_INACTIVE;                        
          _ISR_Enable( level );                                       
        } else {                                                      
          _ISR_Enable( level );                                       
 20168b8:	7f ff e3 76 	call  200f690 <sparc_enable_interrupts>        
 20168bc:	01 00 00 00 	nop                                            
 20168c0:	30 bf ff a1 	b,a   2016744 <_Timer_server_Body+0x58>        
         *  the active flag of the timer server is true.              
         */                                                           
        (*watchdog->routine)( watchdog->id, watchdog->user_data );    
      }                                                               
    } else {                                                          
      ts->active = false;                                             
 20168c4:	c0 2e 20 7c 	clrb  [ %i0 + 0x7c ]                           
 20168c8:	c2 07 00 00 	ld  [ %i4 ], %g1                               
 20168cc:	82 00 60 01 	inc  %g1                                       
 20168d0:	c2 27 00 00 	st  %g1, [ %i4 ]                               
                                                                      
      /*                                                              
       *  Block until there is something to do.                       
       */                                                             
      _Thread_Disable_dispatch();                                     
        _Thread_Set_state( ts->thread, STATES_DELAYING );             
 20168d4:	d0 06 00 00 	ld  [ %i0 ], %o0                               
 20168d8:	40 00 0f 45 	call  201a5ec <_Thread_Set_state>              
 20168dc:	92 10 20 08 	mov  8, %o1                                    
        _Timer_server_Reset_interval_system_watchdog( ts );           
 20168e0:	7f ff ff 59 	call  2016644 <_Timer_server_Reset_interval_system_watchdog>
 20168e4:	90 10 00 18 	mov  %i0, %o0                                  
        _Timer_server_Reset_tod_system_watchdog( ts );                
 20168e8:	7f ff ff 6c 	call  2016698 <_Timer_server_Reset_tod_system_watchdog>
 20168ec:	90 10 00 18 	mov  %i0, %o0                                  
      _Thread_Enable_dispatch();                                      
 20168f0:	40 00 0c 3d 	call  20199e4 <_Thread_Enable_dispatch>        
 20168f4:	01 00 00 00 	nop                                            
                                                                      
static void _Timer_server_Stop_interval_system_watchdog(              
  Timer_server_Control *ts                                            
)                                                                     
{                                                                     
  _Watchdog_Remove( &ts->Interval_watchdogs.System_watchdog );        
 20168f8:	90 10 00 19 	mov  %i1, %o0                                  
        _Thread_Set_state( ts->thread, STATES_DELAYING );             
        _Timer_server_Reset_interval_system_watchdog( ts );           
        _Timer_server_Reset_tod_system_watchdog( ts );                
      _Thread_Enable_dispatch();                                      
                                                                      
      ts->active = true;                                              
 20168fc:	f6 2e 20 7c 	stb  %i3, [ %i0 + 0x7c ]                       
                                                                      
static void _Timer_server_Stop_interval_system_watchdog(              
  Timer_server_Control *ts                                            
)                                                                     
{                                                                     
  _Watchdog_Remove( &ts->Interval_watchdogs.System_watchdog );        
 2016900:	40 00 12 c6 	call  201b418 <_Watchdog_Remove>               
 2016904:	01 00 00 00 	nop                                            
                                                                      
static void _Timer_server_Stop_tod_system_watchdog(                   
  Timer_server_Control *ts                                            
)                                                                     
{                                                                     
  _Watchdog_Remove( &ts->TOD_watchdogs.System_watchdog );             
 2016908:	40 00 12 c4 	call  201b418 <_Watchdog_Remove>               
 201690c:	90 10 00 1a 	mov  %i2, %o0                                  
 2016910:	30 bf ff 8d 	b,a   2016744 <_Timer_server_Body+0x58>        
                                                                      

020094c4 <_User_extensions_Fatal>: void _User_extensions_Fatal ( Internal_errors_Source the_source, bool is_internal, Internal_errors_t the_error ) {
 20094c4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
 20094c8:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 20094cc:	a2 14 63 78 	or  %l1, 0x378, %l1	! 201cf78 <_User_extensions_List>
 20094d0:	e0 04 60 08 	ld  [ %l1 + 8 ], %l0                           
 20094d4:	80 a4 00 11 	cmp  %l0, %l1                                  
 20094d8:	02 80 00 0d 	be  200950c <_User_extensions_Fatal+0x48>      <== NEVER TAKEN
 20094dc:	b2 0e 60 ff 	and  %i1, 0xff, %i1                            
        !_Chain_Is_head( &_User_extensions_List, the_node ) ;         
        the_node = the_node->previous ) {                             
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.fatal != NULL )                      
 20094e0:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        
 20094e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20094e8:	02 80 00 05 	be  20094fc <_User_extensions_Fatal+0x38>      
 20094ec:	90 10 00 18 	mov  %i0, %o0                                  
      (*the_extension->Callouts.fatal)( the_source, is_internal, the_error );
 20094f0:	92 10 00 19 	mov  %i1, %o1                                  
 20094f4:	9f c0 40 00 	call  %g1                                      
 20094f8:	94 10 00 1a 	mov  %i2, %o2                                  
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
        !_Chain_Is_head( &_User_extensions_List, the_node ) ;         
        the_node = the_node->previous ) {                             
 20094fc:	e0 04 20 04 	ld  [ %l0 + 4 ], %l0                           
)                                                                     
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
 2009500:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009504:	32 bf ff f8 	bne,a   20094e4 <_User_extensions_Fatal+0x20>  
 2009508:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        
 200950c:	81 c7 e0 08 	ret                                            
 2009510:	81 e8 00 00 	restore                                        
                                                                      

02009370 <_User_extensions_Handler_initialization>: #include <rtems/score/userext.h> #include <rtems/score/wkspace.h> #include <string.h> void _User_extensions_Handler_initialization(void) {
 2009370:	9d e3 bf a0 	save  %sp, -96, %sp                            
  User_extensions_Control *extension;                                 
  uint32_t                 i;                                         
  uint32_t                 number_of_extensions;                      
  User_extensions_Table   *initial_extensions;                        
                                                                      
  number_of_extensions = Configuration.number_of_initial_extensions;  
 2009374:	07 00 80 70 	sethi  %hi(0x201c000), %g3                     
 2009378:	86 10 e2 28 	or  %g3, 0x228, %g3	! 201c228 <Configuration>  
  initial_extensions   = Configuration.User_extension_table;          
 200937c:	e6 00 e0 3c 	ld  [ %g3 + 0x3c ], %l3                        
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 2009380:	1b 00 80 73 	sethi  %hi(0x201cc00), %o5                     
 2009384:	09 00 80 73 	sethi  %hi(0x201cc00), %g4                     
 2009388:	84 13 63 78 	or  %o5, 0x378, %g2                            
 200938c:	82 11 21 44 	or  %g4, 0x144, %g1                            
  the_chain->permanent_null = NULL;                                   
  the_chain->last           = _Chain_Head(the_chain);                 
 2009390:	c4 20 a0 08 	st  %g2, [ %g2 + 8 ]                           
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
  the_chain->permanent_null = NULL;                                   
 2009394:	c0 20 a0 04 	clr  [ %g2 + 4 ]                               
  the_chain->last           = _Chain_Head(the_chain);                 
 2009398:	c2 20 60 08 	st  %g1, [ %g1 + 8 ]                           
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
  the_chain->permanent_null = NULL;                                   
 200939c:	c0 20 60 04 	clr  [ %g1 + 4 ]                               
 */                                                                   
RTEMS_INLINE_ROUTINE void _Chain_Initialize_empty(                    
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  the_chain->first          = _Chain_Tail(the_chain);                 
 20093a0:	84 00 a0 04 	add  %g2, 4, %g2                               
 20093a4:	82 00 60 04 	add  %g1, 4, %g1                               
 20093a8:	c4 23 63 78 	st  %g2, [ %o5 + 0x378 ]                       
 20093ac:	c2 21 21 44 	st  %g1, [ %g4 + 0x144 ]                       
                                                                      
  _Chain_Initialize_empty( &_User_extensions_List );                  
  _Chain_Initialize_empty( &_User_extensions_Switches_list );         
                                                                      
  if ( initial_extensions ) {                                         
 20093b0:	80 a4 e0 00 	cmp  %l3, 0                                    
 20093b4:	02 80 00 1b 	be  2009420 <_User_extensions_Handler_initialization+0xb0>
 20093b8:	e4 00 e0 38 	ld  [ %g3 + 0x38 ], %l2                        
    extension = (User_extensions_Control *)                           
      _Workspace_Allocate_or_fatal_error(                             
        number_of_extensions * sizeof( User_extensions_Control )      
 20093bc:	83 2c a0 02 	sll  %l2, 2, %g1                               
 20093c0:	a3 2c a0 04 	sll  %l2, 4, %l1                               
 20093c4:	a2 24 40 01 	sub  %l1, %g1, %l1                             
 20093c8:	a2 04 40 12 	add  %l1, %l2, %l1                             
 20093cc:	a3 2c 60 02 	sll  %l1, 2, %l1                               
                                                                      
  _Chain_Initialize_empty( &_User_extensions_List );                  
  _Chain_Initialize_empty( &_User_extensions_Switches_list );         
                                                                      
  if ( initial_extensions ) {                                         
    extension = (User_extensions_Control *)                           
 20093d0:	40 00 01 73 	call  200999c <_Workspace_Allocate_or_fatal_error>
 20093d4:	90 10 00 11 	mov  %l1, %o0                                  
      _Workspace_Allocate_or_fatal_error(                             
        number_of_extensions * sizeof( User_extensions_Control )      
      );                                                              
                                                                      
    memset (                                                          
 20093d8:	94 10 00 11 	mov  %l1, %o2                                  
                                                                      
  _Chain_Initialize_empty( &_User_extensions_List );                  
  _Chain_Initialize_empty( &_User_extensions_Switches_list );         
                                                                      
  if ( initial_extensions ) {                                         
    extension = (User_extensions_Control *)                           
 20093dc:	a0 10 00 08 	mov  %o0, %l0                                  
      _Workspace_Allocate_or_fatal_error(                             
        number_of_extensions * sizeof( User_extensions_Control )      
      );                                                              
                                                                      
    memset (                                                          
 20093e0:	40 00 1d 0e 	call  2010818 <memset>                         
 20093e4:	92 10 20 00 	clr  %o1                                       
      extension,                                                      
      0,                                                              
      number_of_extensions * sizeof( User_extensions_Control )        
    );                                                                
                                                                      
    for ( i = 0 ; i < number_of_extensions ; i++ ) {                  
 20093e8:	80 a4 a0 00 	cmp  %l2, 0                                    
 20093ec:	02 80 00 0d 	be  2009420 <_User_extensions_Handler_initialization+0xb0><== NEVER TAKEN
 20093f0:	a2 10 20 00 	clr  %l1                                       
RTEMS_INLINE_ROUTINE void _User_extensions_Add_set_with_table(        
  User_extensions_Control     *extension,                             
  const User_extensions_Table *extension_table                        
)                                                                     
{                                                                     
  extension->Callouts = *extension_table;                             
 20093f4:	93 2c 60 05 	sll  %l1, 5, %o1                               
 20093f8:	94 10 20 20 	mov  0x20, %o2                                 
 20093fc:	92 04 c0 09 	add  %l3, %o1, %o1                             
 2009400:	40 00 1c c7 	call  201071c <memcpy>                         
 2009404:	90 04 20 14 	add  %l0, 0x14, %o0                            
                                                                      
  _User_extensions_Add_set( extension );                              
 2009408:	40 00 10 7d 	call  200d5fc <_User_extensions_Add_set>       
 200940c:	90 10 00 10 	mov  %l0, %o0                                  
 2009410:	a2 04 60 01 	inc  %l1                                       
 2009414:	80 a4 80 11 	cmp  %l2, %l1                                  
 2009418:	18 bf ff f7 	bgu  20093f4 <_User_extensions_Handler_initialization+0x84>
 200941c:	a0 04 20 34 	add  %l0, 0x34, %l0                            
 2009420:	81 c7 e0 08 	ret                                            
 2009424:	81 e8 00 00 	restore                                        
                                                                      

02009428 <_User_extensions_Thread_begin>: #include <rtems/score/userext.h> void _User_extensions_Thread_begin ( Thread_Control *executing ) {
 2009428:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 200942c:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 2009430:	e0 04 63 78 	ld  [ %l1 + 0x378 ], %l0	! 201cf78 <_User_extensions_List>
 2009434:	a2 14 63 78 	or  %l1, 0x378, %l1                            
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 2009438:	a2 04 60 04 	add  %l1, 4, %l1                               
 200943c:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009440:	02 80 00 0c 	be  2009470 <_User_extensions_Thread_begin+0x48><== NEVER TAKEN
 2009444:	01 00 00 00 	nop                                            
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_begin != NULL )               
 2009448:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 200944c:	80 a0 60 00 	cmp  %g1, 0                                    
 2009450:	02 80 00 04 	be  2009460 <_User_extensions_Thread_begin+0x38>
 2009454:	90 10 00 18 	mov  %i0, %o0                                  
      (*the_extension->Callouts.thread_begin)( executing );           
 2009458:	9f c0 40 00 	call  %g1                                      
 200945c:	01 00 00 00 	nop                                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
 2009460:	e0 04 00 00 	ld  [ %l0 ], %l0                               
)                                                                     
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 2009464:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009468:	32 bf ff f9 	bne,a   200944c <_User_extensions_Thread_begin+0x24>
 200946c:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 2009470:	81 c7 e0 08 	ret                                            
 2009474:	81 e8 00 00 	restore                                        
                                                                      

02009514 <_User_extensions_Thread_create>: #include <rtems/score/userext.h> bool _User_extensions_Thread_create ( Thread_Control *the_thread ) {
 2009514:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
  bool                     status;                                    
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 2009518:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 200951c:	e0 04 63 78 	ld  [ %l1 + 0x378 ], %l0	! 201cf78 <_User_extensions_List>
 2009520:	a2 14 63 78 	or  %l1, 0x378, %l1                            
 2009524:	a2 04 60 04 	add  %l1, 4, %l1                               
 2009528:	80 a4 00 11 	cmp  %l0, %l1                                  
 200952c:	02 80 00 10 	be  200956c <_User_extensions_Thread_create+0x58><== NEVER TAKEN
 2009530:	25 00 80 73 	sethi  %hi(0x201cc00), %l2                     
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_create != NULL ) {            
      status = (*the_extension->Callouts.thread_create)(              
 2009534:	a4 14 a2 00 	or  %l2, 0x200, %l2	! 201ce00 <_Thread_Executing>
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_create != NULL ) {            
 2009538:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        
 200953c:	80 a0 60 00 	cmp  %g1, 0                                    
 2009540:	02 80 00 07 	be  200955c <_User_extensions_Thread_create+0x48>
 2009544:	92 10 00 18 	mov  %i0, %o1                                  
      status = (*the_extension->Callouts.thread_create)(              
 2009548:	9f c0 40 00 	call  %g1                                      
 200954c:	d0 04 80 00 	ld  [ %l2 ], %o0                               
        _Thread_Executing,                                            
        the_thread                                                    
      );                                                              
      if ( !status )                                                  
 2009550:	80 8a 20 ff 	btst  0xff, %o0                                
 2009554:	02 80 00 08 	be  2009574 <_User_extensions_Thread_create+0x60>
 2009558:	01 00 00 00 	nop                                            
  User_extensions_Control *the_extension;                             
  bool                     status;                                    
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
 200955c:	e0 04 00 00 	ld  [ %l0 ], %l0                               
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
  bool                     status;                                    
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 2009560:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009564:	32 bf ff f6 	bne,a   200953c <_User_extensions_Thread_create+0x28>
 2009568:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        
        return false;                                                 
    }                                                                 
  }                                                                   
                                                                      
  return true;                                                        
}                                                                     
 200956c:	81 c7 e0 08 	ret                                            
 2009570:	91 e8 20 01 	restore  %g0, 1, %o0                           
    if ( the_extension->Callouts.thread_create != NULL ) {            
      status = (*the_extension->Callouts.thread_create)(              
        _Thread_Executing,                                            
        the_thread                                                    
      );                                                              
      if ( !status )                                                  
 2009574:	81 c7 e0 08 	ret                                            
 2009578:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

0200957c <_User_extensions_Thread_delete>: #include <rtems/score/userext.h> void _User_extensions_Thread_delete ( Thread_Control *the_thread ) {
 200957c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
 2009580:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 2009584:	a2 14 63 78 	or  %l1, 0x378, %l1	! 201cf78 <_User_extensions_List>
 2009588:	e0 04 60 08 	ld  [ %l1 + 8 ], %l0                           
 200958c:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009590:	02 80 00 0d 	be  20095c4 <_User_extensions_Thread_delete+0x48><== NEVER TAKEN
 2009594:	25 00 80 73 	sethi  %hi(0x201cc00), %l2                     
        the_node = the_node->previous ) {                             
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_delete != NULL )              
      (*the_extension->Callouts.thread_delete)(                       
 2009598:	a4 14 a2 00 	or  %l2, 0x200, %l2	! 201ce00 <_Thread_Executing>
        !_Chain_Is_head( &_User_extensions_List, the_node ) ;         
        the_node = the_node->previous ) {                             
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_delete != NULL )              
 200959c:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        
 20095a0:	80 a0 60 00 	cmp  %g1, 0                                    
 20095a4:	02 80 00 04 	be  20095b4 <_User_extensions_Thread_delete+0x38>
 20095a8:	92 10 00 18 	mov  %i0, %o1                                  
      (*the_extension->Callouts.thread_delete)(                       
 20095ac:	9f c0 40 00 	call  %g1                                      
 20095b0:	d0 04 80 00 	ld  [ %l2 ], %o0                               
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
        !_Chain_Is_head( &_User_extensions_List, the_node ) ;         
        the_node = the_node->previous ) {                             
 20095b4:	e0 04 20 04 	ld  [ %l0 + 4 ], %l0                           
)                                                                     
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
 20095b8:	80 a4 00 11 	cmp  %l0, %l1                                  
 20095bc:	32 bf ff f9 	bne,a   20095a0 <_User_extensions_Thread_delete+0x24>
 20095c0:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        
 20095c4:	81 c7 e0 08 	ret                                            
 20095c8:	81 e8 00 00 	restore                                        
                                                                      

02009478 <_User_extensions_Thread_exitted>: } void _User_extensions_Thread_exitted ( Thread_Control *executing ) {
 2009478:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
 200947c:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 2009480:	a2 14 63 78 	or  %l1, 0x378, %l1	! 201cf78 <_User_extensions_List>
 2009484:	e0 04 60 08 	ld  [ %l1 + 8 ], %l0                           
 2009488:	80 a4 00 11 	cmp  %l0, %l1                                  
 200948c:	02 80 00 0c 	be  20094bc <_User_extensions_Thread_exitted+0x44><== NEVER TAKEN
 2009490:	01 00 00 00 	nop                                            
        !_Chain_Is_head( &_User_extensions_List, the_node ) ;         
        the_node = the_node->previous ) {                             
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_exitted != NULL )             
 2009494:	c2 04 20 2c 	ld  [ %l0 + 0x2c ], %g1                        
 2009498:	80 a0 60 00 	cmp  %g1, 0                                    
 200949c:	02 80 00 04 	be  20094ac <_User_extensions_Thread_exitted+0x34>
 20094a0:	90 10 00 18 	mov  %i0, %o0                                  
      (*the_extension->Callouts.thread_exitted)( executing );         
 20094a4:	9f c0 40 00 	call  %g1                                      
 20094a8:	01 00 00 00 	nop                                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
        !_Chain_Is_head( &_User_extensions_List, the_node ) ;         
        the_node = the_node->previous ) {                             
 20094ac:	e0 04 20 04 	ld  [ %l0 + 4 ], %l0                           
)                                                                     
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.last ;                       
 20094b0:	80 a4 00 11 	cmp  %l0, %l1                                  
 20094b4:	32 bf ff f9 	bne,a   2009498 <_User_extensions_Thread_exitted+0x20>
 20094b8:	c2 04 20 2c 	ld  [ %l0 + 0x2c ], %g1                        
 20094bc:	81 c7 e0 08 	ret                                            
 20094c0:	81 e8 00 00 	restore                                        
                                                                      

0200a2d4 <_User_extensions_Thread_restart>: #include <rtems/score/userext.h> void _User_extensions_Thread_restart ( Thread_Control *the_thread ) {
 200a2d4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 200a2d8:	23 00 80 86 	sethi  %hi(0x2021800), %l1                     
 200a2dc:	e0 04 61 08 	ld  [ %l1 + 0x108 ], %l0	! 2021908 <_User_extensions_List>
 200a2e0:	a2 14 61 08 	or  %l1, 0x108, %l1                            
 200a2e4:	a2 04 60 04 	add  %l1, 4, %l1                               
 200a2e8:	80 a4 00 11 	cmp  %l0, %l1                                  
 200a2ec:	02 80 00 0d 	be  200a320 <_User_extensions_Thread_restart+0x4c><== NEVER TAKEN
 200a2f0:	25 00 80 85 	sethi  %hi(0x2021400), %l2                     
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_restart != NULL )             
      (*the_extension->Callouts.thread_restart)(                      
 200a2f4:	a4 14 a3 90 	or  %l2, 0x390, %l2	! 2021790 <_Thread_Executing>
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_restart != NULL )             
 200a2f8:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
 200a2fc:	80 a0 60 00 	cmp  %g1, 0                                    
 200a300:	02 80 00 04 	be  200a310 <_User_extensions_Thread_restart+0x3c>
 200a304:	92 10 00 18 	mov  %i0, %o1                                  
      (*the_extension->Callouts.thread_restart)(                      
 200a308:	9f c0 40 00 	call  %g1                                      
 200a30c:	d0 04 80 00 	ld  [ %l2 ], %o0                               
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
 200a310:	e0 04 00 00 	ld  [ %l0 ], %l0                               
)                                                                     
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 200a314:	80 a4 00 11 	cmp  %l0, %l1                                  
 200a318:	32 bf ff f9 	bne,a   200a2fc <_User_extensions_Thread_restart+0x28>
 200a31c:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
 200a320:	81 c7 e0 08 	ret                                            
 200a324:	81 e8 00 00 	restore                                        
                                                                      

020095cc <_User_extensions_Thread_start>: #include <rtems/score/userext.h> void _User_extensions_Thread_start ( Thread_Control *the_thread ) {
 20095cc:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 20095d0:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 20095d4:	e0 04 63 78 	ld  [ %l1 + 0x378 ], %l0	! 201cf78 <_User_extensions_List>
 20095d8:	a2 14 63 78 	or  %l1, 0x378, %l1                            
 20095dc:	a2 04 60 04 	add  %l1, 4, %l1                               
 20095e0:	80 a4 00 11 	cmp  %l0, %l1                                  
 20095e4:	02 80 00 0d 	be  2009618 <_User_extensions_Thread_start+0x4c><== NEVER TAKEN
 20095e8:	25 00 80 73 	sethi  %hi(0x201cc00), %l2                     
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_start != NULL )               
      (*the_extension->Callouts.thread_start)(                        
 20095ec:	a4 14 a2 00 	or  %l2, 0x200, %l2	! 201ce00 <_Thread_Executing>
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
                                                                      
    the_extension = (User_extensions_Control *) the_node;             
                                                                      
    if ( the_extension->Callouts.thread_start != NULL )               
 20095f0:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 20095f4:	80 a0 60 00 	cmp  %g1, 0                                    
 20095f8:	02 80 00 04 	be  2009608 <_User_extensions_Thread_start+0x3c>
 20095fc:	92 10 00 18 	mov  %i0, %o1                                  
      (*the_extension->Callouts.thread_start)(                        
 2009600:	9f c0 40 00 	call  %g1                                      
 2009604:	d0 04 80 00 	ld  [ %l2 ], %o0                               
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
        !_Chain_Is_tail( &_User_extensions_List, the_node ) ;         
        the_node = the_node->next ) {                                 
 2009608:	e0 04 00 00 	ld  [ %l0 ], %l0                               
)                                                                     
{                                                                     
  Chain_Node              *the_node;                                  
  User_extensions_Control *the_extension;                             
                                                                      
  for ( the_node = _User_extensions_List.first ;                      
 200960c:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009610:	32 bf ff f9 	bne,a   20095f4 <_User_extensions_Thread_start+0x28>
 2009614:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 2009618:	81 c7 e0 08 	ret                                            
 200961c:	81 e8 00 00 	restore                                        
                                                                      

02009620 <_User_extensions_Thread_switch>: void _User_extensions_Thread_switch ( Thread_Control *executing, Thread_Control *heir ) {
 2009620:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Chain_Node                     *the_node;                           
  User_extensions_Switch_control *the_extension_switch;               
                                                                      
  for ( the_node = _User_extensions_Switches_list.first ;             
 2009624:	23 00 80 73 	sethi  %hi(0x201cc00), %l1                     
 2009628:	e0 04 61 44 	ld  [ %l1 + 0x144 ], %l0	! 201cd44 <_User_extensions_Switches_list>
 200962c:	a2 14 61 44 	or  %l1, 0x144, %l1                            
 2009630:	a2 04 60 04 	add  %l1, 4, %l1                               
 2009634:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009638:	02 80 00 0a 	be  2009660 <_User_extensions_Thread_switch+0x40><== NEVER TAKEN
 200963c:	01 00 00 00 	nop                                            
        !_Chain_Is_tail( &_User_extensions_Switches_list, the_node ) ;
        the_node = the_node->next ) {                                 
                                                                      
    the_extension_switch = (User_extensions_Switch_control *) the_node;
                                                                      
    (*the_extension_switch->thread_switch)( executing, heir );        
 2009640:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2009644:	90 10 00 18 	mov  %i0, %o0                                  
 2009648:	9f c0 40 00 	call  %g1                                      
 200964c:	92 10 00 19 	mov  %i1, %o1                                  
  Chain_Node                     *the_node;                           
  User_extensions_Switch_control *the_extension_switch;               
                                                                      
  for ( the_node = _User_extensions_Switches_list.first ;             
        !_Chain_Is_tail( &_User_extensions_Switches_list, the_node ) ;
        the_node = the_node->next ) {                                 
 2009650:	e0 04 00 00 	ld  [ %l0 ], %l0                               
)                                                                     
{                                                                     
  Chain_Node                     *the_node;                           
  User_extensions_Switch_control *the_extension_switch;               
                                                                      
  for ( the_node = _User_extensions_Switches_list.first ;             
 2009654:	80 a4 00 11 	cmp  %l0, %l1                                  
 2009658:	32 bf ff fb 	bne,a   2009644 <_User_extensions_Thread_switch+0x24>
 200965c:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2009660:	81 c7 e0 08 	ret                                            
 2009664:	81 e8 00 00 	restore                                        
                                                                      

0200b910 <_Watchdog_Adjust>: void _Watchdog_Adjust( Chain_Control *header, Watchdog_Adjust_directions direction, Watchdog_Interval units ) {
 200b910:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level level;                                                    
                                                                      
  _ISR_Disable( level );                                              
 200b914:	7f ff de 47 	call  2003230 <sparc_disable_interrupts>       
 200b918:	a0 10 00 18 	mov  %i0, %l0                                  
 */                                                                   
RTEMS_INLINE_ROUTINE bool _Chain_Is_empty(                            
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  return (the_chain->first == _Chain_Tail(the_chain));                
 200b91c:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 200b920:	a2 06 20 04 	add  %i0, 4, %l1                               
   *       hence the compiler must not assume *header to remain       
   *       unmodified across that call.                               
   *                                                                  
   *       Till Straumann, 7/2003                                     
   */                                                                 
  if ( !_Chain_Is_empty( header ) ) {                                 
 200b924:	80 a0 40 11 	cmp  %g1, %l1                                  
 200b928:	02 80 00 1f 	be  200b9a4 <_Watchdog_Adjust+0x94>            
 200b92c:	80 a6 60 00 	cmp  %i1, 0                                    
    switch ( direction ) {                                            
 200b930:	12 80 00 1f 	bne  200b9ac <_Watchdog_Adjust+0x9c>           
 200b934:	80 a6 60 01 	cmp  %i1, 1                                    
      case WATCHDOG_BACKWARD:                                         
        _Watchdog_First( header )->delta_interval += units;           
        break;                                                        
      case WATCHDOG_FORWARD:                                          
        while ( units ) {                                             
 200b938:	80 a6 a0 00 	cmp  %i2, 0                                    
 200b93c:	02 80 00 1a 	be  200b9a4 <_Watchdog_Adjust+0x94>            <== NEVER TAKEN
 200b940:	01 00 00 00 	nop                                            
          if ( units < _Watchdog_First( header )->delta_interval ) {  
 200b944:	f2 00 60 10 	ld  [ %g1 + 0x10 ], %i1                        
 200b948:	80 a6 80 19 	cmp  %i2, %i1                                  
 200b94c:	1a 80 00 0b 	bcc  200b978 <_Watchdog_Adjust+0x68>           <== ALWAYS TAKEN
 200b950:	a4 10 20 01 	mov  1, %l2                                    
            _Watchdog_First( header )->delta_interval -= units;       
 200b954:	10 80 00 1d 	b  200b9c8 <_Watchdog_Adjust+0xb8>             <== NOT EXECUTED
 200b958:	b4 26 40 1a 	sub  %i1, %i2, %i2                             <== NOT EXECUTED
    switch ( direction ) {                                            
      case WATCHDOG_BACKWARD:                                         
        _Watchdog_First( header )->delta_interval += units;           
        break;                                                        
      case WATCHDOG_FORWARD:                                          
        while ( units ) {                                             
 200b95c:	b4 a6 80 19 	subcc  %i2, %i1, %i2                           
 200b960:	02 80 00 11 	be  200b9a4 <_Watchdog_Adjust+0x94>            <== NEVER TAKEN
 200b964:	01 00 00 00 	nop                                            
          if ( units < _Watchdog_First( header )->delta_interval ) {  
 200b968:	f2 00 60 10 	ld  [ %g1 + 0x10 ], %i1                        
 200b96c:	80 a6 40 1a 	cmp  %i1, %i2                                  
 200b970:	38 80 00 16 	bgu,a   200b9c8 <_Watchdog_Adjust+0xb8>        
 200b974:	b4 26 40 1a 	sub  %i1, %i2, %i2                             
            _Watchdog_First( header )->delta_interval -= units;       
            break;                                                    
          } else {                                                    
            units -= _Watchdog_First( header )->delta_interval;       
            _Watchdog_First( header )->delta_interval = 1;            
 200b978:	e4 20 60 10 	st  %l2, [ %g1 + 0x10 ]                        
                                                                      
            _ISR_Enable( level );                                     
 200b97c:	7f ff de 31 	call  2003240 <sparc_enable_interrupts>        
 200b980:	01 00 00 00 	nop                                            
                                                                      
            _Watchdog_Tickle( header );                               
 200b984:	40 00 00 b6 	call  200bc5c <_Watchdog_Tickle>               
 200b988:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
            _ISR_Disable( level );                                    
 200b98c:	7f ff de 29 	call  2003230 <sparc_disable_interrupts>       
 200b990:	01 00 00 00 	nop                                            
 */                                                                   
RTEMS_INLINE_ROUTINE bool _Chain_Is_empty(                            
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  return (the_chain->first == _Chain_Tail(the_chain));                
 200b994:	c4 04 00 00 	ld  [ %l0 ], %g2                               
                                                                      
            if ( _Chain_Is_empty( header ) )                          
 200b998:	80 a4 40 02 	cmp  %l1, %g2                                  
 200b99c:	12 bf ff f0 	bne  200b95c <_Watchdog_Adjust+0x4c>           
 200b9a0:	82 10 00 02 	mov  %g2, %g1                                  
        }                                                             
        break;                                                        
    }                                                                 
  }                                                                   
                                                                      
  _ISR_Enable( level );                                               
 200b9a4:	7f ff de 27 	call  2003240 <sparc_enable_interrupts>        
 200b9a8:	91 e8 00 08 	restore  %g0, %o0, %o0                         
   *       unmodified across that call.                               
   *                                                                  
   *       Till Straumann, 7/2003                                     
   */                                                                 
  if ( !_Chain_Is_empty( header ) ) {                                 
    switch ( direction ) {                                            
 200b9ac:	12 bf ff fe 	bne  200b9a4 <_Watchdog_Adjust+0x94>           <== NEVER TAKEN
 200b9b0:	01 00 00 00 	nop                                            
      case WATCHDOG_BACKWARD:                                         
        _Watchdog_First( header )->delta_interval += units;           
 200b9b4:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 200b9b8:	b4 00 80 1a 	add  %g2, %i2, %i2                             
 200b9bc:	f4 20 60 10 	st  %i2, [ %g1 + 0x10 ]                        
        }                                                             
        break;                                                        
    }                                                                 
  }                                                                   
                                                                      
  _ISR_Enable( level );                                               
 200b9c0:	7f ff de 20 	call  2003240 <sparc_enable_interrupts>        
 200b9c4:	91 e8 00 08 	restore  %g0, %o0, %o0                         
        break;                                                        
      case WATCHDOG_FORWARD:                                          
        while ( units ) {                                             
          if ( units < _Watchdog_First( header )->delta_interval ) {  
            _Watchdog_First( header )->delta_interval -= units;       
            break;                                                    
 200b9c8:	10 bf ff f7 	b  200b9a4 <_Watchdog_Adjust+0x94>             
 200b9cc:	f4 20 60 10 	st  %i2, [ %g1 + 0x10 ]                        
                                                                      

0200981c <_Watchdog_Remove>: */ Watchdog_States _Watchdog_Remove( Watchdog_Control *the_watchdog ) {
 200981c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level         level;                                            
  Watchdog_States   previous_state;                                   
  Watchdog_Control *next_watchdog;                                    
                                                                      
  _ISR_Disable( level );                                              
 2009820:	7f ff e2 a3 	call  20022ac <sparc_disable_interrupts>       
 2009824:	01 00 00 00 	nop                                            
  previous_state = the_watchdog->state;                               
 2009828:	e0 06 20 08 	ld  [ %i0 + 8 ], %l0                           
  switch ( previous_state ) {                                         
 200982c:	80 a4 20 01 	cmp  %l0, 1                                    
 2009830:	02 80 00 2a 	be  20098d8 <_Watchdog_Remove+0xbc>            
 2009834:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2009838:	1a 80 00 09 	bcc  200985c <_Watchdog_Remove+0x40>           
 200983c:	80 a4 20 03 	cmp  %l0, 3                                    
        _Watchdog_Sync_level = _ISR_Nest_level;                       
                                                                      
      _Chain_Extract_unprotected( &the_watchdog->Node );              
      break;                                                          
  }                                                                   
  the_watchdog->stop_time = _Watchdog_Ticks_since_boot;               
 2009840:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 2009844:	c2 00 62 94 	ld  [ %g1 + 0x294 ], %g1	! 201ce94 <_Watchdog_Ticks_since_boot>
 2009848:	c2 26 20 18 	st  %g1, [ %i0 + 0x18 ]                        
                                                                      
  _ISR_Enable( level );                                               
 200984c:	7f ff e2 9c 	call  20022bc <sparc_enable_interrupts>        
 2009850:	b0 10 00 10 	mov  %l0, %i0                                  
  return( previous_state );                                           
}                                                                     
 2009854:	81 c7 e0 08 	ret                                            
 2009858:	81 e8 00 00 	restore                                        
  Watchdog_States   previous_state;                                   
  Watchdog_Control *next_watchdog;                                    
                                                                      
  _ISR_Disable( level );                                              
  previous_state = the_watchdog->state;                               
  switch ( previous_state ) {                                         
 200985c:	18 bf ff fa 	bgu  2009844 <_Watchdog_Remove+0x28>           <== NEVER TAKEN
 2009860:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
RTEMS_INLINE_ROUTINE Watchdog_Control *_Watchdog_Next(                
  Watchdog_Control *the_watchdog                                      
)                                                                     
{                                                                     
                                                                      
  return ( (Watchdog_Control *) the_watchdog->Node.next );            
 2009864:	c2 06 00 00 	ld  [ %i0 ], %g1                               
      break;                                                          
                                                                      
    case WATCHDOG_ACTIVE:                                             
    case WATCHDOG_REMOVE_IT:                                          
                                                                      
      the_watchdog->state = WATCHDOG_INACTIVE;                        
 2009868:	c0 26 20 08 	clr  [ %i0 + 8 ]                               
      next_watchdog = _Watchdog_Next( the_watchdog );                 
                                                                      
      if ( _Watchdog_Next(next_watchdog) )                            
 200986c:	c4 00 40 00 	ld  [ %g1 ], %g2                               
 2009870:	80 a0 a0 00 	cmp  %g2, 0                                    
 2009874:	02 80 00 07 	be  2009890 <_Watchdog_Remove+0x74>            
 2009878:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
        next_watchdog->delta_interval += the_watchdog->delta_interval;
 200987c:	c6 00 60 10 	ld  [ %g1 + 0x10 ], %g3                        
 2009880:	c4 06 20 10 	ld  [ %i0 + 0x10 ], %g2                        
 2009884:	84 00 c0 02 	add  %g3, %g2, %g2                             
 2009888:	c4 20 60 10 	st  %g2, [ %g1 + 0x10 ]                        
                                                                      
      if ( _Watchdog_Sync_count )                                     
 200988c:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 2009890:	c4 00 a2 90 	ld  [ %g2 + 0x290 ], %g2	! 201ce90 <_Watchdog_Sync_count>
 2009894:	80 a0 a0 00 	cmp  %g2, 0                                    
 2009898:	22 80 00 07 	be,a   20098b4 <_Watchdog_Remove+0x98>         
 200989c:	c4 06 20 04 	ld  [ %i0 + 4 ], %g2                           
        _Watchdog_Sync_level = _ISR_Nest_level;                       
 20098a0:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 20098a4:	c6 00 a1 dc 	ld  [ %g2 + 0x1dc ], %g3	! 201cddc <_ISR_Nest_level>
 20098a8:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
 20098ac:	c6 20 a1 fc 	st  %g3, [ %g2 + 0x1fc ]	! 201cdfc <_Watchdog_Sync_level>
{                                                                     
  Chain_Node *next;                                                   
  Chain_Node *previous;                                               
                                                                      
  next           = the_node->next;                                    
  previous       = the_node->previous;                                
 20098b0:	c4 06 20 04 	ld  [ %i0 + 4 ], %g2                           
  next->previous = previous;                                          
  previous->next = next;                                              
 20098b4:	c2 20 80 00 	st  %g1, [ %g2 ]                               
  Chain_Node *next;                                                   
  Chain_Node *previous;                                               
                                                                      
  next           = the_node->next;                                    
  previous       = the_node->previous;                                
  next->previous = previous;                                          
 20098b8:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
                                                                      
      _Chain_Extract_unprotected( &the_watchdog->Node );              
      break;                                                          
  }                                                                   
  the_watchdog->stop_time = _Watchdog_Ticks_since_boot;               
 20098bc:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 20098c0:	c2 00 62 94 	ld  [ %g1 + 0x294 ], %g1	! 201ce94 <_Watchdog_Ticks_since_boot>
 20098c4:	c2 26 20 18 	st  %g1, [ %i0 + 0x18 ]                        
                                                                      
  _ISR_Enable( level );                                               
 20098c8:	7f ff e2 7d 	call  20022bc <sparc_enable_interrupts>        
 20098cc:	b0 10 00 10 	mov  %l0, %i0                                  
  return( previous_state );                                           
}                                                                     
 20098d0:	81 c7 e0 08 	ret                                            
 20098d4:	81 e8 00 00 	restore                                        
        _Watchdog_Sync_level = _ISR_Nest_level;                       
                                                                      
      _Chain_Extract_unprotected( &the_watchdog->Node );              
      break;                                                          
  }                                                                   
  the_watchdog->stop_time = _Watchdog_Ticks_since_boot;               
 20098d8:	c2 00 62 94 	ld  [ %g1 + 0x294 ], %g1                       
                                                                      
      /*                                                              
       *  It is not actually on the chain so just change the state and
       *  the Insert operation we interrupted will be aborted.        
       */                                                             
      the_watchdog->state = WATCHDOG_INACTIVE;                        
 20098dc:	c0 26 20 08 	clr  [ %i0 + 8 ]                               
        _Watchdog_Sync_level = _ISR_Nest_level;                       
                                                                      
      _Chain_Extract_unprotected( &the_watchdog->Node );              
      break;                                                          
  }                                                                   
  the_watchdog->stop_time = _Watchdog_Ticks_since_boot;               
 20098e0:	c2 26 20 18 	st  %g1, [ %i0 + 0x18 ]                        
                                                                      
  _ISR_Enable( level );                                               
 20098e4:	7f ff e2 76 	call  20022bc <sparc_enable_interrupts>        
 20098e8:	b0 10 00 10 	mov  %l0, %i0                                  
  return( previous_state );                                           
}                                                                     
 20098ec:	81 c7 e0 08 	ret                                            
 20098f0:	81 e8 00 00 	restore                                        
                                                                      

0200b104 <_Watchdog_Report_chain>: void _Watchdog_Report_chain( const char *name, Chain_Control *header ) {
 200b104:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level          level;                                           
  Chain_Node        *node;                                            
                                                                      
  _ISR_Disable( level );                                              
 200b108:	7f ff df 21 	call  2002d8c <sparc_disable_interrupts>       
 200b10c:	a0 10 00 18 	mov  %i0, %l0                                  
 200b110:	b0 10 00 08 	mov  %o0, %i0                                  
    printk( "Watchdog Chain: %s %p\n", name, header );                
 200b114:	11 00 80 82 	sethi  %hi(0x2020800), %o0                     
 200b118:	94 10 00 19 	mov  %i1, %o2                                  
 200b11c:	90 12 22 08 	or  %o0, 0x208, %o0                            
 200b120:	7f ff e4 6b 	call  20042cc <printk>                         
 200b124:	92 10 00 10 	mov  %l0, %o1                                  
 */                                                                   
RTEMS_INLINE_ROUTINE bool _Chain_Is_empty(                            
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  return (the_chain->first == _Chain_Tail(the_chain));                
 200b128:	e2 06 40 00 	ld  [ %i1 ], %l1                               
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 200b12c:	b2 06 60 04 	add  %i1, 4, %i1                               
    if ( !_Chain_Is_empty( header ) ) {                               
 200b130:	80 a4 40 19 	cmp  %l1, %i1                                  
 200b134:	02 80 00 0f 	be  200b170 <_Watchdog_Report_chain+0x6c>      
 200b138:	11 00 80 82 	sethi  %hi(0x2020800), %o0                     
            node != _Chain_Tail(header) ;                             
            node = node->next )                                       
      {                                                               
        Watchdog_Control *watch = (Watchdog_Control *) node;          
                                                                      
        _Watchdog_Report( NULL, watch );                              
 200b13c:	92 10 00 11 	mov  %l1, %o1                                  
 200b140:	40 00 00 11 	call  200b184 <_Watchdog_Report>               
 200b144:	90 10 20 00 	clr  %o0                                       
  _ISR_Disable( level );                                              
    printk( "Watchdog Chain: %s %p\n", name, header );                
    if ( !_Chain_Is_empty( header ) ) {                               
      for ( node = header->first ;                                    
            node != _Chain_Tail(header) ;                             
            node = node->next )                                       
 200b148:	e2 04 40 00 	ld  [ %l1 ], %l1                               
  Chain_Node        *node;                                            
                                                                      
  _ISR_Disable( level );                                              
    printk( "Watchdog Chain: %s %p\n", name, header );                
    if ( !_Chain_Is_empty( header ) ) {                               
      for ( node = header->first ;                                    
 200b14c:	80 a4 40 19 	cmp  %l1, %i1                                  
 200b150:	12 bf ff fc 	bne  200b140 <_Watchdog_Report_chain+0x3c>     <== NEVER TAKEN
 200b154:	92 10 00 11 	mov  %l1, %o1                                  
      {                                                               
        Watchdog_Control *watch = (Watchdog_Control *) node;          
                                                                      
        _Watchdog_Report( NULL, watch );                              
      }                                                               
      printk( "== end of %s \n", name );                              
 200b158:	92 10 00 10 	mov  %l0, %o1                                  
 200b15c:	11 00 80 82 	sethi  %hi(0x2020800), %o0                     
 200b160:	7f ff e4 5b 	call  20042cc <printk>                         
 200b164:	90 12 22 20 	or  %o0, 0x220, %o0	! 2020a20 <_Status_Object_name_errors_to_status+0x30>
    } else {                                                          
      printk( "Chain is empty\n" );                                   
    }                                                                 
  _ISR_Enable( level );                                               
 200b168:	7f ff df 0d 	call  2002d9c <sparc_enable_interrupts>        
 200b16c:	81 e8 00 00 	restore                                        
                                                                      
        _Watchdog_Report( NULL, watch );                              
      }                                                               
      printk( "== end of %s \n", name );                              
    } else {                                                          
      printk( "Chain is empty\n" );                                   
 200b170:	7f ff e4 57 	call  20042cc <printk>                         
 200b174:	90 12 22 30 	or  %o0, 0x230, %o0                            
    }                                                                 
  _ISR_Enable( level );                                               
 200b178:	7f ff df 09 	call  2002d9c <sparc_enable_interrupts>        
 200b17c:	81 e8 00 00 	restore                                        
                                                                      

0201a454 <_exit>: /* * If the toolset uses init/fini sections, then we need to * run the global destructors now. */ #if defined(__USE_INIT_FINI__) FINI_SYMBOL();
 201a454:	9d e3 bf a0 	save  %sp, -96, %sp                            
 201a458:	40 00 07 3d 	call  201c14c <_fini>                          
 201a45c:	01 00 00 00 	nop                                            
   *  We need to do the exit processing on the global reentrancy structure.
   *  This has already been done on the per task reentrancy structure 
   *  associated with this task.                                      
   */                                                                 
                                                                      
  libc_wrapup();                                                      
 201a460:	7f ff ff e2 	call  201a3e8 <libc_wrapup>                    
 201a464:	01 00 00 00 	nop                                            
  rtems_shutdown_executive(status);                                   
 201a468:	40 00 00 50 	call  201a5a8 <rtems_shutdown_executive>       
 201a46c:	90 10 00 18 	mov  %i0, %o0                                  
 201a470:	30 80 00 00 	b,a   201a470 <_exit+0x1c>                     <== NOT EXECUTED
                                                                      

02003b88 <_fcntl_r>: int fd, int cmd, int arg ) { return fcntl( fd, cmd, arg );
 2003b88:	90 10 00 09 	mov  %o1, %o0                                  <== NOT EXECUTED
 2003b8c:	92 10 00 0a 	mov  %o2, %o1                                  <== NOT EXECUTED
 2003b90:	94 10 00 0b 	mov  %o3, %o2                                  <== NOT EXECUTED
 2003b94:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 2003b98:	7f ff ff 69 	call  200393c <fcntl>                          <== NOT EXECUTED
 2003b9c:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

0200e5a8 <_getpid_r>: pid_t _getpid_r( struct _reent *ptr __attribute__((unused)) ) { return getpid(); }
 200e5a8:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 200e5ac:	90 10 20 01 	mov  1, %o0                                    <== NOT EXECUTED
                                                                      

0200b624 <_gettimeofday>: int _gettimeofday( struct timeval *tp, struct timezone *tzp ) { return gettimeofday( tp, tzp );
 200b624:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 200b628:	7f ff ff e6 	call  200b5c0 <gettimeofday>                   <== NOT EXECUTED
 200b62c:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

020046c0 <_link_r>: struct _reent *ptr __attribute__((unused)), const char *existing, const char *new ) { return link( existing, new );
 20046c0:	90 10 00 09 	mov  %o1, %o0                                  <== NOT EXECUTED
 20046c4:	92 10 00 0a 	mov  %o2, %o1                                  <== NOT EXECUTED
 20046c8:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 20046cc:	7f ff ff 51 	call  2004410 <link>                           <== NOT EXECUTED
 20046d0:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

0201a574 <_realloc_r>: struct _reent *ignored __attribute__((unused)), void *ptr, size_t size ) { return realloc( ptr, size );
 201a574:	90 10 00 09 	mov  %o1, %o0                                  <== NOT EXECUTED
 201a578:	92 10 00 0a 	mov  %o2, %o1                                  <== NOT EXECUTED
 201a57c:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 201a580:	40 00 00 17 	call  201a5dc <realloc>                        <== NOT EXECUTED
 201a584:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

020072ac <_rename_r>: int _rename_r( struct _reent *ptr __attribute__((unused)), const char *old, const char *new ) {
 20072ac:	9d e3 bf 60 	save  %sp, -160, %sp                           
                                                                      
  /*                                                                  
   *  Get the parent node of the old path to be renamed. Find the parent path.
   */                                                                 
                                                                      
  old_parent_pathlen = rtems_filesystem_dirname ( old );              
 20072b0:	7f ff fa 07 	call  2005acc <rtems_filesystem_dirname>       
 20072b4:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  if ( old_parent_pathlen == 0 )                                      
 20072b8:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 20072bc:	32 80 01 1f 	bne,a   2007738 <_rename_r+0x48c>              
 20072c0:	90 10 00 19 	mov  %i1, %o0                                  
    rtems_filesystem_get_start_loc( old, &i, &old_parent_loc );       
 20072c4:	c2 4e 40 00 	ldsb  [ %i1 ], %g1                             
 20072c8:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 20072cc:	12 80 00 7f 	bne  20074c8 <_rename_r+0x21c>                 <== ALWAYS TAKEN
 20072d0:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 20072d4:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     <== NOT EXECUTED
 20072d8:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env><== NOT EXECUTED
 20072dc:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
 20072e0:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        <== NOT EXECUTED
 20072e4:	c4 27 bf d4 	st  %g2, [ %fp + -44 ]                         <== NOT EXECUTED
 20072e8:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        <== NOT EXECUTED
 20072ec:	c4 27 bf d8 	st  %g2, [ %fp + -40 ]                         <== NOT EXECUTED
 20072f0:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        <== NOT EXECUTED
 20072f4:	c4 27 bf dc 	st  %g2, [ %fp + -36 ]                         <== NOT EXECUTED
 20072f8:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        <== NOT EXECUTED
 20072fc:	c4 27 bf e0 	st  %g2, [ %fp + -32 ]                         <== NOT EXECUTED
 2007300:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        <== NOT EXECUTED
 2007304:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         <== NOT EXECUTED
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  old_loc = old_parent_loc;                                           
 2007308:	c2 07 bf d4 	ld  [ %fp + -44 ], %g1                         
  name = old + old_parent_pathlen;                                    
 200730c:	b2 06 40 10 	add  %i1, %l0, %i1                             
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  old_loc = old_parent_loc;                                           
 2007310:	c2 27 bf e8 	st  %g1, [ %fp + -24 ]                         
 2007314:	c2 07 bf d8 	ld  [ %fp + -40 ], %g1                         
  name = old + old_parent_pathlen;                                    
 2007318:	f2 27 bf fc 	st  %i1, [ %fp + -4 ]                          
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  old_loc = old_parent_loc;                                           
 200731c:	c2 27 bf ec 	st  %g1, [ %fp + -20 ]                         
 2007320:	c2 07 bf dc 	ld  [ %fp + -36 ], %g1                         
  name = old + old_parent_pathlen;                                    
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
 2007324:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  old_loc = old_parent_loc;                                           
 2007328:	c2 27 bf f0 	st  %g1, [ %fp + -16 ]                         
 200732c:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
  name = old + old_parent_pathlen;                                    
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
 2007330:	a0 07 bf e8 	add  %fp, -24, %l0                             
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  old_loc = old_parent_loc;                                           
 2007334:	c2 27 bf f4 	st  %g1, [ %fp + -12 ]                         
 2007338:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
  name = old + old_parent_pathlen;                                    
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
 200733c:	40 00 46 09 	call  2018b60 <strlen>                         
 2007340:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
 2007344:	92 10 00 08 	mov  %o0, %o1                                  
 2007348:	7f ff f9 c0 	call  2005a48 <rtems_filesystem_prefix_separators>
 200734c:	90 10 00 19 	mov  %i1, %o0                                  
 2007350:	b2 06 40 08 	add  %i1, %o0, %i1                             
 2007354:	f2 27 bf fc 	st  %i1, [ %fp + -4 ]                          
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
 2007358:	40 00 46 02 	call  2018b60 <strlen>                         
 200735c:	90 10 00 19 	mov  %i1, %o0                                  
 2007360:	94 10 20 00 	clr  %o2                                       
 2007364:	92 10 00 08 	mov  %o0, %o1                                  
 2007368:	96 10 00 10 	mov  %l0, %o3                                  
 200736c:	90 10 00 19 	mov  %i1, %o0                                  
 2007370:	7f ff f9 f4 	call  2005b40 <rtems_filesystem_evaluate_relative_path>
 2007374:	98 10 20 00 	clr  %o4                                       
                                                    0, &old_loc, false );
  if ( result != 0 ) {                                                
 2007378:	80 a2 20 00 	cmp  %o0, 0                                    
 200737c:	12 80 00 4f 	bne  20074b8 <_rename_r+0x20c>                 
 2007380:	80 8c 60 ff 	btst  0xff, %l1                                
                                                                      
  /*                                                                  
   * Get the parent of the new node we are renaming to.               
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( new, &i, &new_parent_loc );         
 2007384:	c2 4e 80 00 	ldsb  [ %i2 ], %g1                             
 2007388:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 200738c:	12 80 00 61 	bne  2007510 <_rename_r+0x264>                 <== ALWAYS TAKEN
 2007390:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2007394:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     <== NOT EXECUTED
 2007398:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env>
 200739c:	90 10 20 01 	mov  1, %o0                                    
 20073a0:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 20073a4:	c4 27 bf c0 	st  %g2, [ %fp + -64 ]                         
 20073a8:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 20073ac:	c4 27 bf c4 	st  %g2, [ %fp + -60 ]                         
 20073b0:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
 20073b4:	c4 27 bf c8 	st  %g2, [ %fp + -56 ]                         
 20073b8:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
 20073bc:	c4 27 bf cc 	st  %g2, [ %fp + -52 ]                         
 20073c0:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 20073c4:	c2 27 bf d0 	st  %g1, [ %fp + -48 ]                         
                                                                      
  if ( !new_parent_loc.ops->evalformake_h ) {                         
 20073c8:	c2 07 bf cc 	ld  [ %fp + -52 ], %g1                         
 20073cc:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 20073d0:	80 a0 60 00 	cmp  %g1, 0                                    
 20073d4:	02 80 00 bc 	be  20076c4 <_rename_r+0x418>                  
 20073d8:	94 07 bf fc 	add  %fp, -4, %o2                              
      rtems_filesystem_freenode( &old_parent_loc );                   
    rtems_filesystem_freenode( &old_loc );                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*new_parent_loc.ops->evalformake_h)( &new[i], &new_parent_loc, &name );
 20073dc:	90 06 80 08 	add  %i2, %o0, %o0                             
 20073e0:	b4 07 bf c0 	add  %fp, -64, %i2                             
 20073e4:	9f c0 40 00 	call  %g1                                      
 20073e8:	92 10 00 1a 	mov  %i2, %o1                                  
  if ( result != 0 ) {                                                
 20073ec:	80 a2 20 00 	cmp  %o0, 0                                    
 20073f0:	12 80 00 8c 	bne  2007620 <_rename_r+0x374>                 
 20073f4:	c2 07 bf d0 	ld  [ %fp + -48 ], %g1                         
  /*                                                                  
   *  Check to see if the caller is trying to rename across file system
   *  boundaries.                                                     
   */                                                                 
                                                                      
  if ( old_parent_loc.mt_entry != new_parent_loc.mt_entry ) {         
 20073f8:	c4 07 bf e4 	ld  [ %fp + -28 ], %g2                         
 20073fc:	80 a0 80 01 	cmp  %g2, %g1                                  
 2007400:	12 80 00 56 	bne  2007558 <_rename_r+0x2ac>                 
 2007404:	c4 07 bf cc 	ld  [ %fp + -52 ], %g2                         
      rtems_filesystem_freenode( &old_parent_loc );                   
    rtems_filesystem_freenode( &old_loc );                            
    rtems_set_errno_and_return_minus_one( EXDEV );                    
  }                                                                   
                                                                      
  if ( !new_parent_loc.ops->rename_h ) {                              
 2007408:	c2 00 a0 40 	ld  [ %g2 + 0x40 ], %g1                        
 200740c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007410:	02 80 00 a7 	be  20076ac <_rename_r+0x400>                  
 2007414:	d6 07 bf fc 	ld  [ %fp + -4 ], %o3                          
      rtems_filesystem_freenode( &old_parent_loc );                   
    rtems_filesystem_freenode( &old_loc );                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*new_parent_loc.ops->rename_h)( &old_parent_loc, &old_loc, &new_parent_loc, name );
 2007418:	b2 07 bf d4 	add  %fp, -44, %i1                             
 200741c:	92 10 00 10 	mov  %l0, %o1                                  
 2007420:	90 10 00 19 	mov  %i1, %o0                                  
 2007424:	9f c0 40 00 	call  %g1                                      
 2007428:	94 10 00 1a 	mov  %i2, %o2                                  
                                                                      
  rtems_filesystem_freenode( &new_parent_loc );                       
 200742c:	c2 07 bf cc 	ld  [ %fp + -52 ], %g1                         
 2007430:	80 a0 60 00 	cmp  %g1, 0                                    
 2007434:	02 80 00 08 	be  2007454 <_rename_r+0x1a8>                  <== NEVER TAKEN
 2007438:	b0 10 00 08 	mov  %o0, %i0                                  
 200743c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007440:	80 a0 60 00 	cmp  %g1, 0                                    
 2007444:	02 80 00 05 	be  2007458 <_rename_r+0x1ac>                  <== NEVER TAKEN
 2007448:	80 8c 60 ff 	btst  0xff, %l1                                
 200744c:	9f c0 40 00 	call  %g1                                      
 2007450:	90 10 00 1a 	mov  %i2, %o0                                  
  if ( free_old_parentloc )                                           
 2007454:	80 8c 60 ff 	btst  0xff, %l1                                
 2007458:	02 80 00 0d 	be  200748c <_rename_r+0x1e0>                  
 200745c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
    rtems_filesystem_freenode( &old_parent_loc );                     
 2007460:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 2007464:	80 a0 60 00 	cmp  %g1, 0                                    
 2007468:	22 80 00 09 	be,a   200748c <_rename_r+0x1e0>               <== NEVER TAKEN
 200746c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 2007470:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007474:	80 a0 60 00 	cmp  %g1, 0                                    
 2007478:	22 80 00 05 	be,a   200748c <_rename_r+0x1e0>               <== NEVER TAKEN
 200747c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 2007480:	9f c0 40 00 	call  %g1                                      
 2007484:	90 10 00 19 	mov  %i1, %o0                                  
  rtems_filesystem_freenode( &old_loc );                              
 2007488:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 200748c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007490:	02 80 00 a8 	be  2007730 <_rename_r+0x484>                  <== NEVER TAKEN
 2007494:	01 00 00 00 	nop                                            
 2007498:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200749c:	80 a0 60 00 	cmp  %g1, 0                                    
 20074a0:	02 80 00 a4 	be  2007730 <_rename_r+0x484>                  <== NEVER TAKEN
 20074a4:	01 00 00 00 	nop                                            
 20074a8:	9f c0 40 00 	call  %g1                                      
 20074ac:	90 10 00 10 	mov  %l0, %o0                                  
 20074b0:	81 c7 e0 08 	ret                                            
 20074b4:	81 e8 00 00 	restore                                        
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
                                                    0, &old_loc, false );
  if ( result != 0 ) {                                                
    if ( free_old_parentloc )                                         
 20074b8:	12 80 00 4f 	bne  20075f4 <_rename_r+0x348>                 <== ALWAYS TAKEN
 20074bc:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
  if ( free_old_parentloc )                                           
    rtems_filesystem_freenode( &old_parent_loc );                     
  rtems_filesystem_freenode( &old_loc );                              
                                                                      
  return result;                                                      
}                                                                     
 20074c0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20074c4:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
   */                                                                 
                                                                      
  old_parent_pathlen = rtems_filesystem_dirname ( old );              
                                                                      
  if ( old_parent_pathlen == 0 )                                      
    rtems_filesystem_get_start_loc( old, &i, &old_parent_loc );       
 20074c8:	22 bf ff 84 	be,a   20072d8 <_rename_r+0x2c>                <== NEVER TAKEN
 20074cc:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     <== NOT EXECUTED
 20074d0:	80 a0 60 00 	cmp  %g1, 0                                    
 20074d4:	02 bf ff 81 	be  20072d8 <_rename_r+0x2c>                   <== NEVER TAKEN
 20074d8:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     
 20074dc:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env>
 20074e0:	a2 10 20 00 	clr  %l1                                       
 20074e4:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 20074e8:	c4 27 bf d4 	st  %g2, [ %fp + -44 ]                         
 20074ec:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 20074f0:	c4 27 bf d8 	st  %g2, [ %fp + -40 ]                         
 20074f4:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 20074f8:	c4 27 bf dc 	st  %g2, [ %fp + -36 ]                         
 20074fc:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 2007500:	c4 27 bf e0 	st  %g2, [ %fp + -32 ]                         
 2007504:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 2007508:	10 bf ff 80 	b  2007308 <_rename_r+0x5c>                    
 200750c:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
                                                                      
  /*                                                                  
   * Get the parent of the new node we are renaming to.               
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( new, &i, &new_parent_loc );         
 2007510:	22 bf ff a2 	be,a   2007398 <_rename_r+0xec>                
 2007514:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     
 2007518:	80 a0 60 00 	cmp  %g1, 0                                    
 200751c:	02 bf ff 9f 	be  2007398 <_rename_r+0xec>                   <== NEVER TAKEN
 2007520:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     
 2007524:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env>
 2007528:	90 10 20 00 	clr  %o0                                       
 200752c:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 2007530:	c4 27 bf c0 	st  %g2, [ %fp + -64 ]                         
 2007534:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 2007538:	c4 27 bf c4 	st  %g2, [ %fp + -60 ]                         
 200753c:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 2007540:	c4 27 bf c8 	st  %g2, [ %fp + -56 ]                         
 2007544:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 2007548:	c4 27 bf cc 	st  %g2, [ %fp + -52 ]                         
 200754c:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 2007550:	10 bf ff 9e 	b  20073c8 <_rename_r+0x11c>                   
 2007554:	c2 27 bf d0 	st  %g1, [ %fp + -48 ]                         
   *  Check to see if the caller is trying to rename across file system
   *  boundaries.                                                     
   */                                                                 
                                                                      
  if ( old_parent_loc.mt_entry != new_parent_loc.mt_entry ) {         
    rtems_filesystem_freenode( &new_parent_loc );                     
 2007558:	c2 07 bf cc 	ld  [ %fp + -52 ], %g1                         
 200755c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007560:	02 80 00 09 	be  2007584 <_rename_r+0x2d8>                  <== NEVER TAKEN
 2007564:	80 8c 60 ff 	btst  0xff, %l1                                
 2007568:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200756c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007570:	02 80 00 05 	be  2007584 <_rename_r+0x2d8>                  <== NEVER TAKEN
 2007574:	80 8c 60 ff 	btst  0xff, %l1                                
 2007578:	9f c0 40 00 	call  %g1                                      
 200757c:	90 10 00 1a 	mov  %i2, %o0                                  
    if ( free_old_parentloc )                                         
 2007580:	80 8c 60 ff 	btst  0xff, %l1                                
 2007584:	02 80 00 0d 	be  20075b8 <_rename_r+0x30c>                  
 2007588:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
      rtems_filesystem_freenode( &old_parent_loc );                   
 200758c:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 2007590:	80 a0 60 00 	cmp  %g1, 0                                    
 2007594:	22 80 00 09 	be,a   20075b8 <_rename_r+0x30c>               <== NEVER TAKEN
 2007598:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 200759c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20075a0:	80 a0 60 00 	cmp  %g1, 0                                    
 20075a4:	22 80 00 05 	be,a   20075b8 <_rename_r+0x30c>               <== NEVER TAKEN
 20075a8:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 20075ac:	9f c0 40 00 	call  %g1                                      
 20075b0:	90 07 bf d4 	add  %fp, -44, %o0                             
    rtems_filesystem_freenode( &old_loc );                            
 20075b4:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 20075b8:	80 a0 60 00 	cmp  %g1, 0                                    
 20075bc:	02 80 00 08 	be  20075dc <_rename_r+0x330>                  <== NEVER TAKEN
 20075c0:	01 00 00 00 	nop                                            
 20075c4:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20075c8:	80 a0 60 00 	cmp  %g1, 0                                    
 20075cc:	02 80 00 04 	be  20075dc <_rename_r+0x330>                  <== NEVER TAKEN
 20075d0:	01 00 00 00 	nop                                            
 20075d4:	9f c0 40 00 	call  %g1                                      
 20075d8:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( EXDEV );                    
 20075dc:	40 00 38 55 	call  2015730 <__errno>                        
 20075e0:	b0 10 3f ff 	mov  -1, %i0                                   
 20075e4:	82 10 20 12 	mov  0x12, %g1                                 
 20075e8:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20075ec:	81 c7 e0 08 	ret                                            
 20075f0:	81 e8 00 00 	restore                                        
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
                                                    0, &old_loc, false );
  if ( result != 0 ) {                                                
    if ( free_old_parentloc )                                         
      rtems_filesystem_freenode( &old_parent_loc );                   
 20075f4:	80 a0 60 00 	cmp  %g1, 0                                    
 20075f8:	02 bf ff ae 	be  20074b0 <_rename_r+0x204>                  <== NEVER TAKEN
 20075fc:	b0 10 3f ff 	mov  -1, %i0                                   
 2007600:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007604:	80 a0 60 00 	cmp  %g1, 0                                    
 2007608:	02 bf ff aa 	be  20074b0 <_rename_r+0x204>                  <== NEVER TAKEN
 200760c:	90 07 bf d4 	add  %fp, -44, %o0                             
 2007610:	9f c0 40 00 	call  %g1                                      
 2007614:	01 00 00 00 	nop                                            
 2007618:	81 c7 e0 08 	ret                                            
 200761c:	81 e8 00 00 	restore                                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*new_parent_loc.ops->evalformake_h)( &new[i], &new_parent_loc, &name );
  if ( result != 0 ) {                                                
    rtems_filesystem_freenode( &new_parent_loc );                     
 2007620:	c2 07 bf cc 	ld  [ %fp + -52 ], %g1                         
 2007624:	80 a0 60 00 	cmp  %g1, 0                                    
 2007628:	02 80 00 09 	be  200764c <_rename_r+0x3a0>                  <== NEVER TAKEN
 200762c:	80 8c 60 ff 	btst  0xff, %l1                                
 2007630:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007634:	80 a0 60 00 	cmp  %g1, 0                                    
 2007638:	02 80 00 05 	be  200764c <_rename_r+0x3a0>                  <== NEVER TAKEN
 200763c:	80 8c 60 ff 	btst  0xff, %l1                                
 2007640:	9f c0 40 00 	call  %g1                                      
 2007644:	90 10 00 1a 	mov  %i2, %o0                                  
    if ( free_old_parentloc )                                         
 2007648:	80 8c 60 ff 	btst  0xff, %l1                                
 200764c:	02 80 00 0d 	be  2007680 <_rename_r+0x3d4>                  <== NEVER TAKEN
 2007650:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
      rtems_filesystem_freenode( &old_parent_loc );                   
 2007654:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 2007658:	80 a0 60 00 	cmp  %g1, 0                                    
 200765c:	22 80 00 09 	be,a   2007680 <_rename_r+0x3d4>               <== NEVER TAKEN
 2007660:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 2007664:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007668:	80 a0 60 00 	cmp  %g1, 0                                    
 200766c:	22 80 00 05 	be,a   2007680 <_rename_r+0x3d4>               <== NEVER TAKEN
 2007670:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 2007674:	9f c0 40 00 	call  %g1                                      
 2007678:	90 07 bf d4 	add  %fp, -44, %o0                             
    rtems_filesystem_freenode( &old_loc );                            
 200767c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 2007680:	80 a0 60 00 	cmp  %g1, 0                                    
 2007684:	02 bf ff 8b 	be  20074b0 <_rename_r+0x204>                  <== NEVER TAKEN
 2007688:	b0 10 3f ff 	mov  -1, %i0                                   
 200768c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007690:	80 a0 60 00 	cmp  %g1, 0                                    
 2007694:	02 bf ff 87 	be  20074b0 <_rename_r+0x204>                  <== NEVER TAKEN
 2007698:	90 10 00 10 	mov  %l0, %o0                                  
 200769c:	9f c0 40 00 	call  %g1                                      
 20076a0:	01 00 00 00 	nop                                            
 20076a4:	81 c7 e0 08 	ret                                            
 20076a8:	81 e8 00 00 	restore                                        
    rtems_filesystem_freenode( &old_loc );                            
    rtems_set_errno_and_return_minus_one( EXDEV );                    
  }                                                                   
                                                                      
  if ( !new_parent_loc.ops->rename_h ) {                              
    rtems_filesystem_freenode( &new_parent_loc );                     
 20076ac:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        
 20076b0:	80 a0 60 00 	cmp  %g1, 0                                    
 20076b4:	02 80 00 05 	be  20076c8 <_rename_r+0x41c>                  <== NEVER TAKEN
 20076b8:	80 8c 60 ff 	btst  0xff, %l1                                
 20076bc:	9f c0 40 00 	call  %g1                                      
 20076c0:	90 10 00 1a 	mov  %i2, %o0                                  
    if ( free_old_parentloc )                                         
 20076c4:	80 8c 60 ff 	btst  0xff, %l1                                
 20076c8:	02 80 00 0d 	be  20076fc <_rename_r+0x450>                  <== NEVER TAKEN
 20076cc:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
      rtems_filesystem_freenode( &old_parent_loc );                   
 20076d0:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 20076d4:	80 a0 60 00 	cmp  %g1, 0                                    
 20076d8:	22 80 00 09 	be,a   20076fc <_rename_r+0x450>               <== NEVER TAKEN
 20076dc:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 20076e0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20076e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20076e8:	22 80 00 05 	be,a   20076fc <_rename_r+0x450>               <== NEVER TAKEN
 20076ec:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 20076f0:	9f c0 40 00 	call  %g1                                      
 20076f4:	90 07 bf d4 	add  %fp, -44, %o0                             
    rtems_filesystem_freenode( &old_loc );                            
 20076f8:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 20076fc:	80 a0 60 00 	cmp  %g1, 0                                    
 2007700:	02 80 00 08 	be  2007720 <_rename_r+0x474>                  <== NEVER TAKEN
 2007704:	01 00 00 00 	nop                                            
 2007708:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200770c:	80 a0 60 00 	cmp  %g1, 0                                    
 2007710:	02 80 00 04 	be  2007720 <_rename_r+0x474>                  <== NEVER TAKEN
 2007714:	01 00 00 00 	nop                                            
 2007718:	9f c0 40 00 	call  %g1                                      
 200771c:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2007720:	40 00 38 04 	call  2015730 <__errno>                        
 2007724:	b0 10 3f ff 	mov  -1, %i0                                   
 2007728:	82 10 20 86 	mov  0x86, %g1                                 
 200772c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2007730:	81 c7 e0 08 	ret                                            
 2007734:	81 e8 00 00 	restore                                        
  old_parent_pathlen = rtems_filesystem_dirname ( old );              
                                                                      
  if ( old_parent_pathlen == 0 )                                      
    rtems_filesystem_get_start_loc( old, &i, &old_parent_loc );       
  else {                                                              
    result = rtems_filesystem_evaluate_path( old, old_parent_pathlen, 
 2007738:	92 10 00 10 	mov  %l0, %o1                                  
 200773c:	94 10 20 02 	mov  2, %o2                                    
 2007740:	96 07 bf d4 	add  %fp, -44, %o3                             
 2007744:	7f ff f9 40 	call  2005c44 <rtems_filesystem_evaluate_path> 
 2007748:	98 10 20 00 	clr  %o4                                       
                                             RTEMS_LIBIO_PERMS_WRITE, 
                                             &old_parent_loc,         
                                             false );                 
    if ( result != 0 )                                                
 200774c:	80 a2 20 00 	cmp  %o0, 0                                    
 2007750:	12 bf ff 58 	bne  20074b0 <_rename_r+0x204>                 <== NEVER TAKEN
 2007754:	b0 10 3f ff 	mov  -1, %i0                                   
 2007758:	10 bf fe ec 	b  2007308 <_rename_r+0x5c>                    
 200775c:	a2 10 20 01 	mov  1, %l1                                    
                                                                      

0200b2b4 <_rtems_octal2ulong>: unsigned long _rtems_octal2ulong( const char *octascii, size_t len ) {
 200b2b4:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b2b8:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
 200b2bc:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
 200b2c0:	02 80 00 10 	be  200b300 <_rtems_octal2ulong+0x4c>          <== NOT EXECUTED
 200b2c4:	88 10 20 00 	clr  %g4                                       <== NOT EXECUTED
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b2c8:	c4 0e 00 01 	ldub  [ %i0 + %g1 ], %g2                       <== NOT EXECUTED
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b2cc:	9b 29 20 03 	sll  %g4, 3, %o5                               <== NOT EXECUTED
 200b2d0:	87 28 a0 18 	sll  %g2, 0x18, %g3                            <== NOT EXECUTED
{                                                                     
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b2d4:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b2d8:	87 38 e0 18 	sra  %g3, 0x18, %g3                            <== NOT EXECUTED
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
   {                                                                  
      if ((octascii[i] < '0') || (octascii[i] > '9'))                 
 200b2dc:	84 00 bf d0 	add  %g2, -48, %g2                             <== NOT EXECUTED
 200b2e0:	84 08 a0 ff 	and  %g2, 0xff, %g2                            <== NOT EXECUTED
 200b2e4:	80 a0 a0 09 	cmp  %g2, 9                                    <== NOT EXECUTED
 200b2e8:	18 80 00 03 	bgu  200b2f4 <_rtems_octal2ulong+0x40>         <== NOT EXECUTED
 200b2ec:	86 00 ff d0 	add  %g3, -48, %g3                             <== NOT EXECUTED
      {                                                               
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
 200b2f0:	88 00 c0 0d 	add  %g3, %o5, %g4                             <== NOT EXECUTED
{                                                                     
   size_t        i;                                                   
   unsigned long num;                                                 
                                                                      
   num = 0;                                                           
   for (i=0; i < len; i++)                                            
 200b2f4:	80 a6 40 01 	cmp  %i1, %g1                                  <== NOT EXECUTED
 200b2f8:	38 bf ff f5 	bgu,a   200b2cc <_rtems_octal2ulong+0x18>      <== NOT EXECUTED
 200b2fc:	c4 0e 00 01 	ldub  [ %i0 + %g1 ], %g2                       <== NOT EXECUTED
         continue;                                                    
      }                                                               
      num  = num * 8 + ((unsigned long)(octascii[i] - '0'));          
   }                                                                  
   return(num);                                                       
}                                                                     
 200b300:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b304:	91 e8 00 04 	restore  %g0, %g4, %o0                         <== NOT EXECUTED
                                                                      

0200b308 <_rtems_tar_header_checksum>: ************************************************************************/ int _rtems_tar_header_checksum( const char *bufr ) {
 200b308:	84 10 20 00 	clr  %g2                                       <== NOT EXECUTED
 200b30c:	10 80 00 05 	b  200b320 <_rtems_tar_header_checksum+0x18>   <== NOT EXECUTED
 200b310:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
   int  i, sum;                                                       
                                                                      
   sum = 0;                                                           
   for (i=0; i<512; i++)                                              
 200b314:	80 a0 62 00 	cmp  %g1, 0x200                                <== NOT EXECUTED
 200b318:	02 80 00 0b 	be  200b344 <_rtems_tar_header_checksum+0x3c>  <== NOT EXECUTED
 200b31c:	84 00 a0 20 	add  %g2, 0x20, %g2                            <== NOT EXECUTED
   {                                                                  
      if ((i >= 148) && (i < 156))                                    
 200b320:	86 00 7f 6c 	add  %g1, -148, %g3                            <== NOT EXECUTED
 200b324:	80 a0 e0 07 	cmp  %g3, 7                                    <== NOT EXECUTED
 200b328:	28 bf ff fb 	bleu,a   200b314 <_rtems_tar_header_checksum+0xc><== NOT EXECUTED
 200b32c:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
         sum += 0xff & ' ';                                           
      else                                                            
         sum += 0xff & bufr[i];                                       
 200b330:	c6 0a 00 01 	ldub  [ %o0 + %g1 ], %g3                       <== NOT EXECUTED
)                                                                     
{                                                                     
   int  i, sum;                                                       
                                                                      
   sum = 0;                                                           
   for (i=0; i<512; i++)                                              
 200b334:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
 200b338:	80 a0 62 00 	cmp  %g1, 0x200                                <== NOT EXECUTED
 200b33c:	12 bf ff f9 	bne  200b320 <_rtems_tar_header_checksum+0x18> <== NOT EXECUTED
 200b340:	84 00 80 03 	add  %g2, %g3, %g2                             <== NOT EXECUTED
         sum += 0xff & ' ';                                           
      else                                                            
         sum += 0xff & bufr[i];                                       
   }                                                                  
   return(sum);                                                       
}                                                                     
 200b344:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 200b348:	90 10 00 02 	mov  %g2, %o0                                  <== NOT EXECUTED
                                                                      

02005594 <_stat_r>: struct _reent *ptr __attribute__((unused)), const char *path, struct stat *buf ) { return _STAT_NAME( path, buf );
 2005594:	90 10 00 09 	mov  %o1, %o0                                  <== NOT EXECUTED
 2005598:	92 10 00 0a 	mov  %o2, %o1                                  <== NOT EXECUTED
 200559c:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 20055a0:	7f ff ff b1 	call  2005464 <stat>                           <== NOT EXECUTED
 20055a4:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

0200f700 <_unlink_r>: int _unlink_r( struct _reent *ptr __attribute__((unused)), const char *path ) { return unlink( path );
 200f700:	90 10 00 09 	mov  %o1, %o0                                  <== NOT EXECUTED
 200f704:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 200f708:	7f ff ff 42 	call  200f410 <unlink>                         <== NOT EXECUTED
 200f70c:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

02006000 <adjtime>: int adjtime( struct timeval *delta, struct timeval *olddelta ) {
 2006000:	9d e3 bf 98 	save  %sp, -104, %sp                           
  long   adjustment;                                                  
                                                                      
  /*                                                                  
   * Simple validations                                               
   */                                                                 
  if ( !delta )                                                       
 2006004:	a0 96 20 00 	orcc  %i0, 0, %l0                              
 2006008:	02 80 00 55 	be  200615c <adjtime+0x15c>                    
 200600c:	03 00 03 d0 	sethi  %hi(0xf4000), %g1                       
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( delta->tv_usec >= TOD_MICROSECONDS_PER_SECOND )                
 2006010:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           
 2006014:	82 10 62 3f 	or  %g1, 0x23f, %g1                            
 2006018:	80 a0 80 01 	cmp  %g2, %g1                                  
 200601c:	18 80 00 50 	bgu  200615c <adjtime+0x15c>                   
 2006020:	80 a6 60 00 	cmp  %i1, 0                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( olddelta ) {                                                   
 2006024:	22 80 00 06 	be,a   200603c <adjtime+0x3c>                  
 2006028:	c2 04 00 00 	ld  [ %l0 ], %g1                               
    olddelta->tv_sec  = 0;                                            
    olddelta->tv_usec = 0;                                            
 200602c:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
 2006030:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           
                                                                      
  if ( delta->tv_usec >= TOD_MICROSECONDS_PER_SECOND )                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( olddelta ) {                                                   
    olddelta->tv_sec  = 0;                                            
 2006034:	c0 26 40 00 	clr  [ %i1 ]                                   
    olddelta->tv_usec = 0;                                            
  }                                                                   
                                                                      
  /* convert delta to microseconds */                                 
  adjustment  = (delta->tv_sec * TOD_MICROSECONDS_PER_SECOND);        
 2006038:	c2 04 00 00 	ld  [ %l0 ], %g1                               
  adjustment += delta->tv_usec;                                       
                                                                      
  /* too small to account for */                                      
  if ( adjustment < rtems_configuration_get_microseconds_per_tick() ) 
 200603c:	07 00 80 76 	sethi  %hi(0x201d800), %g3                     
 2006040:	c8 00 e1 64 	ld  [ %g3 + 0x164 ], %g4	! 201d964 <Configuration+0xc>
    olddelta->tv_sec  = 0;                                            
    olddelta->tv_usec = 0;                                            
  }                                                                   
                                                                      
  /* convert delta to microseconds */                                 
  adjustment  = (delta->tv_sec * TOD_MICROSECONDS_PER_SECOND);        
 2006044:	9b 28 60 08 	sll  %g1, 8, %o5                               
 2006048:	87 28 60 03 	sll  %g1, 3, %g3                               
 200604c:	86 23 40 03 	sub  %o5, %g3, %g3                             
 2006050:	9b 28 e0 06 	sll  %g3, 6, %o5                               
 2006054:	86 23 40 03 	sub  %o5, %g3, %g3                             
 2006058:	82 00 c0 01 	add  %g3, %g1, %g1                             
 200605c:	83 28 60 06 	sll  %g1, 6, %g1                               
  adjustment += delta->tv_usec;                                       
                                                                      
  /* too small to account for */                                      
  if ( adjustment < rtems_configuration_get_microseconds_per_tick() ) 
 2006060:	84 00 80 01 	add  %g2, %g1, %g2                             
 2006064:	80 a0 80 04 	cmp  %g2, %g4                                  
 2006068:	1a 80 00 04 	bcc  2006078 <adjtime+0x78>                    
 200606c:	03 00 80 79 	sethi  %hi(0x201e400), %g1                     
  /* set the user's output */                                         
  if ( olddelta )                                                     
    *olddelta = *delta;                                               
                                                                      
  return 0;                                                           
}                                                                     
 2006070:	81 c7 e0 08 	ret                                            
 2006074:	91 e8 20 00 	restore  %g0, 0, %o0                           
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 2006078:	c4 00 61 b0 	ld  [ %g1 + 0x1b0 ], %g2                       
 200607c:	84 00 a0 01 	inc  %g2                                       
 2006080:	c4 20 61 b0 	st  %g2, [ %g1 + 0x1b0 ]                       
   * This prevents context switches while we are adjusting the TOD    
   */                                                                 
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
    _TOD_Get( &ts );                                                  
 2006084:	a2 07 bf f8 	add  %fp, -8, %l1                              
 2006088:	40 00 06 68 	call  2007a28 <_TOD_Get>                       
 200608c:	90 10 00 11 	mov  %l1, %o0                                  
                                                                      
    ts.tv_sec  += delta->tv_sec;                                      
    ts.tv_nsec += delta->tv_usec * TOD_NANOSECONDS_PER_MICROSECOND;   
 2006090:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
    _TOD_Get( &ts );                                                  
                                                                      
    ts.tv_sec  += delta->tv_sec;                                      
 2006094:	c4 04 00 00 	ld  [ %l0 ], %g2                               
 2006098:	c8 07 bf f8 	ld  [ %fp + -8 ], %g4                          
    ts.tv_nsec += delta->tv_usec * TOD_NANOSECONDS_PER_MICROSECOND;   
 200609c:	87 28 60 02 	sll  %g1, 2, %g3                               
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
    _TOD_Get( &ts );                                                  
                                                                      
    ts.tv_sec  += delta->tv_sec;                                      
 20060a0:	84 01 00 02 	add  %g4, %g2, %g2                             
    ts.tv_nsec += delta->tv_usec * TOD_NANOSECONDS_PER_MICROSECOND;   
 20060a4:	89 28 60 07 	sll  %g1, 7, %g4                               
 20060a8:	86 21 00 03 	sub  %g4, %g3, %g3                             
 20060ac:	82 00 c0 01 	add  %g3, %g1, %g1                             
 20060b0:	c6 07 bf fc 	ld  [ %fp + -4 ], %g3                          
 20060b4:	83 28 60 03 	sll  %g1, 3, %g1                               
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
    _TOD_Get( &ts );                                                  
                                                                      
    ts.tv_sec  += delta->tv_sec;                                      
 20060b8:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
    ts.tv_nsec += delta->tv_usec * TOD_NANOSECONDS_PER_MICROSECOND;   
 20060bc:	82 00 40 03 	add  %g1, %g3, %g1                             
                                                                      
    /* if adjustment is too much positive */                          
    while ( ts.tv_nsec >= TOD_NANOSECONDS_PER_SECOND ) {              
 20060c0:	09 0e e6 b2 	sethi  %hi(0x3b9ac800), %g4                    
 20060c4:	88 11 21 ff 	or  %g4, 0x1ff, %g4	! 3b9ac9ff <RAM_END+0x395ac9ff>
 20060c8:	80 a0 40 04 	cmp  %g1, %g4                                  
 20060cc:	08 80 00 0a 	bleu  20060f4 <adjtime+0xf4>                   
 20060d0:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
      ts.tv_nsec -= TOD_NANOSECONDS_PER_SECOND;                       
 20060d4:	07 31 19 4d 	sethi  %hi(0xc4653400), %g3                    
 20060d8:	86 10 e2 00 	or  %g3, 0x200, %g3	! c4653600 <RAM_END+0xc2253600>
 20060dc:	82 00 40 03 	add  %g1, %g3, %g1                             
                                                                      
    ts.tv_sec  += delta->tv_sec;                                      
    ts.tv_nsec += delta->tv_usec * TOD_NANOSECONDS_PER_MICROSECOND;   
                                                                      
    /* if adjustment is too much positive */                          
    while ( ts.tv_nsec >= TOD_NANOSECONDS_PER_SECOND ) {              
 20060e0:	80 a0 40 04 	cmp  %g1, %g4                                  
 20060e4:	18 bf ff fe 	bgu  20060dc <adjtime+0xdc>                    <== NEVER TAKEN
 20060e8:	84 00 a0 01 	inc  %g2                                       
 20060ec:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
 20060f0:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
      ts.tv_nsec -= TOD_NANOSECONDS_PER_SECOND;                       
      ts.tv_sec++;                                                    
    }                                                                 
                                                                      
    /* if adjustment is too much negative */                          
    while ( ts.tv_nsec <= (-1 * TOD_NANOSECONDS_PER_SECOND) ) {       
 20060f4:	09 31 19 4d 	sethi  %hi(0xc4653400), %g4                    
 20060f8:	88 11 22 00 	or  %g4, 0x200, %g4	! c4653600 <RAM_END+0xc2253600>
 20060fc:	80 a0 40 04 	cmp  %g1, %g4                                  
 2006100:	18 80 00 0a 	bgu  2006128 <adjtime+0x128>                   <== NEVER TAKEN
 2006104:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
      ts.tv_nsec += TOD_NANOSECONDS_PER_SECOND;                       
 2006108:	07 0e e6 b2 	sethi  %hi(0x3b9ac800), %g3                    
 200610c:	86 10 e2 00 	or  %g3, 0x200, %g3	! 3b9aca00 <RAM_END+0x395aca00>
 2006110:	82 00 40 03 	add  %g1, %g3, %g1                             
      ts.tv_nsec -= TOD_NANOSECONDS_PER_SECOND;                       
      ts.tv_sec++;                                                    
    }                                                                 
                                                                      
    /* if adjustment is too much negative */                          
    while ( ts.tv_nsec <= (-1 * TOD_NANOSECONDS_PER_SECOND) ) {       
 2006114:	80 a0 40 04 	cmp  %g1, %g4                                  
 2006118:	08 bf ff fe 	bleu  2006110 <adjtime+0x110>                  
 200611c:	84 00 bf ff 	add  %g2, -1, %g2                              
 2006120:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
 2006124:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
      ts.tv_nsec += TOD_NANOSECONDS_PER_SECOND;                       
      ts.tv_sec--;                                                    
    }                                                                 
                                                                      
    _TOD_Set( &ts );                                                  
 2006128:	40 00 06 6c 	call  2007ad8 <_TOD_Set>                       
 200612c:	90 10 00 11 	mov  %l1, %o0                                  
                                                                      
  _Thread_Enable_dispatch();                                          
 2006130:	40 00 0b 8b 	call  2008f5c <_Thread_Enable_dispatch>        
 2006134:	01 00 00 00 	nop                                            
                                                                      
  /* set the user's output */                                         
  if ( olddelta )                                                     
 2006138:	80 a6 60 00 	cmp  %i1, 0                                    
 200613c:	02 bf ff cd 	be  2006070 <adjtime+0x70>                     <== NEVER TAKEN
 2006140:	01 00 00 00 	nop                                            
    *olddelta = *delta;                                               
 2006144:	c2 04 00 00 	ld  [ %l0 ], %g1                               
 2006148:	c2 26 40 00 	st  %g1, [ %i1 ]                               
 200614c:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
 2006150:	c2 26 60 04 	st  %g1, [ %i1 + 4 ]                           
 2006154:	81 c7 e0 08 	ret                                            
 2006158:	91 e8 20 00 	restore  %g0, 0, %o0                           
   */                                                                 
  if ( !delta )                                                       
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( delta->tv_usec >= TOD_MICROSECONDS_PER_SECOND )                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 200615c:	40 00 2a 37 	call  2010a38 <__errno>                        
 2006160:	b0 10 3f ff 	mov  -1, %i0                                   
 2006164:	82 10 20 16 	mov  0x16, %g1                                 
 2006168:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200616c:	81 c7 e0 08 	ret                                            
 2006170:	81 e8 00 00 	restore                                        
                                                                      

0200b2c4 <calloc>: ) { register char *cptr; size_t length; MSBUMP(calloc_calls, 1);
 200b2c4:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200b2c8:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 200b2cc:	a0 14 23 80 	or  %l0, 0x380, %l0	! 201cb80 <rtems_malloc_statistics>
 200b2d0:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        
                                                                      
  length = nelem * elsize;                                            
 200b2d4:	92 10 00 18 	mov  %i0, %o1                                  
)                                                                     
{                                                                     
  register char *cptr;                                                
  size_t length;                                                      
                                                                      
  MSBUMP(calloc_calls, 1);                                            
 200b2d8:	82 00 60 01 	inc  %g1                                       
                                                                      
  length = nelem * elsize;                                            
 200b2dc:	90 10 00 19 	mov  %i1, %o0                                  
 200b2e0:	40 00 37 cd 	call  2019214 <.umul>                          
 200b2e4:	c2 24 20 14 	st  %g1, [ %l0 + 0x14 ]                        
  cptr = malloc( length );                                            
 200b2e8:	40 00 01 bc 	call  200b9d8 <malloc>                         
 200b2ec:	a2 10 00 08 	mov  %o0, %l1                                  
  if ( cptr )                                                         
 200b2f0:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 200b2f4:	02 80 00 04 	be  200b304 <calloc+0x40>                      <== NEVER TAKEN
 200b2f8:	94 10 00 11 	mov  %l1, %o2                                  
    memset( cptr, '\0', length );                                     
 200b2fc:	40 00 15 47 	call  2010818 <memset>                         
 200b300:	92 10 20 00 	clr  %o1                                       
                                                                      
  MSBUMP(malloc_calls, (uint32_t) -1);   /* subtract off the malloc */
 200b304:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
 200b308:	82 00 7f ff 	add  %g1, -1, %g1                              
 200b30c:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
                                                                      
  return cptr;                                                        
}                                                                     
 200b310:	81 c7 e0 08 	ret                                            
 200b314:	81 e8 00 00 	restore                                        
                                                                      

0200d370 <chdir>: #include <rtems/seterr.h> int chdir( const char *pathname ) {
 200d370:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_filesystem_location_info_t  loc;                              
  int                               result;                           
                                                                      
  if ( !pathname )                                                    
 200d374:	80 a6 20 00 	cmp  %i0, 0                                    
 200d378:	02 80 00 31 	be  200d43c <chdir+0xcc>                       
 200d37c:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Get the node where we wish to go.                               
   */                                                                 
  result = rtems_filesystem_evaluate_path(                            
    pathname, strlen( pathname ), RTEMS_LIBIO_PERMS_SEARCH, &loc, true );
 200d380:	40 00 16 47 	call  2012c9c <strlen>                         
 200d384:	90 10 00 18 	mov  %i0, %o0                                  
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  /*                                                                  
   *  Get the node where we wish to go.                               
   */                                                                 
  result = rtems_filesystem_evaluate_path(                            
 200d388:	a0 07 bf ec 	add  %fp, -20, %l0                             
    pathname, strlen( pathname ), RTEMS_LIBIO_PERMS_SEARCH, &loc, true );
 200d38c:	92 10 00 08 	mov  %o0, %o1                                  
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  /*                                                                  
   *  Get the node where we wish to go.                               
   */                                                                 
  result = rtems_filesystem_evaluate_path(                            
 200d390:	94 10 20 01 	mov  1, %o2                                    
 200d394:	90 10 00 18 	mov  %i0, %o0                                  
 200d398:	96 10 00 10 	mov  %l0, %o3                                  
 200d39c:	98 10 20 01 	mov  1, %o4                                    
 200d3a0:	7f ff d7 44 	call  20030b0 <rtems_filesystem_evaluate_path> 
 200d3a4:	b0 10 3f ff 	mov  -1, %i0                                   
    pathname, strlen( pathname ), RTEMS_LIBIO_PERMS_SEARCH, &loc, true );
  if ( result != 0 )                                                  
 200d3a8:	80 a2 20 00 	cmp  %o0, 0                                    
 200d3ac:	12 80 00 28 	bne  200d44c <chdir+0xdc>                      
 200d3b0:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
     return -1;                                                       
                                                                      
  /*                                                                  
   * Verify you can change directory into this node.                  
   */                                                                 
  if ( !loc.ops->node_type_h ) {                                      
 200d3b4:	c2 00 a0 10 	ld  [ %g2 + 0x10 ], %g1                        
 200d3b8:	80 a0 60 00 	cmp  %g1, 0                                    
 200d3bc:	22 80 00 35 	be,a   200d490 <chdir+0x120>                   <== NEVER TAKEN
 200d3c0:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_DIRECTORY ) {
 200d3c4:	9f c0 40 00 	call  %g1                                      
 200d3c8:	90 10 00 10 	mov  %l0, %o0                                  
 200d3cc:	80 a2 20 01 	cmp  %o0, 1                                    
 200d3d0:	12 80 00 21 	bne  200d454 <chdir+0xe4>                      
 200d3d4:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
  }                                                                   
                                                                      
  rtems_filesystem_freenode( &rtems_filesystem_current );             
 200d3d8:	21 00 80 7b 	sethi  %hi(0x201ec00), %l0                     
 200d3dc:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0	! 201ec28 <rtems_current_user_env>
 200d3e0:	c2 02 20 10 	ld  [ %o0 + 0x10 ], %g1                        
 200d3e4:	80 a0 60 00 	cmp  %g1, 0                                    
 200d3e8:	22 80 00 0a 	be,a   200d410 <chdir+0xa0>                    <== NEVER TAKEN
 200d3ec:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         <== NOT EXECUTED
 200d3f0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200d3f4:	80 a0 60 00 	cmp  %g1, 0                                    
 200d3f8:	22 80 00 06 	be,a   200d410 <chdir+0xa0>                    <== NEVER TAKEN
 200d3fc:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         <== NOT EXECUTED
 200d400:	9f c0 40 00 	call  %g1                                      
 200d404:	90 02 20 04 	add  %o0, 4, %o0                               
 200d408:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        
                                                                      
  rtems_filesystem_current = loc;                                     
 200d40c:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 200d410:	c2 22 20 04 	st  %g1, [ %o0 + 4 ]                           
 200d414:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
 200d418:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
 200d41c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 200d420:	c2 22 20 0c 	st  %g1, [ %o0 + 0xc ]                         
 200d424:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 200d428:	c2 22 20 10 	st  %g1, [ %o0 + 0x10 ]                        
 200d42c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200d430:	c2 22 20 14 	st  %g1, [ %o0 + 0x14 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 200d434:	81 c7 e0 08 	ret                                            
 200d438:	91 e8 20 00 	restore  %g0, 0, %o0                           
{                                                                     
  rtems_filesystem_location_info_t  loc;                              
  int                               result;                           
                                                                      
  if ( !pathname )                                                    
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 200d43c:	40 00 12 79 	call  2011e20 <__errno>                        
 200d440:	b0 10 3f ff 	mov  -1, %i0                                   
 200d444:	82 10 20 0e 	mov  0xe, %g1                                  
 200d448:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200d44c:	81 c7 e0 08 	ret                                            
 200d450:	81 e8 00 00 	restore                                        
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_DIRECTORY ) {
    rtems_filesystem_freenode( &loc );                                
 200d454:	80 a0 60 00 	cmp  %g1, 0                                    
 200d458:	02 80 00 08 	be  200d478 <chdir+0x108>                      <== NEVER TAKEN
 200d45c:	01 00 00 00 	nop                                            
 200d460:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200d464:	80 a0 60 00 	cmp  %g1, 0                                    
 200d468:	02 80 00 04 	be  200d478 <chdir+0x108>                      <== NEVER TAKEN
 200d46c:	01 00 00 00 	nop                                            
 200d470:	9f c0 40 00 	call  %g1                                      
 200d474:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
 200d478:	40 00 12 6a 	call  2011e20 <__errno>                        
 200d47c:	b0 10 3f ff 	mov  -1, %i0                                   
 200d480:	82 10 20 14 	mov  0x14, %g1                                 
 200d484:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200d488:	81 c7 e0 08 	ret                                            
 200d48c:	81 e8 00 00 	restore                                        
                                                                      
  /*                                                                  
   * Verify you can change directory into this node.                  
   */                                                                 
  if ( !loc.ops->node_type_h ) {                                      
    rtems_filesystem_freenode( &loc );                                
 200d490:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200d494:	02 80 00 04 	be  200d4a4 <chdir+0x134>                      <== NOT EXECUTED
 200d498:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200d49c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200d4a0:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 200d4a4:	40 00 12 5f 	call  2011e20 <__errno>                        <== NOT EXECUTED
 200d4a8:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200d4ac:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200d4b0:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200d4b4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d4b8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02004c3c <chmod>: int chmod( const char *path, mode_t mode ) {
 2004c3c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  int                              status;                            
  rtems_filesystem_location_info_t loc;                               
  int                              result;                            
                                                                      
  status = rtems_filesystem_evaluate_path( path, strlen( path ), 0, &loc, true );
 2004c40:	40 00 46 ae 	call  20166f8 <strlen>                         
 2004c44:	90 10 00 18 	mov  %i0, %o0                                  
 2004c48:	a0 07 bf ec 	add  %fp, -20, %l0                             
 2004c4c:	92 10 00 08 	mov  %o0, %o1                                  
 2004c50:	94 10 20 00 	clr  %o2                                       
 2004c54:	90 10 00 18 	mov  %i0, %o0                                  
 2004c58:	96 10 00 10 	mov  %l0, %o3                                  
 2004c5c:	98 10 20 01 	mov  1, %o4                                    
 2004c60:	40 00 00 e7 	call  2004ffc <rtems_filesystem_evaluate_path> 
 2004c64:	b0 10 3f ff 	mov  -1, %i0                                   
  if ( status != 0 )                                                  
 2004c68:	80 a2 20 00 	cmp  %o0, 0                                    
 2004c6c:	12 80 00 15 	bne  2004cc0 <chmod+0x84>                      
 2004c70:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
    return -1;                                                        
                                                                      
  if ( !loc.handlers ){                                               
 2004c74:	80 a0 60 00 	cmp  %g1, 0                                    
 2004c78:	22 80 00 24 	be,a   2004d08 <chmod+0xcc>                    <== NEVER TAKEN
 2004c7c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( EBADF );                    
  }                                                                   
                                                                      
  if ( !loc.handlers->fchmod_h ){                                     
 2004c80:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2004c84:	80 a0 60 00 	cmp  %g1, 0                                    
 2004c88:	02 80 00 10 	be  2004cc8 <chmod+0x8c>                       <== NEVER TAKEN
 2004c8c:	92 10 00 19 	mov  %i1, %o1                                  
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*loc.handlers->fchmod_h)( &loc, mode );                   
 2004c90:	9f c0 40 00 	call  %g1                                      
 2004c94:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 2004c98:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2004c9c:	80 a0 60 00 	cmp  %g1, 0                                    
 2004ca0:	02 80 00 08 	be  2004cc0 <chmod+0x84>                       <== NEVER TAKEN
 2004ca4:	b0 10 00 08 	mov  %o0, %i0                                  
 2004ca8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2004cac:	80 a0 60 00 	cmp  %g1, 0                                    
 2004cb0:	02 80 00 23 	be  2004d3c <chmod+0x100>                      <== NEVER TAKEN
 2004cb4:	01 00 00 00 	nop                                            
 2004cb8:	9f c0 40 00 	call  %g1                                      
 2004cbc:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 2004cc0:	81 c7 e0 08 	ret                                            
 2004cc4:	81 e8 00 00 	restore                                        
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( EBADF );                    
  }                                                                   
                                                                      
  if ( !loc.handlers->fchmod_h ){                                     
    rtems_filesystem_freenode( &loc );                                
 2004cc8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 2004ccc:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004cd0:	02 80 00 08 	be  2004cf0 <chmod+0xb4>                       <== NOT EXECUTED
 2004cd4:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004cd8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2004cdc:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004ce0:	02 80 00 04 	be  2004cf0 <chmod+0xb4>                       <== NOT EXECUTED
 2004ce4:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004ce8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004cec:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004cf0:	40 00 3f 7c 	call  2014ae0 <__errno>                        <== NOT EXECUTED
 2004cf4:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2004cf8:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2004cfc:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004d00:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004d04:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  status = rtems_filesystem_evaluate_path( path, strlen( path ), 0, &loc, true );
  if ( status != 0 )                                                  
    return -1;                                                        
                                                                      
  if ( !loc.handlers ){                                               
    rtems_filesystem_freenode( &loc );                                
 2004d08:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004d0c:	02 80 00 08 	be  2004d2c <chmod+0xf0>                       <== NOT EXECUTED
 2004d10:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004d14:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2004d18:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004d1c:	02 80 00 04 	be  2004d2c <chmod+0xf0>                       <== NOT EXECUTED
 2004d20:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004d24:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004d28:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EBADF );                    
 2004d2c:	40 00 3f 6d 	call  2014ae0 <__errno>                        <== NOT EXECUTED
 2004d30:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2004d34:	82 10 20 09 	mov  9, %g1                                    <== NOT EXECUTED
 2004d38:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004d3c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004d40:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02004d44 <chown>: int chown( const char *path, uid_t owner, gid_t group ) {
 2004d44:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_filesystem_location_info_t   loc;                             
  int                                result;                          
                                                                      
  if ( rtems_filesystem_evaluate_path( path, strlen( path ), 0x00, &loc, true ) )
 2004d48:	40 00 46 6c 	call  20166f8 <strlen>                         
 2004d4c:	90 10 00 18 	mov  %i0, %o0                                  
 2004d50:	a0 07 bf ec 	add  %fp, -20, %l0                             
 2004d54:	92 10 00 08 	mov  %o0, %o1                                  
 2004d58:	94 10 20 00 	clr  %o2                                       
 2004d5c:	90 10 00 18 	mov  %i0, %o0                                  
 2004d60:	96 10 00 10 	mov  %l0, %o3                                  
 2004d64:	98 10 20 01 	mov  1, %o4                                    
 2004d68:	40 00 00 a5 	call  2004ffc <rtems_filesystem_evaluate_path> 
 2004d6c:	b0 10 3f ff 	mov  -1, %i0                                   
 2004d70:	80 a2 20 00 	cmp  %o0, 0                                    
 2004d74:	12 80 00 15 	bne  2004dc8 <chown+0x84>                      
 2004d78:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
    return -1;                                                        
                                                                      
  if ( !loc.ops->chown_h ) {                                          
 2004d7c:	c2 00 a0 18 	ld  [ %g2 + 0x18 ], %g1                        
 2004d80:	80 a0 60 00 	cmp  %g1, 0                                    
 2004d84:	02 80 00 13 	be  2004dd0 <chown+0x8c>                       <== NEVER TAKEN
 2004d88:	93 2e 60 10 	sll  %i1, 0x10, %o1                            
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*loc.ops->chown_h)( &loc, owner, group );                 
 2004d8c:	95 2e a0 10 	sll  %i2, 0x10, %o2                            
 2004d90:	93 32 60 10 	srl  %o1, 0x10, %o1                            
 2004d94:	95 32 a0 10 	srl  %o2, 0x10, %o2                            
 2004d98:	9f c0 40 00 	call  %g1                                      
 2004d9c:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 2004da0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2004da4:	80 a0 60 00 	cmp  %g1, 0                                    
 2004da8:	02 80 00 08 	be  2004dc8 <chown+0x84>                       <== NEVER TAKEN
 2004dac:	b0 10 00 08 	mov  %o0, %i0                                  
 2004db0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2004db4:	80 a0 60 00 	cmp  %g1, 0                                    
 2004db8:	02 80 00 10 	be  2004df8 <chown+0xb4>                       <== NEVER TAKEN
 2004dbc:	01 00 00 00 	nop                                            
 2004dc0:	9f c0 40 00 	call  %g1                                      
 2004dc4:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 2004dc8:	81 c7 e0 08 	ret                                            
 2004dcc:	81 e8 00 00 	restore                                        
                                                                      
  if ( rtems_filesystem_evaluate_path( path, strlen( path ), 0x00, &loc, true ) )
    return -1;                                                        
                                                                      
  if ( !loc.ops->chown_h ) {                                          
    rtems_filesystem_freenode( &loc );                                
 2004dd0:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 2004dd4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004dd8:	02 80 00 04 	be  2004de8 <chown+0xa4>                       <== NOT EXECUTED
 2004ddc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004de0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004de4:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004de8:	40 00 3f 3e 	call  2014ae0 <__errno>                        <== NOT EXECUTED
 2004dec:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2004df0:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2004df4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004df8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004dfc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02002cec <chroot>: #include <rtems/seterr.h> int chroot( const char *pathname ) {
 2002cec:	9d e3 bf 88 	save  %sp, -120, %sp                           
  int                               result;                           
  rtems_filesystem_location_info_t  loc;                              
                                                                      
  /* an automatic call to new private env the first time */           
  if (rtems_current_user_env == &rtems_global_user_env) {             
 2002cf0:	21 00 80 7b 	sethi  %hi(0x201ec00), %l0                     
 2002cf4:	e2 04 20 28 	ld  [ %l0 + 0x28 ], %l1	! 201ec28 <rtems_current_user_env>
 2002cf8:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 2002cfc:	82 10 60 d0 	or  %g1, 0xd0, %g1	! 201f4d0 <rtems_global_user_env>
 2002d00:	80 a4 40 01 	cmp  %l1, %g1                                  
 2002d04:	02 80 00 28 	be  2002da4 <chroot+0xb8>                      <== ALWAYS TAKEN
 2002d08:	01 00 00 00 	nop                                            
   rtems_libio_set_private_env(); /* try to set a new private env*/   
   if (rtems_current_user_env == &rtems_global_user_env) /* not ok */ 
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = chdir(pathname);                                           
 2002d0c:	40 00 29 99 	call  200d370 <chdir>                          
 2002d10:	90 10 00 18 	mov  %i0, %o0                                  
  if (result) {                                                       
 2002d14:	80 a2 20 00 	cmp  %o0, 0                                    
 2002d18:	12 80 00 2f 	bne  2002dd4 <chroot+0xe8>                     <== NEVER TAKEN
 2002d1c:	11 00 80 76 	sethi  %hi(0x201d800), %o0                     
    rtems_set_errno_and_return_minus_one( errno );                    
  }                                                                   
                                                                      
  /* clone the new root location */                                   
  if (rtems_filesystem_evaluate_path(".", 1, 0, &loc, 0)) {           
 2002d20:	92 10 20 01 	mov  1, %o1                                    
 2002d24:	90 12 20 98 	or  %o0, 0x98, %o0                             
 2002d28:	94 10 20 00 	clr  %o2                                       
 2002d2c:	96 07 bf ec 	add  %fp, -20, %o3                             
 2002d30:	40 00 00 e0 	call  20030b0 <rtems_filesystem_evaluate_path> 
 2002d34:	98 10 20 00 	clr  %o4                                       
 2002d38:	80 a2 20 00 	cmp  %o0, 0                                    
 2002d3c:	12 80 00 26 	bne  2002dd4 <chroot+0xe8>                     <== NEVER TAKEN
 2002d40:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        
    /* our cwd has changed, though - but there is no easy way of return :-( */
    rtems_set_errno_and_return_minus_one( errno );                    
  }                                                                   
  rtems_filesystem_freenode(&rtems_filesystem_root);                  
 2002d44:	c2 02 20 24 	ld  [ %o0 + 0x24 ], %g1                        
 2002d48:	80 a0 60 00 	cmp  %g1, 0                                    
 2002d4c:	22 80 00 0b 	be,a   2002d78 <chroot+0x8c>                   <== NEVER TAKEN
 2002d50:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         <== NOT EXECUTED
 2002d54:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2002d58:	80 a0 60 00 	cmp  %g1, 0                                    
 2002d5c:	22 80 00 07 	be,a   2002d78 <chroot+0x8c>                   <== NEVER TAKEN
 2002d60:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         <== NOT EXECUTED
 2002d64:	9f c0 40 00 	call  %g1                                      
 2002d68:	90 02 20 18 	add  %o0, 0x18, %o0                            
 2002d6c:	03 00 80 7b 	sethi  %hi(0x201ec00), %g1                     
 2002d70:	d0 00 60 28 	ld  [ %g1 + 0x28 ], %o0	! 201ec28 <rtems_current_user_env>
  rtems_filesystem_root = loc;                                        
 2002d74:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 2002d78:	c2 22 20 18 	st  %g1, [ %o0 + 0x18 ]                        
 2002d7c:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
 2002d80:	c2 22 20 1c 	st  %g1, [ %o0 + 0x1c ]                        
 2002d84:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 2002d88:	c2 22 20 20 	st  %g1, [ %o0 + 0x20 ]                        
 2002d8c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2002d90:	c2 22 20 24 	st  %g1, [ %o0 + 0x24 ]                        
 2002d94:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2002d98:	c2 22 20 28 	st  %g1, [ %o0 + 0x28 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 2002d9c:	81 c7 e0 08 	ret                                            
 2002da0:	91 e8 20 00 	restore  %g0, 0, %o0                           
  int                               result;                           
  rtems_filesystem_location_info_t  loc;                              
                                                                      
  /* an automatic call to new private env the first time */           
  if (rtems_current_user_env == &rtems_global_user_env) {             
   rtems_libio_set_private_env(); /* try to set a new private env*/   
 2002da4:	40 00 05 fe 	call  200459c <rtems_libio_set_private_env>    
 2002da8:	01 00 00 00 	nop                                            
   if (rtems_current_user_env == &rtems_global_user_env) /* not ok */ 
 2002dac:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 2002db0:	80 a0 40 11 	cmp  %g1, %l1                                  
 2002db4:	12 bf ff d6 	bne  2002d0c <chroot+0x20>                     <== ALWAYS TAKEN
 2002db8:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2002dbc:	40 00 3c 19 	call  2011e20 <__errno>                        <== NOT EXECUTED
 2002dc0:	b0 10 3f ff 	mov  -1, %i0	! ffffffff <RAM_END+0xfdbfffff>   <== NOT EXECUTED
 2002dc4:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2002dc8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002dcc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002dd0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  }                                                                   
                                                                      
  /* clone the new root location */                                   
  if (rtems_filesystem_evaluate_path(".", 1, 0, &loc, 0)) {           
    /* our cwd has changed, though - but there is no easy way of return :-( */
    rtems_set_errno_and_return_minus_one( errno );                    
 2002dd4:	40 00 3c 13 	call  2011e20 <__errno>                        <== NOT EXECUTED
 2002dd8:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002ddc:	40 00 3c 11 	call  2011e20 <__errno>                        <== NOT EXECUTED
 2002de0:	a0 10 00 08 	mov  %o0, %l0                                  <== NOT EXECUTED
 2002de4:	c2 02 00 00 	ld  [ %o0 ], %g1                               <== NOT EXECUTED
 2002de8:	c2 24 00 00 	st  %g1, [ %l0 ]                               <== NOT EXECUTED
 2002dec:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002df0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02005f60 <clock_gettime>: int clock_gettime( clockid_t clock_id, struct timespec *tp ) {
 2005f60:	9d e3 bf a0 	save  %sp, -96, %sp                            
  if ( !tp )                                                          
 2005f64:	80 a6 60 00 	cmp  %i1, 0                                    
 2005f68:	02 80 00 20 	be  2005fe8 <clock_gettime+0x88>               
 2005f6c:	80 a6 20 01 	cmp  %i0, 1                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( clock_id == CLOCK_REALTIME ) {                                 
 2005f70:	02 80 00 19 	be  2005fd4 <clock_gettime+0x74>               
 2005f74:	80 a6 20 04 	cmp  %i0, 4                                    
    _TOD_Get(tp);                                                     
    return 0;                                                         
  }                                                                   
#ifdef CLOCK_MONOTONIC                                                
  if ( clock_id == CLOCK_MONOTONIC ) {                                
 2005f78:	02 80 00 12 	be  2005fc0 <clock_gettime+0x60>               <== NEVER TAKEN
 2005f7c:	80 a6 20 02 	cmp  %i0, 2                                    
    return 0;                                                         
  }                                                                   
#endif                                                                
                                                                      
#ifdef _POSIX_CPUTIME                                                 
  if ( clock_id == CLOCK_PROCESS_CPUTIME ) {                          
 2005f80:	02 80 00 10 	be  2005fc0 <clock_gettime+0x60>               
 2005f84:	80 a6 20 03 	cmp  %i0, 3                                    
    return 0;                                                         
  }                                                                   
#endif                                                                
                                                                      
#ifdef _POSIX_THREAD_CPUTIME                                          
  if ( clock_id == CLOCK_THREAD_CPUTIME )                             
 2005f88:	02 80 00 08 	be  2005fa8 <clock_gettime+0x48>               
 2005f8c:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
#endif                                                                
                                                                      
  rtems_set_errno_and_return_minus_one( EINVAL );                     
 2005f90:	40 00 2c 11 	call  2010fd4 <__errno>                        
 2005f94:	b0 10 3f ff 	mov  -1, %i0	! ffffffff <RAM_END+0xfdbfffff>   
 2005f98:	82 10 20 16 	mov  0x16, %g1                                 
 2005f9c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
                                                                      
  return 0;                                                           
}                                                                     
 2005fa0:	81 c7 e0 08 	ret                                            
 2005fa4:	81 e8 00 00 	restore                                        
  }                                                                   
#endif                                                                
                                                                      
#ifdef _POSIX_THREAD_CPUTIME                                          
  if ( clock_id == CLOCK_THREAD_CPUTIME )                             
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
 2005fa8:	40 00 2c 0b 	call  2010fd4 <__errno>                        
 2005fac:	b0 10 3f ff 	mov  -1, %i0                                   
 2005fb0:	82 10 20 58 	mov  0x58, %g1                                 
 2005fb4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2005fb8:	81 c7 e0 08 	ret                                            
 2005fbc:	81 e8 00 00 	restore                                        
  }                                                                   
#endif                                                                
                                                                      
#ifdef _POSIX_CPUTIME                                                 
  if ( clock_id == CLOCK_PROCESS_CPUTIME ) {                          
    _TOD_Get_uptime_as_timespec( tp );                                
 2005fc0:	90 10 00 19 	mov  %i1, %o0                                  
 2005fc4:	40 00 08 52 	call  200810c <_TOD_Get_uptime_as_timespec>    
 2005fc8:	b0 10 20 00 	clr  %i0                                       
    return 0;                                                         
 2005fcc:	81 c7 e0 08 	ret                                            
 2005fd0:	81 e8 00 00 	restore                                        
{                                                                     
  if ( !tp )                                                          
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( clock_id == CLOCK_REALTIME ) {                                 
    _TOD_Get(tp);                                                     
 2005fd4:	90 10 00 19 	mov  %i1, %o0                                  
 2005fd8:	40 00 08 2e 	call  2008090 <_TOD_Get>                       
 2005fdc:	b0 10 20 00 	clr  %i0                                       
    return 0;                                                         
 2005fe0:	81 c7 e0 08 	ret                                            
 2005fe4:	81 e8 00 00 	restore                                        
  clockid_t        clock_id,                                          
  struct timespec *tp                                                 
)                                                                     
{                                                                     
  if ( !tp )                                                          
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2005fe8:	40 00 2b fb 	call  2010fd4 <__errno>                        
 2005fec:	b0 10 3f ff 	mov  -1, %i0                                   
 2005ff0:	82 10 20 16 	mov  0x16, %g1                                 
 2005ff4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2005ff8:	81 c7 e0 08 	ret                                            
 2005ffc:	81 e8 00 00 	restore                                        
                                                                      

02006000 <clock_settime>: int clock_settime( clockid_t clock_id, const struct timespec *tp ) {
 2006000:	9d e3 bf a0 	save  %sp, -96, %sp                            
  if ( !tp )                                                          
 2006004:	80 a6 60 00 	cmp  %i1, 0                                    
 2006008:	02 80 00 24 	be  2006098 <clock_settime+0x98>               <== NEVER TAKEN
 200600c:	80 a6 20 01 	cmp  %i0, 1                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( clock_id == CLOCK_REALTIME ) {                                 
 2006010:	02 80 00 0c 	be  2006040 <clock_settime+0x40>               
 2006014:	80 a6 20 02 	cmp  %i0, 2                                    
    _Thread_Disable_dispatch();                                       
      _TOD_Set( tp );                                                 
    _Thread_Enable_dispatch();                                        
  }                                                                   
#ifdef _POSIX_CPUTIME                                                 
  else if ( clock_id == CLOCK_PROCESS_CPUTIME )                       
 2006018:	02 80 00 1a 	be  2006080 <clock_settime+0x80>               
 200601c:	80 a6 20 03 	cmp  %i0, 3                                    
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
#endif                                                                
#ifdef _POSIX_THREAD_CPUTIME                                          
  else if ( clock_id == CLOCK_THREAD_CPUTIME )                        
 2006020:	02 80 00 18 	be  2006080 <clock_settime+0x80>               
 2006024:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
#endif                                                                
  else                                                                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2006028:	40 00 2b eb 	call  2010fd4 <__errno>                        
 200602c:	b0 10 3f ff 	mov  -1, %i0	! ffffffff <RAM_END+0xfdbfffff>   
 2006030:	82 10 20 16 	mov  0x16, %g1                                 
 2006034:	c2 22 00 00 	st  %g1, [ %o0 ]                               
                                                                      
  return 0;                                                           
}                                                                     
 2006038:	81 c7 e0 08 	ret                                            
 200603c:	81 e8 00 00 	restore                                        
{                                                                     
  if ( !tp )                                                          
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( clock_id == CLOCK_REALTIME ) {                                 
    if ( tp->tv_sec < TOD_SECONDS_1970_THROUGH_1988 )                 
 2006040:	c4 06 40 00 	ld  [ %i1 ], %g2                               
 2006044:	03 08 76 b9 	sethi  %hi(0x21dae400), %g1                    
 2006048:	82 10 60 ff 	or  %g1, 0xff, %g1	! 21dae4ff <RAM_END+0x1f9ae4ff>
 200604c:	80 a0 80 01 	cmp  %g2, %g1                                  
 2006050:	08 80 00 12 	bleu  2006098 <clock_settime+0x98>             
 2006054:	03 00 80 7c 	sethi  %hi(0x201f000), %g1                     
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 2006058:	c4 00 61 30 	ld  [ %g1 + 0x130 ], %g2	! 201f130 <_Thread_Dispatch_disable_level>
 200605c:	84 00 a0 01 	inc  %g2                                       
 2006060:	c4 20 61 30 	st  %g2, [ %g1 + 0x130 ]                       
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    _Thread_Disable_dispatch();                                       
      _TOD_Set( tp );                                                 
 2006064:	90 10 00 19 	mov  %i1, %o0                                  
 2006068:	40 00 08 3f 	call  2008164 <_TOD_Set>                       
 200606c:	b0 10 20 00 	clr  %i0                                       
    _Thread_Enable_dispatch();                                        
 2006070:	40 00 0d 5e 	call  20095e8 <_Thread_Enable_dispatch>        
 2006074:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
#endif                                                                
  else                                                                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  return 0;                                                           
 2006078:	81 c7 e0 08 	ret                                            
 200607c:	81 e8 00 00 	restore                                        
  else if ( clock_id == CLOCK_PROCESS_CPUTIME )                       
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
#endif                                                                
#ifdef _POSIX_THREAD_CPUTIME                                          
  else if ( clock_id == CLOCK_THREAD_CPUTIME )                        
    rtems_set_errno_and_return_minus_one( ENOSYS );                   
 2006080:	40 00 2b d5 	call  2010fd4 <__errno>                        
 2006084:	b0 10 3f ff 	mov  -1, %i0                                   
 2006088:	82 10 20 58 	mov  0x58, %g1                                 
 200608c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006090:	81 c7 e0 08 	ret                                            
 2006094:	81 e8 00 00 	restore                                        
  if ( !tp )                                                          
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( clock_id == CLOCK_REALTIME ) {                                 
    if ( tp->tv_sec < TOD_SECONDS_1970_THROUGH_1988 )                 
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 2006098:	40 00 2b cf 	call  2010fd4 <__errno>                        
 200609c:	b0 10 3f ff 	mov  -1, %i0                                   
 20060a0:	82 10 20 16 	mov  0x16, %g1                                 
 20060a4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20060a8:	81 c7 e0 08 	ret                                            
 20060ac:	81 e8 00 00 	restore                                        
                                                                      

0200b318 <close>: #include <rtems/libio_.h> int close( int fd ) {
 200b318:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_libio_t      *iop;                                            
  rtems_status_code   rc;                                             
                                                                      
  rtems_libio_check_fd(fd);                                           
 200b31c:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200b320:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 200b324:	80 a6 00 01 	cmp  %i0, %g1                                  
 200b328:	1a 80 00 21 	bcc  200b3ac <close+0x94>                      
 200b32c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
  iop = rtems_libio_iop(fd);                                          
 200b330:	e0 00 63 70 	ld  [ %g1 + 0x370 ], %l0	! 201cb70 <rtems_libio_iops>
 200b334:	83 2e 20 06 	sll  %i0, 6, %g1                               
 200b338:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 200b33c:	b0 06 00 01 	add  %i0, %g1, %i0                             
 200b340:	a0 04 00 18 	add  %l0, %i0, %l0                             
  rtems_libio_check_is_open(iop);                                     
 200b344:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 200b348:	80 88 61 00 	btst  0x100, %g1                               
 200b34c:	02 80 00 18 	be  200b3ac <close+0x94>                       
 200b350:	01 00 00 00 	nop                                            
                                                                      
  rc = RTEMS_SUCCESSFUL;                                              
  if ( iop->handlers->close_h )                                       
 200b354:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1                        
 200b358:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 200b35c:	80 a0 60 00 	cmp  %g1, 0                                    
 200b360:	02 80 00 05 	be  200b374 <close+0x5c>                       <== NEVER TAKEN
 200b364:	b0 10 20 00 	clr  %i0                                       
    rc = (*iop->handlers->close_h)( iop );                            
 200b368:	9f c0 40 00 	call  %g1                                      
 200b36c:	90 10 00 10 	mov  %l0, %o0                                  
 200b370:	b0 10 00 08 	mov  %o0, %i0                                  
                                                                      
  rtems_filesystem_freenode( &iop->pathinfo );                        
 200b374:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 200b378:	80 a0 60 00 	cmp  %g1, 0                                    
 200b37c:	02 80 00 08 	be  200b39c <close+0x84>                       <== NEVER TAKEN
 200b380:	01 00 00 00 	nop                                            
 200b384:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200b388:	80 a0 60 00 	cmp  %g1, 0                                    
 200b38c:	02 80 00 04 	be  200b39c <close+0x84>                       
 200b390:	01 00 00 00 	nop                                            
 200b394:	9f c0 40 00 	call  %g1                                      
 200b398:	90 04 20 1c 	add  %l0, 0x1c, %o0                            
  rtems_libio_free( iop );                                            
 200b39c:	40 00 01 04 	call  200b7ac <rtems_libio_free>               
 200b3a0:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return rc;                                                          
}                                                                     
 200b3a4:	81 c7 e0 08 	ret                                            
 200b3a8:	81 e8 00 00 	restore                                        
  rtems_libio_t      *iop;                                            
  rtems_status_code   rc;                                             
                                                                      
  rtems_libio_check_fd(fd);                                           
  iop = rtems_libio_iop(fd);                                          
  rtems_libio_check_is_open(iop);                                     
 200b3ac:	40 00 12 a0 	call  200fe2c <__errno>                        
 200b3b0:	b0 10 3f ff 	mov  -1, %i0                                   
 200b3b4:	82 10 20 09 	mov  9, %g1                                    
 200b3b8:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b3bc:	81 c7 e0 08 	ret                                            
 200b3c0:	81 e8 00 00 	restore                                        
                                                                      

0200a118 <devFS_close>: #include "devfs.h" int devFS_close( rtems_libio_t *iop ) {
 200a118:	9d e3 bf 90 	save  %sp, -112, %sp                           
  rtems_libio_open_close_args_t  args;                                
  rtems_status_code              status;                              
  rtems_device_name_t           *np;                                  
                                                                      
  np         = (rtems_device_name_t *)iop->file_info;                 
 200a11c:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop   = iop;                                                   
  args.flags = 0;                                                     
 200a120:	c0 27 bf f8 	clr  [ %fp + -8 ]                              
  args.mode  = 0;                                                     
 200a124:	c0 27 bf fc 	clr  [ %fp + -4 ]                              
                                                                      
  status = rtems_io_close(                                            
 200a128:	d2 00 60 0c 	ld  [ %g1 + 0xc ], %o1                         
 200a12c:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
  rtems_status_code              status;                              
  rtems_device_name_t           *np;                                  
                                                                      
  np         = (rtems_device_name_t *)iop->file_info;                 
                                                                      
  args.iop   = iop;                                                   
 200a130:	f0 27 bf f4 	st  %i0, [ %fp + -12 ]                         
  args.flags = 0;                                                     
  args.mode  = 0;                                                     
                                                                      
  status = rtems_io_close(                                            
 200a134:	94 07 bf f4 	add  %fp, -12, %o2                             
 200a138:	40 00 05 c1 	call  200b83c <rtems_io_close>                 
 200a13c:	b0 10 20 00 	clr  %i0                                       
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
  if ( status ) {                                                     
 200a140:	80 a2 20 00 	cmp  %o0, 0                                    
 200a144:	12 80 00 04 	bne  200a154 <devFS_close+0x3c>                <== NEVER TAKEN
 200a148:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
  }                                                                   
  return 0;                                                           
}                                                                     
 200a14c:	81 c7 e0 08 	ret                                            
 200a150:	81 e8 00 00 	restore                                        
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
  if ( status ) {                                                     
    return rtems_deviceio_errno(status);                              
 200a154:	40 00 00 3f 	call  200a250 <rtems_deviceio_errno>           <== NOT EXECUTED
 200a158:	01 00 00 00 	nop                                            <== NOT EXECUTED
  }                                                                   
  return 0;                                                           
}                                                                     
 200a15c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200a160:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

0200a170 <devFS_evaluate_path>: const char *pathname, int pathnamelen, int flags, rtems_filesystem_location_info_t *pathloc ) {
 200a170:	9d e3 bf a0 	save  %sp, -96, %sp                            
     assert( 0 );                                                     
     rtems_set_errno_and_return_minus_one( EIO );                     
  }                                                                   
                                                                      
  /* get the device name table */                                     
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
 200a174:	e0 06 c0 00 	ld  [ %i3 ], %l0                               
  if (!device_name_table)                                             
 200a178:	80 a4 20 00 	cmp  %l0, 0                                    
 200a17c:	02 80 00 2f 	be  200a238 <devFS_evaluate_path+0xc8>         <== NEVER TAKEN
 200a180:	03 00 80 42 	sethi  %hi(0x2010800), %g1                     
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  for (i = 0; i < rtems_device_table_size; i++) {                     
 200a184:	e6 00 62 08 	ld  [ %g1 + 0x208 ], %l3	! 2010a08 <rtems_device_table_size>
  }                                                                   
                                                                      
  /* get the device name table */                                     
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 200a188:	a2 10 20 00 	clr  %l1                                       
                                                                      
  for (i = 0; i < rtems_device_table_size; i++) {                     
 200a18c:	80 a4 e0 00 	cmp  %l3, 0                                    
 200a190:	02 80 00 18 	be  200a1f0 <devFS_evaluate_path+0x80>         <== NEVER TAKEN
 200a194:	82 10 20 00 	clr  %g1                                       
    if (!device_name_table[i].device_name)                            
 200a198:	85 28 60 04 	sll  %g1, 4, %g2                               
 200a19c:	a9 28 60 02 	sll  %g1, 2, %l4                               
 200a1a0:	a8 05 00 02 	add  %l4, %g2, %l4                             
 200a1a4:	e4 04 00 14 	ld  [ %l0 + %l4 ], %l2                         
  /* get the device name table */                                     
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  for (i = 0; i < rtems_device_table_size; i++) {                     
 200a1a8:	a2 04 60 01 	inc  %l1                                       
    if (!device_name_table[i].device_name)                            
 200a1ac:	80 a4 a0 00 	cmp  %l2, 0                                    
 200a1b0:	02 80 00 0d 	be  200a1e4 <devFS_evaluate_path+0x74>         
 200a1b4:	a8 04 00 14 	add  %l0, %l4, %l4                             
      continue;                                                       
                                                                      
    if (strncmp(pathname, device_name_table[i].device_name, pathnamelen) != 0)
 200a1b8:	90 10 00 18 	mov  %i0, %o0                                  
 200a1bc:	92 10 00 12 	mov  %l2, %o1                                  
 200a1c0:	40 00 0e bd 	call  200dcb4 <strncmp>                        
 200a1c4:	94 10 00 19 	mov  %i1, %o2                                  
 200a1c8:	80 a2 20 00 	cmp  %o0, 0                                    
 200a1cc:	12 80 00 07 	bne  200a1e8 <devFS_evaluate_path+0x78>        <== NEVER TAKEN
 200a1d0:	80 a4 c0 11 	cmp  %l3, %l1                                  
      continue;                                                       
                                                                      
    if (device_name_table[i].device_name[pathnamelen] != '\0')        
 200a1d4:	c2 4c 80 19 	ldsb  [ %l2 + %i1 ], %g1                       
 200a1d8:	80 a0 60 00 	cmp  %g1, 0                                    
 200a1dc:	02 80 00 0b 	be  200a208 <devFS_evaluate_path+0x98>         
 200a1e0:	03 00 80 43 	sethi  %hi(0x2010c00), %g1                     
  /* get the device name table */                                     
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  for (i = 0; i < rtems_device_table_size; i++) {                     
 200a1e4:	80 a4 c0 11 	cmp  %l3, %l1                                  
 200a1e8:	18 bf ff ec 	bgu  200a198 <devFS_evaluate_path+0x28>        
 200a1ec:	82 10 00 11 	mov  %l1, %g1                                  
    pathloc->mt_entry = rtems_filesystem_root.mt_entry;               
    return 0;                                                         
  }                                                                   
                                                                      
  /* no such file or directory */                                     
  rtems_set_errno_and_return_minus_one( ENOENT );                     
 200a1f0:	40 00 0b 10 	call  200ce30 <__errno>                        
 200a1f4:	b0 10 3f ff 	mov  -1, %i0                                   
 200a1f8:	82 10 20 02 	mov  2, %g1                                    
 200a1fc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
}                                                                     
 200a200:	81 c7 e0 08 	ret                                            
 200a204:	81 e8 00 00 	restore                                        
                                                                      
    /* find the device, set proper values */                          
    pathloc->node_access = (void *)&device_name_table[i];             
    pathloc->handlers = &devFS_file_handlers;                         
    pathloc->ops = &devFS_ops;                                        
    pathloc->mt_entry = rtems_filesystem_root.mt_entry;               
 200a208:	c2 00 60 2c 	ld  [ %g1 + 0x2c ], %g1                        
                                                                      
    if (device_name_table[i].device_name[pathnamelen] != '\0')        
      continue;                                                       
                                                                      
    /* find the device, set proper values */                          
    pathloc->node_access = (void *)&device_name_table[i];             
 200a20c:	e8 26 c0 00 	st  %l4, [ %i3 ]                               
    pathloc->handlers = &devFS_file_handlers;                         
    pathloc->ops = &devFS_ops;                                        
    pathloc->mt_entry = rtems_filesystem_root.mt_entry;               
 200a210:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 200a214:	c2 26 e0 10 	st  %g1, [ %i3 + 0x10 ]                        
    if (device_name_table[i].device_name[pathnamelen] != '\0')        
      continue;                                                       
                                                                      
    /* find the device, set proper values */                          
    pathloc->node_access = (void *)&device_name_table[i];             
    pathloc->handlers = &devFS_file_handlers;                         
 200a218:	03 00 80 42 	sethi  %hi(0x2010800), %g1                     
 200a21c:	82 10 63 e0 	or  %g1, 0x3e0, %g1	! 2010be0 <devFS_file_handlers>
 200a220:	c2 26 e0 08 	st  %g1, [ %i3 + 8 ]                           
    pathloc->ops = &devFS_ops;                                        
 200a224:	03 00 80 42 	sethi  %hi(0x2010800), %g1                     
 200a228:	82 10 63 98 	or  %g1, 0x398, %g1	! 2010b98 <devFS_ops>      
 200a22c:	c2 26 e0 0c 	st  %g1, [ %i3 + 0xc ]                         
    pathloc->mt_entry = rtems_filesystem_root.mt_entry;               
    return 0;                                                         
 200a230:	81 c7 e0 08 	ret                                            
 200a234:	91 e8 20 00 	restore  %g0, 0, %o0                           
  }                                                                   
                                                                      
  /* get the device name table */                                     
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 200a238:	40 00 0a fe 	call  200ce30 <__errno>                        <== NOT EXECUTED
 200a23c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200a240:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 200a244:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200a248:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200a24c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020020f0 <devFS_initialize>: int devFS_initialize( rtems_filesystem_mount_table_entry_t *temp_mt_entry ) {
 20020f0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_device_name_t  *device_name_table;                            
                                                                      
  /* allocate device only filesystem name table */                    
  device_name_table = (rtems_device_name_t *)_Workspace_Allocate(     
 20020f4:	23 00 80 42 	sethi  %hi(0x2010800), %l1                     
 20020f8:	c2 04 62 08 	ld  [ %l1 + 0x208 ], %g1	! 2010a08 <rtems_device_table_size>
 20020fc:	85 28 60 04 	sll  %g1, 4, %g2                               
 2002100:	83 28 60 02 	sll  %g1, 2, %g1                               
 2002104:	40 00 1e 35 	call  20099d8 <_Workspace_Allocate>            
 2002108:	90 00 40 02 	add  %g1, %g2, %o0                             
        sizeof( rtems_device_name_t ) * ( rtems_device_table_size )   
        );                                                            
                                                                      
  /* no memory for device filesystem */                               
  if (!device_name_table)                                             
 200210c:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 2002110:	02 80 00 10 	be  2002150 <devFS_initialize+0x60>            <== NEVER TAKEN
 2002114:	c2 04 62 08 	ld  [ %l1 + 0x208 ], %g1                       
      rtems_set_errno_and_return_minus_one( ENOMEM );                 
                                                                      
  memset(                                                             
 2002118:	92 10 20 00 	clr  %o1                                       
 200211c:	85 28 60 04 	sll  %g1, 4, %g2                               
 2002120:	83 28 60 02 	sll  %g1, 2, %g1                               
 2002124:	40 00 2d a4 	call  200d7b4 <memset>                         
 2002128:	94 00 40 02 	add  %g1, %g2, %o2                             
    device_name_table, 0,                                             
    sizeof( rtems_device_name_t ) * ( rtems_device_table_size )       
    );                                                                
                                                                      
  /* set file handlers */                                             
  temp_mt_entry->mt_fs_root.handlers     = &devFS_file_handlers;      
 200212c:	03 00 80 42 	sethi  %hi(0x2010800), %g1                     
 2002130:	82 10 63 e0 	or  %g1, 0x3e0, %g1	! 2010be0 <devFS_file_handlers>
  temp_mt_entry->mt_fs_root.ops          = &devFS_ops;                
                                                                      
  /* Set the node_access to device name table */                      
  temp_mt_entry->mt_fs_root.node_access = (void *)device_name_table;  
 2002134:	e0 26 20 1c 	st  %l0, [ %i0 + 0x1c ]                        
    device_name_table, 0,                                             
    sizeof( rtems_device_name_t ) * ( rtems_device_table_size )       
    );                                                                
                                                                      
  /* set file handlers */                                             
  temp_mt_entry->mt_fs_root.handlers     = &devFS_file_handlers;      
 2002138:	c2 26 20 24 	st  %g1, [ %i0 + 0x24 ]                        
  temp_mt_entry->mt_fs_root.ops          = &devFS_ops;                
 200213c:	03 00 80 42 	sethi  %hi(0x2010800), %g1                     
 2002140:	82 10 63 98 	or  %g1, 0x398, %g1	! 2010b98 <devFS_ops>      
 2002144:	c2 26 20 28 	st  %g1, [ %i0 + 0x28 ]                        
                                                                      
  /* Set the node_access to device name table */                      
  temp_mt_entry->mt_fs_root.node_access = (void *)device_name_table;  
                                                                      
  return 0;                                                           
}                                                                     
 2002148:	81 c7 e0 08 	ret                                            
 200214c:	91 e8 20 00 	restore  %g0, 0, %o0                           
        sizeof( rtems_device_name_t ) * ( rtems_device_table_size )   
        );                                                            
                                                                      
  /* no memory for device filesystem */                               
  if (!device_name_table)                                             
      rtems_set_errno_and_return_minus_one( ENOMEM );                 
 2002150:	40 00 2b 38 	call  200ce30 <__errno>                        <== NOT EXECUTED
 2002154:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002158:	82 10 20 0c 	mov  0xc, %g1                                  <== NOT EXECUTED
 200215c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002160:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002164:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02002314 <devFS_ioctl>: int devFS_ioctl( rtems_libio_t *iop, uint32_t command, void *buffer ) {
 2002314:	9d e3 bf 90 	save  %sp, -112, %sp                           
  rtems_libio_ioctl_args_t  args;                                     
  rtems_status_code         status;                                   
  rtems_device_name_t      *np;                                       
                                                                      
  np           = (rtems_device_name_t *)iop->file_info;               
 2002318:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop     = iop;                                                 
  args.command = command;                                             
 200231c:	f2 27 bf f4 	st  %i1, [ %fp + -12 ]                         
  args.buffer  = buffer;                                              
                                                                      
  status = rtems_io_control(                                          
 2002320:	d2 00 60 0c 	ld  [ %g1 + 0xc ], %o1                         
 2002324:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
  rtems_status_code         status;                                   
  rtems_device_name_t      *np;                                       
                                                                      
  np           = (rtems_device_name_t *)iop->file_info;               
                                                                      
  args.iop     = iop;                                                 
 2002328:	f0 27 bf f0 	st  %i0, [ %fp + -16 ]                         
  args.command = command;                                             
  args.buffer  = buffer;                                              
 200232c:	f4 27 bf f8 	st  %i2, [ %fp + -8 ]                          
                                                                      
  status = rtems_io_control(                                          
 2002330:	40 00 11 32 	call  20067f8 <rtems_io_control>               
 2002334:	94 07 bf f0 	add  %fp, -16, %o2                             
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
 2002338:	80 a2 20 00 	cmp  %o0, 0                                    
 200233c:	12 80 00 05 	bne  2002350 <devFS_ioctl+0x3c>                <== NEVER TAKEN
 2002340:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
                                                                      
  return args.ioctl_return;                                           
 2002344:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          
}                                                                     
 2002348:	81 c7 e0 08 	ret                                            
 200234c:	81 e8 00 00 	restore                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 2002350:	40 00 1f c0 	call  200a250 <rtems_deviceio_errno>           <== NOT EXECUTED
 2002354:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002358:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200235c:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

02002168 <devFS_mknod>: const char *path, mode_t mode, dev_t dev, rtems_filesystem_location_info_t *pathloc ) {
 2002168:	9d e3 bf a0 	save  %sp, -96, %sp                            
   * condition and do not create the '/dev' and the 'path'            
   * actually passed in is 'dev', not '/dev'. Just return 0 to        
   * indicate we are OK.                                              
   */                                                                 
                                                                      
  if ((path[0] == 'd') && (path[1] == 'e') &&                         
 200216c:	c2 4e 00 00 	ldsb  [ %i0 ], %g1                             
 2002170:	80 a0 60 64 	cmp  %g1, 0x64                                 
 2002174:	02 80 00 43 	be  2002280 <devFS_mknod+0x118>                <== ALWAYS TAKEN
 2002178:	a0 10 00 18 	mov  %i0, %l0                                  
      (path[2] == 'v') && (path[3] == '\0'))                          
      return 0;                                                       
                                                                      
  /* must be a character device or a block device */                  
  if (!S_ISBLK(mode) && !S_ISCHR(mode))                               
 200217c:	03 00 00 3c 	sethi  %hi(0xf000), %g1                        
 2002180:	05 00 00 08 	sethi  %hi(0x2000), %g2                        
 2002184:	82 0e 40 01 	and  %i1, %g1, %g1                             
 2002188:	80 a0 40 02 	cmp  %g1, %g2                                  
 200218c:	12 80 00 4b 	bne  20022b8 <devFS_mknod+0x150>               <== NEVER TAKEN
 2002190:	05 00 00 18 	sethi  %hi(0x6000), %g2                        
    rtems_set_errno_and_return_minus_one( EINVAL );                   
  else                                                                
    rtems_filesystem_split_dev_t(dev, major, minor);                  
                                                                      
  /* Find an empty slot in device name table */                       
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
 2002194:	e4 07 00 00 	ld  [ %i4 ], %l2                               
  if (!device_name_table)                                             
 2002198:	80 a4 a0 00 	cmp  %l2, 0                                    
 200219c:	02 80 00 56 	be  20022f4 <devFS_mknod+0x18c>                <== NEVER TAKEN
 20021a0:	03 00 80 42 	sethi  %hi(0x2010800), %g1                     
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  for (slot = -1, i = 0; i < rtems_device_table_size; i++){           
 20021a4:	e6 00 62 08 	ld  [ %g1 + 0x208 ], %l3	! 2010a08 <rtems_device_table_size>
 20021a8:	80 a4 e0 00 	cmp  %l3, 0                                    
 20021ac:	02 80 00 4c 	be  20022dc <devFS_mknod+0x174>                <== NEVER TAKEN
 20021b0:	82 10 20 00 	clr  %g1                                       
    rtems_filesystem_split_dev_t(dev, major, minor);                  
                                                                      
  /* Find an empty slot in device name table */                       
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 20021b4:	a8 10 3f ff 	mov  -1, %l4                                   
 20021b8:	10 80 00 0a 	b  20021e0 <devFS_mknod+0x78>                  
 20021bc:	a2 10 20 00 	clr  %l1                                       
                                                                      
  for (slot = -1, i = 0; i < rtems_device_table_size; i++){           
      if (device_name_table[i].device_name == NULL)                   
          slot = i;                                                   
      else                                                            
          if (strcmp(path, device_name_table[i].device_name) == 0)    
 20021c0:	40 00 2e 37 	call  200da9c <strcmp>                         
 20021c4:	01 00 00 00 	nop                                            
 20021c8:	80 a2 20 00 	cmp  %o0, 0                                    
 20021cc:	02 80 00 27 	be  2002268 <devFS_mknod+0x100>                <== NEVER TAKEN
 20021d0:	a2 04 60 01 	inc  %l1                                       
  /* Find an empty slot in device name table */                       
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  for (slot = -1, i = 0; i < rtems_device_table_size; i++){           
 20021d4:	80 a4 40 13 	cmp  %l1, %l3                                  
 20021d8:	1a 80 00 0e 	bcc  2002210 <devFS_mknod+0xa8>                <== ALWAYS TAKEN
 20021dc:	82 10 00 11 	mov  %l1, %g1                                  
      if (device_name_table[i].device_name == NULL)                   
 20021e0:	85 28 60 04 	sll  %g1, 4, %g2                               
 20021e4:	83 28 60 02 	sll  %g1, 2, %g1                               
 20021e8:	82 00 40 02 	add  %g1, %g2, %g1                             
 20021ec:	d2 04 80 01 	ld  [ %l2 + %g1 ], %o1                         
 20021f0:	80 a2 60 00 	cmp  %o1, 0                                    
 20021f4:	12 bf ff f3 	bne  20021c0 <devFS_mknod+0x58>                
 20021f8:	90 10 00 10 	mov  %l0, %o0                                  
          slot = i;                                                   
      else                                                            
          if (strcmp(path, device_name_table[i].device_name) == 0)    
              rtems_set_errno_and_return_minus_one( EEXIST );         
 20021fc:	a8 10 00 11 	mov  %l1, %l4                                  
  /* Find an empty slot in device name table */                       
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  for (slot = -1, i = 0; i < rtems_device_table_size; i++){           
 2002200:	a2 04 60 01 	inc  %l1                                       
 2002204:	80 a4 40 13 	cmp  %l1, %l3                                  
 2002208:	0a bf ff f6 	bcs  20021e0 <devFS_mknod+0x78>                
 200220c:	82 10 00 11 	mov  %l1, %g1                                  
      else                                                            
          if (strcmp(path, device_name_table[i].device_name) == 0)    
              rtems_set_errno_and_return_minus_one( EEXIST );         
  }                                                                   
                                                                      
  if (slot == -1)                                                     
 2002210:	80 a5 3f ff 	cmp  %l4, -1                                   
 2002214:	02 80 00 32 	be  20022dc <devFS_mknod+0x174>                <== NEVER TAKEN
 2002218:	01 00 00 00 	nop                                            
      rtems_set_errno_and_return_minus_one( ENOMEM );                 
                                                                      
  _ISR_Disable(level);                                                
 200221c:	7f ff ff ad 	call  20020d0 <sparc_disable_interrupts>       
 2002220:	01 00 00 00 	nop                                            
 2002224:	a2 10 00 08 	mov  %o0, %l1                                  
  device_name_table[slot].device_name  = (char *)path;                
 2002228:	83 2d 20 04 	sll  %l4, 4, %g1                               
  device_name_table[slot].device_name_length = strlen(path);          
 200222c:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  if (slot == -1)                                                     
      rtems_set_errno_and_return_minus_one( ENOMEM );                 
                                                                      
  _ISR_Disable(level);                                                
  device_name_table[slot].device_name  = (char *)path;                
 2002230:	a9 2d 20 02 	sll  %l4, 2, %l4                               
 2002234:	a8 05 00 01 	add  %l4, %g1, %l4                             
 2002238:	e0 24 80 14 	st  %l0, [ %l2 + %l4 ]                         
  device_name_table[slot].device_name_length = strlen(path);          
 200223c:	40 00 2e 69 	call  200dbe0 <strlen>                         
 2002240:	a4 04 80 14 	add  %l2, %l4, %l2                             
  device_name_table[slot].major = major;                              
  device_name_table[slot].minor = minor;                              
  device_name_table[slot].mode  = mode;                               
 2002244:	f2 24 a0 10 	st  %i1, [ %l2 + 0x10 ]                        
  if (slot == -1)                                                     
      rtems_set_errno_and_return_minus_one( ENOMEM );                 
                                                                      
  _ISR_Disable(level);                                                
  device_name_table[slot].device_name  = (char *)path;                
  device_name_table[slot].device_name_length = strlen(path);          
 2002248:	d0 24 a0 04 	st  %o0, [ %l2 + 4 ]                           
  device_name_table[slot].major = major;                              
 200224c:	f4 24 a0 08 	st  %i2, [ %l2 + 8 ]                           
  device_name_table[slot].minor = minor;                              
 2002250:	f6 24 a0 0c 	st  %i3, [ %l2 + 0xc ]                         
  device_name_table[slot].mode  = mode;                               
  _ISR_Enable(level);                                                 
 2002254:	b0 10 20 00 	clr  %i0                                       
 2002258:	7f ff ff a2 	call  20020e0 <sparc_enable_interrupts>        
 200225c:	90 10 00 11 	mov  %l1, %o0                                  
                                                                      
  return 0;                                                           
}                                                                     
 2002260:	81 c7 e0 08 	ret                                            
 2002264:	81 e8 00 00 	restore                                        
  for (slot = -1, i = 0; i < rtems_device_table_size; i++){           
      if (device_name_table[i].device_name == NULL)                   
          slot = i;                                                   
      else                                                            
          if (strcmp(path, device_name_table[i].device_name) == 0)    
              rtems_set_errno_and_return_minus_one( EEXIST );         
 2002268:	40 00 2a f2 	call  200ce30 <__errno>                        <== NOT EXECUTED
 200226c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002270:	82 10 20 11 	mov  0x11, %g1                                 <== NOT EXECUTED
 2002274:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002278:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200227c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   * condition and do not create the '/dev' and the 'path'            
   * actually passed in is 'dev', not '/dev'. Just return 0 to        
   * indicate we are OK.                                              
   */                                                                 
                                                                      
  if ((path[0] == 'd') && (path[1] == 'e') &&                         
 2002280:	c2 4e 20 01 	ldsb  [ %i0 + 1 ], %g1                         
 2002284:	80 a0 60 65 	cmp  %g1, 0x65                                 
 2002288:	12 bf ff be 	bne  2002180 <devFS_mknod+0x18>                <== NEVER TAKEN
 200228c:	03 00 00 3c 	sethi  %hi(0xf000), %g1                        
      (path[2] == 'v') && (path[3] == '\0'))                          
 2002290:	c2 4e 20 02 	ldsb  [ %i0 + 2 ], %g1                         
 2002294:	80 a0 60 76 	cmp  %g1, 0x76                                 
 2002298:	12 bf ff ba 	bne  2002180 <devFS_mknod+0x18>                <== NEVER TAKEN
 200229c:	03 00 00 3c 	sethi  %hi(0xf000), %g1                        
 20022a0:	c2 4e 20 03 	ldsb  [ %i0 + 3 ], %g1                         
 20022a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20022a8:	12 bf ff b5 	bne  200217c <devFS_mknod+0x14>                
 20022ac:	b0 10 20 00 	clr  %i0                                       
  device_name_table[slot].minor = minor;                              
  device_name_table[slot].mode  = mode;                               
  _ISR_Enable(level);                                                 
                                                                      
  return 0;                                                           
}                                                                     
 20022b0:	81 c7 e0 08 	ret                                            
 20022b4:	81 e8 00 00 	restore                                        
  if ((path[0] == 'd') && (path[1] == 'e') &&                         
      (path[2] == 'v') && (path[3] == '\0'))                          
      return 0;                                                       
                                                                      
  /* must be a character device or a block device */                  
  if (!S_ISBLK(mode) && !S_ISCHR(mode))                               
 20022b8:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 20022bc:	22 bf ff b7 	be,a   2002198 <devFS_mknod+0x30>              <== NOT EXECUTED
 20022c0:	e4 07 00 00 	ld  [ %i4 ], %l2                               <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 20022c4:	40 00 2a db 	call  200ce30 <__errno>                        <== NOT EXECUTED
 20022c8:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20022cc:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 20022d0:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 20022d4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20022d8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
          if (strcmp(path, device_name_table[i].device_name) == 0)    
              rtems_set_errno_and_return_minus_one( EEXIST );         
  }                                                                   
                                                                      
  if (slot == -1)                                                     
      rtems_set_errno_and_return_minus_one( ENOMEM );                 
 20022dc:	40 00 2a d5 	call  200ce30 <__errno>                        <== NOT EXECUTED
 20022e0:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20022e4:	82 10 20 0c 	mov  0xc, %g1                                  <== NOT EXECUTED
 20022e8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 20022ec:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20022f0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    rtems_filesystem_split_dev_t(dev, major, minor);                  
                                                                      
  /* Find an empty slot in device name table */                       
  device_name_table = (rtems_device_name_t *)pathloc->node_access;    
  if (!device_name_table)                                             
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 20022f4:	40 00 2a cf 	call  200ce30 <__errno>                        <== NOT EXECUTED
 20022f8:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20022fc:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 2002300:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002304:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002308:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02002360 <devFS_open>: rtems_libio_t *iop, const char *pathname, uint32_t flag, uint32_t mode ) {
 2002360:	9d e3 bf 90 	save  %sp, -112, %sp                           
  rtems_device_name_t           *np;                                  
                                                                      
  np         = (rtems_device_name_t *)iop->file_info;                 
                                                                      
  args.iop   = iop;                                                   
  args.flags = iop->flags;                                            
 2002364:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        
{                                                                     
  rtems_libio_open_close_args_t  args;                                
  rtems_status_code              status;                              
  rtems_device_name_t           *np;                                  
                                                                      
  np         = (rtems_device_name_t *)iop->file_info;                 
 2002368:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop   = iop;                                                   
  args.flags = iop->flags;                                            
 200236c:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
  args.mode  = mode;                                                  
 2002370:	f6 27 bf fc 	st  %i3, [ %fp + -4 ]                          
                                                                      
  status = rtems_io_open(                                             
 2002374:	d2 00 60 0c 	ld  [ %g1 + 0xc ], %o1                         
 2002378:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
  rtems_status_code              status;                              
  rtems_device_name_t           *np;                                  
                                                                      
  np         = (rtems_device_name_t *)iop->file_info;                 
                                                                      
  args.iop   = iop;                                                   
 200237c:	f0 27 bf f4 	st  %i0, [ %fp + -12 ]                         
  args.flags = iop->flags;                                            
  args.mode  = mode;                                                  
                                                                      
  status = rtems_io_open(                                             
 2002380:	94 07 bf f4 	add  %fp, -12, %o2                             
 2002384:	40 00 11 7a 	call  200696c <rtems_io_open>                  
 2002388:	b0 10 20 00 	clr  %i0                                       
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
  if ( status )                                                       
 200238c:	80 a2 20 00 	cmp  %o0, 0                                    
 2002390:	12 80 00 04 	bne  20023a0 <devFS_open+0x40>                 <== NEVER TAKEN
 2002394:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
                                                                      
  return 0;                                                           
}                                                                     
 2002398:	81 c7 e0 08 	ret                                            
 200239c:	81 e8 00 00 	restore                                        
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 20023a0:	40 00 1f ac 	call  200a250 <rtems_deviceio_errno>           <== NOT EXECUTED
 20023a4:	01 00 00 00 	nop                                            <== NOT EXECUTED
                                                                      
  return 0;                                                           
}                                                                     
 20023a8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20023ac:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

020023b0 <devFS_read>: ssize_t devFS_read( rtems_libio_t *iop, void *buffer, size_t count ) {
 20023b0:	9d e3 bf 80 	save  %sp, -128, %sp                           <== NOT EXECUTED
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = buffer;                                          
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
 20023b4:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        <== NOT EXECUTED
{                                                                     
  rtems_libio_rw_args_t   args;                                       
  rtems_status_code       status;                                     
  rtems_device_name_t     *np;                                        
                                                                      
  np               = (rtems_device_name_t *)iop->file_info;           
 20023b8:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        <== NOT EXECUTED
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = buffer;                                          
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
 20023bc:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          <== NOT EXECUTED
  np               = (rtems_device_name_t *)iop->file_info;           
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = buffer;                                          
  args.count       = count;                                           
 20023c0:	f4 27 bf f4 	st  %i2, [ %fp + -12 ]                         <== NOT EXECUTED
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
 20023c4:	c0 27 bf fc 	clr  [ %fp + -4 ]                              <== NOT EXECUTED
  rtems_device_name_t     *np;                                        
                                                                      
  np               = (rtems_device_name_t *)iop->file_info;           
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 20023c8:	c4 1e 20 10 	ldd  [ %i0 + 0x10 ], %g2                       <== NOT EXECUTED
  args.buffer      = buffer;                                          
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
                                                                      
  status = rtems_io_read(                                             
 20023cc:	d2 00 60 0c 	ld  [ %g1 + 0xc ], %o1                         <== NOT EXECUTED
 20023d0:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           <== NOT EXECUTED
  rtems_device_name_t     *np;                                        
                                                                      
  np               = (rtems_device_name_t *)iop->file_info;           
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 20023d4:	c4 3f bf e8 	std  %g2, [ %fp + -24 ]                        <== NOT EXECUTED
  args.buffer      = buffer;                                          
 20023d8:	f2 27 bf f0 	st  %i1, [ %fp + -16 ]                         <== NOT EXECUTED
  rtems_status_code       status;                                     
  rtems_device_name_t     *np;                                        
                                                                      
  np               = (rtems_device_name_t *)iop->file_info;           
                                                                      
  args.iop         = iop;                                             
 20023dc:	f0 27 bf e0 	st  %i0, [ %fp + -32 ]                         <== NOT EXECUTED
  args.buffer      = buffer;                                          
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
                                                                      
  status = rtems_io_read(                                             
 20023e0:	40 00 11 7b 	call  20069cc <rtems_io_read>                  <== NOT EXECUTED
 20023e4:	94 07 bf e0 	add  %fp, -32, %o2                             <== NOT EXECUTED
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
 20023e8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20023ec:	12 80 00 05 	bne  2002400 <devFS_read+0x50>                 <== NOT EXECUTED
 20023f0:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return rtems_deviceio_errno(status);                              
                                                                      
  return (ssize_t) args.bytes_moved;                                  
 20023f4:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          <== NOT EXECUTED
}                                                                     
 20023f8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20023fc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 2002400:	40 00 1f 94 	call  200a250 <rtems_deviceio_errno>           <== NOT EXECUTED
 2002404:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002408:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200240c:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

02002410 <devFS_stat>: int devFS_stat( rtems_filesystem_location_info_t *loc, struct stat *buf ) {
 2002410:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_device_name_t *the_dev;                                       
                                                                      
  the_dev = (rtems_device_name_t *)loc->node_access;                  
 2002414:	c2 06 00 00 	ld  [ %i0 ], %g1                               
  if (!the_dev)                                                       
 2002418:	80 a0 60 00 	cmp  %g1, 0                                    
 200241c:	02 80 00 0a 	be  2002444 <devFS_stat+0x34>                  <== NEVER TAKEN
 2002420:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  buf->st_rdev  = rtems_filesystem_make_dev_t( the_dev->major, the_dev->minor );
 2002424:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
                                                                      
  buf->st_mode = the_dev->mode;                                       
 2002428:	c6 00 60 10 	ld  [ %g1 + 0x10 ], %g3                        
  rtems_device_minor_number _minor                                    
)                                                                     
{                                                                     
  union __rtems_dev_t temp;                                           
                                                                      
  temp.__overlay.major = _major;                                      
 200242c:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
                                                                      
  the_dev = (rtems_device_name_t *)loc->node_access;                  
  if (!the_dev)                                                       
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  buf->st_rdev  = rtems_filesystem_make_dev_t( the_dev->major, the_dev->minor );
 2002430:	c4 26 60 1c 	st  %g2, [ %i1 + 0x1c ]                        
                                                                      
  buf->st_mode = the_dev->mode;                                       
 2002434:	c6 26 60 0c 	st  %g3, [ %i1 + 0xc ]                         
                                                                      
  the_dev = (rtems_device_name_t *)loc->node_access;                  
  if (!the_dev)                                                       
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  buf->st_rdev  = rtems_filesystem_make_dev_t( the_dev->major, the_dev->minor );
 2002438:	c2 26 60 18 	st  %g1, [ %i1 + 0x18 ]                        
                                                                      
  buf->st_mode = the_dev->mode;                                       
                                                                      
  return 0;                                                           
}                                                                     
 200243c:	81 c7 e0 08 	ret                                            
 2002440:	91 e8 20 00 	restore  %g0, 0, %o0                           
{                                                                     
  rtems_device_name_t *the_dev;                                       
                                                                      
  the_dev = (rtems_device_name_t *)loc->node_access;                  
  if (!the_dev)                                                       
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 2002444:	40 00 2a 7b 	call  200ce30 <__errno>                        <== NOT EXECUTED
 2002448:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200244c:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 2002450:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002454:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002458:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200245c <devFS_write>: ssize_t devFS_write( rtems_libio_t *iop, const void *buffer, size_t count ) {
 200245c:	9d e3 bf 80 	save  %sp, -128, %sp                           
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
 2002460:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        
{                                                                     
  rtems_libio_rw_args_t   args;                                       
  rtems_status_code       status;                                     
  rtems_device_name_t    *np;                                         
                                                                      
  np           = (rtems_device_name_t *)iop->file_info;               
 2002464:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
 2002468:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
  np           = (rtems_device_name_t *)iop->file_info;               
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
 200246c:	f4 27 bf f4 	st  %i2, [ %fp + -12 ]                         
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
 2002470:	c0 27 bf fc 	clr  [ %fp + -4 ]                              
  rtems_device_name_t    *np;                                         
                                                                      
  np           = (rtems_device_name_t *)iop->file_info;               
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 2002474:	c4 1e 20 10 	ldd  [ %i0 + 0x10 ], %g2                       
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
                                                                      
  status = rtems_io_write(                                            
 2002478:	d2 00 60 0c 	ld  [ %g1 + 0xc ], %o1                         
 200247c:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
  rtems_device_name_t    *np;                                         
                                                                      
  np           = (rtems_device_name_t *)iop->file_info;               
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 2002480:	c4 3f bf e8 	std  %g2, [ %fp + -24 ]                        
  args.buffer      = (void *) buffer;                                 
 2002484:	f2 27 bf f0 	st  %i1, [ %fp + -16 ]                         
  rtems_status_code       status;                                     
  rtems_device_name_t    *np;                                         
                                                                      
  np           = (rtems_device_name_t *)iop->file_info;               
                                                                      
  args.iop         = iop;                                             
 2002488:	f0 27 bf e0 	st  %i0, [ %fp + -32 ]                         
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
                                                                      
  status = rtems_io_write(                                            
 200248c:	40 00 11 68 	call  2006a2c <rtems_io_write>                 
 2002490:	94 07 bf e0 	add  %fp, -32, %o2                             
    np->major,                                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
 2002494:	80 a2 20 00 	cmp  %o0, 0                                    
 2002498:	12 80 00 05 	bne  20024ac <devFS_write+0x50>                <== NEVER TAKEN
 200249c:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
                                                                      
  return (ssize_t) args.bytes_moved;                                  
 20024a0:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          
}                                                                     
 20024a4:	81 c7 e0 08 	ret                                            
 20024a8:	81 e8 00 00 	restore                                        
    np->minor,                                                        
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 20024ac:	40 00 1f 69 	call  200a250 <rtems_deviceio_errno>           <== NOT EXECUTED
 20024b0:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20024b4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20024b8:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

0200d74c <device_close>: */ int device_close( rtems_libio_t *iop ) {
 200d74c:	9d e3 bf 90 	save  %sp, -112, %sp                           
  rtems_libio_open_close_args_t  args;                                
  rtems_status_code              status;                              
  IMFS_jnode_t                  *the_jnode;                           
                                                                      
  the_jnode = iop->file_info;                                         
 200d750:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop   = iop;                                                   
 200d754:	f0 27 bf f4 	st  %i0, [ %fp + -12 ]                         
  args.flags = 0;                                                     
 200d758:	c0 27 bf f8 	clr  [ %fp + -8 ]                              
  args.mode  = 0;                                                     
 200d75c:	c0 27 bf fc 	clr  [ %fp + -4 ]                              
                                                                      
  status = rtems_io_close(                                            
 200d760:	d0 18 60 50 	ldd  [ %g1 + 0x50 ], %o0                       
 200d764:	94 07 bf f4 	add  %fp, -12, %o2                             
 200d768:	40 00 05 6f 	call  200ed24 <rtems_io_close>                 
 200d76c:	b0 10 20 00 	clr  %i0                                       
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
  if ( status ) {                                                     
 200d770:	80 a2 20 00 	cmp  %o0, 0                                    
 200d774:	12 80 00 04 	bne  200d784 <device_close+0x38>               <== NEVER TAKEN
 200d778:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
  }                                                                   
  return 0;                                                           
}                                                                     
 200d77c:	81 c7 e0 08 	ret                                            
 200d780:	81 e8 00 00 	restore                                        
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
  if ( status ) {                                                     
    return rtems_deviceio_errno(status);                              
 200d784:	40 00 07 04 	call  200f394 <rtems_deviceio_errno>           <== NOT EXECUTED
 200d788:	01 00 00 00 	nop                                            <== NOT EXECUTED
  }                                                                   
  return 0;                                                           
}                                                                     
 200d78c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d790:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

0200d64c <device_ioctl>: int device_ioctl( rtems_libio_t *iop, uint32_t command, void *buffer ) {
 200d64c:	9d e3 bf 90 	save  %sp, -112, %sp                           
                                                                      
  args.iop     = iop;                                                 
  args.command = command;                                             
  args.buffer  = buffer;                                              
                                                                      
  the_jnode = iop->file_info;                                         
 200d650:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
  rtems_libio_ioctl_args_t  args;                                     
  rtems_status_code         status;                                   
  IMFS_jnode_t             *the_jnode;                                
                                                                      
  args.iop     = iop;                                                 
  args.command = command;                                             
 200d654:	f2 27 bf f4 	st  %i1, [ %fp + -12 ]                         
  args.buffer  = buffer;                                              
 200d658:	f4 27 bf f8 	st  %i2, [ %fp + -8 ]                          
{                                                                     
  rtems_libio_ioctl_args_t  args;                                     
  rtems_status_code         status;                                   
  IMFS_jnode_t             *the_jnode;                                
                                                                      
  args.iop     = iop;                                                 
 200d65c:	f0 27 bf f0 	st  %i0, [ %fp + -16 ]                         
  args.command = command;                                             
  args.buffer  = buffer;                                              
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  status = rtems_io_control(                                          
 200d660:	d0 18 60 50 	ldd  [ %g1 + 0x50 ], %o0                       
 200d664:	40 00 05 c8 	call  200ed84 <rtems_io_control>               
 200d668:	94 07 bf f0 	add  %fp, -16, %o2                             
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
 200d66c:	80 a2 20 00 	cmp  %o0, 0                                    
 200d670:	12 80 00 05 	bne  200d684 <device_ioctl+0x38>               <== NEVER TAKEN
 200d674:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
                                                                      
  return args.ioctl_return;                                           
 200d678:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          
}                                                                     
 200d67c:	81 c7 e0 08 	ret                                            
 200d680:	81 e8 00 00 	restore                                        
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 200d684:	40 00 07 44 	call  200f394 <rtems_deviceio_errno>           <== NOT EXECUTED
 200d688:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200d68c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d690:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

0200d794 <device_open>: rtems_libio_t *iop, const char *pathname, uint32_t flag, uint32_t mode ) {
 200d794:	9d e3 bf 90 	save  %sp, -112, %sp                           
  IMFS_jnode_t                  *the_jnode;                           
                                                                      
  the_jnode  = iop->file_info;                                        
                                                                      
  args.iop   = iop;                                                   
  args.flags = iop->flags;                                            
 200d798:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        
{                                                                     
  rtems_libio_open_close_args_t  args;                                
  rtems_status_code              status;                              
  IMFS_jnode_t                  *the_jnode;                           
                                                                      
  the_jnode  = iop->file_info;                                        
 200d79c:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop   = iop;                                                   
 200d7a0:	f0 27 bf f4 	st  %i0, [ %fp + -12 ]                         
  args.flags = iop->flags;                                            
 200d7a4:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
  args.mode  = mode;                                                  
 200d7a8:	f6 27 bf fc 	st  %i3, [ %fp + -4 ]                          
                                                                      
  status = rtems_io_open(                                             
 200d7ac:	d0 18 60 50 	ldd  [ %g1 + 0x50 ], %o0                       
 200d7b0:	94 07 bf f4 	add  %fp, -12, %o2                             
 200d7b4:	40 00 05 8c 	call  200ede4 <rtems_io_open>                  
 200d7b8:	b0 10 20 00 	clr  %i0                                       
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
  if ( status )                                                       
 200d7bc:	80 a2 20 00 	cmp  %o0, 0                                    
 200d7c0:	12 80 00 04 	bne  200d7d0 <device_open+0x3c>                <== NEVER TAKEN
 200d7c4:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
                                                                      
  return 0;                                                           
}                                                                     
 200d7c8:	81 c7 e0 08 	ret                                            
 200d7cc:	81 e8 00 00 	restore                                        
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 200d7d0:	40 00 06 f1 	call  200f394 <rtems_deviceio_errno>           <== NOT EXECUTED
 200d7d4:	01 00 00 00 	nop                                            <== NOT EXECUTED
                                                                      
  return 0;                                                           
}                                                                     
 200d7d8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d7dc:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

0200d6f0 <device_read>: ssize_t device_read( rtems_libio_t *iop, void *buffer, size_t count ) {
 200d6f0:	9d e3 bf 80 	save  %sp, -128, %sp                           <== NOT EXECUTED
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = buffer;                                          
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
 200d6f4:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        <== NOT EXECUTED
{                                                                     
  rtems_libio_rw_args_t   args;                                       
  rtems_status_code       status;                                     
  IMFS_jnode_t           *the_jnode;                                  
                                                                      
  the_jnode = iop->file_info;                                         
 200d6f8:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        <== NOT EXECUTED
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 200d6fc:	d8 1e 20 10 	ldd  [ %i0 + 0x10 ], %o4                       <== NOT EXECUTED
  args.buffer      = buffer;                                          
 200d700:	f2 27 bf f0 	st  %i1, [ %fp + -16 ]                         <== NOT EXECUTED
  IMFS_jnode_t           *the_jnode;                                  
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 200d704:	d8 3f bf e8 	std  %o4, [ %fp + -24 ]                        <== NOT EXECUTED
  args.buffer      = buffer;                                          
  args.count       = count;                                           
 200d708:	f4 27 bf f4 	st  %i2, [ %fp + -12 ]                         <== NOT EXECUTED
  args.flags       = iop->flags;                                      
 200d70c:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          <== NOT EXECUTED
  rtems_status_code       status;                                     
  IMFS_jnode_t           *the_jnode;                                  
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  args.iop         = iop;                                             
 200d710:	f0 27 bf e0 	st  %i0, [ %fp + -32 ]                         <== NOT EXECUTED
  args.offset      = iop->offset;                                     
  args.buffer      = buffer;                                          
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
 200d714:	c0 27 bf fc 	clr  [ %fp + -4 ]                              <== NOT EXECUTED
                                                                      
  status = rtems_io_read(                                             
 200d718:	d0 18 60 50 	ldd  [ %g1 + 0x50 ], %o0                       <== NOT EXECUTED
 200d71c:	40 00 05 ca 	call  200ee44 <rtems_io_read>                  <== NOT EXECUTED
 200d720:	94 07 bf e0 	add  %fp, -32, %o2                             <== NOT EXECUTED
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
 200d724:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200d728:	12 80 00 05 	bne  200d73c <device_read+0x4c>                <== NOT EXECUTED
 200d72c:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return rtems_deviceio_errno(status);                              
                                                                      
  return (ssize_t) args.bytes_moved;                                  
 200d730:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          <== NOT EXECUTED
}                                                                     
 200d734:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d738:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 200d73c:	40 00 07 16 	call  200f394 <rtems_deviceio_errno>           <== NOT EXECUTED
 200d740:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200d744:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d748:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

0200d694 <device_write>: ssize_t device_write( rtems_libio_t *iop, const void *buffer, size_t count ) {
 200d694:	9d e3 bf 80 	save  %sp, -128, %sp                           
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
 200d698:	c4 06 20 18 	ld  [ %i0 + 0x18 ], %g2                        
{                                                                     
  rtems_libio_rw_args_t   args;                                       
  rtems_status_code       status;                                     
  IMFS_jnode_t           *the_jnode;                                  
                                                                      
  the_jnode = iop->file_info;                                         
 200d69c:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 200d6a0:	d8 1e 20 10 	ldd  [ %i0 + 0x10 ], %o4                       
  args.buffer      = (void *) buffer;                                 
 200d6a4:	f2 27 bf f0 	st  %i1, [ %fp + -16 ]                         
  IMFS_jnode_t           *the_jnode;                                  
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  args.iop         = iop;                                             
  args.offset      = iop->offset;                                     
 200d6a8:	d8 3f bf e8 	std  %o4, [ %fp + -24 ]                        
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
 200d6ac:	f4 27 bf f4 	st  %i2, [ %fp + -12 ]                         
  args.flags       = iop->flags;                                      
 200d6b0:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
  rtems_status_code       status;                                     
  IMFS_jnode_t           *the_jnode;                                  
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  args.iop         = iop;                                             
 200d6b4:	f0 27 bf e0 	st  %i0, [ %fp + -32 ]                         
  args.offset      = iop->offset;                                     
  args.buffer      = (void *) buffer;                                 
  args.count       = count;                                           
  args.flags       = iop->flags;                                      
  args.bytes_moved = 0;                                               
 200d6b8:	c0 27 bf fc 	clr  [ %fp + -4 ]                              
                                                                      
  status = rtems_io_write(                                            
 200d6bc:	d0 18 60 50 	ldd  [ %g1 + 0x50 ], %o0                       
 200d6c0:	40 00 05 f9 	call  200eea4 <rtems_io_write>                 
 200d6c4:	94 07 bf e0 	add  %fp, -32, %o2                             
    the_jnode->info.device.major,                                     
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
 200d6c8:	80 a2 20 00 	cmp  %o0, 0                                    
 200d6cc:	12 80 00 05 	bne  200d6e0 <device_write+0x4c>               <== NEVER TAKEN
 200d6d0:	01 00 00 00 	nop                                            
    return rtems_deviceio_errno(status);                              
                                                                      
  return (ssize_t) args.bytes_moved;                                  
 200d6d4:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          
}                                                                     
 200d6d8:	81 c7 e0 08 	ret                                            
 200d6dc:	81 e8 00 00 	restore                                        
    the_jnode->info.device.minor,                                     
    (void *) &args                                                    
  );                                                                  
                                                                      
  if ( status )                                                       
    return rtems_deviceio_errno(status);                              
 200d6e0:	40 00 07 2d 	call  200f394 <rtems_deviceio_errno>           <== NOT EXECUTED
 200d6e4:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200d6e8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d6ec:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

02004474 <drainOutput>: /* * Drain output queue */ static void drainOutput (struct rtems_termios_tty *tty) {
 2004474:	9d e3 bf a0 	save  %sp, -96, %sp                            
	rtems_interrupt_level level;                                         
	rtems_status_code sc;                                                
                                                                      
	if (tty->device.outputUsesInterrupts != TERMIOS_POLLED) {            
 2004478:	c2 06 20 b4 	ld  [ %i0 + 0xb4 ], %g1                        
 200447c:	80 a0 60 00 	cmp  %g1, 0                                    
 2004480:	12 80 00 04 	bne  2004490 <drainOutput+0x1c>                
 2004484:	01 00 00 00 	nop                                            
 2004488:	81 c7 e0 08 	ret                                            
 200448c:	81 e8 00 00 	restore                                        
		rtems_interrupt_disable (level);                                    
 2004490:	7f ff f7 87 	call  20022ac <sparc_disable_interrupts>       
 2004494:	01 00 00 00 	nop                                            
		while (tty->rawOutBuf.Tail != tty->rawOutBuf.Head) {                
 2004498:	c4 06 20 84 	ld  [ %i0 + 0x84 ], %g2                        
 200449c:	c2 06 20 80 	ld  [ %i0 + 0x80 ], %g1                        
 20044a0:	80 a0 80 01 	cmp  %g2, %g1                                  
 20044a4:	02 80 00 14 	be  20044f4 <drainOutput+0x80>                 
 20044a8:	01 00 00 00 	nop                                            
			tty->rawOutBufState = rob_wait;                                    
 20044ac:	a0 10 20 02 	mov  2, %l0	! 2 <PROM_START+0x2>               
 20044b0:	e0 26 20 94 	st  %l0, [ %i0 + 0x94 ]                        
			rtems_interrupt_enable (level);                                    
 20044b4:	7f ff f7 82 	call  20022bc <sparc_enable_interrupts>        
 20044b8:	01 00 00 00 	nop                                            
			sc = rtems_semaphore_obtain (tty->rawOutBuf.Semaphore,             
 20044bc:	d0 06 20 8c 	ld  [ %i0 + 0x8c ], %o0                        
 20044c0:	92 10 20 00 	clr  %o1                                       
 20044c4:	40 00 06 d0 	call  2006004 <rtems_semaphore_obtain>         
 20044c8:	94 10 20 00 	clr  %o2                                       
							RTEMS_WAIT,                                                    
							RTEMS_NO_TIMEOUT);                                             
			if (sc != RTEMS_SUCCESSFUL)                                        
 20044cc:	80 a2 20 00 	cmp  %o0, 0                                    
 20044d0:	12 80 00 0b 	bne  20044fc <drainOutput+0x88>                <== NEVER TAKEN
 20044d4:	01 00 00 00 	nop                                            
				rtems_fatal_error_occurred (sc);                                  
			rtems_interrupt_disable (level);                                   
 20044d8:	7f ff f7 75 	call  20022ac <sparc_disable_interrupts>       
 20044dc:	01 00 00 00 	nop                                            
	rtems_interrupt_level level;                                         
	rtems_status_code sc;                                                
                                                                      
	if (tty->device.outputUsesInterrupts != TERMIOS_POLLED) {            
		rtems_interrupt_disable (level);                                    
		while (tty->rawOutBuf.Tail != tty->rawOutBuf.Head) {                
 20044e0:	c4 06 20 84 	ld  [ %i0 + 0x84 ], %g2                        
 20044e4:	c2 06 20 80 	ld  [ %i0 + 0x80 ], %g1                        
 20044e8:	80 a0 80 01 	cmp  %g2, %g1                                  
 20044ec:	32 bf ff f2 	bne,a   20044b4 <drainOutput+0x40>             <== NEVER TAKEN
 20044f0:	e0 26 20 94 	st  %l0, [ %i0 + 0x94 ]                        <== NOT EXECUTED
							RTEMS_NO_TIMEOUT);                                             
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
			rtems_interrupt_disable (level);                                   
		}                                                                   
		rtems_interrupt_enable (level);                                     
 20044f4:	7f ff f7 72 	call  20022bc <sparc_enable_interrupts>        
 20044f8:	91 e8 00 08 	restore  %g0, %o0, %o0                         
			rtems_interrupt_enable (level);                                    
			sc = rtems_semaphore_obtain (tty->rawOutBuf.Semaphore,             
							RTEMS_WAIT,                                                    
							RTEMS_NO_TIMEOUT);                                             
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
 20044fc:	40 00 08 71 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

020035c0 <dup2>: int dup2( int fildes, int fildes2 ) {
 20035c0:	9d e3 bf 58 	save  %sp, -168, %sp                           
                                                                      
  /*                                                                  
   *  If fildes is not valid, then fildes2 should not be closed.      
   */                                                                 
                                                                      
  status = fstat( fildes, &buf );                                     
 20035c4:	a0 07 bf b8 	add  %fp, -72, %l0                             
 20035c8:	90 10 00 18 	mov  %i0, %o0                                  
 20035cc:	40 00 02 28 	call  2003e6c <fstat>                          
 20035d0:	92 10 00 10 	mov  %l0, %o1                                  
  if ( status == -1 )                                                 
 20035d4:	80 a2 3f ff 	cmp  %o0, -1                                   
 20035d8:	12 80 00 04 	bne  20035e8 <dup2+0x28>                       <== ALWAYS TAKEN
 20035dc:	92 10 00 10 	mov  %l0, %o1                                  
  /*                                                                  
   *  This fcntl handles everything else.                             
   */                                                                 
                                                                      
  return fcntl( fildes, F_DUPFD, fildes2 );                           
}                                                                     
 20035e0:	81 c7 e0 08 	ret                                            
 20035e4:	91 e8 3f ff 	restore  %g0, -1, %o0                          
                                                                      
  /*                                                                  
   *  If fildes2 is not valid, then we should not do anything either. 
   */                                                                 
                                                                      
  status = fstat( fildes2, &buf );                                    
 20035e8:	40 00 02 21 	call  2003e6c <fstat>                          
 20035ec:	90 10 00 19 	mov  %i1, %o0                                  
  if ( status == -1 )                                                 
 20035f0:	80 a2 3f ff 	cmp  %o0, -1                                   
 20035f4:	02 bf ff fb 	be  20035e0 <dup2+0x20>                        <== ALWAYS TAKEN
 20035f8:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   *  This fcntl handles everything else.                             
   */                                                                 
                                                                      
  return fcntl( fildes, F_DUPFD, fildes2 );                           
 20035fc:	94 10 00 19 	mov  %i1, %o2                                  <== NOT EXECUTED
 2003600:	40 00 00 cf 	call  200393c <fcntl>                          <== NOT EXECUTED
 2003604:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 2003608:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200360c:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

02003ea0 <echo>: /* * Echo a typed character */ static void echo (unsigned char c, struct rtems_termios_tty *tty) {
 2003ea0:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
	if ((tty->termios.c_lflag & ECHOCTL) && iscntrl(c) && (c != '\t') && (c != '\n')) {
 2003ea4:	c2 06 60 3c 	ld  [ %i1 + 0x3c ], %g1                        <== NOT EXECUTED
 2003ea8:	80 88 62 00 	btst  0x200, %g1                               <== NOT EXECUTED
 2003eac:	02 80 00 09 	be  2003ed0 <echo+0x30>                        <== NOT EXECUTED
 2003eb0:	90 0e 20 ff 	and  %i0, 0xff, %o0                            <== NOT EXECUTED
 2003eb4:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     <== NOT EXECUTED
 2003eb8:	c4 00 a3 d0 	ld  [ %g2 + 0x3d0 ], %g2	! 201c3d0 <__ctype_ptr__><== NOT EXECUTED
 2003ebc:	82 00 80 08 	add  %g2, %o0, %g1                             <== NOT EXECUTED
 2003ec0:	c2 08 60 01 	ldub  [ %g1 + 1 ], %g1                         <== NOT EXECUTED
 2003ec4:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2003ec8:	12 80 00 06 	bne  2003ee0 <echo+0x40>                       <== NOT EXECUTED
 2003ecc:	80 a2 20 09 	cmp  %o0, 9                                    <== NOT EXECUTED
		echobuf[1] = c ^ 0x40;                                              
		rtems_termios_puts (echobuf, 2, tty);                               
		tty->column += 2;                                                   
	}                                                                    
	else {                                                               
		oproc (c, tty);                                                     
 2003ed0:	7f ff ff 87 	call  2003cec <oproc>                          <== NOT EXECUTED
 2003ed4:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 2003ed8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003edc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
 * Echo a typed character                                             
 */                                                                   
static void                                                           
echo (unsigned char c, struct rtems_termios_tty *tty)                 
{                                                                     
	if ((tty->termios.c_lflag & ECHOCTL) && iscntrl(c) && (c != '\t') && (c != '\n')) {
 2003ee0:	02 bf ff fc 	be  2003ed0 <echo+0x30>                        <== NOT EXECUTED
 2003ee4:	80 a2 20 0a 	cmp  %o0, 0xa                                  <== NOT EXECUTED
 2003ee8:	02 bf ff fa 	be  2003ed0 <echo+0x30>                        <== NOT EXECUTED
 2003eec:	82 10 20 5e 	mov  0x5e, %g1                                 <== NOT EXECUTED
		char echobuf[2];                                                    
                                                                      
		echobuf[0] = '^';                                                   
		echobuf[1] = c ^ 0x40;                                              
 2003ef0:	b0 1e 20 40 	xor  %i0, 0x40, %i0                            <== NOT EXECUTED
echo (unsigned char c, struct rtems_termios_tty *tty)                 
{                                                                     
	if ((tty->termios.c_lflag & ECHOCTL) && iscntrl(c) && (c != '\t') && (c != '\n')) {
		char echobuf[2];                                                    
                                                                      
		echobuf[0] = '^';                                                   
 2003ef4:	c2 2f bf f8 	stb  %g1, [ %fp + -8 ]                         <== NOT EXECUTED
		echobuf[1] = c ^ 0x40;                                              
 2003ef8:	f0 2f bf f9 	stb  %i0, [ %fp + -7 ]                         <== NOT EXECUTED
		rtems_termios_puts (echobuf, 2, tty);                               
 2003efc:	90 07 bf f8 	add  %fp, -8, %o0                              <== NOT EXECUTED
 2003f00:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
 2003f04:	7f ff ff 2b 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 2003f08:	94 10 00 19 	mov  %i1, %o2                                  <== NOT EXECUTED
		tty->column += 2;                                                   
 2003f0c:	c2 06 60 28 	ld  [ %i1 + 0x28 ], %g1                        <== NOT EXECUTED
 2003f10:	82 00 60 02 	add  %g1, 2, %g1                               <== NOT EXECUTED
 2003f14:	c2 26 60 28 	st  %g1, [ %i1 + 0x28 ]                        <== NOT EXECUTED
 * Echo a typed character                                             
 */                                                                   
static void                                                           
echo (unsigned char c, struct rtems_termios_tty *tty)                 
{                                                                     
	if ((tty->termios.c_lflag & ECHOCTL) && iscntrl(c) && (c != '\t') && (c != '\n')) {
 2003f18:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003f1c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020030c4 <endgrent>: group_fp = fopen("/etc/group", "r"); } void endgrent(void) { if (group_fp != NULL)
 20030c4:	03 00 80 81 	sethi  %hi(0x2020400), %g1                     <== NOT EXECUTED
 20030c8:	d0 00 60 ac 	ld  [ %g1 + 0xac ], %o0	! 20204ac <group_fp>   <== NOT EXECUTED
 20030cc:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20030d0:	02 80 00 05 	be  20030e4 <endgrent+0x20>                    <== NOT EXECUTED
 20030d4:	01 00 00 00 	nop                                            <== NOT EXECUTED
    fclose(group_fp);                                                 
 20030d8:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 20030dc:	40 00 3c ce 	call  2012414 <fclose>                         <== NOT EXECUTED
 20030e0:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
 20030e4:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
                                                                      

020030ec <endpwent>: passwd_fp = fopen("/etc/passwd", "r"); } void endpwent(void) { if (passwd_fp != NULL)
 20030ec:	03 00 80 80 	sethi  %hi(0x2020000), %g1                     <== NOT EXECUTED
 20030f0:	d0 00 63 c4 	ld  [ %g1 + 0x3c4 ], %o0	! 20203c4 <passwd_fp> <== NOT EXECUTED
 20030f4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20030f8:	02 80 00 05 	be  200310c <endpwent+0x20>                    <== NOT EXECUTED
 20030fc:	01 00 00 00 	nop                                            <== NOT EXECUTED
    fclose(passwd_fp);                                                
 2003100:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 2003104:	40 00 3c c4 	call  2012414 <fclose>                         <== NOT EXECUTED
 2003108:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
 200310c:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
                                                                      

02003f20 <erase>: * FIXME: Needs support for WERASE and ECHOPRT. * FIXME: Some of the tests should check for IEXTEN, too. */ static void erase (struct rtems_termios_tty *tty, int lineFlag) {
 2003f20:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
	if (tty->ccount == 0)                                                
 2003f24:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        <== NOT EXECUTED
 2003f28:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003f2c:	02 80 00 36 	be  2004004 <erase+0xe4>                       <== NOT EXECUTED
 2003f30:	a0 10 00 18 	mov  %i0, %l0                                  <== NOT EXECUTED
		return;                                                             
	if (lineFlag) {                                                      
 2003f34:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
 2003f38:	12 80 00 35 	bne  200400c <erase+0xec>                      <== NOT EXECUTED
 2003f3c:	c4 06 20 3c 	ld  [ %i0 + 0x3c ], %g2                        <== NOT EXECUTED
					rtems_termios_puts ("\b", 1, tty);                               
					tty->column--;                                                   
				}                                                                 
			}                                                                  
			else {                                                             
				if (iscntrl (c) && (tty->termios.c_lflag & ECHOCTL)) {            
 2003f40:	27 00 80 70 	sethi  %hi(0x201c000), %l3                     <== NOT EXECUTED
 2003f44:	29 00 80 6c 	sethi  %hi(0x201b000), %l4                     <== NOT EXECUTED
 2003f48:	25 00 80 6c 	sethi  %hi(0x201b000), %l2                     <== NOT EXECUTED
 2003f4c:	a6 14 e3 d0 	or  %l3, 0x3d0, %l3                            <== NOT EXECUTED
					rtems_termios_puts ("\b \b", 3, tty);                            
 2003f50:	a8 15 21 98 	or  %l4, 0x198, %l4                            <== NOT EXECUTED
                                                                      
				/*                                                                
				 * Back up over the tab                                           
				 */                                                               
				while (tty->column > col) {                                       
					rtems_termios_puts ("\b", 1, tty);                               
 2003f54:	10 80 00 0c 	b  2003f84 <erase+0x64>                        <== NOT EXECUTED
 2003f58:	a4 14 a1 90 	or  %l2, 0x190, %l2                            <== NOT EXECUTED
					tty->column--;                                                   
				}                                                                 
			}                                                                  
			else {                                                             
				if (iscntrl (c) && (tty->termios.c_lflag & ECHOCTL)) {            
 2003f5c:	12 80 00 6a 	bne  2004104 <erase+0x1e4>                     <== NOT EXECUTED
 2003f60:	90 10 00 14 	mov  %l4, %o0                                  <== NOT EXECUTED
					if (tty->column)                                                 
						tty->column--;                                                  
				}                                                                 
			}                                                                  
		}                                                                   
		if (!lineFlag)                                                      
 2003f64:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
 2003f68:	02 80 00 63 	be  20040f4 <erase+0x1d4>                      <== NOT EXECUTED
 2003f6c:	01 00 00 00 	nop                                            <== NOT EXECUTED
			if (tty->termios.c_lflag & ECHOK)                                  
				echo ('\n', tty);                                                 
			return;                                                            
		}                                                                   
	}                                                                    
	while (tty->ccount) {                                                
 2003f70:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        <== NOT EXECUTED
 2003f74:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003f78:	02 80 00 5f 	be  20040f4 <erase+0x1d4>                      <== NOT EXECUTED
 2003f7c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2003f80:	c4 04 20 3c 	ld  [ %l0 + 0x3c ], %g2                        <== NOT EXECUTED
		unsigned char c = tty->cbuf[--tty->ccount];                         
 2003f84:	c8 04 20 1c 	ld  [ %l0 + 0x1c ], %g4                        <== NOT EXECUTED
 2003f88:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
 2003f8c:	c2 24 20 20 	st  %g1, [ %l0 + 0x20 ]                        <== NOT EXECUTED
                                                                      
		if (tty->termios.c_lflag & ECHO) {                                  
 2003f90:	80 88 a0 08 	btst  8, %g2                                   <== NOT EXECUTED
 2003f94:	02 bf ff f4 	be  2003f64 <erase+0x44>                       <== NOT EXECUTED
 2003f98:	e2 09 00 01 	ldub  [ %g4 + %g1 ], %l1                       <== NOT EXECUTED
			if (!lineFlag && !(tty->termios.c_lflag & ECHOE)) {                
 2003f9c:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
 2003fa0:	12 80 00 05 	bne  2003fb4 <erase+0x94>                      <== NOT EXECUTED
 2003fa4:	a2 0c 60 ff 	and  %l1, 0xff, %l1                            <== NOT EXECUTED
 2003fa8:	80 88 a0 10 	btst  0x10, %g2                                <== NOT EXECUTED
 2003fac:	22 80 00 54 	be,a   20040fc <erase+0x1dc>                   <== NOT EXECUTED
 2003fb0:	f0 0c 20 43 	ldub  [ %l0 + 0x43 ], %i0                      <== NOT EXECUTED
				echo (tty->termios.c_cc[VERASE], tty);                            
			}                                                                  
			else if (c == '\t') {                                              
 2003fb4:	80 a4 60 09 	cmp  %l1, 9                                    <== NOT EXECUTED
 2003fb8:	02 80 00 24 	be  2004048 <erase+0x128>                      <== NOT EXECUTED
 2003fbc:	a2 04 60 01 	inc  %l1                                       <== NOT EXECUTED
					rtems_termios_puts ("\b", 1, tty);                               
					tty->column--;                                                   
				}                                                                 
			}                                                                  
			else {                                                             
				if (iscntrl (c) && (tty->termios.c_lflag & ECHOCTL)) {            
 2003fc0:	c2 04 c0 00 	ld  [ %l3 ], %g1                               <== NOT EXECUTED
 2003fc4:	c2 08 40 11 	ldub  [ %g1 + %l1 ], %g1                       <== NOT EXECUTED
 2003fc8:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2003fcc:	12 bf ff e4 	bne  2003f5c <erase+0x3c>                      <== NOT EXECUTED
 2003fd0:	80 88 a2 00 	btst  0x200, %g2                               <== NOT EXECUTED
					rtems_termios_puts ("\b \b", 3, tty);                            
					if (tty->column)                                                 
						tty->column--;                                                  
				}                                                                 
				if (!iscntrl (c) || (tty->termios.c_lflag & ECHOCTL)) {           
					rtems_termios_puts ("\b \b", 3, tty);                            
 2003fd4:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 2003fd8:	92 10 20 03 	mov  3, %o1                                    <== NOT EXECUTED
 2003fdc:	90 12 21 98 	or  %o0, 0x198, %o0                            <== NOT EXECUTED
 2003fe0:	7f ff fe f4 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 2003fe4:	94 10 00 10 	mov  %l0, %o2                                  <== NOT EXECUTED
					if (tty->column)                                                 
 2003fe8:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        <== NOT EXECUTED
 2003fec:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003ff0:	02 bf ff de 	be  2003f68 <erase+0x48>                       <== NOT EXECUTED
 2003ff4:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
						tty->column--;                                                  
 2003ff8:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
				}                                                                 
			}                                                                  
		}                                                                   
		if (!lineFlag)                                                      
 2003ffc:	12 bf ff dd 	bne  2003f70 <erase+0x50>                      <== NOT EXECUTED
 2004000:	c2 24 20 28 	st  %g1, [ %l0 + 0x28 ]                        <== NOT EXECUTED
 2004004:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004008:	81 e8 00 00 	restore                                        <== NOT EXECUTED
erase (struct rtems_termios_tty *tty, int lineFlag)                   
{                                                                     
	if (tty->ccount == 0)                                                
		return;                                                             
	if (lineFlag) {                                                      
		if (!(tty->termios.c_lflag & ECHO)) {                               
 200400c:	80 88 a0 08 	btst  8, %g2                                   <== NOT EXECUTED
 2004010:	02 80 00 38 	be  20040f0 <erase+0x1d0>                      <== NOT EXECUTED
 2004014:	80 88 a0 10 	btst  0x10, %g2                                <== NOT EXECUTED
			tty->ccount = 0;                                                   
			return;                                                            
		}                                                                   
		if (!(tty->termios.c_lflag & ECHOE)) {                              
 2004018:	12 bf ff cb 	bne  2003f44 <erase+0x24>                      <== NOT EXECUTED
 200401c:	27 00 80 70 	sethi  %hi(0x201c000), %l3                     <== NOT EXECUTED
			tty->ccount = 0;                                                   
			echo (tty->termios.c_cc[VKILL], tty);                              
 2004020:	d0 0e 20 44 	ldub  [ %i0 + 0x44 ], %o0                      <== NOT EXECUTED
		if (!(tty->termios.c_lflag & ECHO)) {                               
			tty->ccount = 0;                                                   
			return;                                                            
		}                                                                   
		if (!(tty->termios.c_lflag & ECHOE)) {                              
			tty->ccount = 0;                                                   
 2004024:	c0 26 20 20 	clr  [ %i0 + 0x20 ]                            <== NOT EXECUTED
			echo (tty->termios.c_cc[VKILL], tty);                              
 2004028:	7f ff ff 9e 	call  2003ea0 <echo>                           <== NOT EXECUTED
 200402c:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
			if (tty->termios.c_lflag & ECHOK)                                  
 2004030:	c2 06 20 3c 	ld  [ %i0 + 0x3c ], %g1                        <== NOT EXECUTED
 2004034:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2004038:	02 bf ff f3 	be  2004004 <erase+0xe4>                       <== NOT EXECUTED
 200403c:	b2 10 00 18 	mov  %i0, %i1                                  <== NOT EXECUTED
				echo ('\n', tty);                                                 
 2004040:	7f ff ff 98 	call  2003ea0 <echo>                           <== NOT EXECUTED
 2004044:	91 e8 20 0a 	restore  %g0, 0xa, %o0                         <== NOT EXECUTED
				int i = 0;                                                        
                                                                      
				/*                                                                
				 * Find the character before the tab                              
				 */                                                               
				while (i != tty->ccount) {                                        
 2004048:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200404c:	02 80 00 17 	be  20040a8 <erase+0x188>                      <== NOT EXECUTED
 2004050:	e2 04 20 2c 	ld  [ %l0 + 0x2c ], %l1                        <== NOT EXECUTED
					c = tty->cbuf[i++];                                              
					if (c == '\t') {                                                 
						col = (col | 7) + 1;                                            
					}                                                                
					else if (iscntrl (c)) {                                          
						if (tty->termios.c_lflag & ECHOCTL)                             
 2004054:	96 08 a2 00 	and  %g2, 0x200, %o3                           <== NOT EXECUTED
				while (i != tty->ccount) {                                        
					c = tty->cbuf[i++];                                              
					if (c == '\t') {                                                 
						col = (col | 7) + 1;                                            
					}                                                                
					else if (iscntrl (c)) {                                          
 2004058:	d8 04 c0 00 	ld  [ %l3 ], %o4                               <== NOT EXECUTED
 200405c:	10 80 00 07 	b  2004078 <erase+0x158>                       <== NOT EXECUTED
 2004060:	84 10 20 00 	clr  %g2                                       <== NOT EXECUTED
						if (tty->termios.c_lflag & ECHOCTL)                             
 2004064:	32 80 00 02 	bne,a   200406c <erase+0x14c>                  <== NOT EXECUTED
 2004068:	a2 04 60 02 	add  %l1, 2, %l1                               <== NOT EXECUTED
				int i = 0;                                                        
                                                                      
				/*                                                                
				 * Find the character before the tab                              
				 */                                                               
				while (i != tty->ccount) {                                        
 200406c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2004070:	22 80 00 0f 	be,a   20040ac <erase+0x18c>                   <== NOT EXECUTED
 2004074:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        <== NOT EXECUTED
					c = tty->cbuf[i++];                                              
 2004078:	c6 09 00 02 	ldub  [ %g4 + %g2 ], %g3                       <== NOT EXECUTED
 200407c:	84 00 a0 01 	inc  %g2                                       <== NOT EXECUTED
					if (c == '\t') {                                                 
 2004080:	80 a0 e0 09 	cmp  %g3, 9                                    <== NOT EXECUTED
 2004084:	02 80 00 18 	be  20040e4 <erase+0x1c4>                      <== NOT EXECUTED
 2004088:	9a 03 00 03 	add  %o4, %g3, %o5                             <== NOT EXECUTED
						col = (col | 7) + 1;                                            
					}                                                                
					else if (iscntrl (c)) {                                          
 200408c:	c6 0b 60 01 	ldub  [ %o5 + 1 ], %g3                         <== NOT EXECUTED
 2004090:	80 88 e0 20 	btst  0x20, %g3                                <== NOT EXECUTED
 2004094:	12 bf ff f4 	bne  2004064 <erase+0x144>                     <== NOT EXECUTED
 2004098:	80 a2 e0 00 	cmp  %o3, 0                                    <== NOT EXECUTED
				int i = 0;                                                        
                                                                      
				/*                                                                
				 * Find the character before the tab                              
				 */                                                               
				while (i != tty->ccount) {                                        
 200409c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 20040a0:	12 bf ff f6 	bne  2004078 <erase+0x158>                     <== NOT EXECUTED
 20040a4:	a2 04 60 01 	inc  %l1                                       <== NOT EXECUTED
				}                                                                 
                                                                      
				/*                                                                
				 * Back up over the tab                                           
				 */                                                               
				while (tty->column > col) {                                       
 20040a8:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        <== NOT EXECUTED
 20040ac:	80 a4 40 01 	cmp  %l1, %g1                                  <== NOT EXECUTED
 20040b0:	16 bf ff ae 	bge  2003f68 <erase+0x48>                      <== NOT EXECUTED
 20040b4:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
					rtems_termios_puts ("\b", 1, tty);                               
 20040b8:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
 20040bc:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 20040c0:	7f ff fe bc 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 20040c4:	94 10 00 10 	mov  %l0, %o2                                  <== NOT EXECUTED
					tty->column--;                                                   
 20040c8:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        <== NOT EXECUTED
 20040cc:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
				}                                                                 
                                                                      
				/*                                                                
				 * Back up over the tab                                           
				 */                                                               
				while (tty->column > col) {                                       
 20040d0:	80 a4 40 01 	cmp  %l1, %g1                                  <== NOT EXECUTED
 20040d4:	06 bf ff f9 	bl  20040b8 <erase+0x198>                      <== NOT EXECUTED
 20040d8:	c2 24 20 28 	st  %g1, [ %l0 + 0x28 ]                        <== NOT EXECUTED
					if (tty->column)                                                 
						tty->column--;                                                  
				}                                                                 
			}                                                                  
		}                                                                   
		if (!lineFlag)                                                      
 20040dc:	10 bf ff a3 	b  2003f68 <erase+0x48>                        <== NOT EXECUTED
 20040e0:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
				 * Find the character before the tab                              
				 */                                                               
				while (i != tty->ccount) {                                        
					c = tty->cbuf[i++];                                              
					if (c == '\t') {                                                 
						col = (col | 7) + 1;                                            
 20040e4:	a2 14 60 07 	or  %l1, 7, %l1                                <== NOT EXECUTED
 20040e8:	10 bf ff e1 	b  200406c <erase+0x14c>                       <== NOT EXECUTED
 20040ec:	a2 04 60 01 	inc  %l1                                       <== NOT EXECUTED
{                                                                     
	if (tty->ccount == 0)                                                
		return;                                                             
	if (lineFlag) {                                                      
		if (!(tty->termios.c_lflag & ECHO)) {                               
			tty->ccount = 0;                                                   
 20040f0:	c0 26 20 20 	clr  [ %i0 + 0x20 ]                            <== NOT EXECUTED
			return;                                                            
 20040f4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20040f8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
	while (tty->ccount) {                                                
		unsigned char c = tty->cbuf[--tty->ccount];                         
                                                                      
		if (tty->termios.c_lflag & ECHO) {                                  
			if (!lineFlag && !(tty->termios.c_lflag & ECHOE)) {                
				echo (tty->termios.c_cc[VERASE], tty);                            
 20040fc:	7f ff ff 69 	call  2003ea0 <echo>                           <== NOT EXECUTED
 2004100:	93 e8 00 10 	restore  %g0, %l0, %o1                         <== NOT EXECUTED
					tty->column--;                                                   
				}                                                                 
			}                                                                  
			else {                                                             
				if (iscntrl (c) && (tty->termios.c_lflag & ECHOCTL)) {            
					rtems_termios_puts ("\b \b", 3, tty);                            
 2004104:	92 10 20 03 	mov  3, %o1                                    <== NOT EXECUTED
 2004108:	7f ff fe aa 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 200410c:	94 10 00 10 	mov  %l0, %o2                                  <== NOT EXECUTED
					if (tty->column)                                                 
 2004110:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        <== NOT EXECUTED
 2004114:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004118:	22 80 00 05 	be,a   200412c <erase+0x20c>                   <== NOT EXECUTED
 200411c:	c2 04 c0 00 	ld  [ %l3 ], %g1                               <== NOT EXECUTED
						tty->column--;                                                  
 2004120:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
 2004124:	c2 24 20 28 	st  %g1, [ %l0 + 0x28 ]                        <== NOT EXECUTED
				}                                                                 
				if (!iscntrl (c) || (tty->termios.c_lflag & ECHOCTL)) {           
 2004128:	c2 04 c0 00 	ld  [ %l3 ], %g1                               <== NOT EXECUTED
 200412c:	c2 08 40 11 	ldub  [ %g1 + %l1 ], %g1                       <== NOT EXECUTED
 2004130:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2004134:	02 bf ff a9 	be  2003fd8 <erase+0xb8>                       <== NOT EXECUTED
 2004138:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     <== NOT EXECUTED
 200413c:	c4 04 20 3c 	ld  [ %l0 + 0x3c ], %g2                        <== NOT EXECUTED
 2004140:	80 88 a2 00 	btst  0x200, %g2                               <== NOT EXECUTED
 2004144:	12 bf ff a6 	bne  2003fdc <erase+0xbc>                      <== NOT EXECUTED
 2004148:	92 10 20 03 	mov  3, %o1                                    <== NOT EXECUTED
					if (tty->column)                                                 
						tty->column--;                                                  
				}                                                                 
			}                                                                  
		}                                                                   
		if (!lineFlag)                                                      
 200414c:	10 bf ff 87 	b  2003f68 <erase+0x48>                        <== NOT EXECUTED
 2004150:	80 a6 60 00 	cmp  %i1, 0                                    <== NOT EXECUTED
                                                                      

0200393c <fcntl>: int fcntl( int fd, int cmd, ... ) {
 200393c:	9d e3 bf 90 	save  %sp, -112, %sp                           
  int            fd2;                                                 
  int            flags;                                               
  int            mask;                                                
  int            ret = 0;                                             
                                                                      
  rtems_libio_check_fd( fd );                                         
 2003940:	03 00 80 81 	sethi  %hi(0x2020400), %g1                     
 2003944:	c2 00 60 64 	ld  [ %g1 + 0x64 ], %g1	! 2020464 <rtems_libio_number_iops>
  ...                                                                 
)                                                                     
{                                                                     
  int            ret;                                                 
  va_list        ap;                                                  
  va_start( ap, cmd );                                                
 2003948:	84 07 a0 4c 	add  %fp, 0x4c, %g2                            
 200394c:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
 2003950:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
 2003954:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        
 2003958:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        
  int            fd2;                                                 
  int            flags;                                               
  int            mask;                                                
  int            ret = 0;                                             
                                                                      
  rtems_libio_check_fd( fd );                                         
 200395c:	80 a6 00 01 	cmp  %i0, %g1                                  
 2003960:	1a 80 00 7a 	bcc  2003b48 <fcntl+0x20c>                     <== NEVER TAKEN
 2003964:	c4 27 bf fc 	st  %g2, [ %fp + -4 ]                          
  iop = rtems_libio_iop( fd );                                        
 2003968:	21 00 80 83 	sethi  %hi(0x2020c00), %l0                     
 200396c:	c6 04 22 68 	ld  [ %l0 + 0x268 ], %g3	! 2020e68 <rtems_libio_iops>
 2003970:	89 2e 20 06 	sll  %i0, 6, %g4                               
 2003974:	93 2e 20 03 	sll  %i0, 3, %o1                               
 2003978:	92 02 40 04 	add  %o1, %g4, %o1                             
 200397c:	92 00 c0 09 	add  %g3, %o1, %o1                             
  rtems_libio_check_is_open(iop);                                     
 2003980:	d0 02 60 18 	ld  [ %o1 + 0x18 ], %o0                        
 2003984:	80 8a 21 00 	btst  0x100, %o0                               
 2003988:	02 80 00 70 	be  2003b48 <fcntl+0x20c>                      <== NEVER TAKEN
 200398c:	80 a6 60 09 	cmp  %i1, 9                                    
                                                                      
  /*                                                                  
   *  This switch should contain all the cases from POSIX.            
   */                                                                 
                                                                      
  switch ( cmd ) {                                                    
 2003990:	08 80 00 08 	bleu  20039b0 <fcntl+0x74>                     
 2003994:	89 2e 60 02 	sll  %i1, 2, %g4                               
      errno = ENOTSUP;                                                
      ret = -1;                                                       
      break;                                                          
                                                                      
    default:                                                          
      errno = EINVAL;                                                 
 2003998:	40 00 3c a5 	call  2012c2c <__errno>                        
 200399c:	b0 10 3f ff 	mov  -1, %i0                                   
 20039a0:	82 10 20 16 	mov  0x16, %g1                                 
 20039a4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20039a8:	81 c7 e0 08 	ret                                            
 20039ac:	81 e8 00 00 	restore                                        
                                                                      
  /*                                                                  
   *  This switch should contain all the cases from POSIX.            
   */                                                                 
                                                                      
  switch ( cmd ) {                                                    
 20039b0:	1b 00 80 0e 	sethi  %hi(0x2003800), %o5                     
 20039b4:	9a 13 61 14 	or  %o5, 0x114, %o5	! 2003914 <rtems_filesystem_evaluate_path+0xf0>
 20039b8:	c8 03 40 04 	ld  [ %o5 + %g4 ], %g4                         
 20039bc:	81 c1 00 00 	jmp  %g4                                       
 20039c0:	01 00 00 00 	nop                                            
      errno = ENOTSUP;                                                
      ret = -1;                                                       
      break;                                                          
                                                                      
    case F_GETOWN:       /*  for sockets. */                          
      errno = ENOTSUP;                                                
 20039c4:	40 00 3c 9a 	call  2012c2c <__errno>                        
 20039c8:	b0 10 3f ff 	mov  -1, %i0	! ffffffff <RAM_END+0xfdbfffff>   
 20039cc:	82 10 20 86 	mov  0x86, %g1                                 
 20039d0:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20039d4:	81 c7 e0 08 	ret                                            
 20039d8:	81 e8 00 00 	restore                                        
    case F_GETFL:        /* more flags (cloexec) */                   
      ret = rtems_libio_to_fcntl_flags( iop->flags );                 
      break;                                                          
                                                                      
    case F_SETFL:                                                     
      flags = rtems_libio_fcntl_flags( va_arg( ap, int ) );           
 20039dc:	d0 00 80 00 	ld  [ %g2 ], %o0                               
 20039e0:	40 00 02 a5 	call  2004474 <rtems_libio_fcntl_flags>        
 20039e4:	d2 27 bf f4 	st  %o1, [ %fp + -12 ]                         
                                                                      
      /*                                                              
       *  XXX If we are turning on append, should we seek to the end? 
       */                                                             
                                                                      
      iop->flags = (iop->flags & ~mask) | (flags & mask);             
 20039e8:	d2 07 bf f4 	ld  [ %fp + -12 ], %o1                         
 20039ec:	90 0a 22 01 	and  %o0, 0x201, %o0                           
 20039f0:	c2 02 60 18 	ld  [ %o1 + 0x18 ], %g1                        
 20039f4:	b0 10 20 00 	clr  %i0                                       
 20039f8:	82 08 7d fe 	and  %g1, -514, %g1                            
 20039fc:	82 12 00 01 	or  %o0, %g1, %g1                              
 2003a00:	c2 22 60 18 	st  %g1, [ %o1 + 0x18 ]                        
   *  If we got this far successfully, then we give the optional      
   *  filesystem specific handler a chance to process this.           
   */                                                                 
                                                                      
  if (ret >= 0) {                                                     
    if (iop->handlers->fcntl_h) {                                     
 2003a04:	c2 02 60 40 	ld  [ %o1 + 0x40 ], %g1                        
 2003a08:	c2 00 60 30 	ld  [ %g1 + 0x30 ], %g1                        
 2003a0c:	80 a0 60 00 	cmp  %g1, 0                                    
 2003a10:	02 80 00 52 	be  2003b58 <fcntl+0x21c>                      <== NEVER TAKEN
 2003a14:	01 00 00 00 	nop                                            
      int err = (*iop->handlers->fcntl_h)( cmd, iop );                
 2003a18:	9f c0 40 00 	call  %g1                                      
 2003a1c:	90 10 00 19 	mov  %i1, %o0                                  
      if (err) {                                                      
 2003a20:	b2 92 20 00 	orcc  %o0, 0, %i1                              
 2003a24:	12 80 00 04 	bne  2003a34 <fcntl+0xf8>                      <== NEVER TAKEN
 2003a28:	01 00 00 00 	nop                                            
  va_list        ap;                                                  
  va_start( ap, cmd );                                                
  ret = vfcntl(fd,cmd,ap);                                            
  va_end(ap);                                                         
  return ret;                                                         
}                                                                     
 2003a2c:	81 c7 e0 08 	ret                                            
 2003a30:	81 e8 00 00 	restore                                        
                                                                      
  if (ret >= 0) {                                                     
    if (iop->handlers->fcntl_h) {                                     
      int err = (*iop->handlers->fcntl_h)( cmd, iop );                
      if (err) {                                                      
        errno = err;                                                  
 2003a34:	40 00 3c 7e 	call  2012c2c <__errno>                        <== NOT EXECUTED
 2003a38:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003a3c:	f2 22 00 00 	st  %i1, [ %o0 ]                               <== NOT EXECUTED
  va_list        ap;                                                  
  va_start( ap, cmd );                                                
  ret = vfcntl(fd,cmd,ap);                                            
  va_end(ap);                                                         
  return ret;                                                         
}                                                                     
 2003a40:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003a44:	81 e8 00 00 	restore                                        <== NOT EXECUTED
      else                                                            
        iop->flags &= ~LIBIO_FLAGS_CLOSE_ON_EXEC;                     
      break;                                                          
                                                                      
    case F_GETFL:        /* more flags (cloexec) */                   
      ret = rtems_libio_to_fcntl_flags( iop->flags );                 
 2003a48:	40 00 01 db 	call  20041b4 <rtems_libio_to_fcntl_flags>     
 2003a4c:	d2 27 bf f4 	st  %o1, [ %fp + -12 ]                         
 2003a50:	d2 07 bf f4 	ld  [ %fp + -12 ], %o1                         
 2003a54:	b0 10 00 08 	mov  %o0, %i0                                  
  /*                                                                  
   *  If we got this far successfully, then we give the optional      
   *  filesystem specific handler a chance to process this.           
   */                                                                 
                                                                      
  if (ret >= 0) {                                                     
 2003a58:	80 a6 20 00 	cmp  %i0, 0                                    
 2003a5c:	36 bf ff eb 	bge,a   2003a08 <fcntl+0xcc>                   <== ALWAYS TAKEN
 2003a60:	c2 02 60 40 	ld  [ %o1 + 0x40 ], %g1                        
  va_list        ap;                                                  
  va_start( ap, cmd );                                                
  ret = vfcntl(fd,cmd,ap);                                            
  va_end(ap);                                                         
  return ret;                                                         
}                                                                     
 2003a64:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003a68:	81 e8 00 00 	restore                                        <== NOT EXECUTED
       *  if a new process is exec()'ed.  Since RTEMS does not support
       *  processes, then we can ignore this one except to make       
       *  F_GETFD work.                                               
       */                                                             
                                                                      
      if ( va_arg( ap, int ) )                                        
 2003a6c:	c2 00 80 00 	ld  [ %g2 ], %g1                               
 2003a70:	80 a0 60 00 	cmp  %g1, 0                                    
 2003a74:	22 80 00 2c 	be,a   2003b24 <fcntl+0x1e8>                   <== NEVER TAKEN
 2003a78:	90 0a 37 ff 	and  %o0, -2049, %o0                           <== NOT EXECUTED
        iop->flags |= LIBIO_FLAGS_CLOSE_ON_EXEC;                      
 2003a7c:	90 12 28 00 	or  %o0, 0x800, %o0                            
 2003a80:	b0 10 20 00 	clr  %i0                                       
 2003a84:	10 bf ff e0 	b  2003a04 <fcntl+0xc8>                        
 2003a88:	d0 22 60 18 	st  %o0, [ %o1 + 0x18 ]                        
      diop->pathinfo   = iop->pathinfo;                               
      ret = (int) (diop - rtems_libio_iops);                          
      break;                                                          
                                                                      
    case F_GETFD:        /* get f_flags */                            
      ret = ((iop->flags & LIBIO_FLAGS_CLOSE_ON_EXEC) != 0);          
 2003a8c:	b1 32 20 0b 	srl  %o0, 0xb, %i0                             
 2003a90:	10 bf ff dd 	b  2003a04 <fcntl+0xc8>                        
 2003a94:	b0 0e 20 01 	and  %i0, 1, %i0                               
   *  This switch should contain all the cases from POSIX.            
   */                                                                 
                                                                      
  switch ( cmd ) {                                                    
    case F_DUPFD:        /* dup */                                    
      fd2 = va_arg( ap, int );                                        
 2003a98:	c4 00 80 00 	ld  [ %g2 ], %g2                               
      if ( fd2 )                                                      
 2003a9c:	80 a0 a0 00 	cmp  %g2, 0                                    
 2003aa0:	02 80 00 30 	be  2003b60 <fcntl+0x224>                      <== ALWAYS TAKEN
 2003aa4:	80 a0 40 02 	cmp  %g1, %g2                                  
        diop = rtems_libio_iop( fd2 );                                
 2003aa8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
 2003aac:	18 80 00 21 	bgu  2003b30 <fcntl+0x1f4>                     <== NOT EXECUTED
 2003ab0:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
      diop->file_info  = iop->file_info;                              
      diop->flags      = iop->flags;                                  
      diop->pathinfo   = iop->pathinfo;                               
 2003ab4:	c4 02 60 1c 	ld  [ %o1 + 0x1c ], %g2                        
          ret = -1;                                                   
          break;                                                      
        }                                                             
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
 2003ab8:	da 02 60 40 	ld  [ %o1 + 0x40 ], %o5                        
      diop->file_info  = iop->file_info;                              
      diop->flags      = iop->flags;                                  
      diop->pathinfo   = iop->pathinfo;                               
 2003abc:	c4 20 60 1c 	st  %g2, [ %g1 + 0x1c ]                        
 2003ac0:	c4 02 60 20 	ld  [ %o1 + 0x20 ], %g2                        
          break;                                                      
        }                                                             
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
      diop->file_info  = iop->file_info;                              
 2003ac4:	c8 02 60 3c 	ld  [ %o1 + 0x3c ], %g4                        
      diop->flags      = iop->flags;                                  
      diop->pathinfo   = iop->pathinfo;                               
 2003ac8:	c4 20 60 20 	st  %g2, [ %g1 + 0x20 ]                        
 2003acc:	c4 02 60 24 	ld  [ %o1 + 0x24 ], %g2                        
      ret = (int) (diop - rtems_libio_iops);                          
 2003ad0:	86 26 00 03 	sub  %i0, %g3, %g3                             
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
      diop->file_info  = iop->file_info;                              
      diop->flags      = iop->flags;                                  
      diop->pathinfo   = iop->pathinfo;                               
 2003ad4:	c4 20 60 24 	st  %g2, [ %g1 + 0x24 ]                        
 2003ad8:	c4 02 60 28 	ld  [ %o1 + 0x28 ], %g2                        
      ret = (int) (diop - rtems_libio_iops);                          
 2003adc:	87 38 e0 03 	sra  %g3, 3, %g3                               
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
      diop->file_info  = iop->file_info;                              
      diop->flags      = iop->flags;                                  
      diop->pathinfo   = iop->pathinfo;                               
 2003ae0:	c4 20 60 28 	st  %g2, [ %g1 + 0x28 ]                        
 2003ae4:	c4 02 60 2c 	ld  [ %o1 + 0x2c ], %g2                        
          ret = -1;                                                   
          break;                                                      
        }                                                             
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
 2003ae8:	da 20 60 40 	st  %o5, [ %g1 + 0x40 ]                        
      diop->file_info  = iop->file_info;                              
      diop->flags      = iop->flags;                                  
      diop->pathinfo   = iop->pathinfo;                               
 2003aec:	c4 20 60 2c 	st  %g2, [ %g1 + 0x2c ]                        
      ret = (int) (diop - rtems_libio_iops);                          
 2003af0:	85 28 e0 06 	sll  %g3, 6, %g2                               
          break;                                                      
        }                                                             
      }                                                               
                                                                      
      diop->handlers   = iop->handlers;                               
      diop->file_info  = iop->file_info;                              
 2003af4:	c8 20 60 3c 	st  %g4, [ %g1 + 0x3c ]                        
      diop->flags      = iop->flags;                                  
 2003af8:	d0 20 60 18 	st  %o0, [ %g1 + 0x18 ]                        
      diop->pathinfo   = iop->pathinfo;                               
      ret = (int) (diop - rtems_libio_iops);                          
 2003afc:	83 28 e0 03 	sll  %g3, 3, %g1                               
 2003b00:	82 20 80 01 	sub  %g2, %g1, %g1                             
 2003b04:	85 28 60 06 	sll  %g1, 6, %g2                               
 2003b08:	82 00 40 02 	add  %g1, %g2, %g1                             
 2003b0c:	82 00 40 03 	add  %g1, %g3, %g1                             
 2003b10:	b1 28 60 0f 	sll  %g1, 0xf, %i0                             
 2003b14:	b0 26 00 01 	sub  %i0, %g1, %i0                             
 2003b18:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 2003b1c:	10 bf ff cf 	b  2003a58 <fcntl+0x11c>                       
 2003b20:	b0 06 00 03 	add  %i0, %g3, %i0                             
       */                                                             
                                                                      
      if ( va_arg( ap, int ) )                                        
        iop->flags |= LIBIO_FLAGS_CLOSE_ON_EXEC;                      
      else                                                            
        iop->flags &= ~LIBIO_FLAGS_CLOSE_ON_EXEC;                     
 2003b24:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
 2003b28:	10 bf ff b7 	b  2003a04 <fcntl+0xc8>                        <== NOT EXECUTED
 2003b2c:	d0 22 60 18 	st  %o0, [ %o1 + 0x18 ]                        <== NOT EXECUTED
                                                                      
  switch ( cmd ) {                                                    
    case F_DUPFD:        /* dup */                                    
      fd2 = va_arg( ap, int );                                        
      if ( fd2 )                                                      
        diop = rtems_libio_iop( fd2 );                                
 2003b30:	83 28 a0 06 	sll  %g2, 6, %g1                               <== NOT EXECUTED
 2003b34:	85 28 a0 03 	sll  %g2, 3, %g2                               <== NOT EXECUTED
 2003b38:	82 00 80 01 	add  %g2, %g1, %g1                             <== NOT EXECUTED
 2003b3c:	82 00 c0 01 	add  %g3, %g1, %g1                             <== NOT EXECUTED
 2003b40:	10 bf ff dd 	b  2003ab4 <fcntl+0x178>                       <== NOT EXECUTED
 2003b44:	b0 10 00 01 	mov  %g1, %i0                                  <== NOT EXECUTED
  int            mask;                                                
  int            ret = 0;                                             
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open(iop);                                     
 2003b48:	40 00 3c 39 	call  2012c2c <__errno>                        <== NOT EXECUTED
 2003b4c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003b50:	82 10 20 09 	mov  9, %g1                                    <== NOT EXECUTED
 2003b54:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2003b58:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003b5c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
      fd2 = va_arg( ap, int );                                        
      if ( fd2 )                                                      
        diop = rtems_libio_iop( fd2 );                                
      else {                                                          
        /* allocate a file control block */                           
        diop = rtems_libio_allocate();                                
 2003b60:	40 00 02 04 	call  2004370 <rtems_libio_allocate>           
 2003b64:	d2 27 bf f4 	st  %o1, [ %fp + -12 ]                         
        if ( diop == 0 ) {                                            
 2003b68:	b0 10 3f ff 	mov  -1, %i0                                   
 2003b6c:	82 92 20 00 	orcc  %o0, 0, %g1                              
 2003b70:	02 bf ff 8e 	be  20039a8 <fcntl+0x6c>                       <== NEVER TAKEN
 2003b74:	d2 07 bf f4 	ld  [ %fp + -12 ], %o1                         
 2003b78:	c6 04 22 68 	ld  [ %l0 + 0x268 ], %g3                       
 2003b7c:	d0 02 60 18 	ld  [ %o1 + 0x18 ], %o0                        
 2003b80:	10 bf ff cd 	b  2003ab4 <fcntl+0x178>                       
 2003b84:	b0 10 00 01 	mov  %g1, %i0                                  
                                                                      

02003ba4 <fdatasync>: #include <rtems/seterr.h> int fdatasync( int fd ) {
 2003ba4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_libio_t *iop;                                                 
                                                                      
  rtems_libio_check_fd( fd );                                         
 2003ba8:	03 00 80 81 	sethi  %hi(0x2020400), %g1                     
 2003bac:	c2 00 60 64 	ld  [ %g1 + 0x64 ], %g1	! 2020464 <rtems_libio_number_iops>
 2003bb0:	80 a6 00 01 	cmp  %i0, %g1                                  
 2003bb4:	1a 80 00 16 	bcc  2003c0c <fdatasync+0x68>                  
 2003bb8:	03 00 80 83 	sethi  %hi(0x2020c00), %g1                     
  iop = rtems_libio_iop( fd );                                        
 2003bbc:	d0 00 62 68 	ld  [ %g1 + 0x268 ], %o0	! 2020e68 <rtems_libio_iops>
 2003bc0:	83 2e 20 06 	sll  %i0, 6, %g1                               
 2003bc4:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 2003bc8:	b0 06 00 01 	add  %i0, %g1, %i0                             
 2003bcc:	90 02 00 18 	add  %o0, %i0, %o0                             
  rtems_libio_check_is_open(iop);                                     
 2003bd0:	c2 02 20 18 	ld  [ %o0 + 0x18 ], %g1                        
 2003bd4:	80 88 61 00 	btst  0x100, %g1                               
 2003bd8:	02 80 00 0d 	be  2003c0c <fdatasync+0x68>                   <== NEVER TAKEN
 2003bdc:	80 88 60 04 	btst  4, %g1                                   
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 2003be0:	02 80 00 11 	be  2003c24 <fdatasync+0x80>                   
 2003be4:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Now process the fdatasync().                                    
   */                                                                 
                                                                      
  if ( !iop->handlers->fdatasync_h )                                  
 2003be8:	c2 02 20 40 	ld  [ %o0 + 0x40 ], %g1                        
 2003bec:	c2 00 60 2c 	ld  [ %g1 + 0x2c ], %g1                        
 2003bf0:	80 a0 60 00 	cmp  %g1, 0                                    
 2003bf4:	02 80 00 12 	be  2003c3c <fdatasync+0x98>                   
 2003bf8:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  return (*iop->handlers->fdatasync_h)( iop );                        
 2003bfc:	9f c0 40 00 	call  %g1                                      
 2003c00:	01 00 00 00 	nop                                            
}                                                                     
 2003c04:	81 c7 e0 08 	ret                                            
 2003c08:	91 e8 00 08 	restore  %g0, %o0, %o0                         
{                                                                     
  rtems_libio_t *iop;                                                 
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open(iop);                                     
 2003c0c:	40 00 3c 08 	call  2012c2c <__errno>                        
 2003c10:	b0 10 3f ff 	mov  -1, %i0                                   
 2003c14:	82 10 20 09 	mov  9, %g1                                    
 2003c18:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2003c1c:	81 c7 e0 08 	ret                                            
 2003c20:	81 e8 00 00 	restore                                        
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 2003c24:	40 00 3c 02 	call  2012c2c <__errno>                        
 2003c28:	b0 10 3f ff 	mov  -1, %i0                                   
 2003c2c:	82 10 20 16 	mov  0x16, %g1                                 
 2003c30:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2003c34:	81 c7 e0 08 	ret                                            
 2003c38:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  Now process the fdatasync().                                    
   */                                                                 
                                                                      
  if ( !iop->handlers->fdatasync_h )                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2003c3c:	40 00 3b fc 	call  2012c2c <__errno>                        
 2003c40:	b0 10 3f ff 	mov  -1, %i0                                   
 2003c44:	82 10 20 86 	mov  0x86, %g1                                 
 2003c48:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2003c4c:	81 c7 e0 08 	ret                                            
 2003c50:	81 e8 00 00 	restore                                        
                                                                      

0200ddd8 <fifo_open>: */ int fifo_open( pipe_control_t **pipep, rtems_libio_t *iop ) {
 200ddd8:	9d e3 bf 98 	save  %sp, -104, %sp                           
)                                                                     
{                                                                     
  pipe_control_t *pipe;                                               
  int err = 0;                                                        
                                                                      
  if (rtems_semaphore_obtain(rtems_pipe_semaphore,                    
 200dddc:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 200dde0:	d0 04 21 f4 	ld  [ %l0 + 0x1f4 ], %o0	! 201c9f4 <rtems_pipe_semaphore>
 */                                                                   
int fifo_open(                                                        
  pipe_control_t **pipep,                                             
  rtems_libio_t *iop                                                  
)                                                                     
{                                                                     
 200dde4:	a2 10 00 18 	mov  %i0, %l1                                  
)                                                                     
{                                                                     
  pipe_control_t *pipe;                                               
  int err = 0;                                                        
                                                                      
  if (rtems_semaphore_obtain(rtems_pipe_semaphore,                    
 200dde8:	92 10 20 00 	clr  %o1                                       
 200ddec:	94 10 20 00 	clr  %o2                                       
 200ddf0:	7f ff e0 85 	call  2006004 <rtems_semaphore_obtain>         
 200ddf4:	b0 10 3f fc 	mov  -4, %i0                                   
 200ddf8:	80 a2 20 00 	cmp  %o0, 0                                    
 200ddfc:	12 80 00 fd 	bne  200e1f0 <fifo_open+0x418>                 <== ALWAYS TAKEN
 200de00:	01 00 00 00 	nop                                            
        RTEMS_WAIT, RTEMS_NO_TIMEOUT) != RTEMS_SUCCESSFUL)            
    return -EINTR;                                                    
                                                                      
  pipe = *pipep;                                                      
 200de04:	e4 04 40 00 	ld  [ %l1 ], %l2                               <== NOT EXECUTED
  if (pipe == NULL) {                                                 
 200de08:	80 a4 a0 00 	cmp  %l2, 0                                    <== NOT EXECUTED
 200de0c:	02 80 00 4a 	be  200df34 <fifo_open+0x15c>                  <== NOT EXECUTED
 200de10:	90 10 20 34 	mov  0x34, %o0                                 <== NOT EXECUTED
    err = pipe_alloc(&pipe);                                          
    if (err)                                                          
      goto out;                                                       
  }                                                                   
                                                                      
  if (! PIPE_LOCK(pipe))                                              
 200de14:	d0 04 a0 28 	ld  [ %l2 + 0x28 ], %o0                        <== NOT EXECUTED
 200de18:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200de1c:	7f ff e0 7a 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200de20:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
    err = -EINTR;                                                     
                                                                      
  if (*pipep == NULL) {                                               
 200de24:	c2 04 40 00 	ld  [ %l1 ], %g1                               <== NOT EXECUTED
    err = pipe_alloc(&pipe);                                          
    if (err)                                                          
      goto out;                                                       
  }                                                                   
                                                                      
  if (! PIPE_LOCK(pipe))                                              
 200de28:	80 a0 00 08 	cmp  %g0, %o0                                  <== NOT EXECUTED
 200de2c:	b0 40 3f ff 	addx  %g0, -1, %i0                             <== NOT EXECUTED
    err = -EINTR;                                                     
                                                                      
  if (*pipep == NULL) {                                               
 200de30:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
    err = pipe_alloc(&pipe);                                          
    if (err)                                                          
      goto out;                                                       
  }                                                                   
                                                                      
  if (! PIPE_LOCK(pipe))                                              
 200de34:	b0 0e 20 04 	and  %i0, 4, %i0                               <== NOT EXECUTED
    err = -EINTR;                                                     
                                                                      
  if (*pipep == NULL) {                                               
 200de38:	02 80 00 d1 	be  200e17c <fifo_open+0x3a4>                  <== NOT EXECUTED
 200de3c:	b0 06 3f fc 	add  %i0, -4, %i0                              <== NOT EXECUTED
    else                                                              
      *pipep = pipe;                                                  
  }                                                                   
                                                                      
out:                                                                  
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200de40:	7f ff e0 b8 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200de44:	d0 04 21 f4 	ld  [ %l0 + 0x1f4 ], %o0                       <== NOT EXECUTED
  pipe_control_t *pipe;                                               
  uint prevCounter;                                                   
  int err;                                                            
                                                                      
  err = pipe_new(pipep);                                              
  if (err)                                                            
 200de48:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200de4c:	12 80 00 e9 	bne  200e1f0 <fifo_open+0x418>                 <== NOT EXECUTED
 200de50:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return err;                                                       
  pipe = *pipep;                                                      
                                                                      
  switch (LIBIO_ACCMODE(iop)) {                                       
 200de54:	c4 06 60 18 	ld  [ %i1 + 0x18 ], %g2                        <== NOT EXECUTED
 200de58:	82 08 a0 06 	and  %g2, 6, %g1                               <== NOT EXECUTED
 200de5c:	80 a0 60 04 	cmp  %g1, 4                                    <== NOT EXECUTED
 200de60:	02 80 00 8a 	be  200e088 <fifo_open+0x2b0>                  <== NOT EXECUTED
 200de64:	e0 04 40 00 	ld  [ %l1 ], %l0                               <== NOT EXECUTED
 200de68:	80 a0 60 06 	cmp  %g1, 6                                    <== NOT EXECUTED
 200de6c:	02 80 00 af 	be  200e128 <fifo_open+0x350>                  <== NOT EXECUTED
 200de70:	80 a0 60 02 	cmp  %g1, 2                                    <== NOT EXECUTED
 200de74:	22 80 00 07 	be,a   200de90 <fifo_open+0xb8>                <== NOT EXECUTED
 200de78:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
      if (pipe->Writers ++ == 0)                                      
        PIPE_WAKEUPREADERS(pipe);                                     
      break;                                                          
  }                                                                   
                                                                      
  PIPE_UNLOCK(pipe);                                                  
 200de7c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
 200de80:	7f ff e0 a8 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200de84:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  return 0;                                                           
 200de88:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200de8c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    return err;                                                       
  pipe = *pipep;                                                      
                                                                      
  switch (LIBIO_ACCMODE(iop)) {                                       
    case LIBIO_FLAGS_READ:                                            
      pipe->readerCounter ++;                                         
 200de90:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
      if (pipe->Readers ++ == 0)                                      
 200de94:	86 00 60 01 	add  %g1, 1, %g3                               <== NOT EXECUTED
    return err;                                                       
  pipe = *pipep;                                                      
                                                                      
  switch (LIBIO_ACCMODE(iop)) {                                       
    case LIBIO_FLAGS_READ:                                            
      pipe->readerCounter ++;                                         
 200de98:	84 00 a0 01 	inc  %g2                                       <== NOT EXECUTED
      if (pipe->Readers ++ == 0)                                      
 200de9c:	c6 24 20 10 	st  %g3, [ %l0 + 0x10 ]                        <== NOT EXECUTED
 200dea0:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200dea4:	02 80 00 d5 	be  200e1f8 <fifo_open+0x420>                  <== NOT EXECUTED
 200dea8:	c4 24 20 20 	st  %g2, [ %l0 + 0x20 ]                        <== NOT EXECUTED
        PIPE_WAKEUPWRITERS(pipe);                                     
                                                                      
      if (pipe->Writers == 0) {                                       
 200deac:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
 200deb0:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200deb4:	32 bf ff f3 	bne,a   200de80 <fifo_open+0xa8>               <== NOT EXECUTED
 200deb8:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
        /* Not an error */                                            
        if (LIBIO_NODELAY(iop))                                       
 200debc:	c2 06 60 18 	ld  [ %i1 + 0x18 ], %g1                        <== NOT EXECUTED
 200dec0:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 200dec4:	32 bf ff ef 	bne,a   200de80 <fifo_open+0xa8>               <== NOT EXECUTED
 200dec8:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
          break;                                                      
                                                                      
        prevCounter = pipe->writerCounter;                            
 200decc:	10 80 00 0c 	b  200defc <fifo_open+0x124>                   <== NOT EXECUTED
 200ded0:	e4 04 20 24 	ld  [ %l0 + 0x24 ], %l2                        <== NOT EXECUTED
        /* Wait until a writer opens the pipe */                      
        do {                                                          
          PIPE_UNLOCK(pipe);                                          
          if (! PIPE_READWAIT(pipe))                                  
            goto out_error;                                           
          if (! PIPE_LOCK(pipe))                                      
 200ded4:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200ded8:	7f ff e0 4b 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200dedc:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200dee0:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200dee4:	12 80 00 0f 	bne  200df20 <fifo_open+0x148>                 <== NOT EXECUTED
 200dee8:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
            goto out_error;                                           
        } while (prevCounter == pipe->writerCounter);                 
 200deec:	c2 04 20 24 	ld  [ %l0 + 0x24 ], %g1                        <== NOT EXECUTED
 200def0:	80 a0 40 12 	cmp  %g1, %l2                                  <== NOT EXECUTED
 200def4:	32 bf ff e3 	bne,a   200de80 <fifo_open+0xa8>               <== NOT EXECUTED
 200def8:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
        prevCounter = pipe->writerCounter;                            
        err = -EINTR;                                                 
        /* Wait until a writer opens the pipe */                      
        do {                                                          
          PIPE_UNLOCK(pipe);                                          
 200defc:	7f ff e0 89 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200df00:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
          if (! PIPE_READWAIT(pipe))                                  
 200df04:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
 200df08:	40 00 03 04 	call  200eb18 <rtems_barrier_wait>             <== NOT EXECUTED
 200df0c:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200df10:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200df14:	22 bf ff f0 	be,a   200ded4 <fifo_open+0xfc>                <== NOT EXECUTED
 200df18:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
        PIPE_WAKEUPREADERS(pipe);                                     
      break;                                                          
  }                                                                   
                                                                      
  PIPE_UNLOCK(pipe);                                                  
  return 0;                                                           
 200df1c:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
                                                                      
out_error:                                                            
  pipe_release(pipep, iop);                                           
 200df20:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 200df24:	7f ff ff 5c 	call  200dc94 <pipe_release>                   <== NOT EXECUTED
 200df28:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
  return err;                                                         
}                                                                     
 200df2c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200df30:	81 e8 00 00 	restore                                        <== NOT EXECUTED
{                                                                     
  static char c = 'a';                                                
  pipe_control_t *pipe;                                               
  int err = -ENOMEM;                                                  
                                                                      
  pipe = malloc(sizeof(pipe_control_t));                              
 200df34:	7f ff f6 a9 	call  200b9d8 <malloc>                         <== NOT EXECUTED
 200df38:	b0 10 3f f4 	mov  -12, %i0                                  <== NOT EXECUTED
  if (pipe == NULL)                                                   
 200df3c:	a6 92 20 00 	orcc  %o0, 0, %l3                              <== NOT EXECUTED
 200df40:	02 bf ff c0 	be  200de40 <fifo_open+0x68>                   <== NOT EXECUTED
 200df44:	a4 10 00 13 	mov  %l3, %l2                                  <== NOT EXECUTED
    return err;                                                       
  memset(pipe, 0, sizeof(pipe_control_t));                            
                                                                      
  pipe->Size = PIPE_BUF;                                              
 200df48:	82 10 22 00 	mov  0x200, %g1                                <== NOT EXECUTED
  int err = -ENOMEM;                                                  
                                                                      
  pipe = malloc(sizeof(pipe_control_t));                              
  if (pipe == NULL)                                                   
    return err;                                                       
  memset(pipe, 0, sizeof(pipe_control_t));                            
 200df4c:	c0 24 c0 00 	clr  [ %l3 ]                                   <== NOT EXECUTED
 200df50:	c0 24 e0 08 	clr  [ %l3 + 8 ]                               <== NOT EXECUTED
 200df54:	c0 24 e0 0c 	clr  [ %l3 + 0xc ]                             <== NOT EXECUTED
 200df58:	c0 24 e0 10 	clr  [ %l3 + 0x10 ]                            <== NOT EXECUTED
 200df5c:	c0 24 e0 14 	clr  [ %l3 + 0x14 ]                            <== NOT EXECUTED
 200df60:	c0 24 e0 18 	clr  [ %l3 + 0x18 ]                            <== NOT EXECUTED
 200df64:	c0 24 e0 1c 	clr  [ %l3 + 0x1c ]                            <== NOT EXECUTED
 200df68:	c0 24 e0 20 	clr  [ %l3 + 0x20 ]                            <== NOT EXECUTED
 200df6c:	c0 24 e0 24 	clr  [ %l3 + 0x24 ]                            <== NOT EXECUTED
 200df70:	c0 24 e0 28 	clr  [ %l3 + 0x28 ]                            <== NOT EXECUTED
 200df74:	c0 24 e0 2c 	clr  [ %l3 + 0x2c ]                            <== NOT EXECUTED
 200df78:	c0 24 e0 30 	clr  [ %l3 + 0x30 ]                            <== NOT EXECUTED
                                                                      
  pipe->Size = PIPE_BUF;                                              
 200df7c:	c2 24 e0 04 	st  %g1, [ %l3 + 4 ]                           <== NOT EXECUTED
  pipe->Buffer = malloc(pipe->Size);                                  
 200df80:	7f ff f6 96 	call  200b9d8 <malloc>                         <== NOT EXECUTED
 200df84:	90 10 22 00 	mov  0x200, %o0                                <== NOT EXECUTED
  if (! pipe->Buffer)                                                 
 200df88:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200df8c:	02 80 00 8a 	be  200e1b4 <fifo_open+0x3dc>                  <== NOT EXECUTED
 200df90:	d0 24 c0 00 	st  %o0, [ %l3 ]                               <== NOT EXECUTED
    goto err_buf;                                                     
                                                                      
  err = -EINTR;                                                       
  if (rtems_barrier_create(                                           
 200df94:	29 00 80 70 	sethi  %hi(0x201c000), %l4                     <== NOT EXECUTED
 200df98:	d0 4d 23 bc 	ldsb  [ %l4 + 0x3bc ], %o0	! 201c3bc <c.6867>  <== NOT EXECUTED
 200df9c:	2b 14 12 5c 	sethi  %hi(0x50497000), %l5                    <== NOT EXECUTED
 200dfa0:	82 15 62 00 	or  %l5, 0x200, %g1	! 50497200 <RAM_END+0x4e097200><== NOT EXECUTED
 200dfa4:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200dfa8:	90 12 00 01 	or  %o0, %g1, %o0                              <== NOT EXECUTED
 200dfac:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200dfb0:	40 00 02 71 	call  200e974 <rtems_barrier_create>           <== NOT EXECUTED
 200dfb4:	96 04 e0 2c 	add  %l3, 0x2c, %o3                            <== NOT EXECUTED
 200dfb8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200dfbc:	32 80 00 7c 	bne,a   200e1ac <fifo_open+0x3d4>              <== NOT EXECUTED
 200dfc0:	d0 04 c0 00 	ld  [ %l3 ], %o0                               <== NOT EXECUTED
        rtems_build_name ('P', 'I', 'r', c),                          
        RTEMS_BARRIER_MANUAL_RELEASE, 0,                              
        &pipe->readBarrier) != RTEMS_SUCCESSFUL)                      
    goto err_rbar;                                                    
  if (rtems_barrier_create(                                           
 200dfc4:	d0 4d 23 bc 	ldsb  [ %l4 + 0x3bc ], %o0                     <== NOT EXECUTED
 200dfc8:	03 14 12 5d 	sethi  %hi(0x50497400), %g1                    <== NOT EXECUTED
 200dfcc:	82 10 63 00 	or  %g1, 0x300, %g1	! 50497700 <RAM_END+0x4e097700><== NOT EXECUTED
 200dfd0:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200dfd4:	90 12 00 01 	or  %o0, %g1, %o0                              <== NOT EXECUTED
 200dfd8:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200dfdc:	40 00 02 66 	call  200e974 <rtems_barrier_create>           <== NOT EXECUTED
 200dfe0:	96 04 e0 30 	add  %l3, 0x30, %o3                            <== NOT EXECUTED
 200dfe4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200dfe8:	12 80 00 6e 	bne  200e1a0 <fifo_open+0x3c8>                 <== NOT EXECUTED
 200dfec:	aa 15 63 00 	or  %l5, 0x300, %l5                            <== NOT EXECUTED
        rtems_build_name ('P', 'I', 'w', c),                          
        RTEMS_BARRIER_MANUAL_RELEASE, 0,                              
        &pipe->writeBarrier) != RTEMS_SUCCESSFUL)                     
    goto err_wbar;                                                    
  if (rtems_semaphore_create(                                         
 200dff0:	d0 4d 23 bc 	ldsb  [ %l4 + 0x3bc ], %o0                     <== NOT EXECUTED
 200dff4:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 200dff8:	90 12 00 15 	or  %o0, %l5, %o0                              <== NOT EXECUTED
 200dffc:	94 10 20 10 	mov  0x10, %o2                                 <== NOT EXECUTED
 200e000:	96 10 20 00 	clr  %o3                                       <== NOT EXECUTED
 200e004:	7f ff df 5f 	call  2005d80 <rtems_semaphore_create>         <== NOT EXECUTED
 200e008:	98 04 e0 28 	add  %l3, 0x28, %o4                            <== NOT EXECUTED
 200e00c:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200e010:	12 80 00 62 	bne  200e198 <fifo_open+0x3c0>                 <== NOT EXECUTED
 200e014:	ac 07 bf f8 	add  %fp, -8, %l6                              <== NOT EXECUTED
RTEMS_INLINE_ROUTINE Barrier_Control *_Barrier_Get (                  
  Objects_Id         id,                                              
  Objects_Locations *location                                         
)                                                                     
{                                                                     
  return (Barrier_Control *)                                          
 200e018:	d2 04 e0 2c 	ld  [ %l3 + 0x2c ], %o1                        <== NOT EXECUTED
 200e01c:	2b 00 80 75 	sethi  %hi(0x201d400), %l5                     <== NOT EXECUTED
 200e020:	94 10 00 16 	mov  %l6, %o2                                  <== NOT EXECUTED
 200e024:	7f ff e6 50 	call  2007964 <_Objects_Get>                   <== NOT EXECUTED
 200e028:	90 15 62 c0 	or  %l5, 0x2c0, %o0                            <== NOT EXECUTED
/* Set barriers to be interruptible by signals. */                    
static void pipe_interruptible(pipe_control_t *pipe)                  
{                                                                     
  Objects_Locations location;                                         
                                                                      
  _Barrier_Get(pipe->readBarrier, &location)->Barrier.Wait_queue.state
 200e02c:	c2 02 20 4c 	ld  [ %o0 + 0x4c ], %g1                        <== NOT EXECUTED
 200e030:	27 04 00 00 	sethi  %hi(0x10000000), %l3                    <== NOT EXECUTED
 200e034:	82 10 40 13 	or  %g1, %l3, %g1                              <== NOT EXECUTED
    |= STATES_INTERRUPTIBLE_BY_SIGNAL;                                
  _Thread_Enable_dispatch();                                          
 200e038:	7f ff e8 de 	call  20083b0 <_Thread_Enable_dispatch>        <== NOT EXECUTED
 200e03c:	c2 22 20 4c 	st  %g1, [ %o0 + 0x4c ]                        <== NOT EXECUTED
 200e040:	d2 04 a0 30 	ld  [ %l2 + 0x30 ], %o1                        <== NOT EXECUTED
 200e044:	94 10 00 16 	mov  %l6, %o2                                  <== NOT EXECUTED
 200e048:	7f ff e6 47 	call  2007964 <_Objects_Get>                   <== NOT EXECUTED
 200e04c:	90 15 62 c0 	or  %l5, 0x2c0, %o0                            <== NOT EXECUTED
  _Barrier_Get(pipe->writeBarrier, &location)->Barrier.Wait_queue.state
 200e050:	c2 02 20 4c 	ld  [ %o0 + 0x4c ], %g1                        <== NOT EXECUTED
 200e054:	a6 10 40 13 	or  %g1, %l3, %l3                              <== NOT EXECUTED
    |= STATES_INTERRUPTIBLE_BY_SIGNAL;                                
  _Thread_Enable_dispatch();                                          
 200e058:	7f ff e8 d6 	call  20083b0 <_Thread_Enable_dispatch>        <== NOT EXECUTED
 200e05c:	e6 22 20 4c 	st  %l3, [ %o0 + 0x4c ]                        <== NOT EXECUTED
#ifdef RTEMS_POSIX_API                                                
  pipe_interruptible(pipe);                                           
#endif                                                                
                                                                      
  *pipep = pipe;                                                      
  if (c ++ == 'z')                                                    
 200e060:	c2 0d 23 bc 	ldub  [ %l4 + 0x3bc ], %g1                     <== NOT EXECUTED
 200e064:	84 00 60 01 	add  %g1, 1, %g2                               <== NOT EXECUTED
 200e068:	83 28 60 18 	sll  %g1, 0x18, %g1                            <== NOT EXECUTED
 200e06c:	83 38 60 18 	sra  %g1, 0x18, %g1                            <== NOT EXECUTED
 200e070:	80 a0 60 7a 	cmp  %g1, 0x7a                                 <== NOT EXECUTED
 200e074:	12 bf ff 68 	bne  200de14 <fifo_open+0x3c>                  <== NOT EXECUTED
 200e078:	c4 2d 23 bc 	stb  %g2, [ %l4 + 0x3bc ]                      <== NOT EXECUTED
    c = 'a';                                                          
 200e07c:	82 10 20 61 	mov  0x61, %g1                                 <== NOT EXECUTED
 200e080:	10 bf ff 65 	b  200de14 <fifo_open+0x3c>                    <== NOT EXECUTED
 200e084:	c2 2d 23 bc 	stb  %g1, [ %l4 + 0x3bc ]                      <== NOT EXECUTED
        } while (prevCounter == pipe->writerCounter);                 
      }                                                               
      break;                                                          
                                                                      
    case LIBIO_FLAGS_WRITE:                                           
      if (pipe->Readers == 0 && LIBIO_NODELAY(iop)) {                 
 200e088:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
 200e08c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200e090:	32 80 00 06 	bne,a   200e0a8 <fifo_open+0x2d0>              <== NOT EXECUTED
 200e094:	c4 04 20 14 	ld  [ %l0 + 0x14 ], %g2                        <== NOT EXECUTED
 200e098:	80 88 a0 01 	btst  1, %g2                                   <== NOT EXECUTED
 200e09c:	12 bf ff a1 	bne  200df20 <fifo_open+0x148>                 <== NOT EXECUTED
 200e0a0:	b0 10 3f fa 	mov  -6, %i0                                   <== NOT EXECUTED
        err = -ENXIO;                                                 
        goto out_error;                                               
      }                                                               
                                                                      
      pipe->writerCounter ++;                                         
      if (pipe->Writers ++ == 0)                                      
 200e0a4:	c4 04 20 14 	ld  [ %l0 + 0x14 ], %g2                        <== NOT EXECUTED
      if (pipe->Readers == 0 && LIBIO_NODELAY(iop)) {                 
        err = -ENXIO;                                                 
        goto out_error;                                               
      }                                                               
                                                                      
      pipe->writerCounter ++;                                         
 200e0a8:	c6 04 20 24 	ld  [ %l0 + 0x24 ], %g3                        <== NOT EXECUTED
      if (pipe->Writers ++ == 0)                                      
 200e0ac:	88 00 a0 01 	add  %g2, 1, %g4                               <== NOT EXECUTED
      if (pipe->Readers == 0 && LIBIO_NODELAY(iop)) {                 
        err = -ENXIO;                                                 
        goto out_error;                                               
      }                                                               
                                                                      
      pipe->writerCounter ++;                                         
 200e0b0:	86 00 e0 01 	inc  %g3                                       <== NOT EXECUTED
      if (pipe->Writers ++ == 0)                                      
 200e0b4:	c8 24 20 14 	st  %g4, [ %l0 + 0x14 ]                        <== NOT EXECUTED
 200e0b8:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200e0bc:	02 80 00 59 	be  200e220 <fifo_open+0x448>                  <== NOT EXECUTED
 200e0c0:	c6 24 20 24 	st  %g3, [ %l0 + 0x24 ]                        <== NOT EXECUTED
        PIPE_WAKEUPREADERS(pipe);                                     
                                                                      
      if (pipe->Readers == 0) {                                       
 200e0c4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200e0c8:	32 bf ff 6e 	bne,a   200de80 <fifo_open+0xa8>               <== NOT EXECUTED
 200e0cc:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
        prevCounter = pipe->readerCounter;                            
 200e0d0:	10 80 00 0c 	b  200e100 <fifo_open+0x328>                   <== NOT EXECUTED
 200e0d4:	e4 04 20 20 	ld  [ %l0 + 0x20 ], %l2                        <== NOT EXECUTED
        err = -EINTR;                                                 
        do {                                                          
          PIPE_UNLOCK(pipe);                                          
          if (! PIPE_WRITEWAIT(pipe))                                 
            goto out_error;                                           
          if (! PIPE_LOCK(pipe))                                      
 200e0d8:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200e0dc:	7f ff df ca 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200e0e0:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200e0e4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200e0e8:	12 bf ff 8e 	bne  200df20 <fifo_open+0x148>                 <== NOT EXECUTED
 200e0ec:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
            goto out_error;                                           
        } while (prevCounter == pipe->readerCounter);                 
 200e0f0:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        <== NOT EXECUTED
 200e0f4:	80 a0 40 12 	cmp  %g1, %l2                                  <== NOT EXECUTED
 200e0f8:	32 bf ff 62 	bne,a   200de80 <fifo_open+0xa8>               <== NOT EXECUTED
 200e0fc:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
      if (pipe->Readers == 0) {                                       
        prevCounter = pipe->readerCounter;                            
        err = -EINTR;                                                 
        do {                                                          
          PIPE_UNLOCK(pipe);                                          
 200e100:	7f ff e0 08 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200e104:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
          if (! PIPE_WRITEWAIT(pipe))                                 
 200e108:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
 200e10c:	40 00 02 83 	call  200eb18 <rtems_barrier_wait>             <== NOT EXECUTED
 200e110:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200e114:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200e118:	22 bf ff f0 	be,a   200e0d8 <fifo_open+0x300>               <== NOT EXECUTED
 200e11c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
        PIPE_WAKEUPREADERS(pipe);                                     
      break;                                                          
  }                                                                   
                                                                      
  PIPE_UNLOCK(pipe);                                                  
  return 0;                                                           
 200e120:	10 bf ff 80 	b  200df20 <fifo_open+0x148>                   <== NOT EXECUTED
 200e124:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
      }                                                               
      break;                                                          
                                                                      
    case LIBIO_FLAGS_READ_WRITE:                                      
      pipe->readerCounter ++;                                         
      if (pipe->Readers ++ == 0)                                      
 200e128:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
        } while (prevCounter == pipe->readerCounter);                 
      }                                                               
      break;                                                          
                                                                      
    case LIBIO_FLAGS_READ_WRITE:                                      
      pipe->readerCounter ++;                                         
 200e12c:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
      if (pipe->Readers ++ == 0)                                      
 200e130:	86 00 60 01 	add  %g1, 1, %g3                               <== NOT EXECUTED
        } while (prevCounter == pipe->readerCounter);                 
      }                                                               
      break;                                                          
                                                                      
    case LIBIO_FLAGS_READ_WRITE:                                      
      pipe->readerCounter ++;                                         
 200e134:	84 00 a0 01 	inc  %g2                                       <== NOT EXECUTED
      if (pipe->Readers ++ == 0)                                      
 200e138:	c6 24 20 10 	st  %g3, [ %l0 + 0x10 ]                        <== NOT EXECUTED
 200e13c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200e140:	02 80 00 33 	be  200e20c <fifo_open+0x434>                  <== NOT EXECUTED
 200e144:	c4 24 20 20 	st  %g2, [ %l0 + 0x20 ]                        <== NOT EXECUTED
        PIPE_WAKEUPWRITERS(pipe);                                     
      pipe->writerCounter ++;                                         
      if (pipe->Writers ++ == 0)                                      
 200e148:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
                                                                      
    case LIBIO_FLAGS_READ_WRITE:                                      
      pipe->readerCounter ++;                                         
      if (pipe->Readers ++ == 0)                                      
        PIPE_WAKEUPWRITERS(pipe);                                     
      pipe->writerCounter ++;                                         
 200e14c:	c4 04 20 24 	ld  [ %l0 + 0x24 ], %g2                        <== NOT EXECUTED
      if (pipe->Writers ++ == 0)                                      
 200e150:	86 00 60 01 	add  %g1, 1, %g3                               <== NOT EXECUTED
                                                                      
    case LIBIO_FLAGS_READ_WRITE:                                      
      pipe->readerCounter ++;                                         
      if (pipe->Readers ++ == 0)                                      
        PIPE_WAKEUPWRITERS(pipe);                                     
      pipe->writerCounter ++;                                         
 200e154:	84 00 a0 01 	inc  %g2                                       <== NOT EXECUTED
      if (pipe->Writers ++ == 0)                                      
 200e158:	c6 24 20 14 	st  %g3, [ %l0 + 0x14 ]                        <== NOT EXECUTED
 200e15c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200e160:	12 bf ff 47 	bne  200de7c <fifo_open+0xa4>                  <== NOT EXECUTED
 200e164:	c4 24 20 24 	st  %g2, [ %l0 + 0x24 ]                        <== NOT EXECUTED
        PIPE_WAKEUPREADERS(pipe);                                     
 200e168:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
 200e16c:	40 00 02 54 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200e170:	92 07 bf fc 	add  %fp, -4, %o1                              <== NOT EXECUTED
      break;                                                          
  }                                                                   
                                                                      
  PIPE_UNLOCK(pipe);                                                  
 200e174:	10 bf ff 43 	b  200de80 <fifo_open+0xa8>                    <== NOT EXECUTED
 200e178:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
  if (! PIPE_LOCK(pipe))                                              
    err = -EINTR;                                                     
                                                                      
  if (*pipep == NULL) {                                               
    if (err)                                                          
 200e17c:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200e180:	12 80 00 10 	bne  200e1c0 <fifo_open+0x3e8>                 <== NOT EXECUTED
 200e184:	d0 04 21 f4 	ld  [ %l0 + 0x1f4 ], %o0                       <== NOT EXECUTED
    else                                                              
      *pipep = pipe;                                                  
  }                                                                   
                                                                      
out:                                                                  
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200e188:	7f ff df e6 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200e18c:	e4 24 40 00 	st  %l2, [ %l1 ]                               <== NOT EXECUTED
  err = pipe_new(pipep);                                              
  if (err)                                                            
    return err;                                                       
  pipe = *pipep;                                                      
                                                                      
  switch (LIBIO_ACCMODE(iop)) {                                       
 200e190:	10 bf ff 32 	b  200de58 <fifo_open+0x80>                    <== NOT EXECUTED
 200e194:	c4 06 60 18 	ld  [ %i1 + 0x18 ], %g2                        <== NOT EXECUTED
  if (c ++ == 'z')                                                    
    c = 'a';                                                          
  return 0;                                                           
                                                                      
err_sem:                                                              
  rtems_barrier_delete(pipe->writeBarrier);                           
 200e198:	40 00 02 2f 	call  200ea54 <rtems_barrier_delete>           <== NOT EXECUTED
 200e19c:	d0 04 e0 30 	ld  [ %l3 + 0x30 ], %o0                        <== NOT EXECUTED
err_wbar:                                                             
  rtems_barrier_delete(pipe->readBarrier);                            
 200e1a0:	40 00 02 2d 	call  200ea54 <rtems_barrier_delete>           <== NOT EXECUTED
 200e1a4:	d0 04 e0 2c 	ld  [ %l3 + 0x2c ], %o0                        <== NOT EXECUTED
err_rbar:                                                             
  free(pipe->Buffer);                                                 
 200e1a8:	d0 04 c0 00 	ld  [ %l3 ], %o0                               <== NOT EXECUTED
 200e1ac:	7f ff f4 8b 	call  200b3d8 <free>                           <== NOT EXECUTED
 200e1b0:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
err_buf:                                                              
  free(pipe);                                                         
 200e1b4:	7f ff f4 89 	call  200b3d8 <free>                           <== NOT EXECUTED
 200e1b8:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
 200e1bc:	30 bf ff 21 	b,a   200de40 <fifo_open+0x68>                 <== NOT EXECUTED
/* Called with rtems_pipe_semaphore held. */                          
static inline void pipe_free(                                         
  pipe_control_t *pipe                                                
)                                                                     
{                                                                     
  rtems_barrier_delete(pipe->readBarrier);                            
 200e1c0:	40 00 02 25 	call  200ea54 <rtems_barrier_delete>           <== NOT EXECUTED
 200e1c4:	d0 04 a0 2c 	ld  [ %l2 + 0x2c ], %o0                        <== NOT EXECUTED
  rtems_barrier_delete(pipe->writeBarrier);                           
 200e1c8:	40 00 02 23 	call  200ea54 <rtems_barrier_delete>           <== NOT EXECUTED
 200e1cc:	d0 04 a0 30 	ld  [ %l2 + 0x30 ], %o0                        <== NOT EXECUTED
  rtems_semaphore_delete(pipe->Semaphore);                            
 200e1d0:	7f ff df 60 	call  2005f50 <rtems_semaphore_delete>         <== NOT EXECUTED
 200e1d4:	d0 04 a0 28 	ld  [ %l2 + 0x28 ], %o0                        <== NOT EXECUTED
  free(pipe->Buffer);                                                 
 200e1d8:	7f ff f4 80 	call  200b3d8 <free>                           <== NOT EXECUTED
 200e1dc:	d0 04 80 00 	ld  [ %l2 ], %o0                               <== NOT EXECUTED
  free(pipe);                                                         
 200e1e0:	7f ff f4 7e 	call  200b3d8 <free>                           <== NOT EXECUTED
 200e1e4:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
    else                                                              
      *pipep = pipe;                                                  
  }                                                                   
                                                                      
out:                                                                  
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200e1e8:	7f ff df ce 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200e1ec:	d0 04 21 f4 	ld  [ %l0 + 0x1f4 ], %o0                       <== NOT EXECUTED
 200e1f0:	81 c7 e0 08 	ret                                            
 200e1f4:	81 e8 00 00 	restore                                        
                                                                      
  switch (LIBIO_ACCMODE(iop)) {                                       
    case LIBIO_FLAGS_READ:                                            
      pipe->readerCounter ++;                                         
      if (pipe->Readers ++ == 0)                                      
        PIPE_WAKEUPWRITERS(pipe);                                     
 200e1f8:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
 200e1fc:	40 00 02 30 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200e200:	92 07 bf fc 	add  %fp, -4, %o1                              <== NOT EXECUTED
                                                                      
      if (pipe->Writers == 0) {                                       
 200e204:	10 bf ff 2b 	b  200deb0 <fifo_open+0xd8>                    <== NOT EXECUTED
 200e208:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
      break;                                                          
                                                                      
    case LIBIO_FLAGS_READ_WRITE:                                      
      pipe->readerCounter ++;                                         
      if (pipe->Readers ++ == 0)                                      
        PIPE_WAKEUPWRITERS(pipe);                                     
 200e20c:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
 200e210:	40 00 02 2b 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200e214:	92 07 bf fc 	add  %fp, -4, %o1                              <== NOT EXECUTED
      pipe->writerCounter ++;                                         
      if (pipe->Writers ++ == 0)                                      
 200e218:	10 bf ff cd 	b  200e14c <fifo_open+0x374>                   <== NOT EXECUTED
 200e21c:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
        goto out_error;                                               
      }                                                               
                                                                      
      pipe->writerCounter ++;                                         
      if (pipe->Writers ++ == 0)                                      
        PIPE_WAKEUPREADERS(pipe);                                     
 200e220:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
 200e224:	40 00 02 26 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200e228:	92 07 bf fc 	add  %fp, -4, %o1                              <== NOT EXECUTED
 200e22c:	10 bf ff a6 	b  200e0c4 <fifo_open+0x2ec>                   <== NOT EXECUTED
 200e230:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
                                                                      

02009e5c <file_systems_below_this_mountpoint>: /* * Search the mount table for any mount entries referencing this * mount entry. */ for ( the_node = rtems_filesystem_mount_table_control.first;
 2009e5c:	05 00 80 a4 	sethi  %hi(0x2029000), %g2                     <== NOT EXECUTED
 2009e60:	c2 00 a2 f8 	ld  [ %g2 + 0x2f8 ], %g1	! 20292f8 <rtems_filesystem_mount_table_control><== NOT EXECUTED
 2009e64:	84 10 a2 f8 	or  %g2, 0x2f8, %g2                            <== NOT EXECUTED
 2009e68:	84 00 a0 04 	add  %g2, 4, %g2                               <== NOT EXECUTED
 2009e6c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2009e70:	02 80 00 10 	be  2009eb0 <file_systems_below_this_mountpoint+0x54><== NOT EXECUTED
 2009e74:	01 00 00 00 	nop                                            <== NOT EXECUTED
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
     the_mount_entry = ( rtems_filesystem_mount_table_entry_t * )the_node;
     if (the_mount_entry->mt_point_node.mt_entry  == fs_root_loc->mt_entry ) {
 2009e78:	c8 02 60 10 	ld  [ %o1 + 0x10 ], %g4                        <== NOT EXECUTED
 2009e7c:	c6 00 60 18 	ld  [ %g1 + 0x18 ], %g3                        <== NOT EXECUTED
 2009e80:	80 a0 c0 04 	cmp  %g3, %g4                                  <== NOT EXECUTED
 2009e84:	32 80 00 08 	bne,a   2009ea4 <file_systems_below_this_mountpoint+0x48><== NOT EXECUTED
 2009e88:	c2 00 40 00 	ld  [ %g1 ], %g1                               <== NOT EXECUTED
  /*                                                                  
   * Search the mount table for any mount entries referencing this    
   * mount entry.                                                     
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
 2009e8c:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2009e90:	90 10 20 01 	mov  1, %o0                                    <== NOT EXECUTED
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
     the_mount_entry = ( rtems_filesystem_mount_table_entry_t * )the_node;
     if (the_mount_entry->mt_point_node.mt_entry  == fs_root_loc->mt_entry ) {
 2009e94:	80 a0 c0 04 	cmp  %g3, %g4                                  <== NOT EXECUTED
 2009e98:	02 80 00 08 	be  2009eb8 <file_systems_below_this_mountpoint+0x5c><== NOT EXECUTED
 2009e9c:	90 10 20 01 	mov  1, %o0                                    <== NOT EXECUTED
   * mount entry.                                                     
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
 2009ea0:	c2 00 40 00 	ld  [ %g1 ], %g1                               <== NOT EXECUTED
  /*                                                                  
   * Search the mount table for any mount entries referencing this    
   * mount entry.                                                     
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
 2009ea4:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2009ea8:	32 bf ff fb 	bne,a   2009e94 <file_systems_below_this_mountpoint+0x38><== NOT EXECUTED
 2009eac:	c6 00 60 18 	ld  [ %g1 + 0x18 ], %g3                        <== NOT EXECUTED
        return true;                                                  
     }                                                                
  }                                                                   
                                                                      
  return false;                                                       
}                                                                     
 2009eb0:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2009eb4:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 2009eb8:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
                                                                      

02003c84 <fpathconf>: long fpathconf( int fd, int name ) {
 2003c84:	9d e3 bf a0 	save  %sp, -96, %sp                            
  long                                    return_value;               
  rtems_libio_t                          *iop;                        
  rtems_filesystem_limits_and_options_t  *the_limits;                 
                                                                      
  rtems_libio_check_fd(fd);                                           
 2003c88:	03 00 80 81 	sethi  %hi(0x2020400), %g1                     
 2003c8c:	c2 00 60 64 	ld  [ %g1 + 0x64 ], %g1	! 2020464 <rtems_libio_number_iops>
 2003c90:	80 a6 00 01 	cmp  %i0, %g1                                  
 2003c94:	1a 80 00 3f 	bcc  2003d90 <fpathconf+0x10c>                 
 2003c98:	03 00 80 83 	sethi  %hi(0x2020c00), %g1                     
  iop = rtems_libio_iop(fd);                                          
 2003c9c:	c2 00 62 68 	ld  [ %g1 + 0x268 ], %g1	! 2020e68 <rtems_libio_iops>
 2003ca0:	85 2e 20 06 	sll  %i0, 6, %g2                               
 2003ca4:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 2003ca8:	b0 06 00 02 	add  %i0, %g2, %i0                             
 2003cac:	b0 00 40 18 	add  %g1, %i0, %i0                             
  rtems_libio_check_is_open(iop);                                     
 2003cb0:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        
 2003cb4:	80 88 61 00 	btst  0x100, %g1                               
 2003cb8:	02 80 00 36 	be  2003d90 <fpathconf+0x10c>                  <== NEVER TAKEN
 2003cbc:	80 88 60 02 	btst  2, %g1                                   
  rtems_libio_check_permissions(iop, LIBIO_FLAGS_READ);               
 2003cc0:	02 80 00 3a 	be  2003da8 <fpathconf+0x124>                  <== NEVER TAKEN
 2003cc4:	80 a6 60 0b 	cmp  %i1, 0xb                                  
   *  Now process the information request.                            
   */                                                                 
                                                                      
  the_limits = &iop->pathinfo.mt_entry->pathconf_limits_and_options;  
                                                                      
  switch ( name ) {                                                   
 2003cc8:	08 80 00 08 	bleu  2003ce8 <fpathconf+0x64>                 
 2003ccc:	c2 06 20 2c 	ld  [ %i0 + 0x2c ], %g1                        
      break;                                                          
    case _PC_SYNC_IO:                                                 
      return_value = the_limits->posix_sync_io;                       
      break;                                                          
    default:                                                          
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 2003cd0:	40 00 3b d7 	call  2012c2c <__errno>                        
 2003cd4:	b0 10 3f ff 	mov  -1, %i0                                   
 2003cd8:	82 10 20 16 	mov  0x16, %g1                                 
 2003cdc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
      break;                                                          
  }                                                                   
                                                                      
  return return_value;                                                
}                                                                     
 2003ce0:	81 c7 e0 08 	ret                                            
 2003ce4:	81 e8 00 00 	restore                                        
   *  Now process the information request.                            
   */                                                                 
                                                                      
  the_limits = &iop->pathinfo.mt_entry->pathconf_limits_and_options;  
                                                                      
  switch ( name ) {                                                   
 2003ce8:	b3 2e 60 02 	sll  %i1, 2, %i1                               
 2003cec:	05 00 80 0f 	sethi  %hi(0x2003c00), %g2                     
 2003cf0:	84 10 a0 54 	or  %g2, 0x54, %g2	! 2003c54 <fdatasync+0xb0>  
 2003cf4:	c4 00 80 19 	ld  [ %g2 + %i1 ], %g2                         
 2003cf8:	81 c0 80 00 	jmp  %g2                                       
 2003cfc:	01 00 00 00 	nop                                            
      break;                                                          
    case _PC_ASYNC_IO:                                                
      return_value = the_limits->posix_async_io;                      
      break;                                                          
    case _PC_PRIO_IO:                                                 
      return_value = the_limits->posix_prio_io;                       
 2003d00:	f0 00 60 5c 	ld  [ %g1 + 0x5c ], %i0                        
      break;                                                          
 2003d04:	81 c7 e0 08 	ret                                            
 2003d08:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_VDISABLE:                                                
      return_value = the_limits->posix_vdisable;                      
      break;                                                          
    case _PC_ASYNC_IO:                                                
      return_value = the_limits->posix_async_io;                      
 2003d0c:	f0 00 60 50 	ld  [ %g1 + 0x50 ], %i0                        
      break;                                                          
 2003d10:	81 c7 e0 08 	ret                                            
 2003d14:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_NO_TRUNC:                                                
      return_value = the_limits->posix_no_trunc;                      
      break;                                                          
    case _PC_VDISABLE:                                                
      return_value = the_limits->posix_vdisable;                      
 2003d18:	f0 00 60 64 	ld  [ %g1 + 0x64 ], %i0                        
      break;                                                          
 2003d1c:	81 c7 e0 08 	ret                                            
 2003d20:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_CHOWN_RESTRICTED:                                        
      return_value = the_limits->posix_chown_restrictions;            
      break;                                                          
    case _PC_NO_TRUNC:                                                
      return_value = the_limits->posix_no_trunc;                      
 2003d24:	f0 00 60 58 	ld  [ %g1 + 0x58 ], %i0                        
      break;                                                          
 2003d28:	81 c7 e0 08 	ret                                            
 2003d2c:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_PIPE_BUF:                                                
      return_value = the_limits->pipe_buf;                            
      break;                                                          
    case _PC_CHOWN_RESTRICTED:                                        
      return_value = the_limits->posix_chown_restrictions;            
 2003d30:	f0 00 60 54 	ld  [ %g1 + 0x54 ], %i0                        
      break;                                                          
 2003d34:	81 c7 e0 08 	ret                                            
 2003d38:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_PATH_MAX:                                                
      return_value = the_limits->path_max;                            
      break;                                                          
    case _PC_PIPE_BUF:                                                
      return_value = the_limits->pipe_buf;                            
 2003d3c:	f0 00 60 4c 	ld  [ %g1 + 0x4c ], %i0                        
      break;                                                          
 2003d40:	81 c7 e0 08 	ret                                            
 2003d44:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_NAME_MAX:                                                
      return_value = the_limits->name_max;                            
      break;                                                          
    case _PC_PATH_MAX:                                                
      return_value = the_limits->path_max;                            
 2003d48:	f0 00 60 48 	ld  [ %g1 + 0x48 ], %i0                        
      break;                                                          
 2003d4c:	81 c7 e0 08 	ret                                            
 2003d50:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_MAX_INPUT:                                               
      return_value = the_limits->max_input;                           
      break;                                                          
    case _PC_NAME_MAX:                                                
      return_value = the_limits->name_max;                            
 2003d54:	f0 00 60 44 	ld  [ %g1 + 0x44 ], %i0                        
      break;                                                          
 2003d58:	81 c7 e0 08 	ret                                            
 2003d5c:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_MAX_CANON:                                               
      return_value = the_limits->max_canon;                           
      break;                                                          
    case _PC_MAX_INPUT:                                               
      return_value = the_limits->max_input;                           
 2003d60:	f0 00 60 40 	ld  [ %g1 + 0x40 ], %i0                        
      break;                                                          
 2003d64:	81 c7 e0 08 	ret                                            
 2003d68:	81 e8 00 00 	restore                                        
  switch ( name ) {                                                   
    case _PC_LINK_MAX:                                                
      return_value = the_limits->link_max;                            
      break;                                                          
    case _PC_MAX_CANON:                                               
      return_value = the_limits->max_canon;                           
 2003d6c:	f0 00 60 3c 	ld  [ %g1 + 0x3c ], %i0                        
      break;                                                          
 2003d70:	81 c7 e0 08 	ret                                            
 2003d74:	81 e8 00 00 	restore                                        
                                                                      
  the_limits = &iop->pathinfo.mt_entry->pathconf_limits_and_options;  
                                                                      
  switch ( name ) {                                                   
    case _PC_LINK_MAX:                                                
      return_value = the_limits->link_max;                            
 2003d78:	f0 00 60 38 	ld  [ %g1 + 0x38 ], %i0                        
      break;                                                          
 2003d7c:	81 c7 e0 08 	ret                                            
 2003d80:	81 e8 00 00 	restore                                        
      break;                                                          
    case _PC_PRIO_IO:                                                 
      return_value = the_limits->posix_prio_io;                       
      break;                                                          
    case _PC_SYNC_IO:                                                 
      return_value = the_limits->posix_sync_io;                       
 2003d84:	f0 00 60 60 	ld  [ %g1 + 0x60 ], %i0                        
      break;                                                          
 2003d88:	81 c7 e0 08 	ret                                            
 2003d8c:	81 e8 00 00 	restore                                        
  rtems_libio_t                          *iop;                        
  rtems_filesystem_limits_and_options_t  *the_limits;                 
                                                                      
  rtems_libio_check_fd(fd);                                           
  iop = rtems_libio_iop(fd);                                          
  rtems_libio_check_is_open(iop);                                     
 2003d90:	40 00 3b a7 	call  2012c2c <__errno>                        
 2003d94:	b0 10 3f ff 	mov  -1, %i0                                   
 2003d98:	82 10 20 09 	mov  9, %g1                                    
 2003d9c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2003da0:	81 c7 e0 08 	ret                                            
 2003da4:	81 e8 00 00 	restore                                        
  rtems_libio_check_permissions(iop, LIBIO_FLAGS_READ);               
 2003da8:	40 00 3b a1 	call  2012c2c <__errno>                        <== NOT EXECUTED
 2003dac:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003db0:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003db4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2003db8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003dbc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200b3d8 <free>: void free( void *ptr ) { MSBUMP(free_calls, 1);
 200b3d8:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200b3dc:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200b3e0:	82 10 63 80 	or  %g1, 0x380, %g1	! 201cb80 <rtems_malloc_statistics>
 200b3e4:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 200b3e8:	b2 10 00 18 	mov  %i0, %i1                                  
 200b3ec:	84 00 a0 01 	inc  %g2                                       
                                                                      
  if ( !ptr )                                                         
 200b3f0:	80 a6 20 00 	cmp  %i0, 0                                    
 200b3f4:	02 80 00 15 	be  200b448 <free+0x70>                        
 200b3f8:	c4 20 60 0c 	st  %g2, [ %g1 + 0xc ]                         
                                                                      
  /*                                                                  
   *  Do not attempt to free memory if in a critical section or ISR.  
   */                                                                 
                                                                      
  if ( _System_state_Is_up(_System_state_Get()) &&                    
 200b3fc:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200b400:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1	! 201cee0 <_System_state_Current>
 200b404:	80 a0 60 03 	cmp  %g1, 3                                    
 200b408:	02 80 00 17 	be  200b464 <free+0x8c>                        <== ALWAYS TAKEN
 200b40c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
  #endif                                                              
                                                                      
  /*                                                                  
   *  If configured, update the statistics                            
   */                                                                 
  if ( rtems_malloc_statistics_helpers )                              
 200b410:	c2 00 60 98 	ld  [ %g1 + 0x98 ], %g1	! 201c898 <rtems_malloc_statistics_helpers>
 200b414:	80 a0 60 00 	cmp  %g1, 0                                    
 200b418:	02 80 00 06 	be  200b430 <free+0x58>                        <== ALWAYS TAKEN
 200b41c:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
    (*rtems_malloc_statistics_helpers->at_free)(ptr);                 
 200b420:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           <== NOT EXECUTED
 200b424:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200b428:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
                                                                      
  if ( !_Protected_heap_Free( RTEMS_Malloc_Heap, ptr ) ) {            
 200b42c:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     <== NOT EXECUTED
 200b430:	d0 04 21 80 	ld  [ %l0 + 0x180 ], %o0	! 201c180 <RTEMS_Malloc_Heap>
 200b434:	40 00 07 1a 	call  200d09c <_Protected_heap_Free>           
 200b438:	92 10 00 19 	mov  %i1, %o1                                  
 200b43c:	80 8a 20 ff 	btst  0xff, %o0                                
 200b440:	02 80 00 04 	be  200b450 <free+0x78>                        <== NEVER TAKEN
 200b444:	c2 04 21 80 	ld  [ %l0 + 0x180 ], %g1                       
 200b448:	81 c7 e0 08 	ret                                            
 200b44c:	81 e8 00 00 	restore                                        
    printk( "Program heap: free of bad pointer %p -- range %p - %p \n",
 200b450:	31 00 80 6d 	sethi  %hi(0x201b400), %i0                     <== NOT EXECUTED
 200b454:	f6 00 60 1c 	ld  [ %g1 + 0x1c ], %i3                        <== NOT EXECUTED
 200b458:	f4 00 60 18 	ld  [ %g1 + 0x18 ], %i2                        <== NOT EXECUTED
 200b45c:	7f ff e0 34 	call  200352c <printk>                         <== NOT EXECUTED
 200b460:	91 ee 21 38 	restore  %i0, 0x138, %o0                       <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  Do not attempt to free memory if in a critical section or ISR.  
   */                                                                 
                                                                      
  if ( _System_state_Is_up(_System_state_Get()) &&                    
 200b464:	40 00 01 37 	call  200b940 <malloc_is_system_state_OK>      
 200b468:	01 00 00 00 	nop                                            
 200b46c:	80 8a 20 ff 	btst  0xff, %o0                                
 200b470:	12 bf ff e8 	bne  200b410 <free+0x38>                       <== ALWAYS TAKEN
 200b474:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
       !malloc_is_system_state_OK() ) {                               
      malloc_deferred_free(ptr);                                      
 200b478:	40 00 01 44 	call  200b988 <malloc_deferred_free>           <== NOT EXECUTED
 200b47c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02004468 <free_user_env>: * NOTE: this must be called with * thread dispatching disabled! */ static void free_user_env(void *venv) {
 2004468:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  rtems_user_env_t *env = (rtems_user_env_t*) venv ;                  
                                                                      
	if (env != &rtems_global_user_env                                    
 200446c:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     <== NOT EXECUTED
 2004470:	82 10 60 d0 	or  %g1, 0xd0, %g1	! 201f4d0 <rtems_global_user_env><== NOT EXECUTED
 2004474:	80 a6 00 01 	cmp  %i0, %g1                                  <== NOT EXECUTED
 2004478:	02 80 00 18 	be  20044d8 <free_user_env+0x70>               <== NOT EXECUTED
 200447c:	01 00 00 00 	nop                                            <== NOT EXECUTED
#ifdef HAVE_USERENV_REFCNT                                            
		&& --env->refcnt <= 0                                               
#endif                                                                
		) {                                                                 
		rtems_filesystem_freenode( &env->current_directory);                
 2004480:	c2 06 20 10 	ld  [ %i0 + 0x10 ], %g1                        <== NOT EXECUTED
 2004484:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004488:	22 80 00 09 	be,a   20044ac <free_user_env+0x44>            <== NOT EXECUTED
 200448c:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        <== NOT EXECUTED
 2004490:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2004494:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004498:	22 80 00 05 	be,a   20044ac <free_user_env+0x44>            <== NOT EXECUTED
 200449c:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        <== NOT EXECUTED
 20044a0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20044a4:	90 06 20 04 	add  %i0, 4, %o0                               <== NOT EXECUTED
		rtems_filesystem_freenode( &env->root_directory);                   
 20044a8:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        <== NOT EXECUTED
 20044ac:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20044b0:	02 80 00 08 	be  20044d0 <free_user_env+0x68>               <== NOT EXECUTED
 20044b4:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20044b8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 20044bc:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20044c0:	02 80 00 04 	be  20044d0 <free_user_env+0x68>               <== NOT EXECUTED
 20044c4:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20044c8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20044cc:	90 06 20 18 	add  %i0, 0x18, %o0                            <== NOT EXECUTED
		free(env);                                                          
 20044d0:	7f ff fb 34 	call  20031a0 <free>                           <== NOT EXECUTED
 20044d4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
 20044d8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20044dc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0201a10c <fstat>: int fstat( int fd, struct stat *sbuf ) {
 201a10c:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   *  Check to see if we were passed a valid pointer.                 
   */                                                                 
                                                                      
  if ( !sbuf )                                                        
 201a110:	80 a6 60 00 	cmp  %i1, 0                                    
 201a114:	02 80 00 3b 	be  201a200 <fstat+0xf4>                       
 201a118:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
                                                                      
  /*                                                                  
   *  Now process the stat() request.                                 
   */                                                                 
                                                                      
  iop = rtems_libio_iop( fd );                                        
 201a11c:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 201a120:	80 a6 00 01 	cmp  %i0, %g1                                  
 201a124:	1a 80 00 2b 	bcc  201a1d0 <fstat+0xc4>                      
 201a128:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 201a12c:	d0 00 63 70 	ld  [ %g1 + 0x370 ], %o0	! 201cb70 <rtems_libio_iops>
 201a130:	83 2e 20 06 	sll  %i0, 6, %g1                               
 201a134:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 201a138:	b0 06 00 01 	add  %i0, %g1, %i0                             
 201a13c:	90 02 00 18 	add  %o0, %i0, %o0                             
  rtems_libio_check_fd( fd );                                         
  rtems_libio_check_is_open(iop);                                     
 201a140:	c2 02 20 18 	ld  [ %o0 + 0x18 ], %g1                        
 201a144:	80 88 61 00 	btst  0x100, %g1                               
 201a148:	02 80 00 22 	be  201a1d0 <fstat+0xc4>                       <== NEVER TAKEN
 201a14c:	01 00 00 00 	nop                                            
                                                                      
  if ( !iop->handlers )                                               
 201a150:	c2 02 20 40 	ld  [ %o0 + 0x40 ], %g1                        
 201a154:	80 a0 60 00 	cmp  %g1, 0                                    
 201a158:	02 80 00 1e 	be  201a1d0 <fstat+0xc4>                       <== NEVER TAKEN
 201a15c:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EBADF );                    
                                                                      
  if ( !iop->handlers->fstat_h )                                      
 201a160:	c2 00 60 18 	ld  [ %g1 + 0x18 ], %g1                        
 201a164:	80 a0 60 00 	cmp  %g1, 0                                    
 201a168:	02 80 00 20 	be  201a1e8 <fstat+0xdc>                       <== NEVER TAKEN
 201a16c:	92 10 00 19 	mov  %i1, %o1                                  
                                                                      
  /*                                                                  
   *  Zero out the stat structure so the various support              
   *  versions of stat don't have to.                                 
   */                                                                 
  memset( sbuf, 0, sizeof(struct stat) );                             
 201a170:	c0 26 40 00 	clr  [ %i1 ]                                   
 201a174:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
 201a178:	c0 26 60 08 	clr  [ %i1 + 8 ]                               
 201a17c:	c0 26 60 0c 	clr  [ %i1 + 0xc ]                             
 201a180:	c0 26 60 10 	clr  [ %i1 + 0x10 ]                            
 201a184:	c0 26 60 14 	clr  [ %i1 + 0x14 ]                            
 201a188:	c0 26 60 18 	clr  [ %i1 + 0x18 ]                            
 201a18c:	c0 26 60 1c 	clr  [ %i1 + 0x1c ]                            
 201a190:	c0 26 60 20 	clr  [ %i1 + 0x20 ]                            
 201a194:	c0 26 60 24 	clr  [ %i1 + 0x24 ]                            
 201a198:	c0 26 60 28 	clr  [ %i1 + 0x28 ]                            
 201a19c:	c0 26 60 2c 	clr  [ %i1 + 0x2c ]                            
 201a1a0:	c0 26 60 30 	clr  [ %i1 + 0x30 ]                            
 201a1a4:	c0 26 60 34 	clr  [ %i1 + 0x34 ]                            
 201a1a8:	c0 26 60 38 	clr  [ %i1 + 0x38 ]                            
 201a1ac:	c0 26 60 3c 	clr  [ %i1 + 0x3c ]                            
 201a1b0:	c0 26 60 40 	clr  [ %i1 + 0x40 ]                            
 201a1b4:	c0 26 60 44 	clr  [ %i1 + 0x44 ]                            
                                                                      
  return (*iop->handlers->fstat_h)( &iop->pathinfo, sbuf );           
 201a1b8:	c2 02 20 40 	ld  [ %o0 + 0x40 ], %g1                        
 201a1bc:	c2 00 60 18 	ld  [ %g1 + 0x18 ], %g1                        
 201a1c0:	9f c0 40 00 	call  %g1                                      
 201a1c4:	90 02 20 1c 	add  %o0, 0x1c, %o0                            
}                                                                     
 201a1c8:	81 c7 e0 08 	ret                                            
 201a1cc:	91 e8 00 08 	restore  %g0, %o0, %o0                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_fd( fd );                                         
  rtems_libio_check_is_open(iop);                                     
                                                                      
  if ( !iop->handlers )                                               
    rtems_set_errno_and_return_minus_one( EBADF );                    
 201a1d0:	7f ff d7 17 	call  200fe2c <__errno>                        
 201a1d4:	b0 10 3f ff 	mov  -1, %i0                                   
 201a1d8:	82 10 20 09 	mov  9, %g1                                    
 201a1dc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201a1e0:	81 c7 e0 08 	ret                                            
 201a1e4:	81 e8 00 00 	restore                                        
                                                                      
  if ( !iop->handlers->fstat_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 201a1e8:	7f ff d7 11 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a1ec:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201a1f0:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 201a1f4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a1f8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a1fc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   *  Check to see if we were passed a valid pointer.                 
   */                                                                 
                                                                      
  if ( !sbuf )                                                        
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 201a200:	7f ff d7 0b 	call  200fe2c <__errno>                        
 201a204:	b0 10 3f ff 	mov  -1, %i0                                   
 201a208:	82 10 20 0e 	mov  0xe, %g1                                  
 201a20c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201a210:	81 c7 e0 08 	ret                                            
 201a214:	81 e8 00 00 	restore                                        
                                                                      

02003f90 <fsync>: #include <rtems/seterr.h> int fsync( int fd ) {
 2003f90:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_libio_t *iop;                                                 
                                                                      
  rtems_libio_check_fd( fd );                                         
 2003f94:	03 00 80 81 	sethi  %hi(0x2020400), %g1                     
 2003f98:	c2 00 60 64 	ld  [ %g1 + 0x64 ], %g1	! 2020464 <rtems_libio_number_iops>
 2003f9c:	80 a6 00 01 	cmp  %i0, %g1                                  
 2003fa0:	1a 80 00 19 	bcc  2004004 <fsync+0x74>                      <== NEVER TAKEN
 2003fa4:	03 00 80 83 	sethi  %hi(0x2020c00), %g1                     
  iop = rtems_libio_iop( fd );                                        
 2003fa8:	d0 00 62 68 	ld  [ %g1 + 0x268 ], %o0	! 2020e68 <rtems_libio_iops>
 2003fac:	83 2e 20 06 	sll  %i0, 6, %g1                               
 2003fb0:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 2003fb4:	b0 06 00 01 	add  %i0, %g1, %i0                             
 2003fb8:	90 02 00 18 	add  %o0, %i0, %o0                             
  rtems_libio_check_is_open(iop);                                     
 2003fbc:	c2 02 20 18 	ld  [ %o0 + 0x18 ], %g1                        
 2003fc0:	80 88 61 00 	btst  0x100, %g1                               
 2003fc4:	02 80 00 10 	be  2004004 <fsync+0x74>                       <== NEVER TAKEN
 2003fc8:	80 88 60 04 	btst  4, %g1                                   
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 2003fcc:	02 80 00 14 	be  200401c <fsync+0x8c>                       
 2003fd0:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Now process the fsync().                                        
   */                                                                 
                                                                      
  if ( !iop->handlers )                                               
 2003fd4:	c2 02 20 40 	ld  [ %o0 + 0x40 ], %g1                        
 2003fd8:	80 a0 60 00 	cmp  %g1, 0                                    
 2003fdc:	02 80 00 0a 	be  2004004 <fsync+0x74>                       <== NEVER TAKEN
 2003fe0:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EBADF );                    
                                                                      
  if ( !iop->handlers->fsync_h )                                      
 2003fe4:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 2003fe8:	80 a0 60 00 	cmp  %g1, 0                                    
 2003fec:	02 80 00 12 	be  2004034 <fsync+0xa4>                       
 2003ff0:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  return (*iop->handlers->fsync_h)( iop );                            
 2003ff4:	9f c0 40 00 	call  %g1                                      
 2003ff8:	01 00 00 00 	nop                                            
}                                                                     
 2003ffc:	81 c7 e0 08 	ret                                            
 2004000:	91 e8 00 08 	restore  %g0, %o0, %o0                         
  /*                                                                  
   *  Now process the fsync().                                        
   */                                                                 
                                                                      
  if ( !iop->handlers )                                               
    rtems_set_errno_and_return_minus_one( EBADF );                    
 2004004:	40 00 3b 0a 	call  2012c2c <__errno>                        <== NOT EXECUTED
 2004008:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200400c:	82 10 20 09 	mov  9, %g1                                    <== NOT EXECUTED
 2004010:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004014:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004018:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  rtems_libio_t *iop;                                                 
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open(iop);                                     
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 200401c:	40 00 3b 04 	call  2012c2c <__errno>                        
 2004020:	b0 10 3f ff 	mov  -1, %i0                                   
 2004024:	82 10 20 16 	mov  0x16, %g1                                 
 2004028:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200402c:	81 c7 e0 08 	ret                                            
 2004030:	81 e8 00 00 	restore                                        
                                                                      
  if ( !iop->handlers )                                               
    rtems_set_errno_and_return_minus_one( EBADF );                    
                                                                      
  if ( !iop->handlers->fsync_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004034:	40 00 3a fe 	call  2012c2c <__errno>                        
 2004038:	b0 10 3f ff 	mov  -1, %i0                                   
 200403c:	82 10 20 86 	mov  0x86, %g1                                 
 2004040:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2004044:	81 c7 e0 08 	ret                                            
 2004048:	81 e8 00 00 	restore                                        
                                                                      

0200b484 <ftruncate>: int ftruncate( int fd, off_t length ) {
 200b484:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_libio_t                    *iop;                              
  rtems_filesystem_location_info_t  loc;                              
                                                                      
  rtems_libio_check_fd( fd );                                         
 200b488:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200b48c:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 200b490:	80 a6 00 01 	cmp  %i0, %g1                                  
 200b494:	1a 80 00 2b 	bcc  200b540 <ftruncate+0xbc>                  <== NEVER TAKEN
 200b498:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
  iop = rtems_libio_iop( fd );                                        
 200b49c:	c2 00 63 70 	ld  [ %g1 + 0x370 ], %g1	! 201cb70 <rtems_libio_iops>
 200b4a0:	85 2e 20 06 	sll  %i0, 6, %g2                               
 200b4a4:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 200b4a8:	b0 06 00 02 	add  %i0, %g2, %i0                             
 200b4ac:	b0 00 40 18 	add  %g1, %i0, %i0                             
  rtems_libio_check_is_open(iop);                                     
 200b4b0:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        
 200b4b4:	80 88 61 00 	btst  0x100, %g1                               
 200b4b8:	02 80 00 22 	be  200b540 <ftruncate+0xbc>                   <== NEVER TAKEN
 200b4bc:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Make sure we are not working on a directory                     
   */                                                                 
                                                                      
  loc = iop->pathinfo;                                                
 200b4c0:	c2 06 20 1c 	ld  [ %i0 + 0x1c ], %g1                        
 200b4c4:	c2 27 bf ec 	st  %g1, [ %fp + -20 ]                         
 200b4c8:	c2 06 20 20 	ld  [ %i0 + 0x20 ], %g1                        
 200b4cc:	c2 27 bf f0 	st  %g1, [ %fp + -16 ]                         
 200b4d0:	c2 06 20 24 	ld  [ %i0 + 0x24 ], %g1                        
 200b4d4:	c2 27 bf f4 	st  %g1, [ %fp + -12 ]                         
 200b4d8:	c2 06 20 28 	ld  [ %i0 + 0x28 ], %g1                        
 200b4dc:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
 200b4e0:	c4 06 20 2c 	ld  [ %i0 + 0x2c ], %g2                        
  if ( !loc.ops->node_type_h )                                        
 200b4e4:	c2 00 60 10 	ld  [ %g1 + 0x10 ], %g1                        
 200b4e8:	80 a0 60 00 	cmp  %g1, 0                                    
 200b4ec:	02 80 00 21 	be  200b570 <ftruncate+0xec>                   <== NEVER TAKEN
 200b4f0:	c4 27 bf fc 	st  %g2, [ %fp + -4 ]                          
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  if ( (*loc.ops->node_type_h)( &loc ) == RTEMS_FILESYSTEM_DIRECTORY )
 200b4f4:	9f c0 40 00 	call  %g1                                      
 200b4f8:	90 07 bf ec 	add  %fp, -20, %o0                             
 200b4fc:	80 a2 20 01 	cmp  %o0, 1                                    
 200b500:	02 80 00 22 	be  200b588 <ftruncate+0x104>                  
 200b504:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EISDIR );                   
                                                                      
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 200b508:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        
 200b50c:	80 88 60 04 	btst  4, %g1                                   
 200b510:	02 80 00 12 	be  200b558 <ftruncate+0xd4>                   <== NEVER TAKEN
 200b514:	01 00 00 00 	nop                                            
                                                                      
  if ( !iop->handlers->ftruncate_h )                                  
 200b518:	c2 06 20 40 	ld  [ %i0 + 0x40 ], %g1                        
 200b51c:	c2 00 60 20 	ld  [ %g1 + 0x20 ], %g1                        
 200b520:	80 a0 60 00 	cmp  %g1, 0                                    
 200b524:	02 80 00 13 	be  200b570 <ftruncate+0xec>                   <== NEVER TAKEN
 200b528:	90 10 00 18 	mov  %i0, %o0                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  return (*iop->handlers->ftruncate_h)( iop, length );                
 200b52c:	92 10 00 19 	mov  %i1, %o1                                  
 200b530:	9f c0 40 00 	call  %g1                                      
 200b534:	94 10 00 1a 	mov  %i2, %o2                                  
}                                                                     
 200b538:	81 c7 e0 08 	ret                                            
 200b53c:	91 e8 00 08 	restore  %g0, %o0, %o0                         
  rtems_libio_t                    *iop;                              
  rtems_filesystem_location_info_t  loc;                              
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open(iop);                                     
 200b540:	40 00 12 3b 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b544:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200b548:	82 10 20 09 	mov  9, %g1                                    <== NOT EXECUTED
 200b54c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200b550:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b554:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  if ( (*loc.ops->node_type_h)( &loc ) == RTEMS_FILESYSTEM_DIRECTORY )
    rtems_set_errno_and_return_minus_one( EISDIR );                   
                                                                      
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 200b558:	40 00 12 35 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b55c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200b560:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 200b564:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200b568:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b56c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  if ( !iop->handlers->ftruncate_h )                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 200b570:	40 00 12 2f 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b574:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200b578:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200b57c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200b580:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b584:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  loc = iop->pathinfo;                                                
  if ( !loc.ops->node_type_h )                                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  if ( (*loc.ops->node_type_h)( &loc ) == RTEMS_FILESYSTEM_DIRECTORY )
    rtems_set_errno_and_return_minus_one( EISDIR );                   
 200b588:	40 00 12 29 	call  200fe2c <__errno>                        
 200b58c:	b0 10 3f ff 	mov  -1, %i0                                   
 200b590:	82 10 20 15 	mov  0x15, %g1                                 
 200b594:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b598:	81 c7 e0 08 	ret                                            
 200b59c:	81 e8 00 00 	restore                                        
                                                                      

0201e460 <getdents>: int getdents( int dd_fd, char *dd_buf, int dd_len ) {
 201e460:	9d e3 bf 88 	save  %sp, -120, %sp                           
                                                                      
  /*                                                                  
   *  Get the file control block structure associated with the file descriptor
   */                                                                 
                                                                      
  iop = rtems_libio_iop( dd_fd );                                     
 201e464:	03 00 80 86 	sethi  %hi(0x2021800), %g1                     
 201e468:	c2 00 60 24 	ld  [ %g1 + 0x24 ], %g1	! 2021824 <rtems_libio_number_iops>
 201e46c:	80 a6 00 01 	cmp  %i0, %g1                                  
 201e470:	1a 80 00 08 	bcc  201e490 <getdents+0x30>                   <== NEVER TAKEN
 201e474:	a0 10 20 00 	clr  %l0                                       
 201e478:	03 00 80 88 	sethi  %hi(0x2022000), %g1                     
 201e47c:	e0 00 63 40 	ld  [ %g1 + 0x340 ], %l0	! 2022340 <rtems_libio_iops>
 201e480:	83 2e 20 06 	sll  %i0, 6, %g1                               
 201e484:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 201e488:	b0 06 00 01 	add  %i0, %g1, %i0                             
 201e48c:	a0 04 00 18 	add  %l0, %i0, %l0                             
                                                                      
  /*                                                                  
   *  Make sure we are working on a directory                         
   */                                                                 
  loc = iop->pathinfo;                                                
 201e490:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
 201e494:	c2 27 bf ec 	st  %g1, [ %fp + -20 ]                         
 201e498:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        
 201e49c:	c2 27 bf f0 	st  %g1, [ %fp + -16 ]                         
 201e4a0:	c2 04 20 24 	ld  [ %l0 + 0x24 ], %g1                        
 201e4a4:	c2 27 bf f4 	st  %g1, [ %fp + -12 ]                         
 201e4a8:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 201e4ac:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
 201e4b0:	c4 04 20 2c 	ld  [ %l0 + 0x2c ], %g2                        
  if ( !loc.ops->node_type_h )                                        
 201e4b4:	c2 00 60 10 	ld  [ %g1 + 0x10 ], %g1                        
 201e4b8:	80 a0 60 00 	cmp  %g1, 0                                    
 201e4bc:	02 80 00 17 	be  201e518 <getdents+0xb8>                    <== NEVER TAKEN
 201e4c0:	c4 27 bf fc 	st  %g2, [ %fp + -4 ]                          
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  if ( (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_DIRECTORY )
 201e4c4:	9f c0 40 00 	call  %g1                                      
 201e4c8:	90 07 bf ec 	add  %fp, -20, %o0                             
 201e4cc:	80 a2 20 01 	cmp  %o0, 1                                    
 201e4d0:	12 80 00 0c 	bne  201e500 <getdents+0xa0>                   
 201e4d4:	01 00 00 00 	nop                                            
  /*                                                                  
   *  Return the number of bytes that were actually transfered as a result
   *  of the read attempt.                                            
   */                                                                 
                                                                      
  if ( !iop->handlers->read_h )                                       
 201e4d8:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1                        
 201e4dc:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
 201e4e0:	80 a0 60 00 	cmp  %g1, 0                                    
 201e4e4:	02 80 00 0d 	be  201e518 <getdents+0xb8>                    <== NEVER TAKEN
 201e4e8:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  return (*iop->handlers->read_h)( iop, dd_buf, dd_len  );            
 201e4ec:	92 10 00 19 	mov  %i1, %o1                                  
 201e4f0:	9f c0 40 00 	call  %g1                                      
 201e4f4:	94 10 00 1a 	mov  %i2, %o2                                  
}                                                                     
 201e4f8:	81 c7 e0 08 	ret                                            
 201e4fc:	91 e8 00 08 	restore  %g0, %o0, %o0                         
  loc = iop->pathinfo;                                                
  if ( !loc.ops->node_type_h )                                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  if ( (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_DIRECTORY )
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
 201e500:	7f ff d1 9f 	call  2012b7c <__errno>                        
 201e504:	b0 10 3f ff 	mov  -1, %i0                                   
 201e508:	82 10 20 14 	mov  0x14, %g1                                 
 201e50c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201e510:	81 c7 e0 08 	ret                                            
 201e514:	81 e8 00 00 	restore                                        
   *  Return the number of bytes that were actually transfered as a result
   *  of the read attempt.                                            
   */                                                                 
                                                                      
  if ( !iop->handlers->read_h )                                       
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 201e518:	7f ff d1 99 	call  2012b7c <__errno>                        <== NOT EXECUTED
 201e51c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201e520:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 201e524:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201e528:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201e52c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200378c <getgr_r>: struct group *grp, char *buffer, size_t bufsize, struct group **result ) {
 200378c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  FILE *fp;                                                           
  int match;                                                          
                                                                      
  init_etc_passwd_group();                                            
 2003790:	7f ff ff b3 	call  200365c <init_etc_passwd_group>          
 2003794:	01 00 00 00 	nop                                            
                                                                      
  if ((fp = fopen("/etc/group", "r")) == NULL) {                      
 2003798:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     
 200379c:	13 00 80 7a 	sethi  %hi(0x201e800), %o1                     
 20037a0:	90 12 22 68 	or  %o0, 0x268, %o0                            
 20037a4:	40 00 3c f2 	call  2012b6c <fopen>                          
 20037a8:	92 12 61 f0 	or  %o1, 0x1f0, %o1                            
 20037ac:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 20037b0:	12 80 00 0b 	bne  20037dc <getgr_r+0x50>                    <== ALWAYS TAKEN
 20037b4:	92 10 00 1a 	mov  %i2, %o1                                  
 20037b8:	30 80 00 27 	b,a   2003854 <getgr_r+0xc8>                   <== NOT EXECUTED
      errno = EINVAL;                                                 
      fclose(fp);                                                     
      return -1;                                                      
    }                                                                 
    if (name) {                                                       
      match = (strcmp(grp->gr_name, name) == 0);                      
 20037bc:	40 00 40 e6 	call  2013b54 <strcmp>                         
 20037c0:	92 10 00 18 	mov  %i0, %o1                                  
 20037c4:	80 a0 00 08 	cmp  %g0, %o0                                  
 20037c8:	82 60 3f ff 	subx  %g0, -1, %g1                             
    }                                                                 
    else {                                                            
      match = (grp->gr_gid == gid);                                   
    }                                                                 
    if (match) {                                                      
 20037cc:	80 a0 60 00 	cmp  %g1, 0                                    
 20037d0:	12 80 00 14 	bne  2003820 <getgr_r+0x94>                    
 20037d4:	90 10 00 10 	mov  %l0, %o0                                  
  if ((fp = fopen("/etc/group", "r")) == NULL) {                      
    errno = EINVAL;                                                   
    return -1;                                                        
  }                                                                   
  for(;;) {                                                           
    if (!scangr(fp, grp, buffer, bufsize)) {                          
 20037d8:	92 10 00 1a 	mov  %i2, %o1                                  
 20037dc:	94 10 00 1b 	mov  %i3, %o2                                  
 20037e0:	96 10 00 1c 	mov  %i4, %o3                                  
 20037e4:	7f ff fe d1 	call  2003328 <scangr>                         
 20037e8:	90 10 00 10 	mov  %l0, %o0                                  
 20037ec:	80 a2 20 00 	cmp  %o0, 0                                    
 20037f0:	02 80 00 11 	be  2003834 <getgr_r+0xa8>                     <== NEVER TAKEN
 20037f4:	80 a6 20 00 	cmp  %i0, 0                                    
      errno = EINVAL;                                                 
      fclose(fp);                                                     
      return -1;                                                      
    }                                                                 
    if (name) {                                                       
 20037f8:	32 bf ff f1 	bne,a   20037bc <getgr_r+0x30>                 <== ALWAYS TAKEN
 20037fc:	d0 06 80 00 	ld  [ %i2 ], %o0                               
      match = (strcmp(grp->gr_name, name) == 0);                      
    }                                                                 
    else {                                                            
      match = (grp->gr_gid == gid);                                   
 2003800:	c2 16 a0 08 	lduh  [ %i2 + 8 ], %g1                         <== NOT EXECUTED
 2003804:	82 18 40 19 	xor  %g1, %i1, %g1                             <== NOT EXECUTED
 2003808:	80 a0 00 01 	cmp  %g0, %g1                                  <== NOT EXECUTED
 200380c:	82 60 3f ff 	subx  %g0, -1, %g1                             <== NOT EXECUTED
    }                                                                 
    if (match) {                                                      
 2003810:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003814:	02 bf ff f2 	be  20037dc <getgr_r+0x50>                     <== NOT EXECUTED
 2003818:	92 10 00 1a 	mov  %i2, %o1                                  <== NOT EXECUTED
      fclose(fp);                                                     
 200381c:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2003820:	40 00 3a fd 	call  2012414 <fclose>                         
 2003824:	b0 10 20 00 	clr  %i0                                       
      *result = grp;                                                  
 2003828:	f4 27 40 00 	st  %i2, [ %i5 ]                               
    }                                                                 
  }                                                                   
  fclose(fp);                                                         
  errno = EINVAL;                                                     
  return -1;                                                          
}                                                                     
 200382c:	81 c7 e0 08 	ret                                            
 2003830:	81 e8 00 00 	restore                                        
    errno = EINVAL;                                                   
    return -1;                                                        
  }                                                                   
  for(;;) {                                                           
    if (!scangr(fp, grp, buffer, bufsize)) {                          
      errno = EINVAL;                                                 
 2003834:	40 00 3a a0 	call  20122b4 <__errno>                        <== NOT EXECUTED
 2003838:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200383c:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003840:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
      fclose(fp);                                                     
 2003844:	40 00 3a f4 	call  2012414 <fclose>                         <== NOT EXECUTED
 2003848:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
      return -1;                                                      
 200384c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003850:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  int match;                                                          
                                                                      
  init_etc_passwd_group();                                            
                                                                      
  if ((fp = fopen("/etc/group", "r")) == NULL) {                      
    errno = EINVAL;                                                   
 2003854:	40 00 3a 98 	call  20122b4 <__errno>                        <== NOT EXECUTED
 2003858:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200385c:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003860:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
    return -1;                                                        
 2003864:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003868:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020034a8 <getgrent>: return NULL; return p; } struct group *getgrent(void) {
 20034a8:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  if (group_fp == NULL)                                               
 20034ac:	03 00 80 81 	sethi  %hi(0x2020400), %g1                     <== NOT EXECUTED
 20034b0:	d0 00 60 ac 	ld  [ %g1 + 0xac ], %o0	! 20204ac <group_fp>   <== NOT EXECUTED
 20034b4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20034b8:	32 80 00 04 	bne,a   20034c8 <getgrent+0x20>                <== NOT EXECUTED
 20034bc:	31 00 80 81 	sethi  %hi(0x2020400), %i0                     <== NOT EXECUTED
    return NULL;                                                      
  if (!scangr(group_fp, &grent, grbuf, sizeof grbuf))                 
    return NULL;                                                      
  return &grent;                                                      
}                                                                     
 20034c0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20034c4:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      
struct group *getgrent(void)                                          
{                                                                     
  if (group_fp == NULL)                                               
    return NULL;                                                      
  if (!scangr(group_fp, &grent, grbuf, sizeof grbuf))                 
 20034c8:	15 00 80 81 	sethi  %hi(0x2020400), %o2                     <== NOT EXECUTED
 20034cc:	92 16 21 78 	or  %i0, 0x178, %o1                            <== NOT EXECUTED
 20034d0:	94 12 a0 b0 	or  %o2, 0xb0, %o2                             <== NOT EXECUTED
 20034d4:	96 10 20 c8 	mov  0xc8, %o3                                 <== NOT EXECUTED
 20034d8:	7f ff ff 94 	call  2003328 <scangr>                         <== NOT EXECUTED
 20034dc:	b0 16 21 78 	or  %i0, 0x178, %i0                            <== NOT EXECUTED
 20034e0:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20034e4:	02 bf ff f7 	be  20034c0 <getgrent+0x18>                    <== NOT EXECUTED
 20034e8:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return NULL;                                                      
  return &grent;                                                      
}                                                                     
 20034ec:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20034f0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020038a0 <getgrgid>: } struct group *getgrgid( gid_t gid ) {
 20038a0:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  struct group *p;                                                    
                                                                      
  if(getgrgid_r(gid, &grent, grbuf, sizeof grbuf, &p))                
 20038a4:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     <== NOT EXECUTED
 20038a8:	91 2e 20 10 	sll  %i0, 0x10, %o0                            <== NOT EXECUTED
 20038ac:	92 12 61 78 	or  %o1, 0x178, %o1                            <== NOT EXECUTED
 20038b0:	91 32 20 10 	srl  %o0, 0x10, %o0                            <== NOT EXECUTED
 20038b4:	15 00 80 81 	sethi  %hi(0x2020400), %o2                     <== NOT EXECUTED
 20038b8:	96 10 20 c8 	mov  0xc8, %o3                                 <== NOT EXECUTED
 20038bc:	94 12 a0 b0 	or  %o2, 0xb0, %o2                             <== NOT EXECUTED
 20038c0:	98 07 bf fc 	add  %fp, -4, %o4                              <== NOT EXECUTED
 20038c4:	7f ff ff ea 	call  200386c <getgrgid_r>                     <== NOT EXECUTED
 20038c8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
 20038cc:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20038d0:	22 80 00 02 	be,a   20038d8 <getgrgid+0x38>                 <== NOT EXECUTED
 20038d4:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          <== NOT EXECUTED
    return NULL;                                                      
  return p;                                                           
}                                                                     
 20038d8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20038dc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200386c <getgrgid_r>: struct group *grp, char *buffer, size_t bufsize, struct group **result ) {
 200386c:	84 10 00 0a 	mov  %o2, %g2                                  <== NOT EXECUTED
 2003870:	82 10 00 0b 	mov  %o3, %g1                                  <== NOT EXECUTED
  return getgr_r(NULL, gid, grp, buffer, bufsize, result);            
 2003874:	91 2a 20 10 	sll  %o0, 0x10, %o0                            <== NOT EXECUTED
  struct group   *grp,                                                
  char           *buffer,                                             
  size_t          bufsize,                                            
  struct group  **result                                              
)                                                                     
{                                                                     
 2003878:	9a 10 00 0c 	mov  %o4, %o5                                  <== NOT EXECUTED
  return getgr_r(NULL, gid, grp, buffer, bufsize, result);            
 200387c:	94 10 00 09 	mov  %o1, %o2                                  <== NOT EXECUTED
 2003880:	96 10 00 02 	mov  %g2, %o3                                  <== NOT EXECUTED
 2003884:	93 32 20 10 	srl  %o0, 0x10, %o1                            <== NOT EXECUTED
 2003888:	98 10 00 01 	mov  %g1, %o4                                  <== NOT EXECUTED
 200388c:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 2003890:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 2003894:	7f ff ff be 	call  200378c <getgr_r>                        <== NOT EXECUTED
 2003898:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

0200390c <getgrnam>: } struct group *getgrnam( const char *name ) {
 200390c:	9d e3 bf 98 	save  %sp, -104, %sp                           
  struct group *p;                                                    
                                                                      
  if(getgrnam_r(name, &grent, grbuf, sizeof grbuf, &p))               
 2003910:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2003914:	90 10 00 18 	mov  %i0, %o0                                  
 2003918:	92 12 61 78 	or  %o1, 0x178, %o1                            
 200391c:	15 00 80 81 	sethi  %hi(0x2020400), %o2                     
 2003920:	96 10 20 c8 	mov  0xc8, %o3                                 
 2003924:	94 12 a0 b0 	or  %o2, 0xb0, %o2                             
 2003928:	98 07 bf fc 	add  %fp, -4, %o4                              
 200392c:	7f ff ff ed 	call  20038e0 <getgrnam_r>                     
 2003930:	b0 10 20 00 	clr  %i0                                       
 2003934:	80 a2 20 00 	cmp  %o0, 0                                    
 2003938:	22 80 00 02 	be,a   2003940 <getgrnam+0x34>                 <== ALWAYS TAKEN
 200393c:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          
    return NULL;                                                      
  return p;                                                           
}                                                                     
 2003940:	81 c7 e0 08 	ret                                            
 2003944:	81 e8 00 00 	restore                                        
                                                                      

0200398c <getpw_r>: struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result ) {
 200398c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  FILE *fp;                                                           
  int match;                                                          
                                                                      
  init_etc_passwd_group();                                            
 2003990:	7f ff ff 33 	call  200365c <init_etc_passwd_group>          
 2003994:	01 00 00 00 	nop                                            
                                                                      
  if ((fp = fopen("/etc/passwd", "r")) == NULL) {                     
 2003998:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     
 200399c:	13 00 80 7a 	sethi  %hi(0x201e800), %o1                     
 20039a0:	90 12 21 e0 	or  %o0, 0x1e0, %o0                            
 20039a4:	40 00 3c 72 	call  2012b6c <fopen>                          
 20039a8:	92 12 61 f0 	or  %o1, 0x1f0, %o1                            
 20039ac:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 20039b0:	12 80 00 0b 	bne  20039dc <getpw_r+0x50>                    <== ALWAYS TAKEN
 20039b4:	92 10 00 1a 	mov  %i2, %o1                                  
 20039b8:	30 80 00 27 	b,a   2003a54 <getpw_r+0xc8>                   <== NOT EXECUTED
      errno = EINVAL;                                                 
      fclose(fp);                                                     
      return -1;                                                      
    }                                                                 
    if (name) {                                                       
      match = (strcmp(pwd->pw_name, name) == 0);                      
 20039bc:	40 00 40 66 	call  2013b54 <strcmp>                         
 20039c0:	92 10 00 18 	mov  %i0, %o1                                  
 20039c4:	80 a0 00 08 	cmp  %g0, %o0                                  
 20039c8:	82 60 3f ff 	subx  %g0, -1, %g1                             
    }                                                                 
    else {                                                            
      match = (pwd->pw_uid == uid);                                   
    }                                                                 
    if (match) {                                                      
 20039cc:	80 a0 60 00 	cmp  %g1, 0                                    
 20039d0:	12 80 00 14 	bne  2003a20 <getpw_r+0x94>                    
 20039d4:	90 10 00 10 	mov  %l0, %o0                                  
  if ((fp = fopen("/etc/passwd", "r")) == NULL) {                     
    errno = EINVAL;                                                   
    return -1;                                                        
  }                                                                   
  for(;;) {                                                           
    if (!scanpw(fp, pwd, buffer, bufsize)) {                          
 20039d8:	92 10 00 1a 	mov  %i2, %o1                                  
 20039dc:	94 10 00 1b 	mov  %i3, %o2                                  
 20039e0:	96 10 00 1c 	mov  %i4, %o3                                  
 20039e4:	7f ff fe c4 	call  20034f4 <scanpw>                         
 20039e8:	90 10 00 10 	mov  %l0, %o0                                  
 20039ec:	80 a2 20 00 	cmp  %o0, 0                                    
 20039f0:	02 80 00 11 	be  2003a34 <getpw_r+0xa8>                     <== NEVER TAKEN
 20039f4:	80 a6 20 00 	cmp  %i0, 0                                    
      errno = EINVAL;                                                 
      fclose(fp);                                                     
      return -1;                                                      
    }                                                                 
    if (name) {                                                       
 20039f8:	32 bf ff f1 	bne,a   20039bc <getpw_r+0x30>                 <== ALWAYS TAKEN
 20039fc:	d0 06 80 00 	ld  [ %i2 ], %o0                               
      match = (strcmp(pwd->pw_name, name) == 0);                      
    }                                                                 
    else {                                                            
      match = (pwd->pw_uid == uid);                                   
 2003a00:	c2 16 a0 08 	lduh  [ %i2 + 8 ], %g1                         <== NOT EXECUTED
 2003a04:	82 18 40 19 	xor  %g1, %i1, %g1                             <== NOT EXECUTED
 2003a08:	80 a0 00 01 	cmp  %g0, %g1                                  <== NOT EXECUTED
 2003a0c:	82 60 3f ff 	subx  %g0, -1, %g1                             <== NOT EXECUTED
    }                                                                 
    if (match) {                                                      
 2003a10:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003a14:	02 bf ff f2 	be  20039dc <getpw_r+0x50>                     <== NOT EXECUTED
 2003a18:	92 10 00 1a 	mov  %i2, %o1                                  <== NOT EXECUTED
      fclose(fp);                                                     
 2003a1c:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2003a20:	40 00 3a 7d 	call  2012414 <fclose>                         
 2003a24:	b0 10 20 00 	clr  %i0                                       
      *result = pwd;                                                  
 2003a28:	f4 27 40 00 	st  %i2, [ %i5 ]                               
    }                                                                 
  }                                                                   
  fclose(fp);                                                         
  errno = EINVAL;                                                     
  return -1;                                                          
}                                                                     
 2003a2c:	81 c7 e0 08 	ret                                            
 2003a30:	81 e8 00 00 	restore                                        
    errno = EINVAL;                                                   
    return -1;                                                        
  }                                                                   
  for(;;) {                                                           
    if (!scanpw(fp, pwd, buffer, bufsize)) {                          
      errno = EINVAL;                                                 
 2003a34:	40 00 3a 20 	call  20122b4 <__errno>                        <== NOT EXECUTED
 2003a38:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003a3c:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003a40:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
      fclose(fp);                                                     
 2003a44:	40 00 3a 74 	call  2012414 <fclose>                         <== NOT EXECUTED
 2003a48:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
      return -1;                                                      
 2003a4c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003a50:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  int match;                                                          
                                                                      
  init_etc_passwd_group();                                            
                                                                      
  if ((fp = fopen("/etc/passwd", "r")) == NULL) {                     
    errno = EINVAL;                                                   
 2003a54:	40 00 3a 18 	call  20122b4 <__errno>                        <== NOT EXECUTED
 2003a58:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2003a5c:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2003a60:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
    return -1;                                                        
 2003a64:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003a68:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003610 <getpwent>: return NULL; return p; } struct passwd *getpwent(void) {
 2003610:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  if (passwd_fp == NULL)                                              
 2003614:	03 00 80 80 	sethi  %hi(0x2020000), %g1                     <== NOT EXECUTED
 2003618:	d0 00 63 c4 	ld  [ %g1 + 0x3c4 ], %o0	! 20203c4 <passwd_fp> <== NOT EXECUTED
 200361c:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2003620:	32 80 00 04 	bne,a   2003630 <getpwent+0x20>                <== NOT EXECUTED
 2003624:	31 00 80 81 	sethi  %hi(0x2020400), %i0                     <== NOT EXECUTED
    return NULL;                                                      
  if (!scanpw(passwd_fp, &pwent, pwbuf, sizeof pwbuf))                
    return NULL;                                                      
  return &pwent;                                                      
}                                                                     
 2003628:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200362c:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      
struct passwd *getpwent(void)                                         
{                                                                     
  if (passwd_fp == NULL)                                              
    return NULL;                                                      
  if (!scanpw(passwd_fp, &pwent, pwbuf, sizeof pwbuf))                
 2003630:	15 00 80 80 	sethi  %hi(0x2020000), %o2                     <== NOT EXECUTED
 2003634:	92 16 20 90 	or  %i0, 0x90, %o1                             <== NOT EXECUTED
 2003638:	94 12 a3 c8 	or  %o2, 0x3c8, %o2                            <== NOT EXECUTED
 200363c:	96 10 20 c8 	mov  0xc8, %o3                                 <== NOT EXECUTED
 2003640:	7f ff ff ad 	call  20034f4 <scanpw>                         <== NOT EXECUTED
 2003644:	b0 16 20 90 	or  %i0, 0x90, %i0                             <== NOT EXECUTED
 2003648:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200364c:	02 bf ff f7 	be  2003628 <getpwent+0x18>                    <== NOT EXECUTED
 2003650:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return NULL;                                                      
  return &pwent;                                                      
}                                                                     
 2003654:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003658:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003b0c <getpwnam>: } struct passwd *getpwnam( const char *name ) {
 2003b0c:	9d e3 bf 98 	save  %sp, -104, %sp                           
  struct passwd *p;                                                   
                                                                      
  if(getpwnam_r(name, &pwent, pwbuf, sizeof pwbuf, &p))               
 2003b10:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2003b14:	90 10 00 18 	mov  %i0, %o0                                  
 2003b18:	92 12 60 90 	or  %o1, 0x90, %o1                             
 2003b1c:	15 00 80 80 	sethi  %hi(0x2020000), %o2                     
 2003b20:	96 10 20 c8 	mov  0xc8, %o3                                 
 2003b24:	94 12 a3 c8 	or  %o2, 0x3c8, %o2                            
 2003b28:	98 07 bf fc 	add  %fp, -4, %o4                              
 2003b2c:	7f ff ff ed 	call  2003ae0 <getpwnam_r>                     
 2003b30:	b0 10 20 00 	clr  %i0                                       
 2003b34:	80 a2 20 00 	cmp  %o0, 0                                    
 2003b38:	22 80 00 02 	be,a   2003b40 <getpwnam+0x34>                 <== ALWAYS TAKEN
 2003b3c:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          
    return NULL;                                                      
  return p;                                                           
}                                                                     
 2003b40:	81 c7 e0 08 	ret                                            
 2003b44:	81 e8 00 00 	restore                                        
                                                                      

02003aa0 <getpwuid>: } struct passwd *getpwuid( uid_t uid ) {
 2003aa0:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  struct passwd *p;                                                   
                                                                      
  if(getpwuid_r(uid, &pwent, pwbuf, sizeof pwbuf, &p))                
 2003aa4:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     <== NOT EXECUTED
 2003aa8:	91 2e 20 10 	sll  %i0, 0x10, %o0                            <== NOT EXECUTED
 2003aac:	92 12 60 90 	or  %o1, 0x90, %o1                             <== NOT EXECUTED
 2003ab0:	91 32 20 10 	srl  %o0, 0x10, %o0                            <== NOT EXECUTED
 2003ab4:	15 00 80 80 	sethi  %hi(0x2020000), %o2                     <== NOT EXECUTED
 2003ab8:	96 10 20 c8 	mov  0xc8, %o3                                 <== NOT EXECUTED
 2003abc:	94 12 a3 c8 	or  %o2, 0x3c8, %o2                            <== NOT EXECUTED
 2003ac0:	98 07 bf fc 	add  %fp, -4, %o4                              <== NOT EXECUTED
 2003ac4:	7f ff ff ea 	call  2003a6c <getpwuid_r>                     <== NOT EXECUTED
 2003ac8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
 2003acc:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2003ad0:	22 80 00 02 	be,a   2003ad8 <getpwuid+0x38>                 <== NOT EXECUTED
 2003ad4:	f0 07 bf fc 	ld  [ %fp + -4 ], %i0                          <== NOT EXECUTED
    return NULL;                                                      
  return p;                                                           
}                                                                     
 2003ad8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003adc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003a6c <getpwuid_r>: struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result ) {
 2003a6c:	84 10 00 0a 	mov  %o2, %g2                                  <== NOT EXECUTED
 2003a70:	82 10 00 0b 	mov  %o3, %g1                                  <== NOT EXECUTED
  return getpw_r(NULL, uid, pwd, buffer, bufsize, result);            
 2003a74:	91 2a 20 10 	sll  %o0, 0x10, %o0                            <== NOT EXECUTED
  struct passwd  *pwd,                                                
  char           *buffer,                                             
  size_t          bufsize,                                            
  struct passwd **result                                              
)                                                                     
{                                                                     
 2003a78:	9a 10 00 0c 	mov  %o4, %o5                                  <== NOT EXECUTED
  return getpw_r(NULL, uid, pwd, buffer, bufsize, result);            
 2003a7c:	94 10 00 09 	mov  %o1, %o2                                  <== NOT EXECUTED
 2003a80:	96 10 00 02 	mov  %g2, %o3                                  <== NOT EXECUTED
 2003a84:	93 32 20 10 	srl  %o0, 0x10, %o1                            <== NOT EXECUTED
 2003a88:	98 10 00 01 	mov  %g1, %o4                                  <== NOT EXECUTED
 2003a8c:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 2003a90:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 2003a94:	7f ff ff be 	call  200398c <getpw_r>                        <== NOT EXECUTED
 2003a98:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

0200b5c0 <gettimeofday>: */ int gettimeofday( struct timeval *tp, void * __tz __attribute__((unused)) ) {
 200b5c0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  /* struct timezone* tzp = (struct timezone*) __tz; */               
  if ( !tp ) {                                                        
 200b5c4:	80 a6 20 00 	cmp  %i0, 0                                    
 200b5c8:	02 80 00 11 	be  200b60c <gettimeofday+0x4c>                <== NEVER TAKEN
 200b5cc:	01 00 00 00 	nop                                            
{                                                                     
  ISR_Level       level;                                              
  struct timespec now;                                                
  suseconds_t     useconds;                                           
                                                                      
  _ISR_Disable(level);                                                
 200b5d0:	7f ff db 37 	call  20022ac <sparc_disable_interrupts>       
 200b5d4:	01 00 00 00 	nop                                            
 200b5d8:	a0 10 00 08 	mov  %o0, %l0                                  
    _TOD_Get( &now );                                                 
 200b5dc:	40 00 05 6a 	call  200cb84 <_TOD_Get>                       
 200b5e0:	90 07 bf f8 	add  %fp, -8, %o0                              
  _ISR_Enable(level);                                                 
 200b5e4:	7f ff db 36 	call  20022bc <sparc_enable_interrupts>        
 200b5e8:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  useconds = (suseconds_t)now.tv_nsec;                                
  useconds /= (suseconds_t)TOD_NANOSECONDS_PER_MICROSECOND;           
                                                                      
  time->tv_sec  = now.tv_sec;                                         
  time->tv_usec = useconds;                                           
 200b5ec:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
  _ISR_Enable(level);                                                 
                                                                      
  useconds = (suseconds_t)now.tv_nsec;                                
  useconds /= (suseconds_t)TOD_NANOSECONDS_PER_MICROSECOND;           
                                                                      
  time->tv_sec  = now.tv_sec;                                         
 200b5f0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
  time->tv_usec = useconds;                                           
 200b5f4:	92 10 23 e8 	mov  0x3e8, %o1                                
 200b5f8:	40 00 37 43 	call  2019304 <.div>                           
 200b5fc:	c2 26 00 00 	st  %g1, [ %i0 ]                               
 200b600:	d0 26 20 04 	st  %o0, [ %i0 + 4 ]                           
   *  with Eric Norum, this is how GNU/Linux, Solaris, and MacOS X    
   *  do it.  This puts us in good company.                           
   */                                                                 
                                                                      
  return 0;                                                           
}                                                                     
 200b604:	81 c7 e0 08 	ret                                            
 200b608:	91 e8 20 00 	restore  %g0, 0, %o0                           
  void * __tz __attribute__((unused))                                 
)                                                                     
{                                                                     
  /* struct timezone* tzp = (struct timezone*) __tz; */               
  if ( !tp ) {                                                        
    errno = EFAULT;                                                   
 200b60c:	40 00 12 08 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200b610:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200b614:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 200b618:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
    return -1;                                                        
 200b61c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200b620:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02014620 <imfs_dir_open>: ) { IMFS_jnode_t *the_jnode; /* Is the node a directory ? */ the_jnode = (IMFS_jnode_t *) iop->file_info;
 2014620:	c4 02 20 3c 	ld  [ %o0 + 0x3c ], %g2                        
 2014624:	c4 00 a0 4c 	ld  [ %g2 + 0x4c ], %g2                        
 2014628:	80 a0 a0 01 	cmp  %g2, 1                                    
 201462c:	12 80 00 05 	bne  2014640 <imfs_dir_open+0x20>              <== NEVER TAKEN
 2014630:	82 10 3f ff 	mov  -1, %g1                                   
                                                                      
  if ( the_jnode->type != IMFS_DIRECTORY )                            
     return -1;      /* It wasn't a directory --> return error */     
                                                                      
  iop->offset = 0;                                                    
 2014634:	c0 22 20 10 	clr  [ %o0 + 0x10 ]                            
 2014638:	c0 22 20 14 	clr  [ %o0 + 0x14 ]                            
 201463c:	82 10 20 00 	clr  %g1                                       
  return 0;                                                           
}                                                                     
 2014640:	81 c3 e0 08 	retl                                           
 2014644:	90 10 00 01 	mov  %g1, %o0                                  
                                                                      

020148a0 <imfs_dir_read>: ssize_t imfs_dir_read( rtems_libio_t *iop, void *buffer, size_t count ) {
 20148a0:	9d e3 be 88 	save  %sp, -376, %sp                           
   int                  current_entry;                                
   int                  first_entry;                                  
   int                  last_entry;                                   
   struct dirent        tmp_dirent;                                   
                                                                      
   the_jnode = (IMFS_jnode_t *)iop->file_info;                        
 20148a4:	e4 06 20 3c 	ld  [ %i0 + 0x3c ], %l2                        
ssize_t imfs_dir_read(                                                
  rtems_libio_t  *iop,                                                
  void           *buffer,                                             
  size_t          count                                               
)                                                                     
{                                                                     
 20148a8:	a0 10 00 18 	mov  %i0, %l0                                  
 */                                                                   
RTEMS_INLINE_ROUTINE bool _Chain_Is_empty(                            
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
  return (the_chain->first == _Chain_Tail(the_chain));                
 20148ac:	e2 04 a0 50 	ld  [ %l2 + 0x50 ], %l1                        
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 20148b0:	a4 04 a0 54 	add  %l2, 0x54, %l2                            
   struct dirent        tmp_dirent;                                   
                                                                      
   the_jnode = (IMFS_jnode_t *)iop->file_info;                        
   the_chain = &the_jnode->info.directory.Entries;                    
                                                                      
   if ( rtems_chain_is_empty( the_chain ) )                           
 20148b4:	80 a4 40 12 	cmp  %l1, %l2                                  
 20148b8:	02 80 00 36 	be  2014990 <imfs_dir_read+0xf0>               
 20148bc:	b0 10 20 00 	clr  %i0                                       
                                                                      
   /* Move to the first of the desired directory entries */           
   the_node = the_chain->first;                                       
                                                                      
   bytes_transferred = 0;                                             
   first_entry = iop->offset;                                         
 20148c0:	ea 04 20 14 	ld  [ %l0 + 0x14 ], %l5                        
   /* protect against using sizes that are not exact multiples of the */
   /* -dirent- size. These could result in unexpected results          */
   last_entry = first_entry + (count/sizeof(struct dirent)) * sizeof(struct dirent);
 20148c4:	90 10 00 1a 	mov  %i2, %o0                                  
 20148c8:	40 00 29 1d 	call  201ed3c <.udiv>                          
 20148cc:	92 10 21 18 	mov  0x118, %o1                                
 20148d0:	85 2a 20 05 	sll  %o0, 5, %g2                               
 20148d4:	83 2a 20 03 	sll  %o0, 3, %g1                               
 20148d8:	82 00 40 02 	add  %g1, %g2, %g1                             
 20148dc:	a9 28 60 03 	sll  %g1, 3, %l4                               
 20148e0:	a8 25 00 01 	sub  %l4, %g1, %l4                             
 20148e4:	a8 05 00 15 	add  %l4, %l5, %l4                             
                                                                      
   /* The directory was not empty so try to move to the desired entry in chain*/
   for (                                                              
 20148e8:	80 a5 20 00 	cmp  %l4, 0                                    
 20148ec:	04 80 00 29 	ble  2014990 <imfs_dir_read+0xf0>              <== NEVER TAKEN
 20148f0:	a6 10 20 00 	clr  %l3                                       
      }                                                               
                                                                      
      if( current_entry >= first_entry ) {                            
         /* Move the entry to the return buffer */                    
         tmp_dirent.d_off = current_entry;                            
         tmp_dirent.d_reclen = sizeof( struct dirent );               
 20148f4:	ba 10 21 18 	mov  0x118, %i5                                
         the_jnode = (IMFS_jnode_t *) the_node;                       
         tmp_dirent.d_ino = the_jnode->st_ino;                        
         tmp_dirent.d_namlen = strlen( the_jnode->name );             
         strcpy( tmp_dirent.d_name, the_jnode->name );                
 20148f8:	ae 07 be e8 	add  %fp, -280, %l7                            
 20148fc:	10 80 00 08 	b  201491c <imfs_dir_read+0x7c>                
 2014900:	ac 07 be fc 	add  %fp, -260, %l6                            
   /* protect against using sizes that are not exact multiples of the */
   /* -dirent- size. These could result in unexpected results          */
   last_entry = first_entry + (count/sizeof(struct dirent)) * sizeof(struct dirent);
                                                                      
   /* The directory was not empty so try to move to the desired entry in chain*/
   for (                                                              
 2014904:	80 a4 c0 14 	cmp  %l3, %l4                                  
 2014908:	16 80 00 22 	bge  2014990 <imfs_dir_read+0xf0>              <== NEVER TAKEN
 201490c:	e2 04 40 00 	ld  [ %l1 ], %l1                               
      current_entry = 0;                                              
      current_entry < last_entry;                                     
      current_entry = current_entry + sizeof(struct dirent) ){        
                                                                      
      if ( rtems_chain_is_tail( the_chain, the_node ) ){              
 2014910:	80 a4 40 12 	cmp  %l1, %l2                                  
 2014914:	02 80 00 21 	be  2014998 <imfs_dir_read+0xf8>               
 2014918:	01 00 00 00 	nop                                            
         /* entry in the read */                                      
         return bytes_transferred;  /* Indicate that there are no more */
                                    /* entries to return */           
      }                                                               
                                                                      
      if( current_entry >= first_entry ) {                            
 201491c:	80 a5 40 13 	cmp  %l5, %l3                                  
 2014920:	34 bf ff f9 	bg,a   2014904 <imfs_dir_read+0x64>            
 2014924:	a6 04 e1 18 	add  %l3, 0x118, %l3                           
         /* Move the entry to the return buffer */                    
         tmp_dirent.d_off = current_entry;                            
         tmp_dirent.d_reclen = sizeof( struct dirent );               
         the_jnode = (IMFS_jnode_t *) the_node;                       
         tmp_dirent.d_ino = the_jnode->st_ino;                        
 2014928:	c2 04 60 38 	ld  [ %l1 + 0x38 ], %g1                        
         tmp_dirent.d_namlen = strlen( the_jnode->name );             
 201492c:	b8 04 60 0c 	add  %l1, 0xc, %i4                             
      if( current_entry >= first_entry ) {                            
         /* Move the entry to the return buffer */                    
         tmp_dirent.d_off = current_entry;                            
         tmp_dirent.d_reclen = sizeof( struct dirent );               
         the_jnode = (IMFS_jnode_t *) the_node;                       
         tmp_dirent.d_ino = the_jnode->st_ino;                        
 2014930:	c2 27 be e8 	st  %g1, [ %fp + -280 ]                        
                                    /* entries to return */           
      }                                                               
                                                                      
      if( current_entry >= first_entry ) {                            
         /* Move the entry to the return buffer */                    
         tmp_dirent.d_off = current_entry;                            
 2014934:	83 3c e0 1f 	sra  %l3, 0x1f, %g1                            
 2014938:	e6 27 be f4 	st  %l3, [ %fp + -268 ]                        
 201493c:	c2 27 be f0 	st  %g1, [ %fp + -272 ]                        
         tmp_dirent.d_reclen = sizeof( struct dirent );               
 2014940:	fa 37 be f8 	sth  %i5, [ %fp + -264 ]                       
         the_jnode = (IMFS_jnode_t *) the_node;                       
         tmp_dirent.d_ino = the_jnode->st_ino;                        
         tmp_dirent.d_namlen = strlen( the_jnode->name );             
 2014944:	40 00 07 c5 	call  2016858 <strlen>                         
 2014948:	90 10 00 1c 	mov  %i4, %o0                                  
         strcpy( tmp_dirent.d_name, the_jnode->name );                
 201494c:	92 10 00 1c 	mov  %i4, %o1                                  
         /* Move the entry to the return buffer */                    
         tmp_dirent.d_off = current_entry;                            
         tmp_dirent.d_reclen = sizeof( struct dirent );               
         the_jnode = (IMFS_jnode_t *) the_node;                       
         tmp_dirent.d_ino = the_jnode->st_ino;                        
         tmp_dirent.d_namlen = strlen( the_jnode->name );             
 2014950:	d0 37 be fa 	sth  %o0, [ %fp + -262 ]                       
         strcpy( tmp_dirent.d_name, the_jnode->name );                
 2014954:	40 00 07 89 	call  2016778 <strcpy>                         
 2014958:	90 10 00 16 	mov  %l6, %o0                                  
         memcpy(                                                      
 201495c:	90 06 40 18 	add  %i1, %i0, %o0                             
 2014960:	92 10 00 17 	mov  %l7, %o1                                  
 2014964:	40 00 06 5a 	call  20162cc <memcpy>                         
 2014968:	94 10 21 18 	mov  0x118, %o2                                
            buffer + bytes_transferred,                               
            (void *)&tmp_dirent,                                      
            sizeof( struct dirent )                                   
         );                                                           
         iop->offset = iop->offset + sizeof(struct dirent);           
 201496c:	c4 1c 20 10 	ldd  [ %l0 + 0x10 ], %g2                       
 *  to the end of the exisiting file, the remaining entries will be placed in
 *  the buffer and the returned value will be equal to -m actual- times the
 *  size of a directory entry.                                        
 */                                                                   
                                                                      
ssize_t imfs_dir_read(                                                
 2014970:	a6 04 e1 18 	add  %l3, 0x118, %l3                           
         memcpy(                                                      
            buffer + bytes_transferred,                               
            (void *)&tmp_dirent,                                      
            sizeof( struct dirent )                                   
         );                                                           
         iop->offset = iop->offset + sizeof(struct dirent);           
 2014974:	86 80 e1 18 	addcc  %g3, 0x118, %g3                         
 2014978:	84 40 a0 00 	addx  %g2, 0, %g2                              
 201497c:	c4 3c 20 10 	std  %g2, [ %l0 + 0x10 ]                       
         bytes_transferred = bytes_transferred + sizeof( struct dirent );
 2014980:	b0 06 21 18 	add  %i0, 0x118, %i0                           
   /* protect against using sizes that are not exact multiples of the */
   /* -dirent- size. These could result in unexpected results          */
   last_entry = first_entry + (count/sizeof(struct dirent)) * sizeof(struct dirent);
                                                                      
   /* The directory was not empty so try to move to the desired entry in chain*/
   for (                                                              
 2014984:	80 a4 c0 14 	cmp  %l3, %l4                                  
 2014988:	06 bf ff e2 	bl  2014910 <imfs_dir_read+0x70>               <== NEVER TAKEN
 201498c:	e2 04 40 00 	ld  [ %l1 ], %l1                               
      the_node = the_node->next;                                      
   }                                                                  
                                                                      
   /* Success */                                                      
   return bytes_transferred;                                          
}                                                                     
 2014990:	81 c7 e0 08 	ret                                            
 2014994:	81 e8 00 00 	restore                                        
 2014998:	81 c7 e0 08 	ret                                            
 201499c:	81 e8 00 00 	restore                                        
                                                                      

0201479c <imfs_dir_rmnod>: int imfs_dir_rmnod( rtems_filesystem_location_info_t *parent_pathloc, /* IN */ rtems_filesystem_location_info_t *pathloc /* IN */ ) {
 201479c:	9d e3 bf 98 	save  %sp, -104, %sp                           
  IMFS_jnode_t *the_jnode;                                            
                                                                      
  the_jnode = (IMFS_jnode_t *) pathloc->node_access;                  
 20147a0:	e0 06 40 00 	ld  [ %i1 ], %l0                               
 20147a4:	c4 04 20 50 	ld  [ %l0 + 0x50 ], %g2                        
 20147a8:	82 04 20 54 	add  %l0, 0x54, %g1                            
 20147ac:	80 a0 80 01 	cmp  %g2, %g1                                  
 20147b0:	12 80 00 30 	bne  2014870 <imfs_dir_rmnod+0xd4>             
 20147b4:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * You cannot remove the file system root node.                     
   */                                                                 
                                                                      
  if ( pathloc->mt_entry->mt_fs_root.node_access == pathloc->node_access )
 20147b8:	c2 06 60 10 	ld  [ %i1 + 0x10 ], %g1                        
 20147bc:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20147c0:	80 a4 00 01 	cmp  %l0, %g1                                  
 20147c4:	02 80 00 31 	be  2014888 <imfs_dir_rmnod+0xec>              
 20147c8:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * You cannot remove a mountpoint.                                  
   */                                                                 
                                                                      
   if ( the_jnode->info.directory.mt_fs != NULL )                     
 20147cc:	c2 04 20 5c 	ld  [ %l0 + 0x5c ], %g1                        
 20147d0:	80 a0 60 00 	cmp  %g1, 0                                    
 20147d4:	12 80 00 2d 	bne  2014888 <imfs_dir_rmnod+0xec>             <== NEVER TAKEN
 20147d8:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * Take the node out of the parent's chain that contains this node  
   */                                                                 
                                                                      
  if ( the_jnode->Parent != NULL ) {                                  
 20147dc:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 20147e0:	80 a0 60 00 	cmp  %g1, 0                                    
 20147e4:	22 80 00 06 	be,a   20147fc <imfs_dir_rmnod+0x60>           
 20147e8:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      
 20147ec:	7f ff d0 8c 	call  2008a1c <_Chain_Extract>                 
 20147f0:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_chain_extract( (rtems_chain_node *) the_jnode );            
    the_jnode->Parent = NULL;                                         
 20147f4:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
                                                                      
  /*                                                                  
   * Decrement the link counter and see if we can free the space.     
   */                                                                 
                                                                      
  the_jnode->st_nlink--;                                              
 20147f8:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      
  IMFS_update_ctime( the_jnode );                                     
 20147fc:	92 10 20 00 	clr  %o1                                       
                                                                      
  /*                                                                  
   * Decrement the link counter and see if we can free the space.     
   */                                                                 
                                                                      
  the_jnode->st_nlink--;                                              
 2014800:	82 00 7f ff 	add  %g1, -1, %g1                              
  IMFS_update_ctime( the_jnode );                                     
 2014804:	90 07 bf f8 	add  %fp, -8, %o0                              
 2014808:	7f ff be 0e 	call  2004040 <gettimeofday>                   
 201480c:	c2 34 20 34 	sth  %g1, [ %l0 + 0x34 ]                       
 2014810:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
                                                                      
  /*                                                                  
   * The file cannot be open and the link must be less than 1 to free.
   */                                                                 
                                                                      
  if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
 2014814:	90 10 00 10 	mov  %l0, %o0                                  
 2014818:	7f ff f1 78 	call  2010df8 <rtems_libio_is_file_open>       
 201481c:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
 2014820:	80 a2 20 00 	cmp  %o0, 0                                    
 2014824:	12 80 00 11 	bne  2014868 <imfs_dir_rmnod+0xcc>             
 2014828:	01 00 00 00 	nop                                            
 201482c:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      
 2014830:	80 a0 60 00 	cmp  %g1, 0                                    
 2014834:	12 80 00 0d 	bne  2014868 <imfs_dir_rmnod+0xcc>             
 2014838:	03 00 80 89 	sethi  %hi(0x2022400), %g1                     
                                                                      
    /*                                                                
     * Is the rtems_filesystem_current is this node?                  
     */                                                               
                                                                      
    if ( rtems_filesystem_current.node_access == pathloc->node_access )
 201483c:	c2 00 62 08 	ld  [ %g1 + 0x208 ], %g1	! 2022608 <rtems_current_user_env>
 2014840:	c4 06 40 00 	ld  [ %i1 ], %g2                               
 2014844:	c6 00 60 04 	ld  [ %g1 + 4 ], %g3                           
 2014848:	80 a0 c0 02 	cmp  %g3, %g2                                  
 201484c:	22 80 00 02 	be,a   2014854 <imfs_dir_rmnod+0xb8>           <== NEVER TAKEN
 2014850:	c0 20 60 04 	clr  [ %g1 + 4 ]                               <== NOT EXECUTED
                                                                      
    /*                                                                
     * Free memory associated with a memory file.                     
     */                                                               
                                                                      
    free( the_jnode );                                                
 2014854:	90 10 00 10 	mov  %l0, %o0                                  
 2014858:	7f ff bd cf 	call  2003f94 <free>                           
 201485c:	b0 10 20 00 	clr  %i0                                       
 2014860:	81 c7 e0 08 	ret                                            
 2014864:	81 e8 00 00 	restore                                        
  }                                                                   
                                                                      
  return 0;                                                           
                                                                      
}                                                                     
 2014868:	81 c7 e0 08 	ret                                            
 201486c:	91 e8 20 00 	restore  %g0, 0, %o0                           
  /*                                                                  
   * You cannot remove a node that still has children                 
   */                                                                 
                                                                      
  if ( ! rtems_chain_is_empty( &the_jnode->info.directory.Entries ) ) 
     rtems_set_errno_and_return_minus_one( ENOTEMPTY );               
 2014870:	40 00 04 5b 	call  20159dc <__errno>                        
 2014874:	b0 10 3f ff 	mov  -1, %i0                                   
 2014878:	82 10 20 5a 	mov  0x5a, %g1                                 
 201487c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2014880:	81 c7 e0 08 	ret                                            
 2014884:	81 e8 00 00 	restore                                        
  /*                                                                  
   * You cannot remove a mountpoint.                                  
   */                                                                 
                                                                      
   if ( the_jnode->info.directory.mt_fs != NULL )                     
     rtems_set_errno_and_return_minus_one( EBUSY );                   
 2014888:	40 00 04 55 	call  20159dc <__errno>                        
 201488c:	b0 10 3f ff 	mov  -1, %i0                                   
 2014890:	82 10 20 10 	mov  0x10, %g1                                 
 2014894:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2014898:	81 c7 e0 08 	ret                                            
 201489c:	81 e8 00 00 	restore                                        
                                                                      

0200365c <init_etc_passwd_group>: /* * Initialize useable but dummy databases */ void init_etc_passwd_group(void) {
 200365c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  FILE *fp;                                                           
  static char etc_passwd_initted = 0;                                 
                                                                      
  if (etc_passwd_initted)                                             
 2003660:	03 00 80 80 	sethi  %hi(0x2020000), %g1                     
 2003664:	c4 48 63 c0 	ldsb  [ %g1 + 0x3c0 ], %g2	! 20203c0 <etc_passwd_initted.6398>
 2003668:	80 a0 a0 00 	cmp  %g2, 0                                    
 200366c:	02 80 00 04 	be  200367c <init_etc_passwd_group+0x20>       
 2003670:	84 10 20 01 	mov  1, %g2                                    
 2003674:	81 c7 e0 08 	ret                                            
 2003678:	81 e8 00 00 	restore                                        
    return;                                                           
  etc_passwd_initted = 1;                                             
  mkdir("/etc", 0777);                                                
 200367c:	92 10 21 ff 	mov  0x1ff, %o1                                
  FILE *fp;                                                           
  static char etc_passwd_initted = 0;                                 
                                                                      
  if (etc_passwd_initted)                                             
    return;                                                           
  etc_passwd_initted = 1;                                             
 2003680:	c4 28 63 c0 	stb  %g2, [ %g1 + 0x3c0 ]                      
  mkdir("/etc", 0777);                                                
 2003684:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     
 2003688:	40 00 02 2e 	call  2003f40 <mkdir>                          
 200368c:	90 12 21 d8 	or  %o0, 0x1d8, %o0	! 201e9d8 <IMFS_ops+0x90>  
                                                                      
  /*                                                                  
   *  Initialize /etc/passwd                                          
   */                                                                 
  if ((fp = fopen("/etc/passwd", "r")) != NULL) {                     
 2003690:	31 00 80 7a 	sethi  %hi(0x201e800), %i0                     
 2003694:	21 00 80 7a 	sethi  %hi(0x201e800), %l0                     
 2003698:	90 16 21 e0 	or  %i0, 0x1e0, %o0                            
 200369c:	40 00 3d 34 	call  2012b6c <fopen>                          
 20036a0:	92 14 21 f0 	or  %l0, 0x1f0, %o1                            
 20036a4:	80 a2 20 00 	cmp  %o0, 0                                    
 20036a8:	22 80 00 0d 	be,a   20036dc <init_etc_passwd_group+0x80>    <== ALWAYS TAKEN
 20036ac:	90 16 21 e0 	or  %i0, 0x1e0, %o0                            
  }                                                                   
  else if ((fp = fopen("/etc/passwd", "w")) != NULL) {                
    fprintf(fp, "root:*:0:0:root::/:/bin/sh\n"                        
                 "rtems:*:1:1:RTEMS Application::/:/bin/sh\n"         
                 "tty:!:2:2:tty owner::/:/bin/false\n" );             
    fclose(fp);                                                       
 20036b0:	40 00 3b 59 	call  2012414 <fclose>                         
 20036b4:	01 00 00 00 	nop                                            
  }                                                                   
                                                                      
  /*                                                                  
   *  Initialize /etc/group                                           
   */                                                                 
  if ((fp = fopen("/etc/group", "r")) != NULL) {                      
 20036b8:	92 14 21 f0 	or  %l0, 0x1f0, %o1                            
 20036bc:	21 00 80 7a 	sethi  %hi(0x201e800), %l0                     
 20036c0:	40 00 3d 2b 	call  2012b6c <fopen>                          
 20036c4:	90 14 22 68 	or  %l0, 0x268, %o0	! 201ea68 <IMFS_ops+0x120> 
 20036c8:	80 a2 20 00 	cmp  %o0, 0                                    
 20036cc:	22 80 00 11 	be,a   2003710 <init_etc_passwd_group+0xb4>    <== ALWAYS TAKEN
 20036d0:	90 14 22 68 	or  %l0, 0x268, %o0                            
    fclose(fp);                                                       
 20036d4:	40 00 3b 50 	call  2012414 <fclose>                         <== NOT EXECUTED
 20036d8:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
   *  Initialize /etc/passwd                                          
   */                                                                 
  if ((fp = fopen("/etc/passwd", "r")) != NULL) {                     
    fclose(fp);                                                       
  }                                                                   
  else if ((fp = fopen("/etc/passwd", "w")) != NULL) {                
 20036dc:	13 00 80 7a 	sethi  %hi(0x201e800), %o1                     
 20036e0:	40 00 3d 23 	call  2012b6c <fopen>                          
 20036e4:	92 12 61 f8 	or  %o1, 0x1f8, %o1	! 201e9f8 <IMFS_ops+0xb0>  
 20036e8:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 20036ec:	02 bf ff f3 	be  20036b8 <init_etc_passwd_group+0x5c>       <== NEVER TAKEN
 20036f0:	92 10 20 01 	mov  1, %o1                                    
    fprintf(fp, "root:*:0:0:root::/:/bin/sh\n"                        
 20036f4:	94 10 20 66 	mov  0x66, %o2                                 
 20036f8:	96 10 00 18 	mov  %i0, %o3                                  
 20036fc:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     
 2003700:	40 00 3f 0d 	call  2013334 <fwrite>                         
 2003704:	90 12 22 00 	or  %o0, 0x200, %o0	! 201ea00 <IMFS_ops+0xb8>  
                 "rtems:*:1:1:RTEMS Application::/:/bin/sh\n"         
                 "tty:!:2:2:tty owner::/:/bin/false\n" );             
    fclose(fp);                                                       
 2003708:	10 bf ff ea 	b  20036b0 <init_etc_passwd_group+0x54>        
 200370c:	90 10 00 18 	mov  %i0, %o0                                  
   *  Initialize /etc/group                                           
   */                                                                 
  if ((fp = fopen("/etc/group", "r")) != NULL) {                      
    fclose(fp);                                                       
  }                                                                   
  else if ((fp = fopen("/etc/group", "w")) != NULL) {                 
 2003710:	13 00 80 7a 	sethi  %hi(0x201e800), %o1                     
 2003714:	40 00 3d 16 	call  2012b6c <fopen>                          
 2003718:	92 12 61 f8 	or  %o1, 0x1f8, %o1	! 201e9f8 <IMFS_ops+0xb0>  
 200371c:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 2003720:	02 bf ff d5 	be  2003674 <init_etc_passwd_group+0x18>       <== NEVER TAKEN
 2003724:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     
    fprintf( fp, "root:x:0:root\n"                                    
 2003728:	92 10 20 01 	mov  1, %o1                                    
 200372c:	94 10 20 2a 	mov  0x2a, %o2                                 
 2003730:	96 10 00 18 	mov  %i0, %o3                                  
 2003734:	40 00 3f 00 	call  2013334 <fwrite>                         
 2003738:	90 12 22 78 	or  %o0, 0x278, %o0                            
                 "rtems:x:1:rtems\n"                                  
                 "tty:x:2:tty\n" );                                   
    fclose(fp);                                                       
 200373c:	40 00 3b 36 	call  2012414 <fclose>                         
 2003740:	81 e8 00 00 	restore                                        
                                                                      

02006998 <ioctl>: int ioctl( int fd, ioctl_command_t command, ... ) {
 2006998:	9d e3 bf 98 	save  %sp, -104, %sp                           
  va_list            ap;                                              
  rtems_status_code  rc;                                              
  rtems_libio_t     *iop;                                             
  void              *buffer;                                          
                                                                      
  rtems_libio_check_fd( fd );                                         
 200699c:	03 00 80 8a 	sethi  %hi(0x2022800), %g1                     
 20069a0:	c2 00 60 e4 	ld  [ %g1 + 0xe4 ], %g1	! 20228e4 <rtems_libio_number_iops>
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open(iop);                                     
                                                                      
  va_start(ap, command);                                              
 20069a4:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
 20069a8:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        
 20069ac:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        
  va_list            ap;                                              
  rtems_status_code  rc;                                              
  rtems_libio_t     *iop;                                             
  void              *buffer;                                          
                                                                      
  rtems_libio_check_fd( fd );                                         
 20069b0:	80 a6 00 01 	cmp  %i0, %g1                                  
 20069b4:	1a 80 00 18 	bcc  2006a14 <ioctl+0x7c>                      
 20069b8:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
  iop = rtems_libio_iop( fd );                                        
 20069bc:	03 00 80 8c 	sethi  %hi(0x2023000), %g1                     
 20069c0:	d0 00 63 bc 	ld  [ %g1 + 0x3bc ], %o0	! 20233bc <rtems_libio_iops>
 20069c4:	83 2e 20 06 	sll  %i0, 6, %g1                               
 20069c8:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 20069cc:	b0 06 00 01 	add  %i0, %g1, %i0                             
 20069d0:	90 02 00 18 	add  %o0, %i0, %o0                             
  rtems_libio_check_is_open(iop);                                     
 20069d4:	c2 02 20 18 	ld  [ %o0 + 0x18 ], %g1                        
 20069d8:	80 88 61 00 	btst  0x100, %g1                               
 20069dc:	02 80 00 0e 	be  2006a14 <ioctl+0x7c>                       <== NEVER TAKEN
 20069e0:	84 07 a0 50 	add  %fp, 0x50, %g2                            
                                                                      
  /*                                                                  
   *  Now process the ioctl().                                        
   */                                                                 
                                                                      
  if ( !iop->handlers )                                               
 20069e4:	c2 02 20 40 	ld  [ %o0 + 0x40 ], %g1                        
 20069e8:	80 a0 60 00 	cmp  %g1, 0                                    
 20069ec:	02 80 00 0a 	be  2006a14 <ioctl+0x7c>                       <== NEVER TAKEN
 20069f0:	c4 27 bf fc 	st  %g2, [ %fp + -4 ]                          
    rtems_set_errno_and_return_minus_one( EBADF );                    
                                                                      
  if ( !iop->handlers->ioctl_h )                                      
 20069f4:	c2 00 60 10 	ld  [ %g1 + 0x10 ], %g1                        
 20069f8:	80 a0 60 00 	cmp  %g1, 0                                    
 20069fc:	02 80 00 0c 	be  2006a2c <ioctl+0x94>                       <== NEVER TAKEN
 2006a00:	92 10 00 19 	mov  %i1, %o1                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  rc = (*iop->handlers->ioctl_h)( iop, command, buffer );             
 2006a04:	9f c0 40 00 	call  %g1                                      
 2006a08:	94 10 00 1a 	mov  %i2, %o2                                  
                                                                      
  return rc;                                                          
}                                                                     
 2006a0c:	81 c7 e0 08 	ret                                            
 2006a10:	91 e8 00 08 	restore  %g0, %o0, %o0                         
  /*                                                                  
   *  Now process the ioctl().                                        
   */                                                                 
                                                                      
  if ( !iop->handlers )                                               
    rtems_set_errno_and_return_minus_one( EBADF );                    
 2006a14:	40 00 3d 00 	call  2015e14 <__errno>                        
 2006a18:	b0 10 3f ff 	mov  -1, %i0                                   
 2006a1c:	82 10 20 09 	mov  9, %g1                                    
 2006a20:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006a24:	81 c7 e0 08 	ret                                            
 2006a28:	81 e8 00 00 	restore                                        
                                                                      
  if ( !iop->handlers->ioctl_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2006a2c:	40 00 3c fa 	call  2015e14 <__errno>                        <== NOT EXECUTED
 2006a30:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2006a34:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2006a38:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2006a3c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2006a40:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02004154 <iproc>: /* * Process a single input character */ static int iproc (unsigned char c, struct rtems_termios_tty *tty) {
 2004154:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
	if (tty->termios.c_iflag & ISTRIP)                                   
 2004158:	c2 06 60 30 	ld  [ %i1 + 0x30 ], %g1                        <== NOT EXECUTED
 200415c:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2004160:	02 80 00 03 	be  200416c <iproc+0x18>                       <== NOT EXECUTED
 2004164:	a0 10 00 18 	mov  %i0, %l0                                  <== NOT EXECUTED
		c &= 0x7f;                                                          
 2004168:	a0 0e 20 7f 	and  %i0, 0x7f, %l0                            <== NOT EXECUTED
	if (tty->termios.c_iflag & IUCLC)                                    
 200416c:	80 88 62 00 	btst  0x200, %g1                               <== NOT EXECUTED
 2004170:	02 80 00 0c 	be  20041a0 <iproc+0x4c>                       <== NOT EXECUTED
 2004174:	84 0c 20 ff 	and  %l0, 0xff, %g2                            <== NOT EXECUTED
		c = tolower (c);                                                    
 2004178:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     <== NOT EXECUTED
 200417c:	c4 00 a3 d0 	ld  [ %g2 + 0x3d0 ], %g2	! 201c3d0 <__ctype_ptr__><== NOT EXECUTED
 2004180:	a0 0c 20 ff 	and  %l0, 0xff, %l0                            <== NOT EXECUTED
 2004184:	84 00 80 10 	add  %g2, %l0, %g2                             <== NOT EXECUTED
 2004188:	c4 08 a0 01 	ldub  [ %g2 + 1 ], %g2                         <== NOT EXECUTED
 200418c:	84 08 a0 03 	and  %g2, 3, %g2                               <== NOT EXECUTED
 2004190:	80 a0 a0 01 	cmp  %g2, 1                                    <== NOT EXECUTED
 2004194:	22 80 00 02 	be,a   200419c <iproc+0x48>                    <== NOT EXECUTED
 2004198:	a0 04 20 20 	add  %l0, 0x20, %l0                            <== NOT EXECUTED
	if (c == '\r') {                                                     
 200419c:	84 0c 20 ff 	and  %l0, 0xff, %g2                            <== NOT EXECUTED
 20041a0:	80 a0 a0 0d 	cmp  %g2, 0xd                                  <== NOT EXECUTED
 20041a4:	02 80 00 16 	be  20041fc <iproc+0xa8>                       <== NOT EXECUTED
 20041a8:	80 a0 a0 0a 	cmp  %g2, 0xa                                  <== NOT EXECUTED
		if (tty->termios.c_iflag & IGNCR)                                   
			return 0;                                                          
		if (tty->termios.c_iflag & ICRNL)                                   
			c = '\n';                                                          
	}                                                                    
	else if ((c == '\n') && (tty->termios.c_iflag & INLCR)) {            
 20041ac:	02 80 00 41 	be  20042b0 <iproc+0x15c>                      <== NOT EXECUTED
 20041b0:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
		c = '\r';                                                           
	}                                                                    
	if ((c != '\0') && (tty->termios.c_lflag & ICANON)) {                
 20041b4:	32 80 00 1a 	bne,a   200421c <iproc+0xc8>                   <== NOT EXECUTED
 20041b8:	c2 06 60 3c 	ld  [ %i1 + 0x3c ], %g1                        <== NOT EXECUTED
	}                                                                    
                                                                      
	/*                                                                   
	 * FIXME: Should do IMAXBEL handling somehow                         
	 */                                                                  
	if (tty->ccount < (CBUFSIZE-1)) {                                    
 20041bc:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
 20041c0:	05 00 80 70 	sethi  %hi(0x201c000), %g2                     <== NOT EXECUTED
 20041c4:	c4 00 a3 20 	ld  [ %g2 + 0x320 ], %g2	! 201c320 <rtems_termios_cbufsize><== NOT EXECUTED
 20041c8:	84 00 bf ff 	add  %g2, -1, %g2                              <== NOT EXECUTED
 20041cc:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 20041d0:	16 80 00 09 	bge  20041f4 <iproc+0xa0>                      <== NOT EXECUTED
 20041d4:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
		if (tty->termios.c_lflag & ECHO)                                    
 20041d8:	c4 06 60 3c 	ld  [ %i1 + 0x3c ], %g2                        <== NOT EXECUTED
 20041dc:	80 88 a0 08 	btst  8, %g2                                   <== NOT EXECUTED
 20041e0:	12 80 00 39 	bne  20042c4 <iproc+0x170>                     <== NOT EXECUTED
 20041e4:	84 00 60 01 	add  %g1, 1, %g2                               <== NOT EXECUTED
			echo (c, tty);                                                     
		tty->cbuf[tty->ccount++] = c;                                       
 20041e8:	c6 06 60 1c 	ld  [ %i1 + 0x1c ], %g3                        <== NOT EXECUTED
 20041ec:	e0 28 c0 01 	stb  %l0, [ %g3 + %g1 ]                        <== NOT EXECUTED
 20041f0:	c4 26 60 20 	st  %g2, [ %i1 + 0x20 ]                        <== NOT EXECUTED
 20041f4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20041f8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
	if (tty->termios.c_iflag & ISTRIP)                                   
		c &= 0x7f;                                                          
	if (tty->termios.c_iflag & IUCLC)                                    
		c = tolower (c);                                                    
	if (c == '\r') {                                                     
		if (tty->termios.c_iflag & IGNCR)                                   
 20041fc:	80 88 60 80 	btst  0x80, %g1                                <== NOT EXECUTED
 2004200:	02 80 00 04 	be  2004210 <iproc+0xbc>                       <== NOT EXECUTED
 2004204:	80 88 61 00 	btst  0x100, %g1                               <== NOT EXECUTED
		if (tty->termios.c_lflag & ECHO)                                    
			echo (c, tty);                                                     
		tty->cbuf[tty->ccount++] = c;                                       
	}                                                                    
	return 0;                                                            
}                                                                     
 2004208:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200420c:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
	if (tty->termios.c_iflag & IUCLC)                                    
		c = tolower (c);                                                    
	if (c == '\r') {                                                     
		if (tty->termios.c_iflag & IGNCR)                                   
			return 0;                                                          
		if (tty->termios.c_iflag & ICRNL)                                   
 2004210:	32 80 00 02 	bne,a   2004218 <iproc+0xc4>                   <== NOT EXECUTED
 2004214:	a0 10 20 0a 	mov  0xa, %l0                                  <== NOT EXECUTED
			c = '\n';                                                          
	}                                                                    
	else if ((c == '\n') && (tty->termios.c_iflag & INLCR)) {            
		c = '\r';                                                           
	}                                                                    
	if ((c != '\0') && (tty->termios.c_lflag & ICANON)) {                
 2004218:	c2 06 60 3c 	ld  [ %i1 + 0x3c ], %g1                        <== NOT EXECUTED
 200421c:	80 88 60 02 	btst  2, %g1                                   <== NOT EXECUTED
 2004220:	22 bf ff e8 	be,a   20041c0 <iproc+0x6c>                    <== NOT EXECUTED
 2004224:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
		if (c == tty->termios.c_cc[VERASE]) {                               
 2004228:	c4 0e 60 43 	ldub  [ %i1 + 0x43 ], %g2                      <== NOT EXECUTED
 200422c:	90 0c 20 ff 	and  %l0, 0xff, %o0                            <== NOT EXECUTED
 2004230:	80 a0 80 08 	cmp  %g2, %o0                                  <== NOT EXECUTED
 2004234:	22 80 00 43 	be,a   2004340 <iproc+0x1ec>                   <== NOT EXECUTED
 2004238:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
			erase (tty, 0);                                                    
			return 0;                                                          
		}                                                                   
		else if (c == tty->termios.c_cc[VKILL]) {                           
 200423c:	c4 0e 60 44 	ldub  [ %i1 + 0x44 ], %g2                      <== NOT EXECUTED
 2004240:	80 a0 80 08 	cmp  %g2, %o0                                  <== NOT EXECUTED
 2004244:	22 80 00 2e 	be,a   20042fc <iproc+0x1a8>                   <== NOT EXECUTED
 2004248:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
			erase (tty, 1);                                                    
			return 0;                                                          
		}                                                                   
		else if (c == tty->termios.c_cc[VEOF]) {                            
 200424c:	c4 0e 60 45 	ldub  [ %i1 + 0x45 ], %g2                      <== NOT EXECUTED
 2004250:	80 a0 80 08 	cmp  %g2, %o0                                  <== NOT EXECUTED
 2004254:	02 bf ff e8 	be  20041f4 <iproc+0xa0>                       <== NOT EXECUTED
 2004258:	b0 10 20 01 	mov  1, %i0                                    <== NOT EXECUTED
			return 1;                                                          
		}                                                                   
		else if (c == '\n') {                                               
 200425c:	80 a2 20 0a 	cmp  %o0, 0xa                                  <== NOT EXECUTED
 2004260:	02 80 00 2c 	be  2004310 <iproc+0x1bc>                      <== NOT EXECUTED
 2004264:	80 88 60 48 	btst  0x48, %g1                                <== NOT EXECUTED
			if (tty->termios.c_lflag & (ECHO | ECHONL))                        
				echo (c, tty);                                                    
			tty->cbuf[tty->ccount++] = c;                                      
			return 1;                                                          
		}                                                                   
		else if ((c == tty->termios.c_cc[VEOL])                             
 2004268:	c4 0e 60 4c 	ldub  [ %i1 + 0x4c ], %g2                      <== NOT EXECUTED
 200426c:	80 a0 80 08 	cmp  %g2, %o0                                  <== NOT EXECUTED
 2004270:	02 80 00 07 	be  200428c <iproc+0x138>                      <== NOT EXECUTED
 2004274:	80 88 60 08 	btst  8, %g1                                   <== NOT EXECUTED
		      || (c == tty->termios.c_cc[VEOL2])) {                         
 2004278:	c4 0e 60 51 	ldub  [ %i1 + 0x51 ], %g2                      <== NOT EXECUTED
 200427c:	80 a0 80 08 	cmp  %g2, %o0                                  <== NOT EXECUTED
 2004280:	32 bf ff d0 	bne,a   20041c0 <iproc+0x6c>                   <== NOT EXECUTED
 2004284:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
			if (tty->termios.c_lflag & ECHO)                                   
 2004288:	80 88 60 08 	btst  8, %g1                                   <== NOT EXECUTED
 200428c:	12 80 00 18 	bne  20042ec <iproc+0x198>                     <== NOT EXECUTED
 2004290:	01 00 00 00 	nop                                            <== NOT EXECUTED
				echo (c, tty);                                                    
			tty->cbuf[tty->ccount++] = c;                                      
 2004294:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
 2004298:	c6 06 60 1c 	ld  [ %i1 + 0x1c ], %g3                        <== NOT EXECUTED
 200429c:	84 00 60 01 	add  %g1, 1, %g2                               <== NOT EXECUTED
 20042a0:	e0 28 c0 01 	stb  %l0, [ %g3 + %g1 ]                        <== NOT EXECUTED
 20042a4:	c4 26 60 20 	st  %g2, [ %i1 + 0x20 ]                        <== NOT EXECUTED
			return 1;                                                          
 20042a8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20042ac:	91 e8 20 01 	restore  %g0, 1, %o0                           <== NOT EXECUTED
		if (tty->termios.c_iflag & IGNCR)                                   
			return 0;                                                          
		if (tty->termios.c_iflag & ICRNL)                                   
			c = '\n';                                                          
	}                                                                    
	else if ((c == '\n') && (tty->termios.c_iflag & INLCR)) {            
 20042b0:	80 88 60 40 	btst  0x40, %g1                                <== NOT EXECUTED
 20042b4:	32 bf ff d9 	bne,a   2004218 <iproc+0xc4>                   <== NOT EXECUTED
 20042b8:	a0 10 20 0d 	mov  0xd, %l0                                  <== NOT EXECUTED
		c = '\r';                                                           
	}                                                                    
	if ((c != '\0') && (tty->termios.c_lflag & ICANON)) {                
 20042bc:	10 bf ff d8 	b  200421c <iproc+0xc8>                        <== NOT EXECUTED
 20042c0:	c2 06 60 3c 	ld  [ %i1 + 0x3c ], %g1                        <== NOT EXECUTED
	/*                                                                   
	 * FIXME: Should do IMAXBEL handling somehow                         
	 */                                                                  
	if (tty->ccount < (CBUFSIZE-1)) {                                    
		if (tty->termios.c_lflag & ECHO)                                    
			echo (c, tty);                                                     
 20042c4:	90 0c 20 ff 	and  %l0, 0xff, %o0                            <== NOT EXECUTED
 20042c8:	7f ff fe f6 	call  2003ea0 <echo>                           <== NOT EXECUTED
 20042cc:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 20042d0:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
		tty->cbuf[tty->ccount++] = c;                                       
 20042d4:	c6 06 60 1c 	ld  [ %i1 + 0x1c ], %g3                        <== NOT EXECUTED
 20042d8:	84 00 60 01 	add  %g1, 1, %g2                               <== NOT EXECUTED
 20042dc:	e0 28 c0 01 	stb  %l0, [ %g3 + %g1 ]                        <== NOT EXECUTED
 20042e0:	c4 26 60 20 	st  %g2, [ %i1 + 0x20 ]                        <== NOT EXECUTED
 20042e4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20042e8:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
			return 1;                                                          
		}                                                                   
		else if ((c == tty->termios.c_cc[VEOL])                             
		      || (c == tty->termios.c_cc[VEOL2])) {                         
			if (tty->termios.c_lflag & ECHO)                                   
				echo (c, tty);                                                    
 20042ec:	7f ff fe ed 	call  2003ea0 <echo>                           <== NOT EXECUTED
 20042f0:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
			tty->cbuf[tty->ccount++] = c;                                      
 20042f4:	10 bf ff e9 	b  2004298 <iproc+0x144>                       <== NOT EXECUTED
 20042f8:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
		if (c == tty->termios.c_cc[VERASE]) {                               
			erase (tty, 0);                                                    
			return 0;                                                          
		}                                                                   
		else if (c == tty->termios.c_cc[VKILL]) {                           
			erase (tty, 1);                                                    
 20042fc:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 2004300:	7f ff ff 08 	call  2003f20 <erase>                          <== NOT EXECUTED
 2004304:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
			return 0;                                                          
 2004308:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200430c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
		}                                                                   
		else if (c == tty->termios.c_cc[VEOF]) {                            
			return 1;                                                          
		}                                                                   
		else if (c == '\n') {                                               
			if (tty->termios.c_lflag & (ECHO | ECHONL))                        
 2004310:	22 80 00 05 	be,a   2004324 <iproc+0x1d0>                   <== NOT EXECUTED
 2004314:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
				echo (c, tty);                                                    
 2004318:	7f ff fe e2 	call  2003ea0 <echo>                           <== NOT EXECUTED
 200431c:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
			tty->cbuf[tty->ccount++] = c;                                      
 2004320:	c2 06 60 20 	ld  [ %i1 + 0x20 ], %g1                        <== NOT EXECUTED
 2004324:	c4 06 60 1c 	ld  [ %i1 + 0x1c ], %g2                        <== NOT EXECUTED
 2004328:	86 10 20 0a 	mov  0xa, %g3                                  <== NOT EXECUTED
 200432c:	c6 28 80 01 	stb  %g3, [ %g2 + %g1 ]                        <== NOT EXECUTED
 2004330:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
 2004334:	c2 26 60 20 	st  %g1, [ %i1 + 0x20 ]                        <== NOT EXECUTED
			return 1;                                                          
 2004338:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200433c:	91 e8 20 01 	restore  %g0, 1, %o0                           <== NOT EXECUTED
	else if ((c == '\n') && (tty->termios.c_iflag & INLCR)) {            
		c = '\r';                                                           
	}                                                                    
	if ((c != '\0') && (tty->termios.c_lflag & ICANON)) {                
		if (c == tty->termios.c_cc[VERASE]) {                               
			erase (tty, 0);                                                    
 2004340:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 2004344:	7f ff fe f7 	call  2003f20 <erase>                          <== NOT EXECUTED
 2004348:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
			return 0;                                                          
 200434c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004350:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200f714 <killinfo>: int killinfo( pid_t pid, int sig, const union sigval *value ) {
 200f714:	9d e3 bf 90 	save  %sp, -112, %sp                           
  POSIX_signals_Siginfo_node  *psiginfo;                              
                                                                      
  /*                                                                  
   *  Only supported for the "calling process" (i.e. this node).      
   */                                                                 
  if ( pid != getpid() )                                              
 200f718:	7f ff fb a2 	call  200e5a0 <getpid>                         
 200f71c:	01 00 00 00 	nop                                            
 200f720:	80 a2 00 18 	cmp  %o0, %i0                                  
 200f724:	12 80 00 b6 	bne  200f9fc <killinfo+0x2e8>                  
 200f728:	80 a6 60 00 	cmp  %i1, 0                                    
    rtems_set_errno_and_return_minus_one( ESRCH );                    
                                                                      
  /*                                                                  
   *  Validate the signal passed.                                     
   */                                                                 
  if ( !sig )                                                         
 200f72c:	02 80 00 ba 	be  200fa14 <killinfo+0x300>                   
 200f730:	82 06 7f ff 	add  %i1, -1, %g1                              
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !is_valid_signo(sig) )                                         
 200f734:	80 a0 60 1f 	cmp  %g1, 0x1f                                 
 200f738:	18 80 00 b7 	bgu  200fa14 <killinfo+0x300>                  
 200f73c:	23 00 80 74 	sethi  %hi(0x201d000), %l1                     
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  /*                                                                  
   *  If the signal is being ignored, then we are out of here.        
   */                                                                 
  if ( _POSIX_signals_Vectors[ sig ].sa_handler == SIG_IGN )          
 200f740:	a5 2e 60 02 	sll  %i1, 2, %l2                               
 200f744:	a2 14 62 d4 	or  %l1, 0x2d4, %l1                            
 200f748:	a7 2e 60 04 	sll  %i1, 4, %l3                               
 200f74c:	84 24 c0 12 	sub  %l3, %l2, %g2                             
 200f750:	84 04 40 02 	add  %l1, %g2, %g2                             
 200f754:	c4 00 a0 08 	ld  [ %g2 + 8 ], %g2                           
 200f758:	80 a0 a0 01 	cmp  %g2, 1                                    
 200f75c:	02 80 00 45 	be  200f870 <killinfo+0x15c>                   
 200f760:	b0 10 20 00 	clr  %i0                                       
  /*                                                                  
   *  P1003.1c/Draft 10, p. 33 says that certain signals should always
   *  be directed to the executing thread such as those caused by hardware
   *  faults.                                                         
   */                                                                 
  if ( (sig == SIGFPE) || (sig == SIGILL) || (sig == SIGSEGV ) )      
 200f764:	80 a6 60 04 	cmp  %i1, 4                                    
 200f768:	02 80 00 44 	be  200f878 <killinfo+0x164>                   
 200f76c:	80 a6 60 08 	cmp  %i1, 8                                    
 200f770:	02 80 00 42 	be  200f878 <killinfo+0x164>                   
 200f774:	80 a6 60 0b 	cmp  %i1, 0xb                                  
 200f778:	02 80 00 40 	be  200f878 <killinfo+0x164>                   
 200f77c:	a0 10 20 01 	mov  1, %l0                                    
                                                                      
  /*                                                                  
   *  Build up a siginfo structure                                    
   */                                                                 
  siginfo = &siginfo_struct;                                          
  siginfo->si_signo = sig;                                            
 200f780:	f2 27 bf f4 	st  %i1, [ %fp + -12 ]                         
  siginfo->si_code = SI_USER;                                         
 200f784:	e0 27 bf f8 	st  %l0, [ %fp + -8 ]                          
  if ( !value ) {                                                     
 200f788:	80 a6 a0 00 	cmp  %i2, 0                                    
 200f78c:	02 80 00 41 	be  200f890 <killinfo+0x17c>                   
 200f790:	a1 2c 00 01 	sll  %l0, %g1, %l0                             
    siginfo->si_value.sival_int = 0;                                  
  } else {                                                            
    siginfo->si_value = *value;                                       
 200f794:	c2 06 80 00 	ld  [ %i2 ], %g1                               
 200f798:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
 200f79c:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200f7a0:	c4 00 61 40 	ld  [ %g1 + 0x140 ], %g2	! 201cd40 <_Thread_Dispatch_disable_level>
 200f7a4:	84 00 a0 01 	inc  %g2                                       
 200f7a8:	c4 20 61 40 	st  %g2, [ %g1 + 0x140 ]                       
                                                                      
  /*                                                                  
   *  Is the currently executing thread interested?  If so then it will
   *  get it an execute it as soon as the dispatcher executes.        
   */                                                                 
  the_thread = _Thread_Executing;                                     
 200f7ac:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200f7b0:	c2 00 62 00 	ld  [ %g1 + 0x200 ], %g1	! 201ce00 <_Thread_Executing>
                                                                      
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
 200f7b4:	c4 00 61 6c 	ld  [ %g1 + 0x16c ], %g2                       
 200f7b8:	c4 00 a0 cc 	ld  [ %g2 + 0xcc ], %g2                        
 200f7bc:	80 ac 00 02 	andncc  %l0, %g2, %g0                          
 200f7c0:	12 80 00 1a 	bne  200f828 <killinfo+0x114>                  
 200f7c4:	09 00 80 75 	sethi  %hi(0x201d400), %g4                     
                                                                      
  /* XXX violation of visibility -- need to define thread queue support */
                                                                      
  the_chain = &_POSIX_signals_Wait_queue.Queues.Fifo;                 
                                                                      
  for ( the_node = the_chain->first ;                                 
 200f7c8:	c4 01 20 60 	ld  [ %g4 + 0x60 ], %g2	! 201d460 <_POSIX_signals_Wait_queue>
 200f7cc:	88 11 20 60 	or  %g4, 0x60, %g4                             
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 200f7d0:	88 01 20 04 	add  %g4, 4, %g4                               
 200f7d4:	80 a0 80 04 	cmp  %g2, %g4                                  
 200f7d8:	02 80 00 30 	be  200f898 <killinfo+0x184>                   
 200f7dc:	82 10 00 02 	mov  %g2, %g1                                  
    #endif                                                            
                                                                      
    /*                                                                
     * Is this thread is actually blocked waiting for the signal?     
     */                                                               
    if (the_thread->Wait.option & mask)                               
 200f7e0:	c6 00 a0 30 	ld  [ %g2 + 0x30 ], %g3                        
 200f7e4:	80 8c 00 03 	btst  %l0, %g3                                 
 200f7e8:	02 80 00 0c 	be  200f818 <killinfo+0x104>                   
 200f7ec:	c6 00 a1 6c 	ld  [ %g2 + 0x16c ], %g3                       
   *  thread needs to do the post context switch extension so it can  
   *  evaluate the signals pending.                                   
   */                                                                 
process_it:                                                           
                                                                      
  the_thread->do_post_task_switch_extension = true;                   
 200f7f0:	10 80 00 0f 	b  200f82c <killinfo+0x118>                    
 200f7f4:	84 10 20 01 	mov  1, %g2                                    
                                                                      
  /* XXX violation of visibility -- need to define thread queue support */
                                                                      
  the_chain = &_POSIX_signals_Wait_queue.Queues.Fifo;                 
                                                                      
  for ( the_node = the_chain->first ;                                 
 200f7f8:	80 a0 80 04 	cmp  %g2, %g4                                  
 200f7fc:	22 80 00 28 	be,a   200f89c <killinfo+0x188>                <== ALWAYS TAKEN
 200f800:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
    #endif                                                            
                                                                      
    /*                                                                
     * Is this thread is actually blocked waiting for the signal?     
     */                                                               
    if (the_thread->Wait.option & mask)                               
 200f804:	c2 00 a0 30 	ld  [ %g2 + 0x30 ], %g1                        <== NOT EXECUTED
  for ( the_node = the_chain->first ;                                 
        !_Chain_Is_tail( the_chain, the_node ) ;                      
        the_node = the_node->next ) {                                 
                                                                      
    the_thread = (Thread_Control *)the_node;                          
    api = the_thread->API_Extensions[ THREAD_API_POSIX ];             
 200f808:	c6 00 a1 6c 	ld  [ %g2 + 0x16c ], %g3                       <== NOT EXECUTED
    #endif                                                            
                                                                      
    /*                                                                
     * Is this thread is actually blocked waiting for the signal?     
     */                                                               
    if (the_thread->Wait.option & mask)                               
 200f80c:	80 8c 00 01 	btst  %l0, %g1                                 <== NOT EXECUTED
 200f810:	12 80 00 06 	bne  200f828 <killinfo+0x114>                  <== NOT EXECUTED
 200f814:	82 10 00 02 	mov  %g2, %g1                                  <== NOT EXECUTED
                                                                      
    /*                                                                
     * Is this thread is blocked waiting for another signal but has   
     * not blocked this one?                                          
     */                                                               
    if (~api->signals_blocked & mask)                                 
 200f818:	c6 00 e0 cc 	ld  [ %g3 + 0xcc ], %g3                        
 200f81c:	80 ac 00 03 	andncc  %l0, %g3, %g0                          
 200f820:	22 bf ff f6 	be,a   200f7f8 <killinfo+0xe4>                 
 200f824:	c4 00 80 00 	ld  [ %g2 ], %g2                               
   *  thread needs to do the post context switch extension so it can  
   *  evaluate the signals pending.                                   
   */                                                                 
process_it:                                                           
                                                                      
  the_thread->do_post_task_switch_extension = true;                   
 200f828:	84 10 20 01 	mov  1, %g2                                    
                                                                      
  /*                                                                  
   *  Returns true if the signal was synchronously given to a thread  
   *  blocked waiting for the signal.                                 
   */                                                                 
  if ( _POSIX_signals_Unblock_thread( the_thread, sig, siginfo ) ) {  
 200f82c:	90 10 00 01 	mov  %g1, %o0                                  
 200f830:	92 10 00 19 	mov  %i1, %o1                                  
   *  thread needs to do the post context switch extension so it can  
   *  evaluate the signals pending.                                   
   */                                                                 
process_it:                                                           
                                                                      
  the_thread->do_post_task_switch_extension = true;                   
 200f834:	c4 28 60 74 	stb  %g2, [ %g1 + 0x74 ]                       
                                                                      
  /*                                                                  
   *  Returns true if the signal was synchronously given to a thread  
   *  blocked waiting for the signal.                                 
   */                                                                 
  if ( _POSIX_signals_Unblock_thread( the_thread, sig, siginfo ) ) {  
 200f838:	40 00 00 ba 	call  200fb20 <_POSIX_signals_Unblock_thread>  
 200f83c:	94 07 bf f4 	add  %fp, -12, %o2                             
 200f840:	80 8a 20 ff 	btst  0xff, %o0                                
 200f844:	12 80 00 5a 	bne  200f9ac <killinfo+0x298>                  
 200f848:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  We may have woken up a thread but we definitely need to post the
   *  signal to the process wide information set.                     
   */                                                                 
  _POSIX_signals_Set_process_signals( mask );                         
 200f84c:	40 00 00 a5 	call  200fae0 <_POSIX_signals_Set_process_signals>
 200f850:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  if ( _POSIX_signals_Vectors[ sig ].sa_flags == SA_SIGINFO ) {       
 200f854:	a4 24 c0 12 	sub  %l3, %l2, %l2                             
 200f858:	c2 04 40 12 	ld  [ %l1 + %l2 ], %g1                         
 200f85c:	80 a0 60 02 	cmp  %g1, 2                                    
 200f860:	02 80 00 57 	be  200f9bc <killinfo+0x2a8>                   
 200f864:	11 00 80 75 	sethi  %hi(0x201d400), %o0                     
                                                                      
    _Chain_Append( &_POSIX_signals_Siginfo[ sig ], &psiginfo->Node ); 
  }                                                                   
                                                                      
  DEBUG_STEP("\n");                                                   
  _Thread_Enable_dispatch();                                          
 200f868:	7f ff e2 d2 	call  20083b0 <_Thread_Enable_dispatch>        
 200f86c:	b0 10 20 00 	clr  %i0                                       
  return 0;                                                           
}                                                                     
 200f870:	81 c7 e0 08 	ret                                            
 200f874:	81 e8 00 00 	restore                                        
   *  P1003.1c/Draft 10, p. 33 says that certain signals should always
   *  be directed to the executing thread such as those caused by hardware
   *  faults.                                                         
   */                                                                 
  if ( (sig == SIGFPE) || (sig == SIGILL) || (sig == SIGSEGV ) )      
      return pthread_kill( pthread_self(), sig );                     
 200f878:	40 00 01 38 	call  200fd58 <pthread_self>                   
 200f87c:	01 00 00 00 	nop                                            
 200f880:	40 00 00 f9 	call  200fc64 <pthread_kill>                   
 200f884:	92 10 00 19 	mov  %i1, %o1                                  
 200f888:	81 c7 e0 08 	ret                                            
 200f88c:	91 e8 00 08 	restore  %g0, %o0, %o0                         
   */                                                                 
  siginfo = &siginfo_struct;                                          
  siginfo->si_signo = sig;                                            
  siginfo->si_code = SI_USER;                                         
  if ( !value ) {                                                     
    siginfo->si_value.sival_int = 0;                                  
 200f890:	10 bf ff c3 	b  200f79c <killinfo+0x88>                     
 200f894:	c0 27 bf fc 	clr  [ %fp + -4 ]                              
   *  NOTES:                                                          
   *                                                                  
   *    + rtems internal threads do not receive signals.              
   */                                                                 
  interested = NULL;                                                  
  interested_priority = PRIORITY_MAXIMUM + 1;                         
 200f898:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200f89c:	da 08 62 24 	ldub  [ %g1 + 0x224 ], %o5	! 201c224 <rtems_maximum_priority>
 200f8a0:	13 00 80 73 	sethi  %hi(0x201cc00), %o1                     
 200f8a4:	9a 03 60 01 	inc  %o5                                       
 200f8a8:	92 12 60 a8 	or  %o1, 0xa8, %o1                             
 */                                                                   
                                                                      
#define _POSIX_signals_Is_interested( _api, _mask ) \                 
  ( ~(_api)->signals_blocked & (_mask) )                              
                                                                      
int killinfo(                                                         
 200f8ac:	82 10 20 00 	clr  %g1                                       
 200f8b0:	90 02 60 0c 	add  %o1, 0xc, %o0                             
          continue;                                                   
        }                                                             
                                                                      
        DEBUG_STEP("6");                                              
        /* prefer blocked/interruptible over blocked/not interruptible */
        if ( !_States_Is_interruptible_by_signal(interested->current_state) ) {
 200f8b4:	35 04 00 00 	sethi  %hi(0x10000000), %i2                    
  for (the_api = OBJECTS_CLASSIC_API; the_api <= OBJECTS_APIS_LAST; the_api++) {
                                                                      
    /*                                                                
     *  This can occur when no one is interested and ITRON is not configured.
     */                                                               
    if ( !_Objects_Information_table[ the_api ] )                     
 200f8b8:	c4 02 40 00 	ld  [ %o1 ], %g2                               
 200f8bc:	80 a0 a0 00 	cmp  %g2, 0                                    
 200f8c0:	22 80 00 2d 	be,a   200f974 <killinfo+0x260>                
 200f8c4:	92 02 60 04 	add  %o1, 4, %o1                               
      continue;                                                       
                                                                      
    the_info = _Objects_Information_table[ the_api ][ 1 ];            
 200f8c8:	c4 00 a0 04 	ld  [ %g2 + 4 ], %g2                           
       */                                                             
      if ( !the_info )                                                
        continue;                                                     
    #endif                                                            
                                                                      
    maximum = the_info->maximum;                                      
 200f8cc:	d8 10 a0 10 	lduh  [ %g2 + 0x10 ], %o4                      
    object_table = the_info->local_table;                             
                                                                      
    for ( index = 1 ; index <= maximum ; index++ ) {                  
 200f8d0:	80 a3 20 00 	cmp  %o4, 0                                    
 200f8d4:	02 80 00 27 	be  200f970 <killinfo+0x25c>                   
 200f8d8:	d6 00 a0 1c 	ld  [ %g2 + 0x1c ], %o3                        
 200f8dc:	84 10 20 01 	mov  1, %g2                                    
      the_thread = (Thread_Control *) object_table[ index ];          
 200f8e0:	87 28 a0 02 	sll  %g2, 2, %g3                               
 200f8e4:	c6 02 c0 03 	ld  [ %o3 + %g3 ], %g3                         
                                                                      
      if ( !the_thread )                                              
 200f8e8:	80 a0 e0 00 	cmp  %g3, 0                                    
 200f8ec:	02 80 00 1e 	be  200f964 <killinfo+0x250>                   
 200f8f0:	84 00 a0 01 	inc  %g2                                       
                                                                      
      /*                                                              
       *  If this thread is of lower priority than the interested thread,
       *  go on to the next thread.                                   
       */                                                             
      if ( the_thread->current_priority > interested_priority )       
 200f8f4:	c8 00 e0 14 	ld  [ %g3 + 0x14 ], %g4                        
 200f8f8:	80 a1 00 0d 	cmp  %g4, %o5                                  
 200f8fc:	18 80 00 1b 	bgu  200f968 <killinfo+0x254>                  
 200f900:	80 a3 00 02 	cmp  %o4, %g2                                  
      DEBUG_STEP("2");                                                
                                                                      
      /*                                                              
       *  If this thread is not interested, then go on to the next thread.
       */                                                             
      api = the_thread->API_Extensions[ THREAD_API_POSIX ];           
 200f904:	d4 00 e1 6c 	ld  [ %g3 + 0x16c ], %o2                       
 200f908:	d4 02 a0 cc 	ld  [ %o2 + 0xcc ], %o2                        
 200f90c:	80 ac 00 0a 	andncc  %l0, %o2, %g0                          
 200f910:	02 80 00 16 	be  200f968 <killinfo+0x254>                   
 200f914:	80 a3 00 02 	cmp  %o4, %g2                                  
       *                                                              
       *  NOTE: We initialized interested_priority to PRIORITY_MAXIMUM + 1
       *        so we never have to worry about deferencing a NULL    
       *        interested thread.                                    
       */                                                             
      if ( the_thread->current_priority < interested_priority ) {     
 200f918:	80 a1 00 0d 	cmp  %g4, %o5                                  
 200f91c:	2a 80 00 11 	bcs,a   200f960 <killinfo+0x24c>               
 200f920:	9a 10 00 04 	mov  %g4, %o5                                  
       *  and blocking interruptibutable by signal.                   
       *                                                              
       *  If the interested thread is ready, don't think about changing.
       */                                                             
                                                                      
      if ( !_States_Is_ready( interested->current_state ) ) {         
 200f924:	d4 00 60 10 	ld  [ %g1 + 0x10 ], %o2                        
 200f928:	80 a2 a0 00 	cmp  %o2, 0                                    
 200f92c:	02 80 00 0f 	be  200f968 <killinfo+0x254>                   <== NEVER TAKEN
 200f930:	80 a3 00 02 	cmp  %o4, %g2                                  
        /* preferred ready over blocked */                            
        DEBUG_STEP("5");                                              
        if ( _States_Is_ready( the_thread->current_state ) ) {        
 200f934:	de 00 e0 10 	ld  [ %g3 + 0x10 ], %o7                        
 200f938:	80 a3 e0 00 	cmp  %o7, 0                                    
 200f93c:	22 80 00 09 	be,a   200f960 <killinfo+0x24c>                
 200f940:	9a 10 00 04 	mov  %g4, %o5                                  
          continue;                                                   
        }                                                             
                                                                      
        DEBUG_STEP("6");                                              
        /* prefer blocked/interruptible over blocked/not interruptible */
        if ( !_States_Is_interruptible_by_signal(interested->current_state) ) {
 200f944:	80 8a 80 1a 	btst  %o2, %i2                                 
 200f948:	12 80 00 08 	bne  200f968 <killinfo+0x254>                  
 200f94c:	80 a3 00 02 	cmp  %o4, %g2                                  
          DEBUG_STEP("7");                                            
          if ( _States_Is_interruptible_by_signal(the_thread->current_state) ) {
 200f950:	80 8b c0 1a 	btst  %o7, %i2                                 
 200f954:	02 80 00 05 	be  200f968 <killinfo+0x254>                   
 200f958:	80 a3 00 02 	cmp  %o4, %g2                                  
 200f95c:	9a 10 00 04 	mov  %g4, %o5                                  
 200f960:	82 10 00 03 	mov  %g3, %g1                                  
    #endif                                                            
                                                                      
    maximum = the_info->maximum;                                      
    object_table = the_info->local_table;                             
                                                                      
    for ( index = 1 ; index <= maximum ; index++ ) {                  
 200f964:	80 a3 00 02 	cmp  %o4, %g2                                  
 200f968:	1a bf ff df 	bcc  200f8e4 <killinfo+0x1d0>                  
 200f96c:	87 28 a0 02 	sll  %g2, 2, %g3                               
 200f970:	92 02 60 04 	add  %o1, 4, %o1                               
   *    + rtems internal threads do not receive signals.              
   */                                                                 
  interested = NULL;                                                  
  interested_priority = PRIORITY_MAXIMUM + 1;                         
                                                                      
  for (the_api = OBJECTS_CLASSIC_API; the_api <= OBJECTS_APIS_LAST; the_api++) {
 200f974:	80 a2 40 08 	cmp  %o1, %o0                                  
 200f978:	32 bf ff d1 	bne,a   200f8bc <killinfo+0x1a8>               
 200f97c:	c4 02 40 00 	ld  [ %o1 ], %g2                               
        }                                                             
      }                                                               
    }                                                                 
  }                                                                   
                                                                      
  if ( interested ) {                                                 
 200f980:	80 a0 60 00 	cmp  %g1, 0                                    
 200f984:	02 bf ff b2 	be  200f84c <killinfo+0x138>                   
 200f988:	84 10 20 01 	mov  1, %g2                                    
                                                                      
  /*                                                                  
   *  Returns true if the signal was synchronously given to a thread  
   *  blocked waiting for the signal.                                 
   */                                                                 
  if ( _POSIX_signals_Unblock_thread( the_thread, sig, siginfo ) ) {  
 200f98c:	90 10 00 01 	mov  %g1, %o0                                  
 200f990:	92 10 00 19 	mov  %i1, %o1                                  
   *  thread needs to do the post context switch extension so it can  
   *  evaluate the signals pending.                                   
   */                                                                 
process_it:                                                           
                                                                      
  the_thread->do_post_task_switch_extension = true;                   
 200f994:	c4 28 60 74 	stb  %g2, [ %g1 + 0x74 ]                       
                                                                      
  /*                                                                  
   *  Returns true if the signal was synchronously given to a thread  
   *  blocked waiting for the signal.                                 
   */                                                                 
  if ( _POSIX_signals_Unblock_thread( the_thread, sig, siginfo ) ) {  
 200f998:	40 00 00 62 	call  200fb20 <_POSIX_signals_Unblock_thread>  
 200f99c:	94 07 bf f4 	add  %fp, -12, %o2                             
 200f9a0:	80 8a 20 ff 	btst  0xff, %o0                                
 200f9a4:	02 bf ff aa 	be  200f84c <killinfo+0x138>                   <== ALWAYS TAKEN
 200f9a8:	01 00 00 00 	nop                                            
    _Thread_Enable_dispatch();                                        
 200f9ac:	7f ff e2 81 	call  20083b0 <_Thread_Enable_dispatch>        
 200f9b0:	b0 10 20 00 	clr  %i0	! 0 <PROM_START>                      
    return 0;                                                         
 200f9b4:	81 c7 e0 08 	ret                                            
 200f9b8:	81 e8 00 00 	restore                                        
   */                                                                 
  _POSIX_signals_Set_process_signals( mask );                         
                                                                      
  if ( _POSIX_signals_Vectors[ sig ].sa_flags == SA_SIGINFO ) {       
                                                                      
    psiginfo = (POSIX_signals_Siginfo_node *)                         
 200f9bc:	7f ff f3 f2 	call  200c984 <_Chain_Get>                     
 200f9c0:	90 12 20 54 	or  %o0, 0x54, %o0                             
               _Chain_Get( &_POSIX_signals_Inactive_siginfo );        
    if ( !psiginfo ) {                                                
 200f9c4:	80 a2 20 00 	cmp  %o0, 0                                    
 200f9c8:	02 80 00 19 	be  200fa2c <killinfo+0x318>                   
 200f9cc:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
      rtems_set_errno_and_return_minus_one( EAGAIN );                 
    }                                                                 
                                                                      
    psiginfo->Info = *siginfo;                                        
                                                                      
    _Chain_Append( &_POSIX_signals_Siginfo[ sig ], &psiginfo->Node ); 
 200f9d0:	92 10 00 08 	mov  %o0, %o1                                  
    if ( !psiginfo ) {                                                
      _Thread_Enable_dispatch();                                      
      rtems_set_errno_and_return_minus_one( EAGAIN );                 
    }                                                                 
                                                                      
    psiginfo->Info = *siginfo;                                        
 200f9d4:	c2 22 20 08 	st  %g1, [ %o0 + 8 ]                           
 200f9d8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 200f9dc:	c2 22 20 0c 	st  %g1, [ %o0 + 0xc ]                         
 200f9e0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200f9e4:	c2 22 20 10 	st  %g1, [ %o0 + 0x10 ]                        
                                                                      
    _Chain_Append( &_POSIX_signals_Siginfo[ sig ], &psiginfo->Node ); 
 200f9e8:	11 00 80 75 	sethi  %hi(0x201d400), %o0                     
 200f9ec:	90 12 20 cc 	or  %o0, 0xcc, %o0	! 201d4cc <_POSIX_signals_Siginfo>
 200f9f0:	7f ff dc 23 	call  2006a7c <_Chain_Append>                  
 200f9f4:	90 02 00 12 	add  %o0, %l2, %o0                             
 200f9f8:	30 bf ff 9c 	b,a   200f868 <killinfo+0x154>                 
                                                                      
  /*                                                                  
   *  Only supported for the "calling process" (i.e. this node).      
   */                                                                 
  if ( pid != getpid() )                                              
    rtems_set_errno_and_return_minus_one( ESRCH );                    
 200f9fc:	40 00 01 0c 	call  200fe2c <__errno>                        
 200fa00:	b0 10 3f ff 	mov  -1, %i0                                   
 200fa04:	82 10 20 03 	mov  3, %g1                                    
 200fa08:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200fa0c:	81 c7 e0 08 	ret                                            
 200fa10:	81 e8 00 00 	restore                                        
   */                                                                 
  if ( !sig )                                                         
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !is_valid_signo(sig) )                                         
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 200fa14:	40 00 01 06 	call  200fe2c <__errno>                        
 200fa18:	b0 10 3f ff 	mov  -1, %i0                                   
 200fa1c:	82 10 20 16 	mov  0x16, %g1                                 
 200fa20:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200fa24:	81 c7 e0 08 	ret                                            
 200fa28:	81 e8 00 00 	restore                                        
  if ( _POSIX_signals_Vectors[ sig ].sa_flags == SA_SIGINFO ) {       
                                                                      
    psiginfo = (POSIX_signals_Siginfo_node *)                         
               _Chain_Get( &_POSIX_signals_Inactive_siginfo );        
    if ( !psiginfo ) {                                                
      _Thread_Enable_dispatch();                                      
 200fa2c:	7f ff e2 61 	call  20083b0 <_Thread_Enable_dispatch>        
 200fa30:	b0 10 3f ff 	mov  -1, %i0                                   
      rtems_set_errno_and_return_minus_one( EAGAIN );                 
 200fa34:	40 00 00 fe 	call  200fe2c <__errno>                        
 200fa38:	01 00 00 00 	nop                                            
 200fa3c:	82 10 20 0b 	mov  0xb, %g1	! b <PROM_START+0xb>             
 200fa40:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200fa44:	81 c7 e0 08 	ret                                            
 200fa48:	81 e8 00 00 	restore                                        
                                                                      

0201a3e8 <libc_wrapup>: extern void _wrapup_reent(struct _reent *); extern void _reclaim_reent(struct _reent *); void libc_wrapup(void) {
 201a3e8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  /*                                                                  
   *  In case RTEMS is already down, don't do this.  It could be      
   *  dangerous.                                                      
   */                                                                 
                                                                      
  if (!_System_state_Is_up(_System_state_Get()))                      
 201a3ec:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 201a3f0:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1	! 201cee0 <_System_state_Current>
 201a3f4:	80 a0 60 03 	cmp  %g1, 3                                    
 201a3f8:	02 80 00 04 	be  201a408 <libc_wrapup+0x20>                 <== ALWAYS TAKEN
 201a3fc:	03 00 80 6f 	sethi  %hi(0x201bc00), %g1                     
 201a400:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a404:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   *  This was already done if the user called exit() directly .      
  _wrapup_reent(0);                                                   
   */                                                                 
                                                                      
  if (_REENT != _global_impure_ptr) {                                 
 201a408:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
 201a40c:	e2 00 60 90 	ld  [ %g1 + 0x90 ], %l1                        
 201a410:	c2 04 23 d8 	ld  [ %l0 + 0x3d8 ], %g1                       
 201a414:	80 a0 40 11 	cmp  %g1, %l1                                  
 201a418:	02 80 00 05 	be  201a42c <libc_wrapup+0x44>                 
 201a41c:	01 00 00 00 	nop                                            
      _wrapup_reent(_global_impure_ptr);                              
 201a420:	40 00 01 80 	call  201aa20 <_wrapup_reent>                  
 201a424:	90 10 00 11 	mov  %l1, %o0                                  
      /*  Don't reclaim this one, just in case we do printfs          
       *  on the way out to ROM.                                      
       */                                                             
      _reclaim_reent(&libc_global_reent);                             
#endif                                                                
      _REENT = _global_impure_ptr;                                    
 201a428:	e2 24 23 d8 	st  %l1, [ %l0 + 0x3d8 ]                       
   *                                                                  
   * Should this be changed to do *all* file streams?                 
   *    _fwalk (_REENT, fclose);                                      
   */                                                                 
                                                                      
  fclose (stdin);                                                     
 201a42c:	7f ff d6 d8 	call  200ff8c <fclose>                         
 201a430:	d0 04 60 04 	ld  [ %l1 + 4 ], %o0                           
  fclose (stdout);                                                    
 201a434:	c2 04 23 d8 	ld  [ %l0 + 0x3d8 ], %g1                       
 201a438:	7f ff d6 d5 	call  200ff8c <fclose>                         
 201a43c:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
  fclose (stderr);                                                    
 201a440:	c2 04 23 d8 	ld  [ %l0 + 0x3d8 ], %g1                       
 201a444:	f0 00 60 0c 	ld  [ %g1 + 0xc ], %i0                         
 201a448:	7f ff d6 d1 	call  200ff8c <fclose>                         
 201a44c:	81 e8 00 00 	restore                                        
                                                                      

02004410 <link>: int link( const char *existing, const char *new ) {
 2004410:	9d e3 bf 70 	save  %sp, -144, %sp                           
                                                                      
  /*                                                                  
   * Get the node we are linking to.                                  
   */                                                                 
                                                                      
  result = rtems_filesystem_evaluate_path( existing, strlen( existing ),
 2004414:	40 00 3f 39 	call  20140f8 <strlen>                         
 2004418:	90 10 00 18 	mov  %i0, %o0                                  
 200441c:	a0 07 bf e8 	add  %fp, -24, %l0                             
 2004420:	92 10 00 08 	mov  %o0, %o1                                  
 2004424:	94 10 20 00 	clr  %o2                                       
 2004428:	90 10 00 18 	mov  %i0, %o0                                  
 200442c:	96 10 00 10 	mov  %l0, %o3                                  
 2004430:	98 10 20 01 	mov  1, %o4                                    
 2004434:	7f ff fe 79 	call  2003e18 <rtems_filesystem_evaluate_path> 
 2004438:	b0 10 3f ff 	mov  -1, %i0                                   
                                           0, &existing_loc, true );  
  if ( result != 0 )                                                  
 200443c:	80 a2 20 00 	cmp  %o0, 0                                    
 2004440:	12 80 00 89 	bne  2004664 <link+0x254>                      
 2004444:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   * Get the parent of the node we are creating.                      
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( new, &i, &parent_loc );             
 2004448:	c2 4e 40 00 	ldsb  [ %i1 ], %g1                             
 200444c:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 2004450:	12 80 00 3c 	bne  2004540 <link+0x130>                      <== ALWAYS TAKEN
 2004454:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2004458:	03 00 80 86 	sethi  %hi(0x2021800), %g1                     <== NOT EXECUTED
 200445c:	c2 00 62 6c 	ld  [ %g1 + 0x26c ], %g1	! 2021a6c <rtems_current_user_env>
 2004460:	90 10 20 01 	mov  1, %o0                                    
 2004464:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 2004468:	c4 27 bf d4 	st  %g2, [ %fp + -44 ]                         
 200446c:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 2004470:	c4 27 bf d8 	st  %g2, [ %fp + -40 ]                         
 2004474:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
 2004478:	c4 27 bf dc 	st  %g2, [ %fp + -36 ]                         
 200447c:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
 2004480:	c4 27 bf e0 	st  %g2, [ %fp + -32 ]                         
 2004484:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 2004488:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
                                                                      
  if ( !parent_loc.ops->evalformake_h ) {                             
 200448c:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 2004490:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 2004494:	80 a0 60 00 	cmp  %g1, 0                                    
 2004498:	02 80 00 65 	be  200462c <link+0x21c>                       <== NEVER TAKEN
 200449c:	90 06 40 08 	add  %i1, %o0, %o0                             
    rtems_filesystem_freenode( &existing_loc );                       
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*parent_loc.ops->evalformake_h)( &new[i], &parent_loc, &name_start );
 20044a0:	94 07 bf fc 	add  %fp, -4, %o2                              
 20044a4:	b2 07 bf d4 	add  %fp, -44, %i1                             
 20044a8:	9f c0 40 00 	call  %g1                                      
 20044ac:	92 10 00 19 	mov  %i1, %o1                                  
  if ( result != 0 ) {                                                
 20044b0:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 20044b4:	12 80 00 4f 	bne  20045f0 <link+0x1e0>                      
 20044b8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
  /*                                                                  
   *  Check to see if the caller is trying to link across file system 
   *  boundaries.                                                     
   */                                                                 
                                                                      
  if ( parent_loc.mt_entry != existing_loc.mt_entry ) {               
 20044bc:	c4 07 bf e4 	ld  [ %fp + -28 ], %g2                         
 20044c0:	80 a0 80 01 	cmp  %g2, %g1                                  
 20044c4:	12 80 00 31 	bne  2004588 <link+0x178>                      
 20044c8:	c4 07 bf e0 	ld  [ %fp + -32 ], %g2                         
    rtems_filesystem_freenode( &existing_loc );                       
    rtems_filesystem_freenode( &parent_loc );                         
    rtems_set_errno_and_return_minus_one( EXDEV );                    
  }                                                                   
                                                                      
  if ( !parent_loc.ops->link_h ) {                                    
 20044cc:	c2 00 a0 08 	ld  [ %g2 + 8 ], %g1                           
 20044d0:	80 a0 60 00 	cmp  %g1, 0                                    
 20044d4:	02 80 00 66 	be  200466c <link+0x25c>                       <== NEVER TAKEN
 20044d8:	d4 07 bf fc 	ld  [ %fp + -4 ], %o2                          
    rtems_filesystem_freenode( &existing_loc );                       
    rtems_filesystem_freenode( &parent_loc );                         
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*parent_loc.ops->link_h)( &existing_loc, &parent_loc, name_start );
 20044dc:	90 10 00 10 	mov  %l0, %o0                                  
 20044e0:	9f c0 40 00 	call  %g1                                      
 20044e4:	92 10 00 19 	mov  %i1, %o1                                  
                                                                      
  rtems_filesystem_freenode( &existing_loc );                         
 20044e8:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 20044ec:	80 a0 60 00 	cmp  %g1, 0                                    
 20044f0:	02 80 00 08 	be  2004510 <link+0x100>                       <== NEVER TAKEN
 20044f4:	b0 10 00 08 	mov  %o0, %i0                                  
 20044f8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20044fc:	80 a0 60 00 	cmp  %g1, 0                                    
 2004500:	22 80 00 05 	be,a   2004514 <link+0x104>                    <== NEVER TAKEN
 2004504:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         <== NOT EXECUTED
 2004508:	9f c0 40 00 	call  %g1                                      
 200450c:	90 10 00 10 	mov  %l0, %o0                                  
  rtems_filesystem_freenode( &parent_loc );                           
 2004510:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 2004514:	80 a0 60 00 	cmp  %g1, 0                                    
 2004518:	02 80 00 53 	be  2004664 <link+0x254>                       <== NEVER TAKEN
 200451c:	01 00 00 00 	nop                                            
 2004520:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2004524:	80 a0 60 00 	cmp  %g1, 0                                    
 2004528:	02 80 00 4f 	be  2004664 <link+0x254>                       <== NEVER TAKEN
 200452c:	01 00 00 00 	nop                                            
 2004530:	9f c0 40 00 	call  %g1                                      
 2004534:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 2004538:	81 c7 e0 08 	ret                                            
 200453c:	81 e8 00 00 	restore                                        
                                                                      
  /*                                                                  
   * Get the parent of the node we are creating.                      
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( new, &i, &parent_loc );             
 2004540:	22 bf ff c7 	be,a   200445c <link+0x4c>                     
 2004544:	03 00 80 86 	sethi  %hi(0x2021800), %g1                     
 2004548:	80 a0 60 00 	cmp  %g1, 0                                    
 200454c:	02 bf ff c4 	be  200445c <link+0x4c>                        <== NEVER TAKEN
 2004550:	03 00 80 86 	sethi  %hi(0x2021800), %g1                     
 2004554:	c2 00 62 6c 	ld  [ %g1 + 0x26c ], %g1	! 2021a6c <rtems_current_user_env>
 2004558:	90 10 20 00 	clr  %o0                                       
 200455c:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 2004560:	c4 27 bf d4 	st  %g2, [ %fp + -44 ]                         
 2004564:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 2004568:	c4 27 bf d8 	st  %g2, [ %fp + -40 ]                         
 200456c:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 2004570:	c4 27 bf dc 	st  %g2, [ %fp + -36 ]                         
 2004574:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 2004578:	c4 27 bf e0 	st  %g2, [ %fp + -32 ]                         
 200457c:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 2004580:	10 bf ff c3 	b  200448c <link+0x7c>                         
 2004584:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
   *  Check to see if the caller is trying to link across file system 
   *  boundaries.                                                     
   */                                                                 
                                                                      
  if ( parent_loc.mt_entry != existing_loc.mt_entry ) {               
    rtems_filesystem_freenode( &existing_loc );                       
 2004588:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 200458c:	80 a0 60 00 	cmp  %g1, 0                                    
 2004590:	22 80 00 09 	be,a   20045b4 <link+0x1a4>                    <== NEVER TAKEN
 2004594:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         <== NOT EXECUTED
 2004598:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200459c:	80 a0 60 00 	cmp  %g1, 0                                    
 20045a0:	22 80 00 05 	be,a   20045b4 <link+0x1a4>                    <== NEVER TAKEN
 20045a4:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         <== NOT EXECUTED
 20045a8:	9f c0 40 00 	call  %g1                                      
 20045ac:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_filesystem_freenode( &parent_loc );                         
 20045b0:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
 20045b4:	80 a0 60 00 	cmp  %g1, 0                                    
 20045b8:	02 80 00 08 	be  20045d8 <link+0x1c8>                       <== NEVER TAKEN
 20045bc:	01 00 00 00 	nop                                            
 20045c0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20045c4:	80 a0 60 00 	cmp  %g1, 0                                    
 20045c8:	02 80 00 04 	be  20045d8 <link+0x1c8>                       <== NEVER TAKEN
 20045cc:	01 00 00 00 	nop                                            
 20045d0:	9f c0 40 00 	call  %g1                                      
 20045d4:	90 10 00 19 	mov  %i1, %o0                                  
    rtems_set_errno_and_return_minus_one( EXDEV );                    
 20045d8:	40 00 39 69 	call  2012b7c <__errno>                        
 20045dc:	b0 10 3f ff 	mov  -1, %i0                                   
 20045e0:	82 10 20 12 	mov  0x12, %g1                                 
 20045e4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20045e8:	81 c7 e0 08 	ret                                            
 20045ec:	81 e8 00 00 	restore                                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*parent_loc.ops->evalformake_h)( &new[i], &parent_loc, &name_start );
  if ( result != 0 ) {                                                
    rtems_filesystem_freenode( &existing_loc );                       
 20045f0:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 20045f4:	80 a0 60 00 	cmp  %g1, 0                                    
 20045f8:	02 80 00 08 	be  2004618 <link+0x208>                       <== NEVER TAKEN
 20045fc:	01 00 00 00 	nop                                            
 2004600:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2004604:	80 a0 60 00 	cmp  %g1, 0                                    
 2004608:	02 80 00 04 	be  2004618 <link+0x208>                       <== NEVER TAKEN
 200460c:	01 00 00 00 	nop                                            
 2004610:	9f c0 40 00 	call  %g1                                      
 2004614:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( result );                   
 2004618:	40 00 39 59 	call  2012b7c <__errno>                        
 200461c:	b0 10 3f ff 	mov  -1, %i0                                   
 2004620:	e2 22 00 00 	st  %l1, [ %o0 ]                               
 2004624:	81 c7 e0 08 	ret                                            
 2004628:	81 e8 00 00 	restore                                        
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( new, &i, &parent_loc );             
                                                                      
  if ( !parent_loc.ops->evalformake_h ) {                             
    rtems_filesystem_freenode( &existing_loc );                       
 200462c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 2004630:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004634:	02 80 00 08 	be  2004654 <link+0x244>                       <== NOT EXECUTED
 2004638:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200463c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2004640:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004644:	02 80 00 04 	be  2004654 <link+0x244>                       <== NOT EXECUTED
 2004648:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200464c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004650:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
  }                                                                   
                                                                      
  if ( !parent_loc.ops->link_h ) {                                    
    rtems_filesystem_freenode( &existing_loc );                       
    rtems_filesystem_freenode( &parent_loc );                         
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004654:	40 00 39 4a 	call  2012b7c <__errno>                        <== NOT EXECUTED
 2004658:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200465c:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2004660:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004664:	81 c7 e0 08 	ret                                            
 2004668:	81 e8 00 00 	restore                                        
    rtems_filesystem_freenode( &parent_loc );                         
    rtems_set_errno_and_return_minus_one( EXDEV );                    
  }                                                                   
                                                                      
  if ( !parent_loc.ops->link_h ) {                                    
    rtems_filesystem_freenode( &existing_loc );                       
 200466c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         <== NOT EXECUTED
 2004670:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004674:	02 80 00 0a 	be  200469c <link+0x28c>                       <== NOT EXECUTED
 2004678:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200467c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2004680:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004684:	02 80 00 06 	be  200469c <link+0x28c>                       <== NOT EXECUTED
 2004688:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200468c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004690:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2004694:	c4 07 bf e0 	ld  [ %fp + -32 ], %g2                         <== NOT EXECUTED
    rtems_filesystem_freenode( &parent_loc );                         
 2004698:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200469c:	02 bf ff ee 	be  2004654 <link+0x244>                       <== NOT EXECUTED
 20046a0:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20046a4:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 20046a8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20046ac:	02 bf ff ea 	be  2004654 <link+0x244>                       <== NOT EXECUTED
 20046b0:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20046b4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20046b8:	90 10 00 19 	mov  %i1, %o0                                  <== NOT EXECUTED
 20046bc:	30 bf ff e6 	b,a   2004654 <link+0x244>                     <== NOT EXECUTED
                                                                      

0201a244 <lseek>: off_t lseek( int fd, off_t offset, int whence ) {
 201a244:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_libio_t *iop;                                                 
  off_t          old_offset;                                          
  off_t          status;                                              
                                                                      
  rtems_libio_check_fd( fd );                                         
 201a248:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 201a24c:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
off_t lseek(                                                          
  int     fd,                                                         
  off_t   offset,                                                     
  int     whence                                                      
)                                                                     
{                                                                     
 201a250:	84 10 00 19 	mov  %i1, %g2                                  
  rtems_libio_t *iop;                                                 
  off_t          old_offset;                                          
  off_t          status;                                              
                                                                      
  rtems_libio_check_fd( fd );                                         
 201a254:	80 a6 00 01 	cmp  %i0, %g1                                  
 201a258:	1a 80 00 46 	bcc  201a370 <lseek+0x12c>                     <== NEVER TAKEN
 201a25c:	86 10 00 1a 	mov  %i2, %g3                                  
  iop = rtems_libio_iop( fd );                                        
 201a260:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 201a264:	e0 00 63 70 	ld  [ %g1 + 0x370 ], %l0	! 201cb70 <rtems_libio_iops>
 201a268:	83 2e 20 06 	sll  %i0, 6, %g1                               
 201a26c:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 201a270:	b0 06 00 01 	add  %i0, %g1, %i0                             
 201a274:	a0 04 00 18 	add  %l0, %i0, %l0                             
  rtems_libio_check_is_open(iop);                                     
 201a278:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 201a27c:	80 88 61 00 	btst  0x100, %g1                               
 201a280:	02 80 00 3c 	be  201a370 <lseek+0x12c>                      <== NEVER TAKEN
 201a284:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Check as many errors as possible before touching iop->offset.   
   */                                                                 
                                                                      
  if ( !iop->handlers->lseek_h )                                      
 201a288:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1                        
 201a28c:	c8 00 60 14 	ld  [ %g1 + 0x14 ], %g4                        
 201a290:	80 a1 20 00 	cmp  %g4, 0                                    
 201a294:	02 80 00 3f 	be  201a390 <lseek+0x14c>                      <== NEVER TAKEN
 201a298:	80 a6 e0 01 	cmp  %i3, 1                                    
  /*                                                                  
   *  Now process the lseek().                                        
   */                                                                 
                                                                      
  old_offset = iop->offset;                                           
  switch ( whence ) {                                                 
 201a29c:	02 80 00 31 	be  201a360 <lseek+0x11c>                      
 201a2a0:	e4 1c 20 10 	ldd  [ %l0 + 0x10 ], %l2                       
 201a2a4:	80 a6 e0 02 	cmp  %i3, 2                                    
 201a2a8:	02 80 00 11 	be  201a2ec <lseek+0xa8>                       
 201a2ac:	80 a6 e0 00 	cmp  %i3, 0                                    
 201a2b0:	12 80 00 22 	bne  201a338 <lseek+0xf4>                      
 201a2b4:	01 00 00 00 	nop                                            
    case SEEK_SET:                                                    
      iop->offset = offset;                                           
 201a2b8:	c4 3c 20 10 	std  %g2, [ %l0 + 0x10 ]                       
  /*                                                                  
   *  At this time, handlers assume iop->offset has the desired       
   *  new offset.                                                     
   */                                                                 
                                                                      
  status = (*iop->handlers->lseek_h)( iop, offset, whence );          
 201a2bc:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 201a2c0:	92 10 00 02 	mov  %g2, %o1                                  
 201a2c4:	94 10 00 03 	mov  %g3, %o2                                  
 201a2c8:	96 10 00 1b 	mov  %i3, %o3                                  
 201a2cc:	9f c0 40 00 	call  %g1                                      
 201a2d0:	90 10 00 10 	mov  %l0, %o0                                  
  if ( status == (off_t) -1 )                                         
 201a2d4:	80 a2 3f ff 	cmp  %o0, -1                                   
 201a2d8:	02 80 00 13 	be  201a324 <lseek+0xe0>                       <== NEVER TAKEN
 201a2dc:	80 a2 7f ff 	cmp  %o1, -1                                   
  /*                                                                  
   *  So if the operation failed, we have to restore iop->offset.     
   */                                                                 
                                                                      
  return status;                                                      
}                                                                     
 201a2e0:	b2 10 00 09 	mov  %o1, %i1                                  
 201a2e4:	81 c7 e0 08 	ret                                            
 201a2e8:	91 e8 00 08 	restore  %g0, %o0, %o0                         
    case SEEK_CUR:                                                    
      iop->offset += offset;                                          
      break;                                                          
                                                                      
    case SEEK_END:                                                    
      iop->offset = iop->size + offset;                               
 201a2ec:	d8 1c 20 08 	ldd  [ %l0 + 8 ], %o4                          
  /*                                                                  
   *  At this time, handlers assume iop->offset has the desired       
   *  new offset.                                                     
   */                                                                 
                                                                      
  status = (*iop->handlers->lseek_h)( iop, offset, whence );          
 201a2f0:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
    case SEEK_CUR:                                                    
      iop->offset += offset;                                          
      break;                                                          
                                                                      
    case SEEK_END:                                                    
      iop->offset = iop->size + offset;                               
 201a2f4:	9a 86 80 0d 	addcc  %i2, %o5, %o5                           
 201a2f8:	98 46 40 0c 	addx  %i1, %o4, %o4                            
  /*                                                                  
   *  At this time, handlers assume iop->offset has the desired       
   *  new offset.                                                     
   */                                                                 
                                                                      
  status = (*iop->handlers->lseek_h)( iop, offset, whence );          
 201a2fc:	92 10 00 02 	mov  %g2, %o1                                  
    case SEEK_CUR:                                                    
      iop->offset += offset;                                          
      break;                                                          
                                                                      
    case SEEK_END:                                                    
      iop->offset = iop->size + offset;                               
 201a300:	d8 3c 20 10 	std  %o4, [ %l0 + 0x10 ]                       
  /*                                                                  
   *  At this time, handlers assume iop->offset has the desired       
   *  new offset.                                                     
   */                                                                 
                                                                      
  status = (*iop->handlers->lseek_h)( iop, offset, whence );          
 201a304:	94 10 00 03 	mov  %g3, %o2                                  
 201a308:	96 10 00 1b 	mov  %i3, %o3                                  
 201a30c:	9f c0 40 00 	call  %g1                                      
 201a310:	90 10 00 10 	mov  %l0, %o0                                  
  if ( status == (off_t) -1 )                                         
 201a314:	80 a2 3f ff 	cmp  %o0, -1                                   
 201a318:	12 bf ff f3 	bne  201a2e4 <lseek+0xa0>                      
 201a31c:	b2 10 00 09 	mov  %o1, %i1                                  
 201a320:	80 a2 7f ff 	cmp  %o1, -1                                   
 201a324:	12 bf ff f0 	bne  201a2e4 <lseek+0xa0>                      <== NEVER TAKEN
 201a328:	b2 10 00 09 	mov  %o1, %i1                                  
    iop->offset = old_offset;                                         
 201a32c:	e4 3c 20 10 	std  %l2, [ %l0 + 0x10 ]                       
  /*                                                                  
   *  So if the operation failed, we have to restore iop->offset.     
   */                                                                 
                                                                      
  return status;                                                      
}                                                                     
 201a330:	81 c7 e0 08 	ret                                            
 201a334:	91 e8 00 08 	restore  %g0, %o0, %o0                         
    case SEEK_END:                                                    
      iop->offset = iop->size + offset;                               
      break;                                                          
                                                                      
    default:                                                          
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 201a338:	7f ff d6 bd 	call  200fe2c <__errno>                        
 201a33c:	01 00 00 00 	nop                                            
 201a340:	82 10 20 16 	mov  0x16, %g1	! 16 <PROM_START+0x16>          
 201a344:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201a348:	11 3f ff ff 	sethi  %hi(0xfffffc00), %o0                    
 201a34c:	90 12 23 ff 	or  %o0, 0x3ff, %o0	! ffffffff <RAM_END+0xfdbfffff>
 201a350:	92 10 00 08 	mov  %o0, %o1                                  
  /*                                                                  
   *  So if the operation failed, we have to restore iop->offset.     
   */                                                                 
                                                                      
  return status;                                                      
}                                                                     
 201a354:	b0 10 00 08 	mov  %o0, %i0                                  
 201a358:	81 c7 e0 08 	ret                                            
 201a35c:	93 e8 00 09 	restore  %g0, %o1, %o1                         
    case SEEK_SET:                                                    
      iop->offset = offset;                                           
      break;                                                          
                                                                      
    case SEEK_CUR:                                                    
      iop->offset += offset;                                          
 201a360:	9a 86 80 13 	addcc  %i2, %l3, %o5                           
 201a364:	98 46 40 12 	addx  %i1, %l2, %o4                            
      break;                                                          
 201a368:	10 bf ff d5 	b  201a2bc <lseek+0x78>                        
 201a36c:	d8 3c 20 10 	std  %o4, [ %l0 + 0x10 ]                       
  off_t          old_offset;                                          
  off_t          status;                                              
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open(iop);                                     
 201a370:	7f ff d6 af 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a374:	01 00 00 00 	nop                                            <== NOT EXECUTED
 201a378:	82 10 20 09 	mov  9, %g1	! 9 <PROM_START+0x9>               <== NOT EXECUTED
 201a37c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a380:	11 3f ff ff 	sethi  %hi(0xfffffc00), %o0                    <== NOT EXECUTED
 201a384:	90 12 23 ff 	or  %o0, 0x3ff, %o0	! ffffffff <RAM_END+0xfdbfffff><== NOT EXECUTED
 201a388:	10 bf ff d6 	b  201a2e0 <lseek+0x9c>                        <== NOT EXECUTED
 201a38c:	92 10 00 08 	mov  %o0, %o1                                  <== NOT EXECUTED
  /*                                                                  
   *  Check as many errors as possible before touching iop->offset.   
   */                                                                 
                                                                      
  if ( !iop->handlers->lseek_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 201a390:	7f ff d6 a7 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a394:	01 00 00 00 	nop                                            <== NOT EXECUTED
 201a398:	82 10 20 86 	mov  0x86, %g1	! 86 <PROM_START+0x86>          <== NOT EXECUTED
 201a39c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a3a0:	11 3f ff ff 	sethi  %hi(0xfffffc00), %o0                    <== NOT EXECUTED
 201a3a4:	90 12 23 ff 	or  %o0, 0x3ff, %o0	! ffffffff <RAM_END+0xfdbfffff><== NOT EXECUTED
 201a3a8:	10 bf ff ce 	b  201a2e0 <lseek+0x9c>                        <== NOT EXECUTED
 201a3ac:	92 10 00 08 	mov  %o0, %o1                                  <== NOT EXECUTED
                                                                      

0200b9d8 <malloc>: size_t size ) { void *return_this; MSBUMP(malloc_calls, 1);
 200b9d8:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200b9dc:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200b9e0:	82 10 63 80 	or  %g1, 0x380, %g1	! 201cb80 <rtems_malloc_statistics>
 200b9e4:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 200b9e8:	a0 10 00 18 	mov  %i0, %l0                                  
 200b9ec:	84 00 a0 01 	inc  %g2                                       
                                                                      
  /*                                                                  
   *  If some free's have been deferred, then do them now.            
   */                                                                 
  malloc_deferred_frees_process();                                    
 200b9f0:	7f ff ff ed 	call  200b9a4 <malloc_deferred_frees_process>  
 200b9f4:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
                                                                      
  /*                                                                  
   * Validate the parameters                                          
   */                                                                 
  if ( !size )                                                        
 200b9f8:	80 a6 20 00 	cmp  %i0, 0                                    
 200b9fc:	02 80 00 25 	be  200ba90 <malloc+0xb8>                      <== NEVER TAKEN
 200ba00:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
    return (void *) 0;                                                
                                                                      
  /*                                                                  
   *  Do not attempt to allocate memory if not in correct system state.
   */                                                                 
  if ( _System_state_Is_up(_System_state_Get()) &&                    
 200ba04:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1	! 201cee0 <_System_state_Current>
 200ba08:	80 a0 60 03 	cmp  %g1, 3                                    
 200ba0c:	02 80 00 1c 	be  200ba7c <malloc+0xa4>                      
 200ba10:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
RTEMS_INLINE_ROUTINE void *_Protected_heap_Allocate(                  
  Heap_Control *heap,                                                 
  uintptr_t size                                                      
)                                                                     
{                                                                     
  return _Protected_heap_Allocate_aligned_with_boundary( heap, size, 0, 0 );
 200ba14:	d0 00 61 80 	ld  [ %g1 + 0x180 ], %o0	! 201c180 <RTEMS_Malloc_Heap>
 200ba18:	92 10 00 10 	mov  %l0, %o1                                  
 200ba1c:	94 10 20 00 	clr  %o2                                       
 200ba20:	40 00 05 91 	call  200d064 <_Protected_heap_Allocate_aligned_with_boundary>
 200ba24:	96 10 20 00 	clr  %o3                                       
   * If this fails then return a NULL pointer.                        
   */                                                                 
                                                                      
  return_this = _Protected_heap_Allocate( RTEMS_Malloc_Heap, size );  
                                                                      
  if ( !return_this ) {                                               
 200ba28:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 200ba2c:	02 80 00 1b 	be  200ba98 <malloc+0xc0>                      
 200ba30:	a2 10 00 18 	mov  %i0, %l1                                  
  }                                                                   
                                                                      
  /*                                                                  
   *  If the user wants us to dirty the allocated memory, then do it. 
   */                                                                 
  if ( rtems_malloc_dirty_helper )                                    
 200ba34:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200ba38:	c2 00 60 a0 	ld  [ %g1 + 0xa0 ], %g1	! 201c8a0 <rtems_malloc_dirty_helper>
 200ba3c:	80 a0 60 00 	cmp  %g1, 0                                    
 200ba40:	02 80 00 05 	be  200ba54 <malloc+0x7c>                      <== ALWAYS TAKEN
 200ba44:	92 10 00 10 	mov  %l0, %o1                                  
    (*rtems_malloc_dirty_helper)( return_this, size );                
 200ba48:	c2 00 40 00 	ld  [ %g1 ], %g1                               <== NOT EXECUTED
 200ba4c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200ba50:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
                                                                      
  /*                                                                  
   *  If configured, update the statistics                            
   */                                                                 
  if ( rtems_malloc_statistics_helpers )                              
 200ba54:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200ba58:	c2 00 60 98 	ld  [ %g1 + 0x98 ], %g1	! 201c898 <rtems_malloc_statistics_helpers>
 200ba5c:	80 a0 60 00 	cmp  %g1, 0                                    
 200ba60:	02 80 00 05 	be  200ba74 <malloc+0x9c>                      <== ALWAYS TAKEN
 200ba64:	b0 10 00 11 	mov  %l1, %i0                                  
    (*rtems_malloc_statistics_helpers->at_malloc)(return_this);       
 200ba68:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           <== NOT EXECUTED
 200ba6c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200ba70:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 200ba74:	81 c7 e0 08 	ret                                            
 200ba78:	81 e8 00 00 	restore                                        
    return (void *) 0;                                                
                                                                      
  /*                                                                  
   *  Do not attempt to allocate memory if not in correct system state.
   */                                                                 
  if ( _System_state_Is_up(_System_state_Get()) &&                    
 200ba7c:	7f ff ff b1 	call  200b940 <malloc_is_system_state_OK>      
 200ba80:	01 00 00 00 	nop                                            
 200ba84:	80 8a 20 ff 	btst  0xff, %o0                                
 200ba88:	12 bf ff e3 	bne  200ba14 <malloc+0x3c>                     <== ALWAYS TAKEN
 200ba8c:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
    if (rtems_malloc_boundary_helpers)                                
      (*rtems_malloc_boundary_helpers->at_malloc)(return_this, size); 
  #endif                                                              
                                                                      
  return return_this;                                                 
}                                                                     
 200ba90:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ba94:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
   */                                                                 
                                                                      
  return_this = _Protected_heap_Allocate( RTEMS_Malloc_Heap, size );  
                                                                      
  if ( !return_this ) {                                               
    if (rtems_malloc_sbrk_helpers)                                    
 200ba98:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200ba9c:	c2 00 60 9c 	ld  [ %g1 + 0x9c ], %g1	! 201c89c <rtems_malloc_sbrk_helpers>
 200baa0:	80 a0 60 00 	cmp  %g1, 0                                    
 200baa4:	02 80 00 08 	be  200bac4 <malloc+0xec>                      <== ALWAYS TAKEN
 200baa8:	01 00 00 00 	nop                                            
      return_this = (*rtems_malloc_sbrk_helpers->extend)( size );     
 200baac:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           <== NOT EXECUTED
 200bab0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200bab4:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    if ( !return_this ) {                                             
 200bab8:	a2 92 20 00 	orcc  %o0, 0, %l1                              <== NOT EXECUTED
 200babc:	12 bf ff df 	bne  200ba38 <malloc+0x60>                     <== NOT EXECUTED
 200bac0:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
      errno = ENOMEM;                                                 
 200bac4:	40 00 10 da 	call  200fe2c <__errno>                        
 200bac8:	01 00 00 00 	nop                                            
 200bacc:	82 10 20 0c 	mov  0xc, %g1	! c <PROM_START+0xc>             
 200bad0:	c2 22 00 00 	st  %g1, [ %o0 ]                               
      return (void *) 0;                                              
 200bad4:	81 c7 e0 08 	ret                                            
 200bad8:	81 e8 00 00 	restore                                        
                                                                      

0200b988 <malloc_deferred_free>:
 200b988:	92 10 00 08 	mov  %o0, %o1                                  <== NOT EXECUTED
 200b98c:	11 00 80 74 	sethi  %hi(0x201d000), %o0                     <== NOT EXECUTED
 200b990:	90 12 22 c8 	or  %o0, 0x2c8, %o0	! 201d2c8 <RTEMS_Malloc_GC_list><== NOT EXECUTED
 200b994:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 200b998:	7f ff ec 39 	call  2006a7c <_Chain_Append>                  <== NOT EXECUTED
 200b99c:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

0200b9a4 <malloc_deferred_frees_process>: void malloc_deferred_frees_process(void) {
 200b9a4:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200b9a8:	21 00 80 74 	sethi  %hi(0x201d000), %l0                     
  rtems_chain_node  *to_be_freed;                                     
                                                                      
  /*                                                                  
   *  If some free's have been deferred, then do them now.            
   */                                                                 
  while ((to_be_freed = rtems_chain_get(&RTEMS_Malloc_GC_list)) != NULL)
 200b9ac:	10 80 00 04 	b  200b9bc <malloc_deferred_frees_process+0x18>
 200b9b0:	a0 14 22 c8 	or  %l0, 0x2c8, %l0	! 201d2c8 <RTEMS_Malloc_GC_list>
    free(to_be_freed);                                                
 200b9b4:	7f ff fe 89 	call  200b3d8 <free>                           <== NOT EXECUTED
 200b9b8:	01 00 00 00 	nop                                            <== NOT EXECUTED
 */                                                                   
RTEMS_INLINE_ROUTINE rtems_chain_node *rtems_chain_get(               
  rtems_chain_control *the_chain                                      
)                                                                     
{                                                                     
  return _Chain_Get( the_chain );                                     
 200b9bc:	40 00 03 f2 	call  200c984 <_Chain_Get>                     
 200b9c0:	90 10 00 10 	mov  %l0, %o0                                  
  rtems_chain_node  *to_be_freed;                                     
                                                                      
  /*                                                                  
   *  If some free's have been deferred, then do them now.            
   */                                                                 
  while ((to_be_freed = rtems_chain_get(&RTEMS_Malloc_GC_list)) != NULL)
 200b9c4:	80 a2 20 00 	cmp  %o0, 0                                    
 200b9c8:	12 bf ff fb 	bne  200b9b4 <malloc_deferred_frees_process+0x10><== NEVER TAKEN
 200b9cc:	01 00 00 00 	nop                                            
    free(to_be_freed);                                                
}                                                                     
 200b9d0:	81 c7 e0 08 	ret                                            
 200b9d4:	81 e8 00 00 	restore                                        
                                                                      

0200b940 <malloc_is_system_state_OK>: rtems_chain_control RTEMS_Malloc_GC_list; bool malloc_is_system_state_OK(void) { if ( _Thread_Dispatch_disable_level > 0 )
 200b940:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200b944:	c2 00 61 40 	ld  [ %g1 + 0x140 ], %g1	! 201cd40 <_Thread_Dispatch_disable_level>
 200b948:	80 a0 60 00 	cmp  %g1, 0                                    
 200b94c:	12 80 00 06 	bne  200b964 <malloc_is_system_state_OK+0x24>  <== NEVER TAKEN
 200b950:	90 10 20 00 	clr  %o0                                       
    return false;                                                     
                                                                      
  if ( _ISR_Nest_level > 0 )                                          
 200b954:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200b958:	c2 00 61 dc 	ld  [ %g1 + 0x1dc ], %g1	! 201cddc <_ISR_Nest_level>
                                                                      
#include "malloc_p.h"                                                 
                                                                      
rtems_chain_control RTEMS_Malloc_GC_list;                             
                                                                      
bool malloc_is_system_state_OK(void)                                  
 200b95c:	80 a0 00 01 	cmp  %g0, %g1                                  
 200b960:	90 60 3f ff 	subx  %g0, -1, %o0                             
                                                                      
  if ( _ISR_Nest_level > 0 )                                          
    return false;                                                     
                                                                      
  return true;                                                        
}                                                                     
 200b964:	81 c3 e0 08 	retl                                           
                                                                      

020131f0 <memfile_alloc_block>: */ int memfile_blocks_allocated = 0; void *memfile_alloc_block(void) {
 20131f0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  void *memory;                                                       
                                                                      
  memory = (void *)calloc(1, IMFS_MEMFILE_BYTES_PER_BLOCK);           
 20131f4:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
 20131f8:	d2 00 60 04 	ld  [ %g1 + 4 ], %o1	! 2022c04 <imfs_memfile_bytes_per_block>
 20131fc:	7f ff c2 96 	call  2003c54 <calloc>                         
 2013200:	90 10 20 01 	mov  1, %o0                                    
  if ( memory )                                                       
 2013204:	80 a2 20 00 	cmp  %o0, 0                                    
 2013208:	02 80 00 05 	be  201321c <memfile_alloc_block+0x2c>         <== NEVER TAKEN
 201320c:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
    memfile_blocks_allocated++;                                       
 2013210:	c4 00 61 ac 	ld  [ %g1 + 0x1ac ], %g2	! 2022dac <memfile_blocks_allocated>
 2013214:	84 00 a0 01 	inc  %g2                                       
 2013218:	c4 20 61 ac 	st  %g2, [ %g1 + 0x1ac ]                       
                                                                      
  return memory;                                                      
}                                                                     
 201321c:	81 c7 e0 08 	ret                                            
 2013220:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

0201378c <memfile_check_rmnod>: return memfile_check_rmnod( the_jnode ); } int memfile_check_rmnod( IMFS_jnode_t *the_jnode ){
 201378c:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   * The file cannot be open and the link must be less than 1 to free.
   */                                                                 
                                                                      
  if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
 2013790:	7f ff f5 9a 	call  2010df8 <rtems_libio_is_file_open>       
 2013794:	90 10 00 18 	mov  %i0, %o0                                  
 2013798:	80 a2 20 00 	cmp  %o0, 0                                    
 201379c:	12 80 00 13 	bne  20137e8 <memfile_check_rmnod+0x5c>        
 20137a0:	01 00 00 00 	nop                                            
 20137a4:	c2 16 20 34 	lduh  [ %i0 + 0x34 ], %g1                      
 20137a8:	80 a0 60 00 	cmp  %g1, 0                                    
 20137ac:	12 80 00 0f 	bne  20137e8 <memfile_check_rmnod+0x5c>        <== NEVER TAKEN
 20137b0:	03 00 80 89 	sethi  %hi(0x2022400), %g1                     
                                                                      
    /*                                                                
     * Is the rtems_filesystem_current is this node?                  
     */                                                               
                                                                      
    if ( rtems_filesystem_current.node_access == the_jnode )          
 20137b4:	c2 00 62 08 	ld  [ %g1 + 0x208 ], %g1	! 2022608 <rtems_current_user_env>
 20137b8:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 20137bc:	80 a0 80 18 	cmp  %g2, %i0                                  
 20137c0:	22 80 00 02 	be,a   20137c8 <memfile_check_rmnod+0x3c>      <== NEVER TAKEN
 20137c4:	c0 20 60 04 	clr  [ %g1 + 4 ]                               <== NOT EXECUTED
       rtems_filesystem_current.node_access = NULL;                   
                                                                      
    /*                                                                
     * Free memory associated with a memory file.                     
     */                                                               
    if (the_jnode->type != IMFS_LINEAR_FILE)                          
 20137c8:	c2 06 20 4c 	ld  [ %i0 + 0x4c ], %g1                        
 20137cc:	80 a0 60 06 	cmp  %g1, 6                                    
 20137d0:	02 80 00 04 	be  20137e0 <memfile_check_rmnod+0x54>         <== NEVER TAKEN
 20137d4:	01 00 00 00 	nop                                            
      IMFS_memfile_remove( the_jnode );                               
 20137d8:	7f ff ff 7a 	call  20135c0 <IMFS_memfile_remove>            
 20137dc:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
    free( the_jnode );                                                
 20137e0:	7f ff c1 ed 	call  2003f94 <free>                           
 20137e4:	90 10 00 18 	mov  %i0, %o0                                  
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 20137e8:	81 c7 e0 08 	ret                                            
 20137ec:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      

020134e0 <memfile_free_blocks_in_table>: void memfile_free_blocks_in_table( block_p **block_table, int entries ) {
 20134e0:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( block_table );                                              
 20134e4:	80 a6 20 00 	cmp  %i0, 0                                    
 20134e8:	02 80 00 16 	be  2013540 <memfile_free_blocks_in_table+0x60><== NEVER TAKEN
 20134ec:	80 a6 60 00 	cmp  %i1, 0                                    
   *  Now go through all the slots in the table and free the memory.  
   */                                                                 
                                                                      
  b = *block_table;                                                   
                                                                      
  for ( i=0 ; i<entries ; i++ ) {                                     
 20134f0:	04 80 00 0f 	ble  201352c <memfile_free_blocks_in_table+0x4c><== NEVER TAKEN
 20134f4:	d0 06 00 00 	ld  [ %i0 ], %o0                               
 20134f8:	a0 10 00 08 	mov  %o0, %l0                                  
 20134fc:	a2 10 20 00 	clr  %l1                                       
    if ( b[i] ) {                                                     
 2013500:	d0 04 00 00 	ld  [ %l0 ], %o0                               
 2013504:	80 a2 20 00 	cmp  %o0, 0                                    
 2013508:	02 80 00 05 	be  201351c <memfile_free_blocks_in_table+0x3c>
 201350c:	a2 04 60 01 	inc  %l1                                       
      memfile_free_block( b[i] );                                     
 2013510:	7f ff ff 2f 	call  20131cc <memfile_free_block>             
 2013514:	01 00 00 00 	nop                                            
      b[i] = 0;                                                       
 2013518:	c0 24 00 00 	clr  [ %l0 ]                                   
   *  Now go through all the slots in the table and free the memory.  
   */                                                                 
                                                                      
  b = *block_table;                                                   
                                                                      
  for ( i=0 ; i<entries ; i++ ) {                                     
 201351c:	80 a6 40 11 	cmp  %i1, %l1                                  
 2013520:	14 bf ff f8 	bg  2013500 <memfile_free_blocks_in_table+0x20>
 2013524:	a0 04 20 04 	add  %l0, 4, %l0                               
 2013528:	d0 06 00 00 	ld  [ %i0 ], %o0                               
  /*                                                                  
   *  Now that all the blocks in the block table are free, we can     
   *  free the block table itself.                                    
   */                                                                 
                                                                      
  memfile_free_block( *block_table );                                 
 201352c:	7f ff ff 28 	call  20131cc <memfile_free_block>             
 2013530:	01 00 00 00 	nop                                            
  *block_table = 0;                                                   
 2013534:	c0 26 00 00 	clr  [ %i0 ]                                   
}                                                                     
 2013538:	81 c7 e0 08 	ret                                            
 201353c:	81 e8 00 00 	restore                                        
                                                                      
  /*                                                                  
   *  Perform internal consistency checks                             
   */                                                                 
                                                                      
  assert( block_table );                                              
 2013540:	11 00 80 86 	sethi  %hi(0x2021800), %o0                     <== NOT EXECUTED
 2013544:	15 00 80 86 	sethi  %hi(0x2021800), %o2                     <== NOT EXECUTED
 2013548:	17 00 80 86 	sethi  %hi(0x2021800), %o3                     <== NOT EXECUTED
 201354c:	90 12 21 d8 	or  %o0, 0x1d8, %o0                            <== NOT EXECUTED
 2013550:	94 12 a3 40 	or  %o2, 0x340, %o2                            <== NOT EXECUTED
 2013554:	96 12 e2 58 	or  %o3, 0x258, %o3                            <== NOT EXECUTED
 2013558:	7f ff f5 7d 	call  2010b4c <__assert_func>                  <== NOT EXECUTED
 201355c:	92 10 21 b3 	mov  0x1b3, %o1                                <== NOT EXECUTED
                                                                      

02013aac <memfile_ftruncate>: int memfile_ftruncate( rtems_libio_t *iop, rtems_off64_t length ) {
 2013aac:	9d e3 bf 98 	save  %sp, -104, %sp                           
  IMFS_jnode_t   *the_jnode;                                          
                                                                      
  the_jnode = iop->file_info;                                         
 2013ab0:	e0 06 20 3c 	ld  [ %i0 + 0x3c ], %l0                        
   *  POSIX 1003.1b does not specify what happens if you truncate a file
   *  and the new length is greater than the current size.  We treat this
   *  as an extend operation.                                         
   */                                                                 
                                                                      
  if ( length > the_jnode->info.file.size )                           
 2013ab4:	c2 04 20 50 	ld  [ %l0 + 0x50 ], %g1                        
 2013ab8:	80 a0 40 19 	cmp  %g1, %i1                                  
 2013abc:	06 80 00 13 	bl  2013b08 <memfile_ftruncate+0x5c>           <== NEVER TAKEN
 2013ac0:	90 10 00 10 	mov  %l0, %o0                                  
 2013ac4:	22 80 00 0d 	be,a   2013af8 <memfile_ftruncate+0x4c>        <== ALWAYS TAKEN
 2013ac8:	c2 04 20 54 	ld  [ %l0 + 0x54 ], %g1                        
   *  The in-memory files do not currently reclaim memory until the file is
   *  deleted.  So we leave the previously allocated blocks in place for
   *  future use and just set the length.                             
   */                                                                 
                                                                      
  the_jnode->info.file.size = length;                                 
 2013acc:	f2 24 20 50 	st  %i1, [ %l0 + 0x50 ]                        <== NOT EXECUTED
 2013ad0:	f4 24 20 54 	st  %i2, [ %l0 + 0x54 ]                        
  iop->size = the_jnode->info.file.size;                              
 2013ad4:	f4 26 20 0c 	st  %i2, [ %i0 + 0xc ]                         
 2013ad8:	f2 26 20 08 	st  %i1, [ %i0 + 8 ]                           
                                                                      
  IMFS_update_atime( the_jnode );                                     
 2013adc:	90 07 bf f8 	add  %fp, -8, %o0                              
 2013ae0:	7f ff c1 58 	call  2004040 <gettimeofday>                   
 2013ae4:	92 10 20 00 	clr  %o1                                       
 2013ae8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2013aec:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        
                                                                      
  return 0;                                                           
}                                                                     
 2013af0:	81 c7 e0 08 	ret                                            
 2013af4:	91 e8 20 00 	restore  %g0, 0, %o0                           
   *  POSIX 1003.1b does not specify what happens if you truncate a file
   *  and the new length is greater than the current size.  We treat this
   *  as an extend operation.                                         
   */                                                                 
                                                                      
  if ( length > the_jnode->info.file.size )                           
 2013af8:	80 a0 40 1a 	cmp  %g1, %i2                                  
 2013afc:	3a bf ff f5 	bcc,a   2013ad0 <memfile_ftruncate+0x24>       <== ALWAYS TAKEN
 2013b00:	f2 24 20 50 	st  %i1, [ %l0 + 0x50 ]                        
    return IMFS_memfile_extend( the_jnode, length );                  
 2013b04:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2013b08:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 2013b0c:	7f ff ff 83 	call  2013918 <IMFS_memfile_extend>            <== NOT EXECUTED
 2013b10:	94 10 00 1a 	mov  %i2, %o2                                  <== NOT EXECUTED
 2013b14:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013b18:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

02013b1c <memfile_lseek>: rtems_off64_t memfile_lseek( rtems_libio_t *iop, rtems_off64_t offset, int whence ) {
 2013b1c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  IMFS_jnode_t   *the_jnode;                                          
                                                                      
  the_jnode = iop->file_info;                                         
 2013b20:	e0 06 20 3c 	ld  [ %i0 + 0x3c ], %l0                        
                                                                      
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
 2013b24:	c2 04 20 4c 	ld  [ %l0 + 0x4c ], %g1                        
 2013b28:	80 a0 60 06 	cmp  %g1, 6                                    
 2013b2c:	02 80 00 0f 	be  2013b68 <memfile_lseek+0x4c>               <== NEVER TAKEN
 2013b30:	90 10 00 10 	mov  %l0, %o0                                  
    if (iop->offset > the_jnode->info.linearfile.size)                
      iop->offset = the_jnode->info.linearfile.size;                  
  }                                                                   
  else {  /* Must be a block file (IMFS_MEMORY_FILE). */              
    if (IMFS_memfile_extend( the_jnode, iop->offset ))                
 2013b34:	c4 1e 20 10 	ldd  [ %i0 + 0x10 ], %g2                       
 2013b38:	92 10 00 02 	mov  %g2, %o1                                  
 2013b3c:	7f ff ff 77 	call  2013918 <IMFS_memfile_extend>            
 2013b40:	94 10 00 03 	mov  %g3, %o2                                  
 2013b44:	80 a2 20 00 	cmp  %o0, 0                                    
 2013b48:	12 80 00 1b 	bne  2013bb4 <memfile_lseek+0x98>              <== NEVER TAKEN
 2013b4c:	01 00 00 00 	nop                                            
      rtems_set_errno_and_return_minus_one( ENOSPC );                 
                                                                      
    iop->size = the_jnode->info.file.size;                            
 2013b50:	d8 1c 20 50 	ldd  [ %l0 + 0x50 ], %o4                       
 2013b54:	c4 1e 20 10 	ldd  [ %i0 + 0x10 ], %g2                       
 2013b58:	d8 3e 20 08 	std  %o4, [ %i0 + 8 ]                          
  }                                                                   
  return iop->offset;                                                 
}                                                                     
 2013b5c:	b2 10 00 03 	mov  %g3, %i1                                  
 2013b60:	81 c7 e0 08 	ret                                            
 2013b64:	91 e8 00 02 	restore  %g0, %g2, %o0                         
  IMFS_jnode_t   *the_jnode;                                          
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
    if (iop->offset > the_jnode->info.linearfile.size)                
 2013b68:	c4 1c 20 50 	ldd  [ %l0 + 0x50 ], %g2                       <== NOT EXECUTED
 2013b6c:	c2 06 20 10 	ld  [ %i0 + 0x10 ], %g1                        <== NOT EXECUTED
 2013b70:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2013b74:	14 80 00 0c 	bg  2013ba4 <memfile_lseek+0x88>               <== NOT EXECUTED
 2013b78:	c8 06 20 14 	ld  [ %i0 + 0x14 ], %g4                        <== NOT EXECUTED
 2013b7c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2013b80:	02 80 00 07 	be  2013b9c <memfile_lseek+0x80>               <== NOT EXECUTED
 2013b84:	80 a1 00 03 	cmp  %g4, %g3                                  <== NOT EXECUTED
 2013b88:	84 10 00 01 	mov  %g1, %g2                                  <== NOT EXECUTED
 2013b8c:	86 10 00 04 	mov  %g4, %g3                                  <== NOT EXECUTED
      rtems_set_errno_and_return_minus_one( ENOSPC );                 
                                                                      
    iop->size = the_jnode->info.file.size;                            
  }                                                                   
  return iop->offset;                                                 
}                                                                     
 2013b90:	b0 10 00 02 	mov  %g2, %i0                                  <== NOT EXECUTED
 2013b94:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013b98:	93 e8 00 03 	restore  %g0, %g3, %o1                         <== NOT EXECUTED
  IMFS_jnode_t   *the_jnode;                                          
                                                                      
  the_jnode = iop->file_info;                                         
                                                                      
  if (the_jnode->type == IMFS_LINEAR_FILE) {                          
    if (iop->offset > the_jnode->info.linearfile.size)                
 2013b9c:	28 bf ff fc 	bleu,a   2013b8c <memfile_lseek+0x70>          <== NOT EXECUTED
 2013ba0:	84 10 00 01 	mov  %g1, %g2                                  <== NOT EXECUTED
      iop->offset = the_jnode->info.linearfile.size;                  
 2013ba4:	c4 3e 20 10 	std  %g2, [ %i0 + 0x10 ]                       <== NOT EXECUTED
      rtems_set_errno_and_return_minus_one( ENOSPC );                 
                                                                      
    iop->size = the_jnode->info.file.size;                            
  }                                                                   
  return iop->offset;                                                 
}                                                                     
 2013ba8:	b2 10 00 03 	mov  %g3, %i1                                  <== NOT EXECUTED
 2013bac:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2013bb0:	91 e8 00 02 	restore  %g0, %g2, %o0                         <== NOT EXECUTED
    if (iop->offset > the_jnode->info.linearfile.size)                
      iop->offset = the_jnode->info.linearfile.size;                  
  }                                                                   
  else {  /* Must be a block file (IMFS_MEMORY_FILE). */              
    if (IMFS_memfile_extend( the_jnode, iop->offset ))                
      rtems_set_errno_and_return_minus_one( ENOSPC );                 
 2013bb4:	40 00 07 8a 	call  20159dc <__errno>                        <== NOT EXECUTED
 2013bb8:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2013bbc:	82 10 20 1c 	mov  0x1c, %g1	! 1c <PROM_START+0x1c>          <== NOT EXECUTED
 2013bc0:	05 3f ff ff 	sethi  %hi(0xfffffc00), %g2                    <== NOT EXECUTED
 2013bc4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2013bc8:	84 10 a3 ff 	or  %g2, 0x3ff, %g2                            <== NOT EXECUTED
 2013bcc:	10 bf ff e4 	b  2013b5c <memfile_lseek+0x40>                <== NOT EXECUTED
 2013bd0:	86 10 00 02 	mov  %g2, %g3                                  <== NOT EXECUTED
                                                                      

02013ec8 <memfile_open>: rtems_libio_t *iop, const char *pathname, uint32_t flag, uint32_t mode ) {
 2013ec8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  the_jnode = iop->file_info;                                         
                                                                      
  /*                                                                  
   * Perform 'copy on write' for linear files                         
   */                                                                 
  if ((iop->flags & (LIBIO_FLAGS_WRITE | LIBIO_FLAGS_APPEND))         
 2013ecc:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        
  rtems_libio_t *iop,                                                 
  const char    *pathname,                                            
  uint32_t       flag,                                                
  uint32_t       mode                                                 
)                                                                     
{                                                                     
 2013ed0:	a0 10 00 18 	mov  %i0, %l0                                  
  the_jnode = iop->file_info;                                         
                                                                      
  /*                                                                  
   * Perform 'copy on write' for linear files                         
   */                                                                 
  if ((iop->flags & (LIBIO_FLAGS_WRITE | LIBIO_FLAGS_APPEND))         
 2013ed4:	80 88 62 04 	btst  0x204, %g1                               
 2013ed8:	02 80 00 06 	be  2013ef0 <memfile_open+0x28>                
 2013edc:	e2 06 20 3c 	ld  [ %i0 + 0x3c ], %l1                        
   && (the_jnode->type == IMFS_LINEAR_FILE)) {                        
 2013ee0:	c4 04 60 4c 	ld  [ %l1 + 0x4c ], %g2                        
 2013ee4:	80 a0 a0 06 	cmp  %g2, 6                                    
 2013ee8:	22 80 00 0c 	be,a   2013f18 <memfile_open+0x50>             <== NEVER TAKEN
 2013eec:	d8 04 60 54 	ld  [ %l1 + 0x54 ], %o4                        <== NOT EXECUTED
    the_jnode->type = IMFS_MEMORY_FILE;                               
    the_jnode->info.file.size            = 0;                         
    the_jnode->info.file.indirect        = 0;                         
    the_jnode->info.file.doubly_indirect = 0;                         
    the_jnode->info.file.triply_indirect = 0;                         
    if ((count != 0)                                                  
 2013ef0:	c4 1c 60 50 	ldd  [ %l1 + 0x50 ], %g2                       
     && (IMFS_memfile_write(the_jnode, 0, buffer, count) == -1))      
        return -1;                                                    
  }                                                                   
  if (iop->flags & LIBIO_FLAGS_APPEND)                                
 2013ef4:	80 88 62 00 	btst  0x200, %g1                               
 2013ef8:	22 80 00 05 	be,a   2013f0c <memfile_open+0x44>             
 2013efc:	c4 3c 20 08 	std  %g2, [ %l0 + 8 ]                          
    iop->offset = the_jnode->info.file.size;                          
 2013f00:	c4 3c 20 10 	std  %g2, [ %l0 + 0x10 ]                       
 2013f04:	c4 1c 60 50 	ldd  [ %l1 + 0x50 ], %g2                       
                                                                      
  iop->size = the_jnode->info.file.size;                              
 2013f08:	c4 3c 20 08 	std  %g2, [ %l0 + 8 ]                          
 2013f0c:	b0 10 20 00 	clr  %i0                                       
  return 0;                                                           
}                                                                     
 2013f10:	81 c7 e0 08 	ret                                            
 2013f14:	81 e8 00 00 	restore                                        
   * Perform 'copy on write' for linear files                         
   */                                                                 
  if ((iop->flags & (LIBIO_FLAGS_WRITE | LIBIO_FLAGS_APPEND))         
   && (the_jnode->type == IMFS_LINEAR_FILE)) {                        
    uint32_t   count = the_jnode->info.linearfile.size;               
    const unsigned char *buffer = the_jnode->info.linearfile.direct;  
 2013f18:	d6 04 60 58 	ld  [ %l1 + 0x58 ], %o3                        <== NOT EXECUTED
                                                                      
    the_jnode->type = IMFS_MEMORY_FILE;                               
 2013f1c:	82 10 20 05 	mov  5, %g1                                    <== NOT EXECUTED
    the_jnode->info.file.size            = 0;                         
    the_jnode->info.file.indirect        = 0;                         
    the_jnode->info.file.doubly_indirect = 0;                         
 2013f20:	c0 24 60 5c 	clr  [ %l1 + 0x5c ]                            <== NOT EXECUTED
   && (the_jnode->type == IMFS_LINEAR_FILE)) {                        
    uint32_t   count = the_jnode->info.linearfile.size;               
    const unsigned char *buffer = the_jnode->info.linearfile.direct;  
                                                                      
    the_jnode->type = IMFS_MEMORY_FILE;                               
    the_jnode->info.file.size            = 0;                         
 2013f24:	c0 24 60 50 	clr  [ %l1 + 0x50 ]                            <== NOT EXECUTED
 2013f28:	c0 24 60 54 	clr  [ %l1 + 0x54 ]                            <== NOT EXECUTED
    the_jnode->info.file.indirect        = 0;                         
    the_jnode->info.file.doubly_indirect = 0;                         
    the_jnode->info.file.triply_indirect = 0;                         
 2013f2c:	c0 24 60 60 	clr  [ %l1 + 0x60 ]                            <== NOT EXECUTED
    uint32_t   count = the_jnode->info.linearfile.size;               
    const unsigned char *buffer = the_jnode->info.linearfile.direct;  
                                                                      
    the_jnode->type = IMFS_MEMORY_FILE;                               
    the_jnode->info.file.size            = 0;                         
    the_jnode->info.file.indirect        = 0;                         
 2013f30:	c0 24 60 58 	clr  [ %l1 + 0x58 ]                            <== NOT EXECUTED
    the_jnode->info.file.doubly_indirect = 0;                         
    the_jnode->info.file.triply_indirect = 0;                         
    if ((count != 0)                                                  
 2013f34:	80 a3 20 00 	cmp  %o4, 0                                    <== NOT EXECUTED
 2013f38:	12 80 00 06 	bne  2013f50 <memfile_open+0x88>               <== NOT EXECUTED
 2013f3c:	c2 24 60 4c 	st  %g1, [ %l1 + 0x4c ]                        <== NOT EXECUTED
 2013f40:	c2 06 20 18 	ld  [ %i0 + 0x18 ], %g1                        <== NOT EXECUTED
 2013f44:	84 10 20 00 	clr  %g2                                       <== NOT EXECUTED
 2013f48:	10 bf ff eb 	b  2013ef4 <memfile_open+0x2c>                 <== NOT EXECUTED
 2013f4c:	86 10 20 00 	clr  %g3                                       <== NOT EXECUTED
     && (IMFS_memfile_write(the_jnode, 0, buffer, count) == -1))      
 2013f50:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 2013f54:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 2013f58:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 2013f5c:	7f ff ff 1e 	call  2013bd4 <IMFS_memfile_write>             <== NOT EXECUTED
 2013f60:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
    the_jnode->type = IMFS_MEMORY_FILE;                               
    the_jnode->info.file.size            = 0;                         
    the_jnode->info.file.indirect        = 0;                         
    the_jnode->info.file.doubly_indirect = 0;                         
    the_jnode->info.file.triply_indirect = 0;                         
    if ((count != 0)                                                  
 2013f64:	80 a2 3f ff 	cmp  %o0, -1                                   <== NOT EXECUTED
 2013f68:	02 bf ff ea 	be  2013f10 <memfile_open+0x48>                <== NOT EXECUTED
 2013f6c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2013f70:	10 bf ff e0 	b  2013ef0 <memfile_open+0x28>                 <== NOT EXECUTED
 2013f74:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        <== NOT EXECUTED
                                                                      

020137f0 <memfile_rmnod>: int memfile_rmnod( rtems_filesystem_location_info_t *parent_pathloc, /* IN */ rtems_filesystem_location_info_t *pathloc /* IN */ ) {
 20137f0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  IMFS_jnode_t *the_jnode;                                            
                                                                      
  the_jnode = (IMFS_jnode_t *) pathloc->node_access;                  
 20137f4:	e0 06 40 00 	ld  [ %i1 ], %l0                               
                                                                      
  /*                                                                  
   * Take the node out of the parent's chain that contains this node  
   */                                                                 
                                                                      
  if ( the_jnode->Parent != NULL ) {                                  
 20137f8:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 20137fc:	80 a0 60 00 	cmp  %g1, 0                                    
 2013800:	22 80 00 06 	be,a   2013818 <memfile_rmnod+0x28>            <== NEVER TAKEN
 2013804:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      <== NOT EXECUTED
 2013808:	7f ff d4 85 	call  2008a1c <_Chain_Extract>                 
 201380c:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_chain_extract( (rtems_chain_node *) the_jnode );            
    the_jnode->Parent = NULL;                                         
 2013810:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
                                                                      
  /*                                                                  
   * Decrement the link counter and see if we can free the space.     
   */                                                                 
                                                                      
  the_jnode->st_nlink--;                                              
 2013814:	c2 14 20 34 	lduh  [ %l0 + 0x34 ], %g1                      
  IMFS_update_ctime( the_jnode );                                     
 2013818:	92 10 20 00 	clr  %o1                                       
                                                                      
  /*                                                                  
   * Decrement the link counter and see if we can free the space.     
   */                                                                 
                                                                      
  the_jnode->st_nlink--;                                              
 201381c:	82 00 7f ff 	add  %g1, -1, %g1                              
  IMFS_update_ctime( the_jnode );                                     
 2013820:	90 07 bf f8 	add  %fp, -8, %o0                              
 2013824:	7f ff c2 07 	call  2004040 <gettimeofday>                   
 2013828:	c2 34 20 34 	sth  %g1, [ %l0 + 0x34 ]                       
 201382c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
                                                                      
  return memfile_check_rmnod( the_jnode );                            
 2013830:	90 10 00 10 	mov  %l0, %o0                                  
 2013834:	7f ff ff d6 	call  201378c <memfile_check_rmnod>            
 2013838:	c2 24 20 48 	st  %g1, [ %l0 + 0x48 ]                        
}                                                                     
 201383c:	81 c7 e0 08 	ret                                            
 2013840:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

02002a4c <mknod>: int mknod( const char *pathname, mode_t mode, dev_t dev ) {
 2002a4c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_filesystem_location_info_t    temp_loc;                       
  int                                 i;                              
  const char                         *name_start;                     
  int                                 result;                         
                                                                      
  if ( !(mode & (S_IFREG|S_IFCHR|S_IFBLK|S_IFIFO) ) )                 
 2002a50:	03 00 00 3c 	sethi  %hi(0xf000), %g1                        
 2002a54:	80 8e 40 01 	btst  %i1, %g1                                 
 2002a58:	02 80 00 50 	be  2002b98 <mknod+0x14c>                      <== NEVER TAKEN
 2002a5c:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  rtems_filesystem_get_start_loc( pathname, &i, &temp_loc );          
 2002a60:	c2 4e 00 00 	ldsb  [ %i0 ], %g1                             
 2002a64:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 2002a68:	12 80 00 31 	bne  2002b2c <mknod+0xe0>                      <== ALWAYS TAKEN
 2002a6c:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2002a70:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
 2002a74:	c2 00 63 30 	ld  [ %g1 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 2002a78:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 2002a7c:	c4 27 bf e8 	st  %g2, [ %fp + -24 ]                         
 2002a80:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 2002a84:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 2002a88:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
 2002a8c:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 2002a90:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
 2002a94:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 2002a98:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 2002a9c:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
                                                                      
  if ( !temp_loc.ops->evalformake_h ) {                               
 2002aa0:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 2002aa4:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 2002aa8:	80 a0 60 00 	cmp  %g1, 0                                    
 2002aac:	02 80 00 35 	be  2002b80 <mknod+0x134>                      <== NEVER TAKEN
 2002ab0:	90 10 20 01 	mov  1, %o0                                    
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*temp_loc.ops->evalformake_h)(                            
 2002ab4:	90 06 00 08 	add  %i0, %o0, %o0                             
 2002ab8:	a0 07 bf e8 	add  %fp, -24, %l0                             
 2002abc:	94 07 bf fc 	add  %fp, -4, %o2                              
 2002ac0:	92 10 00 10 	mov  %l0, %o1                                  
 2002ac4:	9f c0 40 00 	call  %g1                                      
 2002ac8:	b0 10 3f ff 	mov  -1, %i0                                   
    &pathname[i],                                                     
    &temp_loc,                                                        
    &name_start                                                       
  );                                                                  
  if ( result != 0 )                                                  
 2002acc:	80 a2 20 00 	cmp  %o0, 0                                    
 2002ad0:	12 80 00 15 	bne  2002b24 <mknod+0xd8>                      
 2002ad4:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
    return -1;                                                        
                                                                      
  if ( !temp_loc.ops->mknod_h ) {                                     
 2002ad8:	c2 00 a0 14 	ld  [ %g2 + 0x14 ], %g1                        
 2002adc:	80 a0 60 00 	cmp  %g1, 0                                    
 2002ae0:	02 80 00 34 	be  2002bb0 <mknod+0x164>                      <== NEVER TAKEN
 2002ae4:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
    rtems_filesystem_freenode( &temp_loc );                           
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result =  (*temp_loc.ops->mknod_h)( name_start, mode, dev, &temp_loc );
 2002ae8:	92 10 00 19 	mov  %i1, %o1                                  
 2002aec:	94 10 00 1a 	mov  %i2, %o2                                  
 2002af0:	96 10 00 1b 	mov  %i3, %o3                                  
 2002af4:	9f c0 40 00 	call  %g1                                      
 2002af8:	98 10 00 10 	mov  %l0, %o4                                  
                                                                      
  rtems_filesystem_freenode( &temp_loc );                             
 2002afc:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 2002b00:	80 a0 60 00 	cmp  %g1, 0                                    
 2002b04:	02 80 00 08 	be  2002b24 <mknod+0xd8>                       <== NEVER TAKEN
 2002b08:	b0 10 00 08 	mov  %o0, %i0                                  
 2002b0c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2002b10:	80 a0 60 00 	cmp  %g1, 0                                    
 2002b14:	02 80 00 25 	be  2002ba8 <mknod+0x15c>                      
 2002b18:	01 00 00 00 	nop                                            
 2002b1c:	9f c0 40 00 	call  %g1                                      
 2002b20:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 2002b24:	81 c7 e0 08 	ret                                            
 2002b28:	81 e8 00 00 	restore                                        
  int                                 result;                         
                                                                      
  if ( !(mode & (S_IFREG|S_IFCHR|S_IFBLK|S_IFIFO) ) )                 
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  rtems_filesystem_get_start_loc( pathname, &i, &temp_loc );          
 2002b2c:	22 bf ff d2 	be,a   2002a74 <mknod+0x28>                    
 2002b30:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2002b34:	80 a0 60 00 	cmp  %g1, 0                                    
 2002b38:	02 bf ff cf 	be  2002a74 <mknod+0x28>                       <== NEVER TAKEN
 2002b3c:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2002b40:	c2 00 63 30 	ld  [ %g1 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 2002b44:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 2002b48:	c4 27 bf e8 	st  %g2, [ %fp + -24 ]                         
 2002b4c:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 2002b50:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 2002b54:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 2002b58:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 2002b5c:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 2002b60:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 2002b64:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 2002b68:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
                                                                      
  if ( !temp_loc.ops->evalformake_h ) {                               
 2002b6c:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 2002b70:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 2002b74:	80 a0 60 00 	cmp  %g1, 0                                    
 2002b78:	12 bf ff cf 	bne  2002ab4 <mknod+0x68>                      <== ALWAYS TAKEN
 2002b7c:	90 10 20 00 	clr  %o0                                       
  if ( result != 0 )                                                  
    return -1;                                                        
                                                                      
  if ( !temp_loc.ops->mknod_h ) {                                     
    rtems_filesystem_freenode( &temp_loc );                           
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2002b80:	40 00 34 ab 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002b84:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002b88:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2002b8c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002b90:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002b94:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  int                                 i;                              
  const char                         *name_start;                     
  int                                 result;                         
                                                                      
  if ( !(mode & (S_IFREG|S_IFCHR|S_IFBLK|S_IFIFO) ) )                 
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2002b98:	40 00 34 a5 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002b9c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002ba0:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 2002ba4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002ba8:	81 c7 e0 08 	ret                                            
 2002bac:	81 e8 00 00 	restore                                        
  );                                                                  
  if ( result != 0 )                                                  
    return -1;                                                        
                                                                      
  if ( !temp_loc.ops->mknod_h ) {                                     
    rtems_filesystem_freenode( &temp_loc );                           
 2002bb0:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 2002bb4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002bb8:	02 bf ff f2 	be  2002b80 <mknod+0x134>                      <== NOT EXECUTED
 2002bbc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002bc0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002bc4:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2002bc8:	30 bf ff ee 	b,a   2002b80 <mknod+0x134>                    <== NOT EXECUTED
                                                                      

02002bec <mount>: const rtems_filesystem_operations_table *fs_ops, rtems_filesystem_options_t options, const char *device, const char *mount_point ) {
 2002bec:	9d e3 bf 88 	save  %sp, -120, %sp                           
                                                                      
  /*                                                                  
   *  Is there a file system operations table?                        
   */                                                                 
                                                                      
  if ( fs_ops == NULL ) {                                             
 2002bf0:	80 a6 60 00 	cmp  %i1, 0                                    
 2002bf4:	02 80 00 94 	be  2002e44 <mount+0x258>                      
 2002bf8:	a0 10 00 18 	mov  %i0, %l0                                  
                                                                      
  /*                                                                  
   *  Are the file system options valid?                              
   */                                                                 
                                                                      
  if ( options != RTEMS_FILESYSTEM_READ_ONLY &&                       
 2002bfc:	80 a6 a0 01 	cmp  %i2, 1                                    
 2002c00:	18 80 00 91 	bgu  2002e44 <mount+0x258>                     
 2002c04:	01 00 00 00 	nop                                            
    errno = EINVAL;                                                   
    return -1;                                                        
  }                                                                   
                                                                      
  /* Do they support being mounted at all ? */                        
  if ( !fs_ops->fsmount_me_h ) {                                      
 2002c08:	c2 06 60 24 	ld  [ %i1 + 0x24 ], %g1                        
 2002c0c:	80 a0 60 00 	cmp  %g1, 0                                    
 2002c10:	02 80 00 98 	be  2002e70 <mount+0x284>                      <== NEVER TAKEN
 2002c14:	80 a6 e0 00 	cmp  %i3, 0                                    
  /*                                                                  
   * Allocate a mount table entry                                     
   */                                                                 
                                                                      
   size = sizeof(rtems_filesystem_mount_table_entry_t);               
   if ( device )                                                      
 2002c18:	02 80 00 05 	be  2002c2c <mount+0x40>                       <== ALWAYS TAKEN
 2002c1c:	90 10 20 6c 	mov  0x6c, %o0                                 
     size += strlen( device ) + 1;                                    
 2002c20:	40 00 38 3b 	call  2010d0c <strlen>                         <== NOT EXECUTED
 2002c24:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
 2002c28:	90 02 20 6d 	add  %o0, 0x6d, %o0                            <== NOT EXECUTED
   temp_mt_entry = malloc( size );                                    
 2002c2c:	40 00 23 6b 	call  200b9d8 <malloc>                         
 2002c30:	01 00 00 00 	nop                                            
                                                                      
   if ( !temp_mt_entry ) {                                            
 2002c34:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 2002c38:	02 80 00 97 	be  2002e94 <mount+0x2a8>                      <== NEVER TAKEN
 2002c3c:	a6 10 00 11 	mov  %l1, %l3                                  
     errno = ENOMEM;                                                  
     return -1;                                                       
   }                                                                  
                                                                      
   temp_mt_entry->mt_fs_root.mt_entry = temp_mt_entry;                
   temp_mt_entry->options = options;                                  
 2002c40:	f4 24 60 30 	st  %i2, [ %l1 + 0x30 ]                        
   if ( device ) {                                                    
 2002c44:	80 a6 e0 00 	cmp  %i3, 0                                    
 2002c48:	02 80 00 7d 	be  2002e3c <mount+0x250>                      <== ALWAYS TAKEN
 2002c4c:	e2 24 60 2c 	st  %l1, [ %l1 + 0x2c ]                        
     temp_mt_entry->dev =                                             
       (char *)temp_mt_entry + sizeof( rtems_filesystem_mount_table_entry_t );
 2002c50:	90 04 60 6c 	add  %l1, 0x6c, %o0                            <== NOT EXECUTED
     strcpy( temp_mt_entry->dev, device );                            
 2002c54:	92 10 00 1b 	mov  %i3, %o1                                  <== NOT EXECUTED
 2002c58:	40 00 38 0a 	call  2010c80 <strcpy>                         <== NOT EXECUTED
 2002c5c:	d0 24 60 68 	st  %o0, [ %l1 + 0x68 ]                        <== NOT EXECUTED
  /*                                                                  
   *  The mount_point should be a directory with read/write/execute   
   *  permissions in the existing tree.                               
   */                                                                 
                                                                      
  if ( mount_point ) {                                                
 2002c60:	80 a7 20 00 	cmp  %i4, 0                                    
 2002c64:	22 80 00 6e 	be,a   2002e1c <mount+0x230>                   
 2002c68:	c0 24 60 1c 	clr  [ %l1 + 0x1c ]                            
                                                                      
    if ( rtems_filesystem_evaluate_path(                              
           mount_point, strlen( mount_point ), RTEMS_LIBIO_PERMS_RWX, &loc, true ) == -1 )
 2002c6c:	40 00 38 28 	call  2010d0c <strlen>                         
 2002c70:	90 10 00 1c 	mov  %i4, %o0                                  
   *  permissions in the existing tree.                               
   */                                                                 
                                                                      
  if ( mount_point ) {                                                
                                                                      
    if ( rtems_filesystem_evaluate_path(                              
 2002c74:	a4 07 bf ec 	add  %fp, -20, %l2                             
           mount_point, strlen( mount_point ), RTEMS_LIBIO_PERMS_RWX, &loc, true ) == -1 )
 2002c78:	92 10 00 08 	mov  %o0, %o1                                  
   *  permissions in the existing tree.                               
   */                                                                 
                                                                      
  if ( mount_point ) {                                                
                                                                      
    if ( rtems_filesystem_evaluate_path(                              
 2002c7c:	94 10 20 07 	mov  7, %o2                                    
 2002c80:	90 10 00 1c 	mov  %i4, %o0                                  
 2002c84:	96 10 00 12 	mov  %l2, %o3                                  
 2002c88:	7f ff fe b9 	call  200276c <rtems_filesystem_evaluate_path> 
 2002c8c:	98 10 20 01 	mov  1, %o4                                    
 2002c90:	80 a2 3f ff 	cmp  %o0, -1                                   
 2002c94:	02 80 00 7b 	be  2002e80 <mount+0x294>                      <== NEVER TAKEN
 2002c98:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
                                                                      
    /*                                                                
     * Test for node_type_h                                           
     */                                                               
                                                                      
    if (!loc.ops->node_type_h) {                                      
 2002c9c:	c2 00 60 10 	ld  [ %g1 + 0x10 ], %g1                        
 2002ca0:	80 a0 60 00 	cmp  %g1, 0                                    
 2002ca4:	02 80 00 46 	be  2002dbc <mount+0x1d0>                      <== NEVER TAKEN
 2002ca8:	01 00 00 00 	nop                                            
                                                                      
    /*                                                                
     *  Test to see if it is a directory                              
     */                                                               
                                                                      
    if ( loc.ops->node_type_h( &loc ) != RTEMS_FILESYSTEM_DIRECTORY ) {
 2002cac:	9f c0 40 00 	call  %g1                                      
 2002cb0:	90 10 00 12 	mov  %l2, %o0                                  
 2002cb4:	80 a2 20 01 	cmp  %o0, 1                                    
 2002cb8:	12 80 00 69 	bne  2002e5c <mount+0x270>                     
 2002cbc:	09 00 80 72 	sethi  %hi(0x201c800), %g4                     
                                                                      
  /*                                                                  
   * For each mount table entry                                       
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
 2002cc0:	c2 01 23 b0 	ld  [ %g4 + 0x3b0 ], %g1	! 201cbb0 <rtems_filesystem_mount_table_control>
 2002cc4:	88 11 23 b0 	or  %g4, 0x3b0, %g4                            
 */                                                                   
RTEMS_INLINE_ROUTINE Chain_Node *_Chain_Tail(                         
  Chain_Control *the_chain                                            
)                                                                     
{                                                                     
   return (Chain_Node *) &the_chain->permanent_null;                  
 2002cc8:	88 01 20 04 	add  %g4, 4, %g4                               
 2002ccc:	80 a0 40 04 	cmp  %g1, %g4                                  
 2002cd0:	02 80 00 0e 	be  2002d08 <mount+0x11c>                      <== NEVER TAKEN
 2002cd4:	c6 07 bf ec 	ld  [ %fp + -20 ], %g3                         
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
     the_mount_entry = (rtems_filesystem_mount_table_entry_t *) the_node;
     if ( the_mount_entry->mt_fs_root.node_access  == loc->node_access )
 2002cd8:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 2002cdc:	80 a0 80 03 	cmp  %g2, %g3                                  
 2002ce0:	32 80 00 07 	bne,a   2002cfc <mount+0x110>                  <== ALWAYS TAKEN
 2002ce4:	c2 00 40 00 	ld  [ %g1 ], %g1                               
 2002ce8:	30 80 00 48 	b,a   2002e08 <mount+0x21c>                    <== NOT EXECUTED
 2002cec:	80 a0 80 03 	cmp  %g2, %g3                                  
 2002cf0:	02 80 00 46 	be  2002e08 <mount+0x21c>                      
 2002cf4:	01 00 00 00 	nop                                            
   * For each mount table entry                                       
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
 2002cf8:	c2 00 40 00 	ld  [ %g1 ], %g1                               
                                                                      
  /*                                                                  
   * For each mount table entry                                       
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
 2002cfc:	80 a0 40 04 	cmp  %g1, %g4                                  
 2002d00:	32 bf ff fb 	bne,a   2002cec <mount+0x100>                  
 2002d04:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
     *  may have been allocated in loc should not be sent to freenode 
     *  until the system is unmounted.  It may be needed to correctly 
     *  traverse the tree.                                            
     */                                                               
                                                                      
    temp_mt_entry->mt_point_node.node_access = loc.node_access;       
 2002d08:	c6 24 60 08 	st  %g3, [ %l1 + 8 ]                           
    temp_mt_entry->mt_point_node.handlers = loc.handlers;             
 2002d0c:	c6 07 bf f4 	ld  [ %fp + -12 ], %g3                         
    temp_mt_entry->mt_point_node.ops = loc.ops;                       
 2002d10:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
     *  until the system is unmounted.  It may be needed to correctly 
     *  traverse the tree.                                            
     */                                                               
                                                                      
    temp_mt_entry->mt_point_node.node_access = loc.node_access;       
    temp_mt_entry->mt_point_node.handlers = loc.handlers;             
 2002d14:	c6 24 60 10 	st  %g3, [ %l1 + 0x10 ]                        
    temp_mt_entry->mt_point_node.ops = loc.ops;                       
    temp_mt_entry->mt_point_node.mt_entry = loc.mt_entry;             
 2002d18:	c6 07 bf fc 	ld  [ %fp + -4 ], %g3                          
    /*                                                                
     *  This link to the parent is only done when we are dealing with system
     *  below the base file system                                    
     */                                                               
                                                                      
    if ( !loc.ops->mount_h ){                                         
 2002d1c:	c2 00 a0 20 	ld  [ %g2 + 0x20 ], %g1                        
     */                                                               
                                                                      
    temp_mt_entry->mt_point_node.node_access = loc.node_access;       
    temp_mt_entry->mt_point_node.handlers = loc.handlers;             
    temp_mt_entry->mt_point_node.ops = loc.ops;                       
    temp_mt_entry->mt_point_node.mt_entry = loc.mt_entry;             
 2002d20:	c6 24 60 18 	st  %g3, [ %l1 + 0x18 ]                        
    /*                                                                
     *  This link to the parent is only done when we are dealing with system
     *  below the base file system                                    
     */                                                               
                                                                      
    if ( !loc.ops->mount_h ){                                         
 2002d24:	80 a0 60 00 	cmp  %g1, 0                                    
 2002d28:	02 80 00 25 	be  2002dbc <mount+0x1d0>                      <== NEVER TAKEN
 2002d2c:	c4 24 60 14 	st  %g2, [ %l1 + 0x14 ]                        
      errno = ENOTSUP;                                                
      goto cleanup_and_bail;                                          
    }                                                                 
                                                                      
    if ( loc.ops->mount_h( temp_mt_entry ) ) {                        
 2002d30:	90 10 00 11 	mov  %l1, %o0                                  
 2002d34:	9f c0 40 00 	call  %g1                                      
 2002d38:	a6 10 00 12 	mov  %l2, %l3                                  
 2002d3c:	80 a2 20 00 	cmp  %o0, 0                                    
 2002d40:	12 80 00 24 	bne  2002dd0 <mount+0x1e4>                     <== NEVER TAKEN
 2002d44:	90 10 00 11 	mov  %l1, %o0                                  
    temp_mt_entry->mt_point_node.handlers = NULL;                     
    temp_mt_entry->mt_point_node.ops = NULL;                          
    temp_mt_entry->mt_point_node.mt_entry = NULL;                     
  }                                                                   
                                                                      
  if ( fs_ops->fsmount_me_h( temp_mt_entry ) ) {                      
 2002d48:	c2 06 60 24 	ld  [ %i1 + 0x24 ], %g1                        
 2002d4c:	9f c0 40 00 	call  %g1                                      
 2002d50:	90 10 00 11 	mov  %l1, %o0                                  
 2002d54:	80 a2 20 00 	cmp  %o0, 0                                    
 2002d58:	12 80 00 0b 	bne  2002d84 <mount+0x198>                     <== NEVER TAKEN
 2002d5c:	11 00 80 72 	sethi  %hi(0x201c800), %o0                     
RTEMS_INLINE_ROUTINE void rtems_chain_append(                         
  rtems_chain_control *the_chain,                                     
  rtems_chain_node    *the_node                                       
)                                                                     
{                                                                     
  _Chain_Append( the_chain, the_node );                               
 2002d60:	92 10 00 11 	mov  %l1, %o1                                  
 2002d64:	40 00 0f 46 	call  2006a7c <_Chain_Append>                  
 2002d68:	90 12 23 b0 	or  %o0, 0x3b0, %o0                            
   */                                                                 
                                                                      
  rtems_chain_append( &rtems_filesystem_mount_table_control,          
                      &temp_mt_entry->Node );                         
                                                                      
  if ( mt_entry )                                                     
 2002d6c:	80 a4 20 00 	cmp  %l0, 0                                    
 2002d70:	02 80 00 03 	be  2002d7c <mount+0x190>                      <== NEVER TAKEN
 2002d74:	b0 10 20 00 	clr  %i0                                       
    *mt_entry = temp_mt_entry;                                        
 2002d78:	e2 24 00 00 	st  %l1, [ %l0 ]                               
 2002d7c:	81 c7 e0 08 	ret                                            
 2002d80:	81 e8 00 00 	restore                                        
    temp_mt_entry->mt_point_node.mt_entry = NULL;                     
  }                                                                   
                                                                      
  if ( fs_ops->fsmount_me_h( temp_mt_entry ) ) {                      
	/* try to undo the mount operation */                                
	if ( loc.ops->unmount_h ) {                                          
 2002d84:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 2002d88:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        <== NOT EXECUTED
 2002d8c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002d90:	02 80 00 04 	be  2002da0 <mount+0x1b4>                      <== NOT EXECUTED
 2002d94:	01 00 00 00 	nop                                            <== NOT EXECUTED
		loc.ops->unmount_h( temp_mt_entry );                                
 2002d98:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002d9c:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
                                                                      
  return 0;                                                           
                                                                      
cleanup_and_bail:                                                     
                                                                      
  free( temp_mt_entry );                                              
 2002da0:	40 00 21 8e 	call  200b3d8 <free>                           <== NOT EXECUTED
 2002da4:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
                                                                      
  if ( loc_to_free )                                                  
 2002da8:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
 2002dac:	32 80 00 0c 	bne,a   2002ddc <mount+0x1f0>                  <== NOT EXECUTED
 2002db0:	c2 04 e0 0c 	ld  [ %l3 + 0xc ], %g1                         <== NOT EXECUTED
    rtems_filesystem_freenode( loc_to_free );                         
                                                                      
  return -1;                                                          
}                                                                     
 2002db4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002db8:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
     *  This link to the parent is only done when we are dealing with system
     *  below the base file system                                    
     */                                                               
                                                                      
    if ( !loc.ops->mount_h ){                                         
      errno = ENOTSUP;                                                
 2002dbc:	40 00 34 1c 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002dc0:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002dc4:	82 10 20 86 	mov  0x86, %g1	! 86 <PROM_START+0x86>          <== NOT EXECUTED
 2002dc8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
                                                                      
  return 0;                                                           
                                                                      
cleanup_and_bail:                                                     
                                                                      
  free( temp_mt_entry );                                              
 2002dcc:	90 10 00 11 	mov  %l1, %o0                                  
 2002dd0:	40 00 21 82 	call  200b3d8 <free>                           
 2002dd4:	a6 10 00 12 	mov  %l2, %l3                                  
                                                                      
  if ( loc_to_free )                                                  
    rtems_filesystem_freenode( loc_to_free );                         
 2002dd8:	c2 04 e0 0c 	ld  [ %l3 + 0xc ], %g1                         
 2002ddc:	80 a0 60 00 	cmp  %g1, 0                                    
 2002de0:	02 bf ff e7 	be  2002d7c <mount+0x190>                      <== NEVER TAKEN
 2002de4:	b0 10 3f ff 	mov  -1, %i0                                   
 2002de8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2002dec:	80 a0 60 00 	cmp  %g1, 0                                    
 2002df0:	02 bf ff e3 	be  2002d7c <mount+0x190>                      <== NEVER TAKEN
 2002df4:	90 10 00 13 	mov  %l3, %o0                                  
 2002df8:	9f c0 40 00 	call  %g1                                      
 2002dfc:	01 00 00 00 	nop                                            
 2002e00:	81 c7 e0 08 	ret                                            
 2002e04:	81 e8 00 00 	restore                                        
    /*                                                                
     *  You can only mount one file system onto a single mount point. 
     */                                                               
                                                                      
    if ( Is_node_fs_root(  &loc ) ){                                  
      errno = EBUSY;                                                  
 2002e08:	40 00 34 09 	call  200fe2c <__errno>                        
 2002e0c:	01 00 00 00 	nop                                            
 2002e10:	82 10 20 10 	mov  0x10, %g1	! 10 <PROM_START+0x10>          
      goto cleanup_and_bail;                                          
 2002e14:	10 bf ff ee 	b  2002dcc <mount+0x1e0>                       
 2002e18:	c2 22 00 00 	st  %g1, [ %o0 ]                               
     *  mt_point_node.node_access will be set to null to indicate that this
     *  is the root of the entire file system.                        
     */                                                               
                                                                      
    temp_mt_entry->mt_fs_root.node_access = NULL;                     
    temp_mt_entry->mt_fs_root.handlers = NULL;                        
 2002e1c:	c0 24 60 24 	clr  [ %l1 + 0x24 ]                            
    temp_mt_entry->mt_fs_root.ops = NULL;                             
 2002e20:	c0 24 60 28 	clr  [ %l1 + 0x28 ]                            
                                                                      
    temp_mt_entry->mt_point_node.node_access = NULL;                  
 2002e24:	c0 24 60 08 	clr  [ %l1 + 8 ]                               
    temp_mt_entry->mt_point_node.handlers = NULL;                     
 2002e28:	c0 24 60 10 	clr  [ %l1 + 0x10 ]                            
    temp_mt_entry->mt_point_node.ops = NULL;                          
 2002e2c:	c0 24 60 14 	clr  [ %l1 + 0x14 ]                            
    temp_mt_entry->mt_point_node.mt_entry = NULL;                     
 2002e30:	c0 24 60 18 	clr  [ %l1 + 0x18 ]                            
 2002e34:	10 bf ff c5 	b  2002d48 <mount+0x15c>                       
 2002e38:	a6 10 20 00 	clr  %l3                                       
   if ( device ) {                                                    
     temp_mt_entry->dev =                                             
       (char *)temp_mt_entry + sizeof( rtems_filesystem_mount_table_entry_t );
     strcpy( temp_mt_entry->dev, device );                            
   } else                                                             
     temp_mt_entry->dev = 0;                                          
 2002e3c:	10 bf ff 89 	b  2002c60 <mount+0x74>                        
 2002e40:	c0 24 60 68 	clr  [ %l1 + 0x68 ]                            
   *  Are the file system options valid?                              
   */                                                                 
                                                                      
  if ( options != RTEMS_FILESYSTEM_READ_ONLY &&                       
       options != RTEMS_FILESYSTEM_READ_WRITE ) {                     
    errno = EINVAL;                                                   
 2002e44:	40 00 33 fa 	call  200fe2c <__errno>                        
 2002e48:	b0 10 3f ff 	mov  -1, %i0                                   
 2002e4c:	82 10 20 16 	mov  0x16, %g1                                 
 2002e50:	c2 22 00 00 	st  %g1, [ %o0 ]                               
    return -1;                                                        
 2002e54:	81 c7 e0 08 	ret                                            
 2002e58:	81 e8 00 00 	restore                                        
    /*                                                                
     *  Test to see if it is a directory                              
     */                                                               
                                                                      
    if ( loc.ops->node_type_h( &loc ) != RTEMS_FILESYSTEM_DIRECTORY ) {
      errno = ENOTDIR;                                                
 2002e5c:	40 00 33 f4 	call  200fe2c <__errno>                        
 2002e60:	01 00 00 00 	nop                                            
 2002e64:	82 10 20 14 	mov  0x14, %g1	! 14 <PROM_START+0x14>          
      goto cleanup_and_bail;                                          
 2002e68:	10 bf ff d9 	b  2002dcc <mount+0x1e0>                       
 2002e6c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
    return -1;                                                        
  }                                                                   
                                                                      
  /* Do they support being mounted at all ? */                        
  if ( !fs_ops->fsmount_me_h ) {                                      
    errno = ENOTSUP;                                                  
 2002e70:	40 00 33 ef 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002e74:	a6 10 20 00 	clr  %l3                                       <== NOT EXECUTED
 2002e78:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2002e7c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
                                                                      
  return 0;                                                           
                                                                      
cleanup_and_bail:                                                     
                                                                      
  free( temp_mt_entry );                                              
 2002e80:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
 2002e84:	40 00 21 55 	call  200b3d8 <free>                           <== NOT EXECUTED
 2002e88:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002e8c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002e90:	81 e8 00 00 	restore                                        <== NOT EXECUTED
   if ( device )                                                      
     size += strlen( device ) + 1;                                    
   temp_mt_entry = malloc( size );                                    
                                                                      
   if ( !temp_mt_entry ) {                                            
     errno = ENOMEM;                                                  
 2002e94:	40 00 33 e6 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002e98:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002e9c:	82 10 20 0c 	mov  0xc, %g1                                  <== NOT EXECUTED
 2002ea0:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
     return -1;                                                       
 2002ea4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002ea8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200aff4 <mq_open>: int oflag, ... /* mode_t mode, */ /* struct mq_attr attr */ ) {
 200aff4:	9d e3 bf 90 	save  %sp, -112, %sp                           
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 200aff8:	03 00 80 9b 	sethi  %hi(0x2026c00), %g1                     
 200affc:	c4 00 62 60 	ld  [ %g1 + 0x260 ], %g2	! 2026e60 <_Thread_Dispatch_disable_level>
  Objects_Locations               location;                           
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( oflag & O_CREAT ) {                                            
    va_start(arg, oflag);                                             
 200b000:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
 200b004:	84 00 a0 01 	inc  %g2                                       
 200b008:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
 200b00c:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        
 200b010:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        
 200b014:	c4 20 62 60 	st  %g2, [ %g1 + 0x260 ]                       
  POSIX_Message_queue_Control_fd *the_mq_fd;                          
  Objects_Locations               location;                           
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( oflag & O_CREAT ) {                                            
 200b018:	a6 8e 62 00 	andcc  %i1, 0x200, %l3                         
 200b01c:	12 80 00 34 	bne  200b0ec <mq_open+0xf8>                    
 200b020:	23 00 80 9c 	sethi  %hi(0x2027000), %l1                     
 200b024:	a8 10 20 00 	clr  %l4                                       
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE POSIX_Message_queue_Control_fd *                 
  _POSIX_Message_queue_Allocate_fd( void )                            
{                                                                     
  return (POSIX_Message_queue_Control_fd *)                           
 200b028:	40 00 0c 1b 	call  200e094 <_Objects_Allocate>              
 200b02c:	90 14 63 7c 	or  %l1, 0x37c, %o0                            
    attr = (struct mq_attr *) va_arg( arg, struct mq_attr * );        
    va_end(arg);                                                      
  }                                                                   
                                                                      
  the_mq_fd = _POSIX_Message_queue_Allocate_fd();                     
  if ( !the_mq_fd ) {                                                 
 200b030:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200b034:	02 80 00 36 	be  200b10c <mq_open+0x118>                    <== NEVER TAKEN
 200b038:	01 00 00 00 	nop                                            
    _Thread_Enable_dispatch();                                        
    rtems_set_errno_and_return_minus_one( ENFILE );                   
  }                                                                   
  the_mq_fd->oflag = oflag;                                           
 200b03c:	f2 24 20 14 	st  %i1, [ %l0 + 0x14 ]                        
                                                                      
  status = _POSIX_Message_queue_Name_to_id( name, &the_mq_id );       
 200b040:	90 10 00 18 	mov  %i0, %o0                                  
 200b044:	40 00 1f 37 	call  2012d20 <_POSIX_Message_queue_Name_to_id>
 200b048:	92 07 bf f8 	add  %fp, -8, %o1                              
   *  If the name to id translation worked, then the message queue exists
   *  and we can just return a pointer to the id.  Otherwise we may   
   *  need to check to see if this is a "message queue does not exist"
   *  or some other miscellaneous error on the name.                  
   */                                                                 
  if ( status ) {                                                     
 200b04c:	a4 92 20 00 	orcc  %o0, 0, %l2                              
 200b050:	22 80 00 0f 	be,a   200b08c <mq_open+0x98>                  
 200b054:	b2 0e 6a 00 	and  %i1, 0xa00, %i1                           
    /*                                                                
     * Unless provided a valid name that did not already exist        
     * and we are willing to create then it is an error.              
     */                                                               
    if ( !( status == ENOENT && (oflag & O_CREAT) ) ) {               
 200b058:	80 a4 a0 02 	cmp  %l2, 2                                    
 200b05c:	02 80 00 3f 	be  200b158 <mq_open+0x164>                    
 200b060:	80 a4 e0 00 	cmp  %l3, 0                                    
                                                                      
RTEMS_INLINE_ROUTINE void _POSIX_Message_queue_Free_fd (              
  POSIX_Message_queue_Control_fd *the_mq_fd                           
)                                                                     
{                                                                     
  _Objects_Free( &_POSIX_Message_queue_Information_fds, &the_mq_fd->Object );
 200b064:	90 14 63 7c 	or  %l1, 0x37c, %o0                            
 200b068:	40 00 0c f7 	call  200e444 <_Objects_Free>                  
 200b06c:	92 10 00 10 	mov  %l0, %o1                                  
      _POSIX_Message_queue_Free_fd( the_mq_fd );                      
      _Thread_Enable_dispatch();                                      
 200b070:	40 00 0f ee 	call  200f028 <_Thread_Enable_dispatch>        
 200b074:	b0 10 3f ff 	mov  -1, %i0                                   
      rtems_set_errno_and_return_minus_one_cast( status, mqd_t );     
 200b078:	40 00 2f 25 	call  2016d0c <__errno>                        
 200b07c:	01 00 00 00 	nop                                            
 200b080:	e4 22 00 00 	st  %l2, [ %o0 ]                               
 200b084:	81 c7 e0 08 	ret                                            
 200b088:	81 e8 00 00 	restore                                        
                                                                      
  } else {                /* name -> ID translation succeeded */      
    /*                                                                
     * Check for existence with creation.                             
     */                                                               
    if ( (oflag & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL) ) {       
 200b08c:	80 a6 6a 00 	cmp  %i1, 0xa00                                
 200b090:	02 80 00 27 	be  200b12c <mq_open+0x138>                    
 200b094:	d2 07 bf f8 	ld  [ %fp + -8 ], %o1                          
RTEMS_INLINE_ROUTINE POSIX_Message_queue_Control *_POSIX_Message_queue_Get (
  Objects_Id         id,                                              
  Objects_Locations *location                                         
)                                                                     
{                                                                     
  return (POSIX_Message_queue_Control *)                              
 200b098:	94 07 bf f0 	add  %fp, -16, %o2                             
 200b09c:	11 00 80 9c 	sethi  %hi(0x2027000), %o0                     
 200b0a0:	40 00 0d 51 	call  200e5e4 <_Objects_Get>                   
 200b0a4:	90 12 21 f0 	or  %o0, 0x1f0, %o0	! 20271f0 <_POSIX_Message_queue_Information>
    /*                                                                
     * In this case we need to do an ID->pointer conversion to        
     * check the mode.                                                
     */                                                               
    the_mq = _POSIX_Message_queue_Get( the_mq_id, &location );        
    the_mq->open_count += 1;                                          
 200b0a8:	c2 02 20 18 	ld  [ %o0 + 0x18 ], %g1                        
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 200b0ac:	a2 14 63 7c 	or  %l1, 0x37c, %l1                            
 200b0b0:	82 00 60 01 	inc  %g1                                       
 200b0b4:	c4 04 60 1c 	ld  [ %l1 + 0x1c ], %g2                        
 200b0b8:	c2 22 20 18 	st  %g1, [ %o0 + 0x18 ]                        
 200b0bc:	c2 14 20 0a 	lduh  [ %l0 + 0xa ], %g1                       
                                                                      
    /*                                                                
     * In this case we need to do an ID->pointer conversion to        
     * check the mode.                                                
     */                                                               
    the_mq = _POSIX_Message_queue_Get( the_mq_id, &location );        
 200b0c0:	d0 27 bf f4 	st  %o0, [ %fp + -12 ]                         
 200b0c4:	83 28 60 02 	sll  %g1, 2, %g1                               
 200b0c8:	e0 20 80 01 	st  %l0, [ %g2 + %g1 ]                         
    the_mq->open_count += 1;                                          
    the_mq_fd->Queue = the_mq;                                        
 200b0cc:	d0 24 20 10 	st  %o0, [ %l0 + 0x10 ]                        
    _Objects_Open_string(                                             
      &_POSIX_Message_queue_Information_fds,                          
      &the_mq_fd->Object,                                             
      NULL                                                            
    );                                                                
    _Thread_Enable_dispatch();                                        
 200b0d0:	40 00 0f d6 	call  200f028 <_Thread_Enable_dispatch>        
 200b0d4:	c0 24 20 0c 	clr  [ %l0 + 0xc ]                             
    _Thread_Enable_dispatch();                                        
 200b0d8:	40 00 0f d4 	call  200f028 <_Thread_Enable_dispatch>        
 200b0dc:	01 00 00 00 	nop                                            
    return (mqd_t)the_mq_fd->Object.id;                               
 200b0e0:	f0 04 20 08 	ld  [ %l0 + 8 ], %i0                           
 200b0e4:	81 c7 e0 08 	ret                                            
 200b0e8:	81 e8 00 00 	restore                                        
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( oflag & O_CREAT ) {                                            
    va_start(arg, oflag);                                             
    mode = (mode_t) va_arg( arg, unsigned int );                      
    attr = (struct mq_attr *) va_arg( arg, struct mq_attr * );        
 200b0ec:	82 07 a0 54 	add  %fp, 0x54, %g1                            
 200b0f0:	e8 07 a0 50 	ld  [ %fp + 0x50 ], %l4                        
 200b0f4:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE POSIX_Message_queue_Control_fd *                 
  _POSIX_Message_queue_Allocate_fd( void )                            
{                                                                     
  return (POSIX_Message_queue_Control_fd *)                           
 200b0f8:	40 00 0b e7 	call  200e094 <_Objects_Allocate>              
 200b0fc:	90 14 63 7c 	or  %l1, 0x37c, %o0                            
    va_end(arg);                                                      
  }                                                                   
                                                                      
  the_mq_fd = _POSIX_Message_queue_Allocate_fd();                     
  if ( !the_mq_fd ) {                                                 
 200b100:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200b104:	32 bf ff cf 	bne,a   200b040 <mq_open+0x4c>                 
 200b108:	f2 24 20 14 	st  %i1, [ %l0 + 0x14 ]                        
    _Thread_Enable_dispatch();                                        
 200b10c:	40 00 0f c7 	call  200f028 <_Thread_Enable_dispatch>        
 200b110:	b0 10 3f ff 	mov  -1, %i0                                   
    rtems_set_errno_and_return_minus_one( ENFILE );                   
 200b114:	40 00 2e fe 	call  2016d0c <__errno>                        
 200b118:	01 00 00 00 	nop                                            
 200b11c:	82 10 20 17 	mov  0x17, %g1	! 17 <PROM_START+0x17>          
 200b120:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b124:	81 c7 e0 08 	ret                                            
 200b128:	81 e8 00 00 	restore                                        
                                                                      
RTEMS_INLINE_ROUTINE void _POSIX_Message_queue_Free_fd (              
  POSIX_Message_queue_Control_fd *the_mq_fd                           
)                                                                     
{                                                                     
  _Objects_Free( &_POSIX_Message_queue_Information_fds, &the_mq_fd->Object );
 200b12c:	90 14 63 7c 	or  %l1, 0x37c, %o0                            
 200b130:	40 00 0c c5 	call  200e444 <_Objects_Free>                  
 200b134:	92 10 00 10 	mov  %l0, %o1                                  
    /*                                                                
     * Check for existence with creation.                             
     */                                                               
    if ( (oflag & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL) ) {       
      _POSIX_Message_queue_Free_fd( the_mq_fd );                      
      _Thread_Enable_dispatch();                                      
 200b138:	40 00 0f bc 	call  200f028 <_Thread_Enable_dispatch>        
 200b13c:	b0 10 3f ff 	mov  -1, %i0                                   
      rtems_set_errno_and_return_minus_one_cast( EEXIST, mqd_t );     
 200b140:	40 00 2e f3 	call  2016d0c <__errno>                        
 200b144:	01 00 00 00 	nop                                            
 200b148:	82 10 20 11 	mov  0x11, %g1	! 11 <PROM_START+0x11>          
 200b14c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200b150:	81 c7 e0 08 	ret                                            
 200b154:	81 e8 00 00 	restore                                        
  if ( status ) {                                                     
    /*                                                                
     * Unless provided a valid name that did not already exist        
     * and we are willing to create then it is an error.              
     */                                                               
    if ( !( status == ENOENT && (oflag & O_CREAT) ) ) {               
 200b158:	02 bf ff c4 	be  200b068 <mq_open+0x74>                     
 200b15c:	90 14 63 7c 	or  %l1, 0x37c, %o0                            
                                                                      
  /*                                                                  
   *  At this point, the message queue does not exist and everything has been
   *  checked. We should go ahead and create a message queue.         
   */                                                                 
  status = _POSIX_Message_queue_Create_support(                       
 200b160:	90 10 00 18 	mov  %i0, %o0                                  
 200b164:	94 10 00 14 	mov  %l4, %o2                                  
 200b168:	92 10 20 01 	mov  1, %o1                                    
 200b16c:	40 00 1e 8a 	call  2012b94 <_POSIX_Message_queue_Create_support>
 200b170:	96 07 bf f4 	add  %fp, -12, %o3                             
  );                                                                  
                                                                      
  /*                                                                  
   * errno was set by Create_support, so don't set it again.          
   */                                                                 
  if ( status == -1 ) {                                               
 200b174:	80 a2 3f ff 	cmp  %o0, -1                                   
 200b178:	02 80 00 0e 	be  200b1b0 <mq_open+0x1bc>                    
 200b17c:	90 14 63 7c 	or  %l1, 0x37c, %o0                            
 200b180:	c2 14 20 0a 	lduh  [ %l0 + 0xa ], %g1                       
 200b184:	a2 14 63 7c 	or  %l1, 0x37c, %l1                            
 200b188:	c4 04 60 1c 	ld  [ %l1 + 0x1c ], %g2                        
 200b18c:	83 28 60 02 	sll  %g1, 2, %g1                               
 200b190:	e0 20 80 01 	st  %l0, [ %g2 + %g1 ]                         
    _POSIX_Message_queue_Free_fd( the_mq_fd );                        
    _Thread_Enable_dispatch();                                        
    return (mqd_t) -1;                                                
  }                                                                   
                                                                      
  the_mq_fd->Queue = the_mq;                                          
 200b194:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
    the_object                                                        
  );                                                                  
                                                                      
  #if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)                 
    /* ASSERT: information->is_string */                              
    the_object->name.name_p = name;                                   
 200b198:	c0 24 20 0c 	clr  [ %l0 + 0xc ]                             
    &_POSIX_Message_queue_Information_fds,                            
    &the_mq_fd->Object,                                               
    NULL                                                              
  );                                                                  
                                                                      
  _Thread_Enable_dispatch();                                          
 200b19c:	40 00 0f a3 	call  200f028 <_Thread_Enable_dispatch>        
 200b1a0:	c2 24 20 10 	st  %g1, [ %l0 + 0x10 ]                        
                                                                      
  return (mqd_t) the_mq_fd->Object.id;                                
 200b1a4:	f0 04 20 08 	ld  [ %l0 + 8 ], %i0                           
}                                                                     
 200b1a8:	81 c7 e0 08 	ret                                            
 200b1ac:	81 e8 00 00 	restore                                        
 200b1b0:	92 10 00 10 	mov  %l0, %o1                                  
 200b1b4:	40 00 0c a4 	call  200e444 <_Objects_Free>                  
 200b1b8:	b0 10 3f ff 	mov  -1, %i0                                   
  /*                                                                  
   * errno was set by Create_support, so don't set it again.          
   */                                                                 
  if ( status == -1 ) {                                               
    _POSIX_Message_queue_Free_fd( the_mq_fd );                        
    _Thread_Enable_dispatch();                                        
 200b1bc:	40 00 0f 9b 	call  200f028 <_Thread_Enable_dispatch>        
 200b1c0:	01 00 00 00 	nop                                            
    return (mqd_t) -1;                                                
 200b1c4:	81 c7 e0 08 	ret                                            
 200b1c8:	81 e8 00 00 	restore                                        
                                                                      

0201b258 <nanosleep>: int nanosleep( const struct timespec *rqtp, struct timespec *rmtp ) {
 201b258:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Watchdog_Interval  ticks;                                           
                                                                      
  if ( !_Timespec_Is_valid( rqtp ) )                                  
 201b25c:	40 00 00 74 	call  201b42c <_Timespec_Is_valid>             
 201b260:	90 10 00 18 	mov  %i0, %o0                                  
 201b264:	80 8a 20 ff 	btst  0xff, %o0                                
 201b268:	02 80 00 43 	be  201b374 <nanosleep+0x11c>                  
 201b26c:	01 00 00 00 	nop                                            
   *  Return EINVAL if the delay interval is negative.                
   *                                                                  
   *  NOTE:  This behavior is beyond the POSIX specification.         
   *         FSU and GNU/Linux pthreads shares this behavior.         
   */                                                                 
  if ( rqtp->tv_sec < 0 || rqtp->tv_nsec < 0 )                        
 201b270:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 201b274:	80 a0 60 00 	cmp  %g1, 0                                    
 201b278:	06 80 00 3f 	bl  201b374 <nanosleep+0x11c>                  <== NEVER TAKEN
 201b27c:	01 00 00 00 	nop                                            
 201b280:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
 201b284:	80 a0 60 00 	cmp  %g1, 0                                    
 201b288:	06 80 00 3b 	bl  201b374 <nanosleep+0x11c>                  <== NEVER TAKEN
 201b28c:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  ticks = _Timespec_To_ticks( rqtp );                                 
 201b290:	7f ff c9 f8 	call  200da70 <_Timespec_To_ticks>             
 201b294:	90 10 00 18 	mov  %i0, %o0                                  
   *  A nanosleep for zero time is implemented as a yield.            
   *  This behavior is also beyond the POSIX specification but is     
   *  consistent with the RTEMS API and yields desirable behavior.    
   */                                                                 
                                                                      
  if ( !ticks ) {                                                     
 201b298:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 201b29c:	02 80 00 28 	be  201b33c <nanosleep+0xe4>                   
 201b2a0:	03 00 80 77 	sethi  %hi(0x201dc00), %g1                     
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 201b2a4:	c4 00 62 40 	ld  [ %g1 + 0x240 ], %g2	! 201de40 <_Thread_Dispatch_disable_level>
 201b2a8:	84 00 a0 01 	inc  %g2                                       
 201b2ac:	c4 20 62 40 	st  %g2, [ %g1 + 0x240 ]                       
                                                                      
  /*                                                                  
   *  Block for the desired amount of time                            
   */                                                                 
  _Thread_Disable_dispatch();                                         
    _Thread_Set_state(                                                
 201b2b0:	21 00 80 77 	sethi  %hi(0x201dc00), %l0                     
 201b2b4:	d0 04 23 00 	ld  [ %l0 + 0x300 ], %o0	! 201df00 <_Thread_Executing>
 201b2b8:	13 04 00 00 	sethi  %hi(0x10000000), %o1                    
 201b2bc:	7f ff b7 f9 	call  20092a0 <_Thread_Set_state>              
 201b2c0:	92 12 60 08 	or  %o1, 8, %o1	! 10000008 <RAM_END+0xdc00008> 
      _Thread_Executing,                                              
      STATES_DELAYING | STATES_INTERRUPTIBLE_BY_SIGNAL                
    );                                                                
    _Watchdog_Initialize(                                             
      &_Thread_Executing->Timer,                                      
 201b2c4:	c2 04 23 00 	ld  [ %l0 + 0x300 ], %g1                       
 201b2c8:	11 00 80 77 	sethi  %hi(0x201dc00), %o0                     
  _Thread_Disable_dispatch();                                         
    _Thread_Set_state(                                                
      _Thread_Executing,                                              
      STATES_DELAYING | STATES_INTERRUPTIBLE_BY_SIGNAL                
    );                                                                
    _Watchdog_Initialize(                                             
 201b2cc:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 201b2d0:	90 12 23 20 	or  %o0, 0x320, %o0                            
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
 201b2d4:	c4 20 60 68 	st  %g2, [ %g1 + 0x68 ]                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 201b2d8:	92 00 60 48 	add  %g1, 0x48, %o1                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 201b2dc:	05 00 80 21 	sethi  %hi(0x2008400), %g2                     
 201b2e0:	84 10 a2 78 	or  %g2, 0x278, %g2	! 2008678 <_Thread_Delay_ended>
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 201b2e4:	c0 20 60 50 	clr  [ %g1 + 0x50 ]                            
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
  the_watchdog->user_data = user_data;                                
 201b2e8:	c0 20 60 6c 	clr  [ %g1 + 0x6c ]                            
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 201b2ec:	f0 20 60 54 	st  %i0, [ %g1 + 0x54 ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 201b2f0:	7f ff ba 38 	call  2009bd0 <_Watchdog_Insert>               
 201b2f4:	c4 20 60 64 	st  %g2, [ %g1 + 0x64 ]                        
      _Thread_Delay_ended,                                            
      _Thread_Executing->Object.id,                                   
      NULL                                                            
    );                                                                
    _Watchdog_Insert_ticks( &_Thread_Executing->Timer, ticks );       
  _Thread_Enable_dispatch();                                          
 201b2f8:	7f ff b5 58 	call  2008858 <_Thread_Enable_dispatch>        
 201b2fc:	01 00 00 00 	nop                                            
                                                                      
  /* calculate time remaining */                                      
                                                                      
  if ( rmtp ) {                                                       
 201b300:	80 a6 60 00 	cmp  %i1, 0                                    
 201b304:	02 80 00 0c 	be  201b334 <nanosleep+0xdc>                   
 201b308:	c2 04 23 00 	ld  [ %l0 + 0x300 ], %g1                       
    ticks -=                                                          
      _Thread_Executing->Timer.stop_time - _Thread_Executing->Timer.start_time;
                                                                      
    _Timespec_From_ticks( ticks, rmtp );                              
 201b30c:	92 10 00 19 	mov  %i1, %o1                                  
  _Thread_Enable_dispatch();                                          
                                                                      
  /* calculate time remaining */                                      
                                                                      
  if ( rmtp ) {                                                       
    ticks -=                                                          
 201b310:	c4 00 60 60 	ld  [ %g1 + 0x60 ], %g2                        
 201b314:	c2 00 60 5c 	ld  [ %g1 + 0x5c ], %g1                        
 201b318:	82 20 40 02 	sub  %g1, %g2, %g1                             
 201b31c:	b0 00 40 18 	add  %g1, %i0, %i0                             
      _Thread_Executing->Timer.stop_time - _Thread_Executing->Timer.start_time;
                                                                      
    _Timespec_From_ticks( ticks, rmtp );                              
 201b320:	40 00 00 2e 	call  201b3d8 <_Timespec_From_ticks>           
 201b324:	90 10 00 18 	mov  %i0, %o0                                  
     */                                                               
    #if defined(RTEMS_POSIX_API)                                      
        /*                                                            
         *  If there is time remaining, then we were interrupted by a signal.
         */                                                           
        if ( ticks )                                                  
 201b328:	80 a6 20 00 	cmp  %i0, 0                                    
 201b32c:	12 80 00 18 	bne  201b38c <nanosleep+0x134>                 
 201b330:	01 00 00 00 	nop                                            
          rtems_set_errno_and_return_minus_one( EINTR );              
    #endif                                                            
  }                                                                   
                                                                      
  return 0;                                                           
}                                                                     
 201b334:	81 c7 e0 08 	ret                                            
 201b338:	91 e8 20 00 	restore  %g0, 0, %o0                           
 201b33c:	c4 00 62 40 	ld  [ %g1 + 0x240 ], %g2                       
 201b340:	84 00 a0 01 	inc  %g2                                       
 201b344:	c4 20 62 40 	st  %g2, [ %g1 + 0x240 ]                       
   *  consistent with the RTEMS API and yields desirable behavior.    
   */                                                                 
                                                                      
  if ( !ticks ) {                                                     
    _Thread_Disable_dispatch();                                       
      _Thread_Yield_processor();                                      
 201b348:	7f ff b8 da 	call  20096b0 <_Thread_Yield_processor>        
 201b34c:	01 00 00 00 	nop                                            
    _Thread_Enable_dispatch();                                        
 201b350:	7f ff b5 42 	call  2008858 <_Thread_Enable_dispatch>        
 201b354:	01 00 00 00 	nop                                            
    if ( rmtp ) {                                                     
 201b358:	80 a6 60 00 	cmp  %i1, 0                                    
 201b35c:	02 bf ff f6 	be  201b334 <nanosleep+0xdc>                   
 201b360:	01 00 00 00 	nop                                            
       rmtp->tv_sec = 0;                                              
       rmtp->tv_nsec = 0;                                             
 201b364:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
  if ( !ticks ) {                                                     
    _Thread_Disable_dispatch();                                       
      _Thread_Yield_processor();                                      
    _Thread_Enable_dispatch();                                        
    if ( rmtp ) {                                                     
       rmtp->tv_sec = 0;                                              
 201b368:	c0 26 40 00 	clr  [ %i1 ]                                   
 201b36c:	81 c7 e0 08 	ret                                            
 201b370:	81 e8 00 00 	restore                                        
   *                                                                  
   *  NOTE:  This behavior is beyond the POSIX specification.         
   *         FSU and GNU/Linux pthreads shares this behavior.         
   */                                                                 
  if ( rqtp->tv_sec < 0 || rqtp->tv_nsec < 0 )                        
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 201b374:	7f ff d3 f1 	call  2010338 <__errno>                        
 201b378:	b0 10 3f ff 	mov  -1, %i0                                   
 201b37c:	82 10 20 16 	mov  0x16, %g1                                 
 201b380:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201b384:	81 c7 e0 08 	ret                                            
 201b388:	81 e8 00 00 	restore                                        
    #if defined(RTEMS_POSIX_API)                                      
        /*                                                            
         *  If there is time remaining, then we were interrupted by a signal.
         */                                                           
        if ( ticks )                                                  
          rtems_set_errno_and_return_minus_one( EINTR );              
 201b38c:	7f ff d3 eb 	call  2010338 <__errno>                        
 201b390:	b0 10 3f ff 	mov  -1, %i0                                   
 201b394:	82 10 20 04 	mov  4, %g1                                    
 201b398:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201b39c:	81 c7 e0 08 	ret                                            
 201b3a0:	81 e8 00 00 	restore                                        
                                                                      

02002eb4 <newlib_delete_hook>: void newlib_delete_hook( rtems_tcb *current_task, rtems_tcb *deleted_task ) {
 2002eb4:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   * The reentrancy structure was allocated by newlib using malloc()  
   */                                                                 
                                                                      
  if (current_task == deleted_task) {                                 
 2002eb8:	80 a6 00 19 	cmp  %i0, %i1                                  
 2002ebc:	02 80 00 16 	be  2002f14 <newlib_delete_hook+0x60>          
 2002ec0:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
    ptr = _REENT;                                                     
  } else {                                                            
    ptr = deleted_task->libc_reent;                                   
 2002ec4:	e0 06 61 64 	ld  [ %i1 + 0x164 ], %l0                       
  }                                                                   
                                                                      
  if (ptr && ptr != _global_impure_ptr) {                             
 2002ec8:	80 a4 20 00 	cmp  %l0, 0                                    
 2002ecc:	02 80 00 0b 	be  2002ef8 <newlib_delete_hook+0x44>          <== NEVER TAKEN
 2002ed0:	03 00 80 6f 	sethi  %hi(0x201bc00), %g1                     
 2002ed4:	c2 00 60 90 	ld  [ %g1 + 0x90 ], %g1	! 201bc90 <_global_impure_ptr>
 2002ed8:	80 a4 00 01 	cmp  %l0, %g1                                  
 2002edc:	02 80 00 07 	be  2002ef8 <newlib_delete_hook+0x44>          
 2002ee0:	13 00 80 0b 	sethi  %hi(0x2002c00), %o1                     
    _reclaim_reent(ptr);                                              
*/                                                                    
    /*                                                                
     *  Just in case there are some buffers lying around.             
     */                                                               
    _fwalk(ptr, newlib_free_buffers);                                 
 2002ee4:	90 10 00 10 	mov  %l0, %o0                                  
 2002ee8:	40 00 35 eb 	call  2010694 <_fwalk>                         
 2002eec:	92 12 63 1c 	or  %o1, 0x31c, %o1                            
#if REENT_MALLOCED                                                    
    free(ptr);                                                        
#else                                                                 
    _Workspace_Free(ptr);                                             
 2002ef0:	40 00 1a c3 	call  20099fc <_Workspace_Free>                
 2002ef4:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  /*                                                                  
   * Require the switch back to another task to install its own       
   */                                                                 
                                                                      
  if ( current_task == deleted_task ) {                               
 2002ef8:	80 a6 00 19 	cmp  %i0, %i1                                  
 2002efc:	12 80 00 04 	bne  2002f0c <newlib_delete_hook+0x58>         
 2002f00:	c0 26 61 64 	clr  [ %i1 + 0x164 ]                           
    _REENT = 0;                                                       
 2002f04:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2002f08:	c0 20 63 d8 	clr  [ %g1 + 0x3d8 ]	! 201c3d8 <_impure_ptr>   
 2002f0c:	81 c7 e0 08 	ret                                            
 2002f10:	81 e8 00 00 	restore                                        
  /*                                                                  
   * The reentrancy structure was allocated by newlib using malloc()  
   */                                                                 
                                                                      
  if (current_task == deleted_task) {                                 
    ptr = _REENT;                                                     
 2002f14:	10 bf ff ed 	b  2002ec8 <newlib_delete_hook+0x14>           
 2002f18:	e0 00 63 d8 	ld  [ %g1 + 0x3d8 ], %l0                       
                                                                      

02002f1c <newlib_free_buffers>: */ int newlib_free_buffers( FILE *fp ) {
 2002f1c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  switch ( fileno(fp) ) {                                             
 2002f20:	40 00 34 dd 	call  2010294 <fileno>                         
 2002f24:	90 10 00 18 	mov  %i0, %o0                                  
 2002f28:	80 a2 20 02 	cmp  %o0, 2                                    
 2002f2c:	28 80 00 06 	bleu,a   2002f44 <newlib_free_buffers+0x28>    <== ALWAYS TAKEN
 2002f30:	c2 16 20 0c 	lduh  [ %i0 + 0xc ], %g1                       
        fp->_flags &= ~__SMBF;                                        
        fp->_bf._base = fp->_p = (unsigned char *) NULL;              
      }                                                               
      break;                                                          
    default:                                                          
     fclose(fp);                                                      
 2002f34:	40 00 34 16 	call  200ff8c <fclose>                         <== NOT EXECUTED
 2002f38:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
  }                                                                   
  return 0;                                                           
}                                                                     
 2002f3c:	81 c7 e0 08 	ret                                            
 2002f40:	91 e8 20 00 	restore  %g0, 0, %o0                           
{                                                                     
  switch ( fileno(fp) ) {                                             
    case 0:                                                           
    case 1:                                                           
    case 2:                                                           
      if (fp->_flags & __SMBF) {                                      
 2002f44:	80 88 60 80 	btst  0x80, %g1                                
 2002f48:	02 bf ff fd 	be  2002f3c <newlib_free_buffers+0x20>         <== ALWAYS TAKEN
 2002f4c:	01 00 00 00 	nop                                            
        free( fp->_bf._base );                                        
 2002f50:	40 00 21 22 	call  200b3d8 <free>                           <== NOT EXECUTED
 2002f54:	d0 06 20 10 	ld  [ %i0 + 0x10 ], %o0                        <== NOT EXECUTED
        fp->_flags &= ~__SMBF;                                        
 2002f58:	c2 16 20 0c 	lduh  [ %i0 + 0xc ], %g1                       <== NOT EXECUTED
        fp->_bf._base = fp->_p = (unsigned char *) NULL;              
 2002f5c:	c0 26 20 10 	clr  [ %i0 + 0x10 ]                            <== NOT EXECUTED
    case 0:                                                           
    case 1:                                                           
    case 2:                                                           
      if (fp->_flags & __SMBF) {                                      
        free( fp->_bf._base );                                        
        fp->_flags &= ~__SMBF;                                        
 2002f60:	82 08 7f 7f 	and  %g1, -129, %g1                            <== NOT EXECUTED
        fp->_bf._base = fp->_p = (unsigned char *) NULL;              
 2002f64:	c0 26 00 00 	clr  [ %i0 ]                                   <== NOT EXECUTED
    case 0:                                                           
    case 1:                                                           
    case 2:                                                           
      if (fp->_flags & __SMBF) {                                      
        free( fp->_bf._base );                                        
        fp->_flags &= ~__SMBF;                                        
 2002f68:	c2 36 20 0c 	sth  %g1, [ %i0 + 0xc ]                        <== NOT EXECUTED
      break;                                                          
    default:                                                          
     fclose(fp);                                                      
  }                                                                   
  return 0;                                                           
}                                                                     
 2002f6c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002f70:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      

02003074 <null_initialize>: rtems_device_driver null_initialize( rtems_device_major_number major, rtems_device_minor_number minor __attribute__((unused)), void *pargp __attribute__((unused)) ) {
 2003074:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_device_driver status;                                         
                                                                      
  if ( !initialized ) {                                               
 2003078:	03 00 80 86 	sethi  %hi(0x2021800), %g1                     
 200307c:	c4 48 62 5c 	ldsb  [ %g1 + 0x25c ], %g2	! 2021a5c <initialized>
 2003080:	80 a0 a0 00 	cmp  %g2, 0                                    
 2003084:	02 80 00 04 	be  2003094 <null_initialize+0x20>             
 2003088:	84 10 20 01 	mov  1, %g2                                    
                                                                      
    NULL_major = major;                                               
  }                                                                   
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200308c:	81 c7 e0 08 	ret                                            
 2003090:	91 e8 20 00 	restore  %g0, 0, %o0                           
  rtems_device_driver status;                                         
                                                                      
  if ( !initialized ) {                                               
    initialized = 1;                                                  
                                                                      
    status = rtems_io_register_name(                                  
 2003094:	11 00 80 7d 	sethi  %hi(0x201f400), %o0                     
)                                                                     
{                                                                     
  rtems_device_driver status;                                         
                                                                      
  if ( !initialized ) {                                               
    initialized = 1;                                                  
 2003098:	c4 28 62 5c 	stb  %g2, [ %g1 + 0x25c ]                      
                                                                      
    status = rtems_io_register_name(                                  
 200309c:	90 12 21 d0 	or  %o0, 0x1d0, %o0                            
 20030a0:	92 10 00 18 	mov  %i0, %o1                                  
 20030a4:	40 00 00 51 	call  20031e8 <rtems_io_register_name>         
 20030a8:	94 10 20 00 	clr  %o2                                       
      "/dev/null",                                                    
      major,                                                          
      (rtems_device_minor_number) 0                                   
    );                                                                
                                                                      
    if (status != RTEMS_SUCCESSFUL)                                   
 20030ac:	80 a2 20 00 	cmp  %o0, 0                                    
 20030b0:	12 80 00 05 	bne  20030c4 <null_initialize+0x50>            <== NEVER TAKEN
 20030b4:	03 00 80 87 	sethi  %hi(0x2021c00), %g1                     
      rtems_fatal_error_occurred(status);                             
                                                                      
    NULL_major = major;                                               
 20030b8:	f0 20 61 0c 	st  %i0, [ %g1 + 0x10c ]	! 2021d0c <NULL_major>
  }                                                                   
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 20030bc:	81 c7 e0 08 	ret                                            
 20030c0:	91 e8 20 00 	restore  %g0, 0, %o0                           
      major,                                                          
      (rtems_device_minor_number) 0                                   
    );                                                                
                                                                      
    if (status != RTEMS_SUCCESSFUL)                                   
      rtems_fatal_error_occurred(status);                             
 20030c4:	40 00 11 a5 	call  2007758 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

02003050 <null_write>: void *pargp ) { rtems_libio_rw_args_t *rw_args = (rtems_libio_rw_args_t *) pargp; if ( rw_args )
 2003050:	80 a2 a0 00 	cmp  %o2, 0                                    
 2003054:	02 80 00 04 	be  2003064 <null_write+0x14>                  <== ALWAYS TAKEN
 2003058:	01 00 00 00 	nop                                            
    rw_args->bytes_moved = rw_args->count;                            
 200305c:	c2 02 a0 14 	ld  [ %o2 + 0x14 ], %g1                        <== NOT EXECUTED
 2003060:	c2 22 a0 1c 	st  %g1, [ %o2 + 0x1c ]                        <== NOT EXECUTED
                                                                      
  return NULL_SUCCESSFUL;                                             
}                                                                     
 2003064:	81 c3 e0 08 	retl                                           
 2003068:	90 10 20 00 	clr  %o0                                       
                                                                      

020031bc <open>: int open( const char *pathname, int flags, ... ) {
 20031bc:	9d e3 bf 88 	save  %sp, -120, %sp                           
    eval_flags |= RTEMS_LIBIO_PERMS_READ;                             
  if ( ( status & _FWRITE ) == _FWRITE )                              
    eval_flags |= RTEMS_LIBIO_PERMS_WRITE;                            
                                                                      
                                                                      
  va_start(ap, flags);                                                
 20031c0:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
 20031c4:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
 20031c8:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        
 20031cc:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        
  /*                                                                  
   * Set the Evaluation flags                                         
   */                                                                 
                                                                      
  eval_flags = 0;                                                     
  status = flags + 1;                                                 
 20031d0:	a2 06 60 01 	add  %i1, 1, %l1                               
  if ( ( status & _FREAD ) == _FREAD )                                
    eval_flags |= RTEMS_LIBIO_PERMS_READ;                             
  if ( ( status & _FWRITE ) == _FWRITE )                              
 20031d4:	80 8c 60 02 	btst  2, %l1                                   
   * Set the Evaluation flags                                         
   */                                                                 
                                                                      
  eval_flags = 0;                                                     
  status = flags + 1;                                                 
  if ( ( status & _FREAD ) == _FREAD )                                
 20031d8:	a2 0c 60 01 	and  %l1, 1, %l1                               
    eval_flags |= RTEMS_LIBIO_PERMS_READ;                             
  if ( ( status & _FWRITE ) == _FWRITE )                              
 20031dc:	02 80 00 03 	be  20031e8 <open+0x2c>                        
 20031e0:	a3 2c 60 02 	sll  %l1, 2, %l1                               
    eval_flags |= RTEMS_LIBIO_PERMS_WRITE;                            
 20031e4:	a2 14 60 02 	or  %l1, 2, %l1                                
                                                                      
                                                                      
  va_start(ap, flags);                                                
                                                                      
  mode = va_arg( ap, int );                                           
 20031e8:	82 07 a0 50 	add  %fp, 0x50, %g1                            
 20031ec:	e4 07 a0 4c 	ld  [ %fp + 0x4c ], %l2                        
 20031f0:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
   *             code does not require changes here since network file
   *             descriptors are obtained using socket(), not open(). 
   */                                                                 
                                                                      
  /* allocate a file control block */                                 
  iop = rtems_libio_allocate();                                       
 20031f4:	40 00 21 85 	call  200b808 <rtems_libio_allocate>           
 20031f8:	a6 10 20 17 	mov  0x17, %l3                                 
  if ( iop == 0 ) {                                                   
 20031fc:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 2003200:	02 80 00 6c 	be  20033b0 <open+0x1f4>                       
 2003204:	01 00 00 00 	nop                                            
  /*                                                                  
   *  See if the file exists.                                         
   */                                                                 
                                                                      
  status = rtems_filesystem_evaluate_path(                            
    pathname, strlen( pathname ), eval_flags, &loc, true );           
 2003208:	40 00 36 c1 	call  2010d0c <strlen>                         
 200320c:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   *  See if the file exists.                                         
   */                                                                 
                                                                      
  status = rtems_filesystem_evaluate_path(                            
 2003210:	94 10 00 11 	mov  %l1, %o2                                  
    pathname, strlen( pathname ), eval_flags, &loc, true );           
 2003214:	92 10 00 08 	mov  %o0, %o1                                  
                                                                      
  /*                                                                  
   *  See if the file exists.                                         
   */                                                                 
                                                                      
  status = rtems_filesystem_evaluate_path(                            
 2003218:	a2 07 bf e8 	add  %fp, -24, %l1                             
 200321c:	90 10 00 18 	mov  %i0, %o0                                  
 2003220:	96 10 00 11 	mov  %l1, %o3                                  
 2003224:	7f ff fd 52 	call  200276c <rtems_filesystem_evaluate_path> 
 2003228:	98 10 20 01 	mov  1, %o4                                    
    pathname, strlen( pathname ), eval_flags, &loc, true );           
                                                                      
  if ( status == -1 ) {                                               
 200322c:	80 a2 3f ff 	cmp  %o0, -1                                   
 2003230:	02 80 00 65 	be  20033c4 <open+0x208>                       
 2003234:	82 0e 6a 00 	and  %i1, 0xa00, %g1                           
    if ( status != 0 ) {   /* The file did not exist */               
      rc = EACCES;                                                    
      goto done;                                                      
    }                                                                 
                                                                      
  } else if ((flags & (O_EXCL|O_CREAT)) == (O_EXCL|O_CREAT)) {        
 2003238:	a8 10 00 11 	mov  %l1, %l4                                  
 200323c:	80 a0 6a 00 	cmp  %g1, 0xa00                                
 2003240:	02 80 00 4a 	be  2003368 <open+0x1ac>                       
 2003244:	a6 10 20 11 	mov  0x11, %l3                                 
  /*                                                                  
   *  Fill in the file control block based on the loc structure       
   *  returned by successful path evaluation.                         
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
 2003248:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
  iop->file_info  = loc.node_access;                                  
  iop->flags     |= rtems_libio_fcntl_flags( flags );                 
 200324c:	e6 04 20 18 	ld  [ %l0 + 0x18 ], %l3                        
  /*                                                                  
   *  Fill in the file control block based on the loc structure       
   *  returned by successful path evaluation.                         
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
 2003250:	c2 24 20 40 	st  %g1, [ %l0 + 0x40 ]                        
  iop->file_info  = loc.node_access;                                  
 2003254:	c2 07 bf e8 	ld  [ %fp + -24 ], %g1                         
  iop->flags     |= rtems_libio_fcntl_flags( flags );                 
 2003258:	90 10 00 19 	mov  %i1, %o0                                  
 200325c:	40 00 21 ac 	call  200b90c <rtems_libio_fcntl_flags>        
 2003260:	c2 24 20 3c 	st  %g1, [ %l0 + 0x3c ]                        
  iop->pathinfo   = loc;                                              
 2003264:	c4 07 bf e8 	ld  [ %fp + -24 ], %g2                         
                                                                      
  if ( !iop->handlers || !iop->handlers->open_h ) {                   
 2003268:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1                        
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
  iop->file_info  = loc.node_access;                                  
  iop->flags     |= rtems_libio_fcntl_flags( flags );                 
  iop->pathinfo   = loc;                                              
 200326c:	c4 24 20 1c 	st  %g2, [ %l0 + 0x1c ]                        
 2003270:	c4 07 bf ec 	ld  [ %fp + -20 ], %g2                         
   *  returned by successful path evaluation.                         
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
  iop->file_info  = loc.node_access;                                  
  iop->flags     |= rtems_libio_fcntl_flags( flags );                 
 2003274:	90 12 00 13 	or  %o0, %l3, %o0                              
  iop->pathinfo   = loc;                                              
 2003278:	c4 24 20 20 	st  %g2, [ %l0 + 0x20 ]                        
 200327c:	c4 07 bf f0 	ld  [ %fp + -16 ], %g2                         
   *  returned by successful path evaluation.                         
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
  iop->file_info  = loc.node_access;                                  
  iop->flags     |= rtems_libio_fcntl_flags( flags );                 
 2003280:	d0 24 20 18 	st  %o0, [ %l0 + 0x18 ]                        
  iop->pathinfo   = loc;                                              
 2003284:	c4 24 20 24 	st  %g2, [ %l0 + 0x24 ]                        
 2003288:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
                                                                      
  if ( !iop->handlers || !iop->handlers->open_h ) {                   
 200328c:	80 a0 60 00 	cmp  %g1, 0                                    
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
  iop->file_info  = loc.node_access;                                  
  iop->flags     |= rtems_libio_fcntl_flags( flags );                 
  iop->pathinfo   = loc;                                              
 2003290:	c4 24 20 28 	st  %g2, [ %l0 + 0x28 ]                        
 2003294:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
                                                                      
  if ( !iop->handlers || !iop->handlers->open_h ) {                   
 2003298:	02 80 00 32 	be  2003360 <open+0x1a4>                       <== NEVER TAKEN
 200329c:	c4 24 20 2c 	st  %g2, [ %l0 + 0x2c ]                        
 20032a0:	c2 00 40 00 	ld  [ %g1 ], %g1                               
 20032a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20032a8:	02 80 00 2e 	be  2003360 <open+0x1a4>                       <== NEVER TAKEN
 20032ac:	92 10 00 18 	mov  %i0, %o1                                  
    rc = ENOTSUP;                                                     
    goto done;                                                        
  }                                                                   
                                                                      
  rc = (*iop->handlers->open_h)( iop, pathname, flags, mode );        
 20032b0:	96 10 00 12 	mov  %l2, %o3                                  
 20032b4:	90 10 00 10 	mov  %l0, %o0                                  
 20032b8:	9f c0 40 00 	call  %g1                                      
 20032bc:	94 10 00 19 	mov  %i1, %o2                                  
  if ( rc ) {                                                         
 20032c0:	80 a2 20 00 	cmp  %o0, 0                                    
 20032c4:	12 80 00 12 	bne  200330c <open+0x150>                      
 20032c8:	80 8e 64 00 	btst  0x400, %i1                               
                                                                      
  /*                                                                  
   *  Optionally truncate the file.                                   
   */                                                                 
                                                                      
  if ( (flags & O_TRUNC) == O_TRUNC ) {                               
 20032cc:	12 80 00 48 	bne  20033ec <open+0x230>                      
 20032d0:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
    if ( loc_to_free )                                                
      rtems_filesystem_freenode( loc_to_free );                       
    rtems_set_errno_and_return_minus_one( rc );                       
  }                                                                   
                                                                      
  return iop - rtems_libio_iops;                                      
 20032d4:	c2 04 63 70 	ld  [ %l1 + 0x370 ], %g1	! 201cb70 <rtems_libio_iops>
 20032d8:	a0 24 00 01 	sub  %l0, %g1, %l0                             
 20032dc:	a1 3c 20 03 	sra  %l0, 3, %l0                               
 20032e0:	85 2c 20 06 	sll  %l0, 6, %g2                               
 20032e4:	83 2c 20 03 	sll  %l0, 3, %g1                               
 20032e8:	82 20 80 01 	sub  %g2, %g1, %g1                             
 20032ec:	85 28 60 06 	sll  %g1, 6, %g2                               
 20032f0:	82 00 40 02 	add  %g1, %g2, %g1                             
 20032f4:	82 00 40 10 	add  %g1, %l0, %g1                             
 20032f8:	b1 28 60 0f 	sll  %g1, 0xf, %i0                             
 20032fc:	b0 26 00 01 	sub  %i0, %g1, %i0                             
 2003300:	b1 2e 20 03 	sll  %i0, 3, %i0                               
}                                                                     
 2003304:	81 c7 e0 08 	ret                                            
 2003308:	91 ee 00 10 	restore  %i0, %l0, %o0                         
    goto done;                                                        
  }                                                                   
                                                                      
  rc = (*iop->handlers->open_h)( iop, pathname, flags, mode );        
  if ( rc ) {                                                         
    rc = errno;                                                       
 200330c:	a8 10 00 11 	mov  %l1, %l4                                  
 2003310:	40 00 32 c7 	call  200fe2c <__errno>                        
 2003314:	01 00 00 00 	nop                                            
 2003318:	e6 02 00 00 	ld  [ %o0 ], %l3                               
   */                                                                 
                                                                      
done:                                                                 
  va_end(ap);                                                         
                                                                      
  if ( rc ) {                                                         
 200331c:	80 a4 e0 00 	cmp  %l3, 0                                    
 2003320:	12 80 00 12 	bne  2003368 <open+0x1ac>                      <== ALWAYS TAKEN
 2003324:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
    if ( loc_to_free )                                                
      rtems_filesystem_freenode( loc_to_free );                       
    rtems_set_errno_and_return_minus_one( rc );                       
  }                                                                   
                                                                      
  return iop - rtems_libio_iops;                                      
 2003328:	c2 04 63 70 	ld  [ %l1 + 0x370 ], %g1	! 201cb70 <rtems_libio_iops><== NOT EXECUTED
 200332c:	a0 24 00 01 	sub  %l0, %g1, %l0                             <== NOT EXECUTED
 2003330:	a1 3c 20 03 	sra  %l0, 3, %l0                               <== NOT EXECUTED
 2003334:	85 2c 20 06 	sll  %l0, 6, %g2                               <== NOT EXECUTED
 2003338:	83 2c 20 03 	sll  %l0, 3, %g1                               <== NOT EXECUTED
 200333c:	82 20 80 01 	sub  %g2, %g1, %g1                             <== NOT EXECUTED
 2003340:	85 28 60 06 	sll  %g1, 6, %g2                               <== NOT EXECUTED
 2003344:	82 00 40 02 	add  %g1, %g2, %g1                             <== NOT EXECUTED
 2003348:	82 00 40 10 	add  %g1, %l0, %g1                             <== NOT EXECUTED
 200334c:	b1 28 60 0f 	sll  %g1, 0xf, %i0                             <== NOT EXECUTED
 2003350:	b0 26 00 01 	sub  %i0, %g1, %i0                             <== NOT EXECUTED
 2003354:	b1 2e 20 03 	sll  %i0, 3, %i0                               <== NOT EXECUTED
}                                                                     
 2003358:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200335c:	91 ee 00 10 	restore  %i0, %l0, %o0                         <== NOT EXECUTED
    if ( loc_to_free )                                                
      rtems_filesystem_freenode( loc_to_free );                       
    rtems_set_errno_and_return_minus_one( rc );                       
  }                                                                   
                                                                      
  return iop - rtems_libio_iops;                                      
 2003360:	a8 10 00 11 	mov  %l1, %l4                                  <== NOT EXECUTED
 2003364:	a6 10 20 86 	mov  0x86, %l3                                 <== NOT EXECUTED
                                                                      
done:                                                                 
  va_end(ap);                                                         
                                                                      
  if ( rc ) {                                                         
    if ( iop )                                                        
 2003368:	80 a4 20 00 	cmp  %l0, 0                                    
 200336c:	02 80 00 05 	be  2003380 <open+0x1c4>                       <== NEVER TAKEN
 2003370:	80 a5 20 00 	cmp  %l4, 0                                    
      rtems_libio_free( iop );                                        
 2003374:	40 00 21 0e 	call  200b7ac <rtems_libio_free>               
 2003378:	90 10 00 10 	mov  %l0, %o0                                  
    if ( loc_to_free )                                                
 200337c:	80 a5 20 00 	cmp  %l4, 0                                    
 2003380:	02 80 00 0c 	be  20033b0 <open+0x1f4>                       
 2003384:	01 00 00 00 	nop                                            
      rtems_filesystem_freenode( loc_to_free );                       
 2003388:	c2 05 20 0c 	ld  [ %l4 + 0xc ], %g1                         
 200338c:	80 a0 60 00 	cmp  %g1, 0                                    
 2003390:	02 80 00 08 	be  20033b0 <open+0x1f4>                       <== NEVER TAKEN
 2003394:	01 00 00 00 	nop                                            
 2003398:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200339c:	80 a0 60 00 	cmp  %g1, 0                                    
 20033a0:	02 80 00 04 	be  20033b0 <open+0x1f4>                       <== NEVER TAKEN
 20033a4:	01 00 00 00 	nop                                            
 20033a8:	9f c0 40 00 	call  %g1                                      
 20033ac:	90 10 00 14 	mov  %l4, %o0                                  
    rtems_set_errno_and_return_minus_one( rc );                       
 20033b0:	40 00 32 9f 	call  200fe2c <__errno>                        
 20033b4:	b0 10 3f ff 	mov  -1, %i0                                   
 20033b8:	e6 22 00 00 	st  %l3, [ %o0 ]                               
 20033bc:	81 c7 e0 08 	ret                                            
 20033c0:	81 e8 00 00 	restore                                        
                                                                      
  status = rtems_filesystem_evaluate_path(                            
    pathname, strlen( pathname ), eval_flags, &loc, true );           
                                                                      
  if ( status == -1 ) {                                               
    if ( errno != ENOENT ) {                                          
 20033c4:	40 00 32 9a 	call  200fe2c <__errno>                        
 20033c8:	01 00 00 00 	nop                                            
 20033cc:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 20033d0:	80 a0 60 02 	cmp  %g1, 2                                    
 20033d4:	02 80 00 31 	be  2003498 <open+0x2dc>                       
 20033d8:	80 8e 62 00 	btst  0x200, %i1                               
      rc = errno;                                                     
 20033dc:	40 00 32 94 	call  200fe2c <__errno>                        
 20033e0:	a8 10 20 00 	clr  %l4                                       
      goto done;                                                      
 20033e4:	10 bf ff ce 	b  200331c <open+0x160>                        
 20033e8:	e6 02 00 00 	ld  [ %o0 ], %l3                               
  /*                                                                  
   *  Optionally truncate the file.                                   
   */                                                                 
                                                                      
  if ( (flags & O_TRUNC) == O_TRUNC ) {                               
    rc = ftruncate( iop - rtems_libio_iops, 0 );                      
 20033ec:	c2 04 63 70 	ld  [ %l1 + 0x370 ], %g1                       
 20033f0:	92 10 20 00 	clr  %o1                                       
 20033f4:	82 24 00 01 	sub  %l0, %g1, %g1                             
 20033f8:	83 38 60 03 	sra  %g1, 3, %g1                               
 20033fc:	87 28 60 06 	sll  %g1, 6, %g3                               
 2003400:	85 28 60 03 	sll  %g1, 3, %g2                               
 2003404:	84 20 c0 02 	sub  %g3, %g2, %g2                             
 2003408:	87 28 a0 06 	sll  %g2, 6, %g3                               
 200340c:	84 00 80 03 	add  %g2, %g3, %g2                             
 2003410:	84 00 80 01 	add  %g2, %g1, %g2                             
 2003414:	91 28 a0 0f 	sll  %g2, 0xf, %o0                             
 2003418:	84 22 00 02 	sub  %o0, %g2, %g2                             
 200341c:	94 10 20 00 	clr  %o2                                       
 2003420:	91 28 a0 03 	sll  %g2, 3, %o0                               
 2003424:	40 00 20 18 	call  200b484 <ftruncate>                      
 2003428:	90 02 00 01 	add  %o0, %g1, %o0                             
    if ( rc ) {                                                       
 200342c:	a6 92 20 00 	orcc  %o0, 0, %l3                              
 2003430:	02 bf ff aa 	be  20032d8 <open+0x11c>                       <== ALWAYS TAKEN
 2003434:	c2 04 63 70 	ld  [ %l1 + 0x370 ], %g1                       
      if(errno) rc = errno;                                           
 2003438:	40 00 32 7d 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200343c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2003440:	c2 02 00 00 	ld  [ %o0 ], %g1                               <== NOT EXECUTED
 2003444:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003448:	12 80 00 2e 	bne  2003500 <open+0x344>                      <== NOT EXECUTED
 200344c:	01 00 00 00 	nop                                            <== NOT EXECUTED
      close( iop - rtems_libio_iops );                                
 2003450:	c2 04 63 70 	ld  [ %l1 + 0x370 ], %g1                       <== NOT EXECUTED
 2003454:	a8 10 20 00 	clr  %l4                                       <== NOT EXECUTED
 2003458:	82 24 00 01 	sub  %l0, %g1, %g1                             <== NOT EXECUTED
 200345c:	83 38 60 03 	sra  %g1, 3, %g1                               <== NOT EXECUTED
 2003460:	87 28 60 06 	sll  %g1, 6, %g3                               <== NOT EXECUTED
 2003464:	85 28 60 03 	sll  %g1, 3, %g2                               <== NOT EXECUTED
 2003468:	84 20 c0 02 	sub  %g3, %g2, %g2                             <== NOT EXECUTED
 200346c:	87 28 a0 06 	sll  %g2, 6, %g3                               <== NOT EXECUTED
 2003470:	84 00 80 03 	add  %g2, %g3, %g2                             <== NOT EXECUTED
 2003474:	84 00 80 01 	add  %g2, %g1, %g2                             <== NOT EXECUTED
 2003478:	87 28 a0 0f 	sll  %g2, 0xf, %g3                             <== NOT EXECUTED
 200347c:	84 20 c0 02 	sub  %g3, %g2, %g2                             <== NOT EXECUTED
 2003480:	a0 10 20 00 	clr  %l0                                       <== NOT EXECUTED
 2003484:	91 28 a0 03 	sll  %g2, 3, %o0                               <== NOT EXECUTED
 2003488:	40 00 1f a4 	call  200b318 <close>                          <== NOT EXECUTED
 200348c:	90 02 00 01 	add  %o0, %g1, %o0                             <== NOT EXECUTED
   */                                                                 
                                                                      
done:                                                                 
  va_end(ap);                                                         
                                                                      
  if ( rc ) {                                                         
 2003490:	10 bf ff a4 	b  2003320 <open+0x164>                        <== NOT EXECUTED
 2003494:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
      rc = errno;                                                     
      goto done;                                                      
    }                                                                 
                                                                      
    /* If the file does not exist and we are not trying to create it--> error */
    if ( !(flags & O_CREAT) ) {                                       
 2003498:	a8 10 20 00 	clr  %l4                                       
 200349c:	02 bf ff b3 	be  2003368 <open+0x1ac>                       
 20034a0:	a6 10 20 02 	mov  2, %l3                                    
      rc = ENOENT;                                                    
      goto done;                                                      
    }                                                                 
                                                                      
    /* Create the node for the new regular file */                    
    rc = mknod( pathname, S_IFREG | mode, 0LL );                      
 20034a4:	13 00 00 20 	sethi  %hi(0x8000), %o1                        
 20034a8:	90 10 00 18 	mov  %i0, %o0                                  
 20034ac:	92 14 80 09 	or  %l2, %o1, %o1                              
 20034b0:	94 10 20 00 	clr  %o2                                       
 20034b4:	7f ff fd 66 	call  2002a4c <mknod>                          
 20034b8:	96 10 20 00 	clr  %o3                                       
    if ( rc ) {                                                       
 20034bc:	80 a2 20 00 	cmp  %o0, 0                                    
 20034c0:	12 bf ff 94 	bne  2003310 <open+0x154>                      <== NEVER TAKEN
 20034c4:	01 00 00 00 	nop                                            
      rc = errno;                                                     
      goto done;                                                      
    }                                                                 
                                                                      
    /* Sanity check to see if the file name exists after the mknod() */
    status = rtems_filesystem_evaluate_path( pathname, strlen( pathname ), 0x0, &loc, true );
 20034c8:	40 00 36 11 	call  2010d0c <strlen>                         
 20034cc:	90 10 00 18 	mov  %i0, %o0                                  
 20034d0:	94 10 20 00 	clr  %o2                                       
 20034d4:	92 10 00 08 	mov  %o0, %o1                                  
 20034d8:	96 10 00 11 	mov  %l1, %o3                                  
 20034dc:	90 10 00 18 	mov  %i0, %o0                                  
 20034e0:	98 10 20 01 	mov  1, %o4                                    
 20034e4:	7f ff fc a2 	call  200276c <rtems_filesystem_evaluate_path> 
 20034e8:	a8 10 20 00 	clr  %l4                                       
    if ( status != 0 ) {   /* The file did not exist */               
 20034ec:	80 a2 20 00 	cmp  %o0, 0                                    
 20034f0:	12 bf ff 9e 	bne  2003368 <open+0x1ac>                      <== NEVER TAKEN
 20034f4:	a6 10 20 0d 	mov  0xd, %l3                                  
  /*                                                                  
   *  Fill in the file control block based on the loc structure       
   *  returned by successful path evaluation.                         
   */                                                                 
                                                                      
  iop->handlers   = loc.handlers;                                     
 20034f8:	10 bf ff 55 	b  200324c <open+0x90>                         
 20034fc:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
   */                                                                 
                                                                      
  if ( (flags & O_TRUNC) == O_TRUNC ) {                               
    rc = ftruncate( iop - rtems_libio_iops, 0 );                      
    if ( rc ) {                                                       
      if(errno) rc = errno;                                           
 2003500:	40 00 32 4b 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2003504:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2003508:	10 bf ff d2 	b  2003450 <open+0x294>                        <== NOT EXECUTED
 200350c:	e6 02 00 00 	ld  [ %o0 ], %l3                               <== NOT EXECUTED
                                                                      

02003148 <open_dev_console>: /* * This is a replaceable stub which opens the console, if present. */ void open_dev_console(void) {
 2003148:	9d e3 bf a0 	save  %sp, -96, %sp                            
  int      stderr_fd;                                                 
                                                                      
  /*                                                                  
   * Attempt to open /dev/console.                                    
   */                                                                 
  if ((stdin_fd = open("/dev/console", O_RDONLY, 0)) == -1) {         
 200314c:	21 00 80 6c 	sethi  %hi(0x201b000), %l0                     
 2003150:	92 10 20 00 	clr  %o1                                       
 2003154:	90 14 21 68 	or  %l0, 0x168, %o0                            
 2003158:	40 00 00 19 	call  20031bc <open>                           
 200315c:	94 10 20 00 	clr  %o2                                       
 2003160:	80 a2 3f ff 	cmp  %o0, -1                                   
 2003164:	02 80 00 0e 	be  200319c <open_dev_console+0x54>            
 2003168:	90 14 21 68 	or  %l0, 0x168, %o0                            
                                                                      
  /*                                                                  
   *  But if we find /dev/console once, we better find it twice more  
   *  or something is REALLY wrong.                                   
   */                                                                 
  if ((stdout_fd = open("/dev/console", O_WRONLY, 0)) == -1)          
 200316c:	92 10 20 01 	mov  1, %o1                                    
 2003170:	40 00 00 13 	call  20031bc <open>                           
 2003174:	94 10 20 00 	clr  %o2                                       
 2003178:	80 a2 3f ff 	cmp  %o0, -1                                   
 200317c:	02 80 00 0c 	be  20031ac <open_dev_console+0x64>            <== NEVER TAKEN
 2003180:	92 10 20 01 	mov  1, %o1                                    
    rtems_fatal_error_occurred( 0x55544431 );  /* error STD1 */       
                                                                      
  if ((stderr_fd = open("/dev/console", O_WRONLY, 0)) == -1)          
 2003184:	90 14 21 68 	or  %l0, 0x168, %o0                            
 2003188:	40 00 00 0d 	call  20031bc <open>                           
 200318c:	94 10 20 00 	clr  %o2                                       
 2003190:	80 a2 3f ff 	cmp  %o0, -1                                   
 2003194:	02 80 00 04 	be  20031a4 <open_dev_console+0x5c>            <== NEVER TAKEN
 2003198:	11 15 55 11 	sethi  %hi(0x55544400), %o0                    
 200319c:	81 c7 e0 08 	ret                                            
 20031a0:	81 e8 00 00 	restore                                        
    rtems_fatal_error_occurred( 0x55544432 );  /* error STD2 */       
 20031a4:	40 00 0d 47 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 20031a8:	90 12 20 32 	or  %o0, 0x32, %o0                             <== NOT EXECUTED
  /*                                                                  
   *  But if we find /dev/console once, we better find it twice more  
   *  or something is REALLY wrong.                                   
   */                                                                 
  if ((stdout_fd = open("/dev/console", O_WRONLY, 0)) == -1)          
    rtems_fatal_error_occurred( 0x55544431 );  /* error STD1 */       
 20031ac:	11 15 55 11 	sethi  %hi(0x55544400), %o0                    <== NOT EXECUTED
 20031b0:	40 00 0d 44 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 20031b4:	90 12 20 31 	or  %o0, 0x31, %o0	! 55544431 <RAM_END+0x53144431><== NOT EXECUTED
                                                                      

02003cec <oproc>: /* * Handle output processing */ static void oproc (unsigned char c, struct rtems_termios_tty *tty) {
 2003cec:	9d e3 bf a0 	save  %sp, -96, %sp                            
	int	i;                                                               
                                                                      
	if (tty->termios.c_oflag & OPOST) {                                  
 2003cf0:	c2 06 60 34 	ld  [ %i1 + 0x34 ], %g1                        
 2003cf4:	80 88 60 01 	btst  1, %g1                                   
 2003cf8:	02 80 00 19 	be  2003d5c <oproc+0x70>                       <== NEVER TAKEN
 2003cfc:	f0 2f a0 44 	stb  %i0, [ %fp + 0x44 ]                       
		switch (c) {                                                        
 2003d00:	b0 0e 20 ff 	and  %i0, 0xff, %i0                            
 2003d04:	80 a6 20 09 	cmp  %i0, 9                                    
 2003d08:	22 80 00 42 	be,a   2003e10 <oproc+0x124>                   
 2003d0c:	c6 06 60 28 	ld  [ %i1 + 0x28 ], %g3                        
 2003d10:	08 80 00 19 	bleu  2003d74 <oproc+0x88>                     <== NEVER TAKEN
 2003d14:	80 a6 20 08 	cmp  %i0, 8                                    
 2003d18:	80 a6 20 0a 	cmp  %i0, 0xa                                  
 2003d1c:	02 80 00 22 	be  2003da4 <oproc+0xb8>                       
 2003d20:	80 a6 20 0d 	cmp  %i0, 0xd                                  
 2003d24:	02 80 00 2d 	be  2003dd8 <oproc+0xec>                       <== NEVER TAKEN
 2003d28:	80 88 60 10 	btst  0x10, %g1                                
			if (tty->column > 0)                                               
				tty->column--;                                                    
			break;                                                             
                                                                      
		default:                                                            
			if (tty->termios.c_oflag & OLCUC)                                  
 2003d2c:	80 88 60 02 	btst  2, %g1                                   
 2003d30:	12 80 00 46 	bne  2003e48 <oproc+0x15c>                     <== NEVER TAKEN
 2003d34:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2003d38:	c2 00 63 d0 	ld  [ %g1 + 0x3d0 ], %g1	! 201c3d0 <__ctype_ptr__>
				c = toupper(c);                                                   
			if (!iscntrl(c))                                                   
 2003d3c:	b0 00 40 18 	add  %g1, %i0, %i0                             
 2003d40:	c2 0e 20 01 	ldub  [ %i0 + 1 ], %g1                         
 2003d44:	80 88 60 20 	btst  0x20, %g1                                
 2003d48:	12 80 00 06 	bne  2003d60 <oproc+0x74>                      <== NEVER TAKEN
 2003d4c:	94 10 00 19 	mov  %i1, %o2                                  
				tty->column++;                                                    
 2003d50:	c2 06 60 28 	ld  [ %i1 + 0x28 ], %g1                        
 2003d54:	82 00 60 01 	inc  %g1                                       
 2003d58:	c2 26 60 28 	st  %g1, [ %i1 + 0x28 ]                        
			break;                                                             
		}                                                                   
	}                                                                    
	rtems_termios_puts (&c, 1, tty);                                     
 2003d5c:	94 10 00 19 	mov  %i1, %o2                                  
 2003d60:	90 07 a0 44 	add  %fp, 0x44, %o0                            
 2003d64:	7f ff ff 93 	call  2003bb0 <rtems_termios_puts>             
 2003d68:	92 10 20 01 	mov  1, %o1                                    
 2003d6c:	81 c7 e0 08 	ret                                            
 2003d70:	81 e8 00 00 	restore                                        
oproc (unsigned char c, struct rtems_termios_tty *tty)                
{                                                                     
	int	i;                                                               
                                                                      
	if (tty->termios.c_oflag & OPOST) {                                  
		switch (c) {                                                        
 2003d74:	12 bf ff ef 	bne  2003d30 <oproc+0x44>                      <== NOT EXECUTED
 2003d78:	80 88 60 02 	btst  2, %g1                                   <== NOT EXECUTED
			}                                                                  
			tty->column += i;                                                  
			break;                                                             
                                                                      
		case '\b':                                                          
			if (tty->column > 0)                                               
 2003d7c:	c2 06 60 28 	ld  [ %i1 + 0x28 ], %g1                        <== NOT EXECUTED
 2003d80:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003d84:	04 bf ff f6 	ble  2003d5c <oproc+0x70>                      <== NOT EXECUTED
 2003d88:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
			if (!iscntrl(c))                                                   
				tty->column++;                                                    
			break;                                                             
		}                                                                   
	}                                                                    
	rtems_termios_puts (&c, 1, tty);                                     
 2003d8c:	94 10 00 19 	mov  %i1, %o2                                  <== NOT EXECUTED
			tty->column += i;                                                  
			break;                                                             
                                                                      
		case '\b':                                                          
			if (tty->column > 0)                                               
				tty->column--;                                                    
 2003d90:	c2 26 60 28 	st  %g1, [ %i1 + 0x28 ]                        <== NOT EXECUTED
			if (!iscntrl(c))                                                   
				tty->column++;                                                    
			break;                                                             
		}                                                                   
	}                                                                    
	rtems_termios_puts (&c, 1, tty);                                     
 2003d94:	90 07 a0 44 	add  %fp, 0x44, %o0                            <== NOT EXECUTED
 2003d98:	7f ff ff 86 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 2003d9c:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 2003da0:	30 80 00 3e 	b,a   2003e98 <oproc+0x1ac>                    <== NOT EXECUTED
	int	i;                                                               
                                                                      
	if (tty->termios.c_oflag & OPOST) {                                  
		switch (c) {                                                        
		case '\n':                                                          
			if (tty->termios.c_oflag & ONLRET)                                 
 2003da4:	80 88 60 20 	btst  0x20, %g1                                
 2003da8:	32 80 00 02 	bne,a   2003db0 <oproc+0xc4>                   <== NEVER TAKEN
 2003dac:	c0 26 60 28 	clr  [ %i1 + 0x28 ]                            <== NOT EXECUTED
				tty->column = 0;                                                  
			if (tty->termios.c_oflag & ONLCR) {                                
 2003db0:	80 88 60 04 	btst  4, %g1                                   
 2003db4:	02 bf ff eb 	be  2003d60 <oproc+0x74>                       <== NEVER TAKEN
 2003db8:	94 10 00 19 	mov  %i1, %o2                                  
				rtems_termios_puts ("\r", 1, tty);                                
 2003dbc:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     
 2003dc0:	92 10 20 01 	mov  1, %o1                                    
 2003dc4:	90 12 21 78 	or  %o0, 0x178, %o0                            
 2003dc8:	7f ff ff 7a 	call  2003bb0 <rtems_termios_puts>             
 2003dcc:	94 10 00 19 	mov  %i1, %o2                                  
				tty->column = 0;                                                  
 2003dd0:	10 bf ff e3 	b  2003d5c <oproc+0x70>                        
 2003dd4:	c0 26 60 28 	clr  [ %i1 + 0x28 ]                            
			}                                                                  
			break;                                                             
                                                                      
		case '\r':                                                          
			if ((tty->termios.c_oflag & ONOCR) && (tty->column == 0))          
 2003dd8:	02 80 00 06 	be  2003df0 <oproc+0x104>                      <== NOT EXECUTED
 2003ddc:	80 88 60 08 	btst  8, %g1                                   <== NOT EXECUTED
 2003de0:	c4 06 60 28 	ld  [ %i1 + 0x28 ], %g2                        <== NOT EXECUTED
 2003de4:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2003de8:	02 bf ff e1 	be  2003d6c <oproc+0x80>                       <== NOT EXECUTED
 2003dec:	80 88 60 08 	btst  8, %g1                                   <== NOT EXECUTED
				return;                                                           
			if (tty->termios.c_oflag & OCRNL) {                                
 2003df0:	22 bf ff db 	be,a   2003d5c <oproc+0x70>                    <== NOT EXECUTED
 2003df4:	c0 26 60 28 	clr  [ %i1 + 0x28 ]                            <== NOT EXECUTED
				c = '\n';                                                         
 2003df8:	84 10 20 0a 	mov  0xa, %g2                                  <== NOT EXECUTED
				if (tty->termios.c_oflag & ONLRET)                                
 2003dfc:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2003e00:	02 bf ff d7 	be  2003d5c <oproc+0x70>                       <== NOT EXECUTED
 2003e04:	c4 2f a0 44 	stb  %g2, [ %fp + 0x44 ]                       <== NOT EXECUTED
					tty->column = 0;                                                 
				break;                                                            
			}                                                                  
			tty->column = 0;                                                   
			break;                                                             
 2003e08:	10 bf ff d5 	b  2003d5c <oproc+0x70>                        <== NOT EXECUTED
 2003e0c:	c0 26 60 28 	clr  [ %i1 + 0x28 ]                            <== NOT EXECUTED
                                                                      
		case '\t':                                                          
			i = 8 - (tty->column & 7);                                         
			if ((tty->termios.c_oflag & TABDLY) == XTABS) {                    
 2003e10:	05 00 00 06 	sethi  %hi(0x1800), %g2                        
 2003e14:	82 08 40 02 	and  %g1, %g2, %g1                             
			}                                                                  
			tty->column = 0;                                                   
			break;                                                             
                                                                      
		case '\t':                                                          
			i = 8 - (tty->column & 7);                                         
 2003e18:	92 10 20 08 	mov  8, %o1                                    
			if ((tty->termios.c_oflag & TABDLY) == XTABS) {                    
 2003e1c:	80 a0 40 02 	cmp  %g1, %g2                                  
			}                                                                  
			tty->column = 0;                                                   
			break;                                                             
                                                                      
		case '\t':                                                          
			i = 8 - (tty->column & 7);                                         
 2003e20:	82 08 e0 07 	and  %g3, 7, %g1                               
			if ((tty->termios.c_oflag & TABDLY) == XTABS) {                    
 2003e24:	02 80 00 17 	be  2003e80 <oproc+0x194>                      <== ALWAYS TAKEN
 2003e28:	92 22 40 01 	sub  %o1, %g1, %o1                             
				tty->column += i;                                                 
				rtems_termios_puts ( "        ",  i, tty);                        
				return;                                                           
			}                                                                  
			tty->column += i;                                                  
 2003e2c:	86 02 40 03 	add  %o1, %g3, %g3                             <== NOT EXECUTED
			if (!iscntrl(c))                                                   
				tty->column++;                                                    
			break;                                                             
		}                                                                   
	}                                                                    
	rtems_termios_puts (&c, 1, tty);                                     
 2003e30:	94 10 00 19 	mov  %i1, %o2                                  <== NOT EXECUTED
			if ((tty->termios.c_oflag & TABDLY) == XTABS) {                    
				tty->column += i;                                                 
				rtems_termios_puts ( "        ",  i, tty);                        
				return;                                                           
			}                                                                  
			tty->column += i;                                                  
 2003e34:	c6 26 60 28 	st  %g3, [ %i1 + 0x28 ]                        <== NOT EXECUTED
			if (!iscntrl(c))                                                   
				tty->column++;                                                    
			break;                                                             
		}                                                                   
	}                                                                    
	rtems_termios_puts (&c, 1, tty);                                     
 2003e38:	90 07 a0 44 	add  %fp, 0x44, %o0                            <== NOT EXECUTED
 2003e3c:	7f ff ff 5d 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 2003e40:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 2003e44:	30 80 00 15 	b,a   2003e98 <oproc+0x1ac>                    <== NOT EXECUTED
				tty->column--;                                                    
			break;                                                             
                                                                      
		default:                                                            
			if (tty->termios.c_oflag & OLCUC)                                  
				c = toupper(c);                                                   
 2003e48:	c2 00 63 d0 	ld  [ %g1 + 0x3d0 ], %g1                       <== NOT EXECUTED
 2003e4c:	84 10 00 18 	mov  %i0, %g2                                  <== NOT EXECUTED
 2003e50:	b0 00 40 18 	add  %g1, %i0, %i0                             <== NOT EXECUTED
 2003e54:	c6 0e 20 01 	ldub  [ %i0 + 1 ], %g3                         <== NOT EXECUTED
 2003e58:	86 08 e0 03 	and  %g3, 3, %g3                               <== NOT EXECUTED
 2003e5c:	80 a0 e0 02 	cmp  %g3, 2                                    <== NOT EXECUTED
 2003e60:	22 80 00 05 	be,a   2003e74 <oproc+0x188>                   <== NOT EXECUTED
 2003e64:	84 00 bf e0 	add  %g2, -32, %g2                             <== NOT EXECUTED
 2003e68:	c4 2f a0 44 	stb  %g2, [ %fp + 0x44 ]                       <== NOT EXECUTED
 2003e6c:	10 bf ff b4 	b  2003d3c <oproc+0x50>                        <== NOT EXECUTED
 2003e70:	b0 08 a0 ff 	and  %g2, 0xff, %i0                            <== NOT EXECUTED
 2003e74:	c4 2f a0 44 	stb  %g2, [ %fp + 0x44 ]                       <== NOT EXECUTED
 2003e78:	10 bf ff b1 	b  2003d3c <oproc+0x50>                        <== NOT EXECUTED
 2003e7c:	b0 08 a0 ff 	and  %g2, 0xff, %i0                            <== NOT EXECUTED
			break;                                                             
                                                                      
		case '\t':                                                          
			i = 8 - (tty->column & 7);                                         
			if ((tty->termios.c_oflag & TABDLY) == XTABS) {                    
				tty->column += i;                                                 
 2003e80:	86 02 40 03 	add  %o1, %g3, %g3                             
				rtems_termios_puts ( "        ",  i, tty);                        
 2003e84:	94 10 00 19 	mov  %i1, %o2                                  
			break;                                                             
                                                                      
		case '\t':                                                          
			i = 8 - (tty->column & 7);                                         
			if ((tty->termios.c_oflag & TABDLY) == XTABS) {                    
				tty->column += i;                                                 
 2003e88:	c6 26 60 28 	st  %g3, [ %i1 + 0x28 ]                        
				rtems_termios_puts ( "        ",  i, tty);                        
 2003e8c:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     
 2003e90:	7f ff ff 48 	call  2003bb0 <rtems_termios_puts>             
 2003e94:	90 12 21 80 	or  %o0, 0x180, %o0	! 201b180 <rtems_filesystem_mount_table_size+0x410>
				return;                                                           
 2003e98:	81 c7 e0 08 	ret                                            
 2003e9c:	81 e8 00 00 	restore                                        
                                                                      

0200f1e4 <pipe_create>: * Called by pipe() to create an anonymous pipe. */ int pipe_create( int filsdes[2] ) {
 200f1e4:	9d e3 bf 78 	save  %sp, -136, %sp                           
  rtems_filesystem_location_info_t loc;                               
  rtems_libio_t *iop;                                                 
  int err = 0;                                                        
  /* Create /tmp if not exists */                                     
  if (rtems_filesystem_evaluate_path("/tmp", 3, RTEMS_LIBIO_PERMS_RWX, &loc, TRUE)
 200f1e8:	23 00 80 6e 	sethi  %hi(0x201b800), %l1                     
 200f1ec:	a0 07 bf dc 	add  %fp, -36, %l0                             
 200f1f0:	92 10 20 03 	mov  3, %o1                                    
 200f1f4:	90 14 60 d0 	or  %l1, 0xd0, %o0                             
 200f1f8:	94 10 20 07 	mov  7, %o2                                    
 200f1fc:	96 10 00 10 	mov  %l0, %o3                                  
 200f200:	7f ff cd 5b 	call  200276c <rtems_filesystem_evaluate_path> 
 200f204:	98 10 20 01 	mov  1, %o4                                    
 200f208:	80 a2 20 00 	cmp  %o0, 0                                    
 200f20c:	12 80 00 43 	bne  200f318 <pipe_create+0x134>               <== ALWAYS TAKEN
 200f210:	c2 07 bf e8 	ld  [ %fp + -24 ], %g1                         
      return -1;                                                      
    if (mkdir("/tmp", S_IRWXU|S_IRWXG|S_IRWXO|S_ISVTX) != 0)          
      return -1;                                                      
  }                                                                   
  else                                                                
    rtems_filesystem_freenode(&loc);                                  
 200f214:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f218:	22 80 00 09 	be,a   200f23c <pipe_create+0x58>              <== NOT EXECUTED
 200f21c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 200f220:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1	! 201c81c <lc_message_charset+0xc><== NOT EXECUTED
 200f224:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f228:	22 80 00 05 	be,a   200f23c <pipe_create+0x58>              <== NOT EXECUTED
 200f22c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 200f230:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200f234:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
                                                                      
  /* /tmp/.fifoXXXX */                                                
  char fifopath[15];                                                  
  memcpy(fifopath, "/tmp/.fifo", 10);                                 
  sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                   
 200f238:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 200f23c:	c4 10 61 fa 	lduh  [ %g1 + 0x1fa ], %g2	! 201c9fa <rtems_pipe_no>
  else                                                                
    rtems_filesystem_freenode(&loc);                                  
                                                                      
  /* /tmp/.fifoXXXX */                                                
  char fifopath[15];                                                  
  memcpy(fifopath, "/tmp/.fifo", 10);                                 
 200f240:	07 0b cb 99 	sethi  %hi(0x2f2e6400), %g3                    
  sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                   
 200f244:	95 28 a0 10 	sll  %g2, 0x10, %o2                            
 200f248:	84 00 a0 01 	inc  %g2                                       
  else                                                                
    rtems_filesystem_freenode(&loc);                                  
                                                                      
  /* /tmp/.fifoXXXX */                                                
  char fifopath[15];                                                  
  memcpy(fifopath, "/tmp/.fifo", 10);                                 
 200f24c:	86 10 e2 69 	or  %g3, 0x269, %g3                            
  sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                   
 200f250:	c4 30 61 fa 	sth  %g2, [ %g1 + 0x1fa ]                      
  else                                                                
    rtems_filesystem_freenode(&loc);                                  
                                                                      
  /* /tmp/.fifoXXXX */                                                
  char fifopath[15];                                                  
  memcpy(fifopath, "/tmp/.fifo", 10);                                 
 200f254:	05 0b dd 1b 	sethi  %hi(0x2f746c00), %g2                    
 200f258:	03 00 00 19 	sethi  %hi(0x6400), %g1                        
 200f25c:	84 10 a1 70 	or  %g2, 0x170, %g2                            
 200f260:	82 10 62 6f 	or  %g1, 0x26f, %g1                            
 200f264:	a0 07 bf f0 	add  %fp, -16, %l0                             
  sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                   
 200f268:	95 32 a0 10 	srl  %o2, 0x10, %o2                            
  else                                                                
    rtems_filesystem_freenode(&loc);                                  
                                                                      
  /* /tmp/.fifoXXXX */                                                
  char fifopath[15];                                                  
  memcpy(fifopath, "/tmp/.fifo", 10);                                 
 200f26c:	c4 3f bf f0 	std  %g2, [ %fp + -16 ]                        
 200f270:	c2 34 20 08 	sth  %g1, [ %l0 + 8 ]                          
  sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                   
 200f274:	90 07 bf fa 	add  %fp, -6, %o0                              
 200f278:	13 00 80 6e 	sethi  %hi(0x201b800), %o1                     
 200f27c:	40 00 05 d8 	call  20109dc <sprintf>                        
 200f280:	92 12 60 d8 	or  %o1, 0xd8, %o1	! 201b8d8 <__FUNCTION__.5942+0x30>
                                                                      
  /* Try creating FIFO file until find an available file name */      
  while (mkfifo(fifopath, S_IRUSR|S_IWUSR) != 0) {                    
 200f284:	90 10 00 10 	mov  %l0, %o0                                  
 200f288:	40 00 00 5a 	call  200f3f0 <mkfifo>                         
 200f28c:	92 10 21 80 	mov  0x180, %o1                                
 200f290:	80 a2 20 00 	cmp  %o0, 0                                    
 200f294:	12 80 00 1d 	bne  200f308 <pipe_create+0x124>               <== NEVER TAKEN
 200f298:	90 10 00 10 	mov  %l0, %o0                                  
    return -1;                                                        
    sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                 
  }                                                                   
                                                                      
  /* Non-blocking open to avoid waiting for writers */                
  filsdes[0] = open(fifopath, O_RDONLY | O_NONBLOCK);                 
 200f29c:	7f ff cf c8 	call  20031bc <open>                           
 200f2a0:	13 00 00 10 	sethi  %hi(0x4000), %o1                        
  if (filsdes[0] < 0) {                                               
 200f2a4:	80 a2 20 00 	cmp  %o0, 0                                    
 200f2a8:	06 80 00 2f 	bl  200f364 <pipe_create+0x180>                <== ALWAYS TAKEN
 200f2ac:	d0 26 00 00 	st  %o0, [ %i0 ]                               
     the file node will be deleted after it is closed by all. */      
    unlink(fifopath);                                                 
  }                                                                   
  else {                                                              
  /* Reset open file to blocking mode */                              
    iop = rtems_libio_iop(filsdes[0]);                                
 200f2b0:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
 200f2b4:	c4 00 61 74 	ld  [ %g1 + 0x174 ], %g2	! 201c174 <rtems_libio_number_iops><== NOT EXECUTED
 200f2b8:	80 a2 00 02 	cmp  %o0, %g2                                  <== NOT EXECUTED
 200f2bc:	0a 80 00 23 	bcs  200f348 <pipe_create+0x164>               <== NOT EXECUTED
 200f2c0:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
    iop->flags &= ~LIBIO_FLAGS_NO_DELAY;                              
 200f2c4:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        <== NOT EXECUTED
                                                                      
    filsdes[1] = open(fifopath, O_WRONLY);                            
 200f2c8:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    unlink(fifopath);                                                 
  }                                                                   
  else {                                                              
  /* Reset open file to blocking mode */                              
    iop = rtems_libio_iop(filsdes[0]);                                
    iop->flags &= ~LIBIO_FLAGS_NO_DELAY;                              
 200f2cc:	84 08 bf fe 	and  %g2, -2, %g2                              <== NOT EXECUTED
                                                                      
    filsdes[1] = open(fifopath, O_WRONLY);                            
 200f2d0:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 200f2d4:	7f ff cf ba 	call  20031bc <open>                           <== NOT EXECUTED
 200f2d8:	c4 20 60 18 	st  %g2, [ %g1 + 0x18 ]                        <== NOT EXECUTED
 200f2dc:	d0 26 20 04 	st  %o0, [ %i0 + 4 ]                           <== NOT EXECUTED
                                                                      
    if (filsdes[1] < 0) {                                             
 200f2e0:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200f2e4:	06 80 00 26 	bl  200f37c <pipe_create+0x198>                <== NOT EXECUTED
 200f2e8:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
    err = errno;                                                      
    close(filsdes[0]);                                                
    }                                                                 
  unlink(fifopath);                                                   
 200f2ec:	40 00 00 49 	call  200f410 <unlink>                         <== NOT EXECUTED
 200f2f0:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
  }                                                                   
                                                                      
  rtems_set_errno_and_return_minus_one(err);                          
 200f2f4:	40 00 02 ce 	call  200fe2c <__errno>                        
 200f2f8:	b0 10 3f ff 	mov  -1, %i0                                   
 200f2fc:	e2 22 00 00 	st  %l1, [ %o0 ]                               
}                                                                     
 200f300:	81 c7 e0 08 	ret                                            
 200f304:	81 e8 00 00 	restore                                        
  memcpy(fifopath, "/tmp/.fifo", 10);                                 
  sprintf(fifopath + 10, "%04x", rtems_pipe_no ++);                   
                                                                      
  /* Try creating FIFO file until find an available file name */      
  while (mkfifo(fifopath, S_IRUSR|S_IWUSR) != 0) {                    
    if (errno != EEXIST){                                             
 200f308:	40 00 02 c9 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200f30c:	01 00 00 00 	nop                                            <== NOT EXECUTED
    }                                                                 
  unlink(fifopath);                                                   
  }                                                                   
                                                                      
  rtems_set_errno_and_return_minus_one(err);                          
}                                                                     
 200f310:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200f314:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
  rtems_libio_t *iop;                                                 
  int err = 0;                                                        
  /* Create /tmp if not exists */                                     
  if (rtems_filesystem_evaluate_path("/tmp", 3, RTEMS_LIBIO_PERMS_RWX, &loc, TRUE)
      != 0) {                                                         
    if (errno != ENOENT)                                              
 200f318:	40 00 02 c5 	call  200fe2c <__errno>                        
 200f31c:	01 00 00 00 	nop                                            
 200f320:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200f324:	80 a0 60 02 	cmp  %g1, 2                                    
 200f328:	12 bf ff fa 	bne  200f310 <pipe_create+0x12c>               <== NEVER TAKEN
 200f32c:	90 14 60 d0 	or  %l1, 0xd0, %o0                             
      return -1;                                                      
    if (mkdir("/tmp", S_IRWXU|S_IRWXG|S_IRWXO|S_ISVTX) != 0)          
 200f330:	7f ff cd bf 	call  2002a2c <mkdir>                          
 200f334:	92 10 23 ff 	mov  0x3ff, %o1                                
 200f338:	80 a2 20 00 	cmp  %o0, 0                                    
 200f33c:	02 bf ff c0 	be  200f23c <pipe_create+0x58>                 <== ALWAYS TAKEN
 200f340:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200f344:	30 bf ff f3 	b,a   200f310 <pipe_create+0x12c>              <== NOT EXECUTED
     the file node will be deleted after it is closed by all. */      
    unlink(fifopath);                                                 
  }                                                                   
  else {                                                              
  /* Reset open file to blocking mode */                              
    iop = rtems_libio_iop(filsdes[0]);                                
 200f348:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 200f34c:	c2 00 63 70 	ld  [ %g1 + 0x370 ], %g1	! 201cb70 <rtems_libio_iops><== NOT EXECUTED
 200f350:	85 2a 20 06 	sll  %o0, 6, %g2                               <== NOT EXECUTED
 200f354:	91 2a 20 03 	sll  %o0, 3, %o0                               <== NOT EXECUTED
 200f358:	90 02 00 02 	add  %o0, %g2, %o0                             <== NOT EXECUTED
 200f35c:	10 bf ff da 	b  200f2c4 <pipe_create+0xe0>                  <== NOT EXECUTED
 200f360:	82 00 40 08 	add  %g1, %o0, %g1                             <== NOT EXECUTED
  }                                                                   
                                                                      
  /* Non-blocking open to avoid waiting for writers */                
  filsdes[0] = open(fifopath, O_RDONLY | O_NONBLOCK);                 
  if (filsdes[0] < 0) {                                               
    err = errno;                                                      
 200f364:	40 00 02 b2 	call  200fe2c <__errno>                        
 200f368:	01 00 00 00 	nop                                            
 200f36c:	e2 02 00 00 	ld  [ %o0 ], %l1                               
    /* Delete file at errors, or else if pipe is successfully created 
     the file node will be deleted after it is closed by all. */      
    unlink(fifopath);                                                 
 200f370:	40 00 00 28 	call  200f410 <unlink>                         
 200f374:	90 10 00 10 	mov  %l0, %o0                                  
 200f378:	30 bf ff df 	b,a   200f2f4 <pipe_create+0x110>              
    iop->flags &= ~LIBIO_FLAGS_NO_DELAY;                              
                                                                      
    filsdes[1] = open(fifopath, O_WRONLY);                            
                                                                      
    if (filsdes[1] < 0) {                                             
    err = errno;                                                      
 200f37c:	40 00 02 ac 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200f380:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200f384:	e2 02 00 00 	ld  [ %o0 ], %l1                               <== NOT EXECUTED
    close(filsdes[0]);                                                
 200f388:	7f ff ef e4 	call  200b318 <close>                          <== NOT EXECUTED
 200f38c:	d0 06 00 00 	ld  [ %i0 ], %o0                               <== NOT EXECUTED
 200f390:	30 bf ff d7 	b,a   200f2ec <pipe_create+0x108>              <== NOT EXECUTED
                                                                      

0200d858 <pipe_ioctl>: pipe_control_t *pipe, uint32_t cmd, void *buffer, rtems_libio_t *iop ) {
 200d858:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  if (cmd == FIONREAD) {                                              
 200d85c:	03 10 01 19 	sethi  %hi(0x40046400), %g1                    <== NOT EXECUTED
  pipe_control_t *pipe,                                               
  uint32_t        cmd,                                                
  void           *buffer,                                             
  rtems_libio_t  *iop                                                 
)                                                                     
{                                                                     
 200d860:	a0 10 00 18 	mov  %i0, %l0                                  <== NOT EXECUTED
  if (cmd == FIONREAD) {                                              
 200d864:	82 10 62 7f 	or  %g1, 0x27f, %g1                            <== NOT EXECUTED
 200d868:	80 a6 40 01 	cmp  %i1, %g1                                  <== NOT EXECUTED
 200d86c:	12 80 00 12 	bne  200d8b4 <pipe_ioctl+0x5c>                 <== NOT EXECUTED
 200d870:	b0 10 3f ea 	mov  -22, %i0                                  <== NOT EXECUTED
    if (buffer == NULL)                                               
 200d874:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
 200d878:	02 80 00 0f 	be  200d8b4 <pipe_ioctl+0x5c>                  <== NOT EXECUTED
 200d87c:	b0 10 3f f2 	mov  -14, %i0                                  <== NOT EXECUTED
      return -EFAULT;                                                 
                                                                      
    if (! PIPE_LOCK(pipe))                                            
 200d880:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
 200d884:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200d888:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200d88c:	7f ff e1 de 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200d890:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
 200d894:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200d898:	12 80 00 07 	bne  200d8b4 <pipe_ioctl+0x5c>                 <== NOT EXECUTED
 200d89c:	01 00 00 00 	nop                                            <== NOT EXECUTED
      return -EINTR;                                                  
                                                                      
    /* Return length of pipe */                                       
    *(uint *)buffer = pipe->Length;                                   
 200d8a0:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         <== NOT EXECUTED
    PIPE_UNLOCK(pipe);                                                
 200d8a4:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
    if (! PIPE_LOCK(pipe))                                            
      return -EINTR;                                                  
                                                                      
    /* Return length of pipe */                                       
    *(uint *)buffer = pipe->Length;                                   
 200d8a8:	c2 26 80 00 	st  %g1, [ %i2 ]                               <== NOT EXECUTED
    PIPE_UNLOCK(pipe);                                                
 200d8ac:	7f ff e2 1d 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200d8b0:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
    return 0;                                                         
  }                                                                   
                                                                      
  return -EINVAL;                                                     
}                                                                     
 200d8b4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d8b8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200d7e0 <pipe_lseek>: rtems_libio_t *iop ) { /* Seek on pipe is not supported */ return -ESPIPE; }
 200d7e0:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 200d7e4:	90 10 3f e3 	mov  -29, %o0                                  <== NOT EXECUTED
                                                                      

0200d8bc <pipe_read>: pipe_control_t *pipe, void *buffer, size_t count, rtems_libio_t *iop ) {
 200d8bc:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  int chunk, chunk1, read = 0, ret = 0;                               
                                                                      
  if (! PIPE_LOCK(pipe))                                              
 200d8c0:	d0 06 20 28 	ld  [ %i0 + 0x28 ], %o0                        <== NOT EXECUTED
  pipe_control_t *pipe,                                               
  void           *buffer,                                             
  size_t          count,                                              
  rtems_libio_t  *iop                                                 
)                                                                     
{                                                                     
 200d8c4:	a0 10 00 18 	mov  %i0, %l0                                  <== NOT EXECUTED
  int chunk, chunk1, read = 0, ret = 0;                               
                                                                      
  if (! PIPE_LOCK(pipe))                                              
 200d8c8:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200d8cc:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200d8d0:	7f ff e1 cd 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200d8d4:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
 200d8d8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200d8dc:	12 80 00 2f 	bne  200d998 <pipe_read+0xdc>                  <== NOT EXECUTED
 200d8e0:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
        /* WARN waitingReaders not restored! */                       
        ret = -EINTR;                                                 
        goto out_nolock;                                              
      }                                                               
      pipe->waitingReaders --;                                        
      if (ret != 0)                                                   
 200d8e4:	a4 10 20 00 	clr  %l2                                       <== NOT EXECUTED
 200d8e8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  int chunk, chunk1, read = 0, ret = 0;                               
                                                                      
  if (! PIPE_LOCK(pipe))                                              
    return -EINTR;                                                    
                                                                      
  while (read < count) {                                              
 200d8ec:	02 80 00 26 	be  200d984 <pipe_read+0xc8>                   <== NOT EXECUTED
 200d8f0:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
    /* For buffering optimization */                                  
    if (PIPE_EMPTY(pipe))                                             
      pipe->Start = 0;                                                
                                                                      
    if (pipe->waitingWriters > 0)                                     
      PIPE_WAKEUPWRITERS(pipe);                                       
 200d8f4:	a6 07 bf fc 	add  %fp, -4, %l3                              <== NOT EXECUTED
                                                                      
  if (! PIPE_LOCK(pipe))                                              
    return -EINTR;                                                    
                                                                      
  while (read < count) {                                              
    while (PIPE_EMPTY(pipe)) {                                        
 200d8f8:	e2 04 20 0c 	ld  [ %l0 + 0xc ], %l1                         <== NOT EXECUTED
 200d8fc:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
 200d900:	12 80 00 2a 	bne  200d9a8 <pipe_read+0xec>                  <== NOT EXECUTED
 200d904:	82 26 80 12 	sub  %i2, %l2, %g1                             <== NOT EXECUTED
      /* Not an error */                                              
      if (pipe->Writers == 0)                                         
 200d908:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
 200d90c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200d910:	22 80 00 1d 	be,a   200d984 <pipe_read+0xc8>                <== NOT EXECUTED
 200d914:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
        goto out_locked;                                              
                                                                      
      if (LIBIO_NODELAY(iop)) {                                       
 200d918:	c2 06 e0 18 	ld  [ %i3 + 0x18 ], %g1                        <== NOT EXECUTED
 200d91c:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 200d920:	32 80 00 19 	bne,a   200d984 <pipe_read+0xc8>               <== NOT EXECUTED
 200d924:	a2 10 3f f5 	mov  -11, %l1                                  <== NOT EXECUTED
        ret = -EAGAIN;                                                
        goto out_locked;                                              
      }                                                               
                                                                      
      /* Wait until pipe is no more empty or no writer exists */      
      pipe->waitingReaders ++;                                        
 200d928:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        <== NOT EXECUTED
      PIPE_UNLOCK(pipe);                                              
 200d92c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
        ret = -EAGAIN;                                                
        goto out_locked;                                              
      }                                                               
                                                                      
      /* Wait until pipe is no more empty or no writer exists */      
      pipe->waitingReaders ++;                                        
 200d930:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
      PIPE_UNLOCK(pipe);                                              
 200d934:	7f ff e1 fb 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200d938:	c2 24 20 18 	st  %g1, [ %l0 + 0x18 ]                        <== NOT EXECUTED
      if (! PIPE_READWAIT(pipe))                                      
 200d93c:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
 200d940:	40 00 04 76 	call  200eb18 <rtems_barrier_wait>             <== NOT EXECUTED
 200d944:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200d948:	80 a0 00 08 	cmp  %g0, %o0                                  <== NOT EXECUTED
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200d94c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
      }                                                               
                                                                      
      /* Wait until pipe is no more empty or no writer exists */      
      pipe->waitingReaders ++;                                        
      PIPE_UNLOCK(pipe);                                              
      if (! PIPE_READWAIT(pipe))                                      
 200d950:	a2 40 3f ff 	addx  %g0, -1, %l1                             <== NOT EXECUTED
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200d954:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
      }                                                               
                                                                      
      /* Wait until pipe is no more empty or no writer exists */      
      pipe->waitingReaders ++;                                        
      PIPE_UNLOCK(pipe);                                              
      if (! PIPE_READWAIT(pipe))                                      
 200d958:	a2 0c 60 04 	and  %l1, 4, %l1                               <== NOT EXECUTED
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200d95c:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200d960:	7f ff e1 a9 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200d964:	a2 04 7f fc 	add  %l1, -4, %l1                              <== NOT EXECUTED
 200d968:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200d96c:	12 80 00 32 	bne  200da34 <pipe_read+0x178>                 <== NOT EXECUTED
 200d970:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
        /* WARN waitingReaders not restored! */                       
        ret = -EINTR;                                                 
        goto out_nolock;                                              
      }                                                               
      pipe->waitingReaders --;                                        
 200d974:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        <== NOT EXECUTED
 200d978:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
      if (ret != 0)                                                   
 200d97c:	02 bf ff df 	be  200d8f8 <pipe_read+0x3c>                   <== NOT EXECUTED
 200d980:	c2 24 20 18 	st  %g1, [ %l0 + 0x18 ]                        <== NOT EXECUTED
      PIPE_WAKEUPWRITERS(pipe);                                       
    read += chunk;                                                    
  }                                                                   
                                                                      
out_locked:                                                           
  PIPE_UNLOCK(pipe);                                                  
 200d984:	7f ff e1 e7 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200d988:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
out_nolock:                                                           
  if (read > 0)                                                       
 200d98c:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200d990:	04 80 00 04 	ble  200d9a0 <pipe_read+0xe4>                  <== NOT EXECUTED
 200d994:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return read;                                                      
  return ret;                                                         
}                                                                     
 200d998:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d99c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
 200d9a0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d9a4:	91 e8 00 11 	restore  %g0, %l1, %o0                         <== NOT EXECUTED
      if (ret != 0)                                                   
        goto out_locked;                                              
    }                                                                 
                                                                      
    /* Read chunk bytes */                                            
    chunk = MIN(count - read,  pipe->Length);                         
 200d9a8:	80 a4 40 01 	cmp  %l1, %g1                                  <== NOT EXECUTED
 200d9ac:	38 80 00 02 	bgu,a   200d9b4 <pipe_read+0xf8>               <== NOT EXECUTED
 200d9b0:	a2 10 00 01 	mov  %g1, %l1                                  <== NOT EXECUTED
    chunk1 = pipe->Size - pipe->Start;                                
 200d9b4:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           <== NOT EXECUTED
 200d9b8:	e8 04 20 04 	ld  [ %l0 + 4 ], %l4                           <== NOT EXECUTED
 200d9bc:	a8 25 00 01 	sub  %l4, %g1, %l4                             <== NOT EXECUTED
    if (chunk > chunk1) {                                             
 200d9c0:	80 a4 40 14 	cmp  %l1, %l4                                  <== NOT EXECUTED
 200d9c4:	14 80 00 1e 	bg  200da3c <pipe_read+0x180>                  <== NOT EXECUTED
 200d9c8:	d2 04 00 00 	ld  [ %l0 ], %o1                               <== NOT EXECUTED
      memcpy(buffer + read, pipe->Buffer + pipe->Start, chunk1);      
      memcpy(buffer + read + chunk1, pipe->Buffer, chunk - chunk1);   
    }                                                                 
    else                                                              
      memcpy(buffer + read, pipe->Buffer + pipe->Start, chunk);       
 200d9cc:	90 06 40 12 	add  %i1, %l2, %o0                             <== NOT EXECUTED
 200d9d0:	92 02 40 01 	add  %o1, %g1, %o1                             <== NOT EXECUTED
 200d9d4:	40 00 0b 52 	call  201071c <memcpy>                         <== NOT EXECUTED
 200d9d8:	94 10 00 11 	mov  %l1, %o2                                  <== NOT EXECUTED
                                                                      
    pipe->Start += chunk;                                             
 200d9dc:	d0 04 20 08 	ld  [ %l0 + 8 ], %o0                           <== NOT EXECUTED
    pipe->Start %= pipe->Size;                                        
 200d9e0:	d2 04 20 04 	ld  [ %l0 + 4 ], %o1                           <== NOT EXECUTED
      memcpy(buffer + read + chunk1, pipe->Buffer, chunk - chunk1);   
    }                                                                 
    else                                                              
      memcpy(buffer + read, pipe->Buffer + pipe->Start, chunk);       
                                                                      
    pipe->Start += chunk;                                             
 200d9e4:	90 04 40 08 	add  %l1, %o0, %o0                             <== NOT EXECUTED
    pipe->Start %= pipe->Size;                                        
 200d9e8:	40 00 2e f1 	call  20195ac <.urem>                          <== NOT EXECUTED
 200d9ec:	d0 24 20 08 	st  %o0, [ %l0 + 8 ]                           <== NOT EXECUTED
    pipe->Length -= chunk;                                            
 200d9f0:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         <== NOT EXECUTED
    }                                                                 
    else                                                              
      memcpy(buffer + read, pipe->Buffer + pipe->Start, chunk);       
                                                                      
    pipe->Start += chunk;                                             
    pipe->Start %= pipe->Size;                                        
 200d9f4:	d0 24 20 08 	st  %o0, [ %l0 + 8 ]                           <== NOT EXECUTED
    pipe->Length -= chunk;                                            
 200d9f8:	82 20 40 11 	sub  %g1, %l1, %g1                             <== NOT EXECUTED
    /* For buffering optimization */                                  
    if (PIPE_EMPTY(pipe))                                             
 200d9fc:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200da00:	12 80 00 03 	bne  200da0c <pipe_read+0x150>                 <== NOT EXECUTED
 200da04:	c2 24 20 0c 	st  %g1, [ %l0 + 0xc ]                         <== NOT EXECUTED
      pipe->Start = 0;                                                
 200da08:	c0 24 20 08 	clr  [ %l0 + 8 ]                               <== NOT EXECUTED
                                                                      
    if (pipe->waitingWriters > 0)                                     
 200da0c:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        <== NOT EXECUTED
 200da10:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200da14:	32 80 00 15 	bne,a   200da68 <pipe_read+0x1ac>              <== NOT EXECUTED
 200da18:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
      PIPE_WAKEUPWRITERS(pipe);                                       
    read += chunk;                                                    
 200da1c:	b0 06 00 11 	add  %i0, %l1, %i0                             <== NOT EXECUTED
  int chunk, chunk1, read = 0, ret = 0;                               
                                                                      
  if (! PIPE_LOCK(pipe))                                              
    return -EINTR;                                                    
                                                                      
  while (read < count) {                                              
 200da20:	80 a6 00 1a 	cmp  %i0, %i2                                  <== NOT EXECUTED
 200da24:	0a bf ff b5 	bcs  200d8f8 <pipe_read+0x3c>                  <== NOT EXECUTED
 200da28:	a4 10 00 18 	mov  %i0, %l2                                  <== NOT EXECUTED
 200da2c:	10 bf ff d6 	b  200d984 <pipe_read+0xc8>                    <== NOT EXECUTED
 200da30:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
      /* Wait until pipe is no more empty or no writer exists */      
      pipe->waitingReaders ++;                                        
      PIPE_UNLOCK(pipe);                                              
      if (! PIPE_READWAIT(pipe))                                      
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200da34:	10 bf ff d6 	b  200d98c <pipe_read+0xd0>                    <== NOT EXECUTED
 200da38:	a2 10 3f fc 	mov  -4, %l1                                   <== NOT EXECUTED
                                                                      
    /* Read chunk bytes */                                            
    chunk = MIN(count - read,  pipe->Length);                         
    chunk1 = pipe->Size - pipe->Start;                                
    if (chunk > chunk1) {                                             
      memcpy(buffer + read, pipe->Buffer + pipe->Start, chunk1);      
 200da3c:	94 10 00 14 	mov  %l4, %o2                                  <== NOT EXECUTED
 200da40:	92 02 40 01 	add  %o1, %g1, %o1                             <== NOT EXECUTED
 200da44:	40 00 0b 36 	call  201071c <memcpy>                         <== NOT EXECUTED
 200da48:	90 06 40 12 	add  %i1, %l2, %o0                             <== NOT EXECUTED
      memcpy(buffer + read + chunk1, pipe->Buffer, chunk - chunk1);   
 200da4c:	d2 04 00 00 	ld  [ %l0 ], %o1                               <== NOT EXECUTED
 200da50:	90 04 80 14 	add  %l2, %l4, %o0                             <== NOT EXECUTED
 200da54:	94 24 40 14 	sub  %l1, %l4, %o2                             <== NOT EXECUTED
 200da58:	40 00 0b 31 	call  201071c <memcpy>                         <== NOT EXECUTED
 200da5c:	90 06 40 08 	add  %i1, %o0, %o0                             <== NOT EXECUTED
    }                                                                 
    else                                                              
      memcpy(buffer + read, pipe->Buffer + pipe->Start, chunk);       
                                                                      
    pipe->Start += chunk;                                             
 200da60:	10 bf ff e0 	b  200d9e0 <pipe_read+0x124>                   <== NOT EXECUTED
 200da64:	d0 04 20 08 	ld  [ %l0 + 8 ], %o0                           <== NOT EXECUTED
    /* For buffering optimization */                                  
    if (PIPE_EMPTY(pipe))                                             
      pipe->Start = 0;                                                
                                                                      
    if (pipe->waitingWriters > 0)                                     
      PIPE_WAKEUPWRITERS(pipe);                                       
 200da68:	40 00 04 15 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200da6c:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
    read += chunk;                                                    
 200da70:	10 bf ff ec 	b  200da20 <pipe_read+0x164>                   <== NOT EXECUTED
 200da74:	b0 06 00 11 	add  %i0, %l1, %i0                             <== NOT EXECUTED
                                                                      

0200dc94 <pipe_release>: */ int pipe_release( pipe_control_t **pipep, rtems_libio_t *iop ) {
 200dc94:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  pipe_control_t *pipe = *pipep;                                      
 200dc98:	e0 06 00 00 	ld  [ %i0 ], %l0                               <== NOT EXECUTED
  uint32_t mode;                                                      
                                                                      
  rtems_status_code sc;                                               
  sc = rtems_semaphore_obtain(pipe->Semaphore,                        
 200dc9c:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200dca0:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
 200dca4:	7f ff e0 d8 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200dca8:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
                              RTEMS_WAIT, RTEMS_NO_TIMEOUT);          
  /* WARN pipe not released! */                                       
  if(sc != RTEMS_SUCCESSFUL)                                          
 200dcac:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200dcb0:	12 80 00 47 	bne  200ddcc <pipe_release+0x138>              <== NOT EXECUTED
 200dcb4:	01 00 00 00 	nop                                            <== NOT EXECUTED
    rtems_fatal_error_occurred(sc);                                   
                                                                      
  mode = LIBIO_ACCMODE(iop);                                          
 200dcb8:	e4 06 60 18 	ld  [ %i1 + 0x18 ], %l2                        <== NOT EXECUTED
  if (mode & LIBIO_FLAGS_READ)                                        
 200dcbc:	80 8c a0 02 	btst  2, %l2                                   <== NOT EXECUTED
 200dcc0:	02 80 00 05 	be  200dcd4 <pipe_release+0x40>                <== NOT EXECUTED
 200dcc4:	a4 0c a0 06 	and  %l2, 6, %l2                               <== NOT EXECUTED
     pipe->Readers --;                                                
 200dcc8:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
 200dccc:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
 200dcd0:	c2 24 20 10 	st  %g1, [ %l0 + 0x10 ]                        <== NOT EXECUTED
  if (mode & LIBIO_FLAGS_WRITE)                                       
 200dcd4:	80 8c a0 04 	btst  4, %l2                                   <== NOT EXECUTED
 200dcd8:	32 80 00 1d 	bne,a   200dd4c <pipe_release+0xb8>            <== NOT EXECUTED
 200dcdc:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
     pipe->Writers --;                                                
                                                                      
  sc = rtems_semaphore_obtain(rtems_pipe_semaphore,                   
 200dce0:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     <== NOT EXECUTED
 200dce4:	d0 04 61 f4 	ld  [ %l1 + 0x1f4 ], %o0	! 201c9f4 <rtems_pipe_semaphore><== NOT EXECUTED
 200dce8:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200dcec:	7f ff e0 c6 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200dcf0:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
                              RTEMS_WAIT, RTEMS_NO_TIMEOUT);          
  /* WARN pipe not freed and pipep not set to NULL! */                
  if(sc != RTEMS_SUCCESSFUL)                                          
 200dcf4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200dcf8:	12 80 00 35 	bne  200ddcc <pipe_release+0x138>              <== NOT EXECUTED
 200dcfc:	01 00 00 00 	nop                                            <== NOT EXECUTED
    rtems_fatal_error_occurred(sc);                                   
                                                                      
  PIPE_UNLOCK(pipe);                                                  
 200dd00:	7f ff e1 08 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200dd04:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
  if (pipe->Readers == 0 && pipe->Writers == 0) {                     
 200dd08:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
 200dd0c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200dd10:	12 80 00 12 	bne  200dd58 <pipe_release+0xc4>               <== NOT EXECUTED
 200dd14:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        <== NOT EXECUTED
 200dd18:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200dd1c:	02 80 00 1c 	be  200dd8c <pipe_release+0xf8>                <== NOT EXECUTED
 200dd20:	80 a4 a0 04 	cmp  %l2, 4                                    <== NOT EXECUTED
      delfile = TRUE;                                                 
#endif                                                                
    pipe_free(pipe);                                                  
    *pipep = NULL;                                                    
  }                                                                   
  else if (pipe->Readers == 0 && mode != LIBIO_FLAGS_WRITE)           
 200dd24:	02 80 00 06 	be  200dd3c <pipe_release+0xa8>                <== NOT EXECUTED
 200dd28:	d0 04 61 f4 	ld  [ %l1 + 0x1f4 ], %o0                       <== NOT EXECUTED
    /* Notify waiting Writers that all their partners left */         
    PIPE_WAKEUPWRITERS(pipe);                                         
 200dd2c:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
 200dd30:	40 00 03 63 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200dd34:	92 07 bf fc 	add  %fp, -4, %o1                              <== NOT EXECUTED
  else if (pipe->Writers == 0 && mode != LIBIO_FLAGS_READ)            
    PIPE_WAKEUPREADERS(pipe);                                         
                                                                      
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200dd38:	d0 04 61 f4 	ld  [ %l1 + 0x1f4 ], %o0                       <== NOT EXECUTED
 200dd3c:	7f ff e0 f9 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200dd40:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  if(iop->pathinfo.ops->unlink_h(&iop->pathinfo))                     
    return -errno;                                                    
#endif                                                                
                                                                      
  return 0;                                                           
}                                                                     
 200dd44:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200dd48:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  mode = LIBIO_ACCMODE(iop);                                          
  if (mode & LIBIO_FLAGS_READ)                                        
     pipe->Readers --;                                                
  if (mode & LIBIO_FLAGS_WRITE)                                       
     pipe->Writers --;                                                
 200dd4c:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
 200dd50:	10 bf ff e4 	b  200dce0 <pipe_release+0x4c>                 <== NOT EXECUTED
 200dd54:	c2 24 20 14 	st  %g1, [ %l0 + 0x14 ]                        <== NOT EXECUTED
    *pipep = NULL;                                                    
  }                                                                   
  else if (pipe->Readers == 0 && mode != LIBIO_FLAGS_WRITE)           
    /* Notify waiting Writers that all their partners left */         
    PIPE_WAKEUPWRITERS(pipe);                                         
  else if (pipe->Writers == 0 && mode != LIBIO_FLAGS_READ)            
 200dd58:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200dd5c:	12 bf ff f7 	bne  200dd38 <pipe_release+0xa4>               <== NOT EXECUTED
 200dd60:	80 a4 a0 02 	cmp  %l2, 2                                    <== NOT EXECUTED
 200dd64:	02 bf ff f6 	be  200dd3c <pipe_release+0xa8>                <== NOT EXECUTED
 200dd68:	d0 04 61 f4 	ld  [ %l1 + 0x1f4 ], %o0                       <== NOT EXECUTED
    PIPE_WAKEUPREADERS(pipe);                                         
 200dd6c:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
 200dd70:	40 00 03 53 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200dd74:	92 07 bf fc 	add  %fp, -4, %o1                              <== NOT EXECUTED
                                                                      
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200dd78:	d0 04 61 f4 	ld  [ %l1 + 0x1f4 ], %o0                       <== NOT EXECUTED
 200dd7c:	7f ff e0 e9 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200dd80:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  if(iop->pathinfo.ops->unlink_h(&iop->pathinfo))                     
    return -errno;                                                    
#endif                                                                
                                                                      
  return 0;                                                           
}                                                                     
 200dd84:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200dd88:	81 e8 00 00 	restore                                        <== NOT EXECUTED
/* Called with rtems_pipe_semaphore held. */                          
static inline void pipe_free(                                         
  pipe_control_t *pipe                                                
)                                                                     
{                                                                     
  rtems_barrier_delete(pipe->readBarrier);                            
 200dd8c:	40 00 03 32 	call  200ea54 <rtems_barrier_delete>           <== NOT EXECUTED
 200dd90:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
  rtems_barrier_delete(pipe->writeBarrier);                           
 200dd94:	40 00 03 30 	call  200ea54 <rtems_barrier_delete>           <== NOT EXECUTED
 200dd98:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
  rtems_semaphore_delete(pipe->Semaphore);                            
 200dd9c:	7f ff e0 6d 	call  2005f50 <rtems_semaphore_delete>         <== NOT EXECUTED
 200dda0:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
  free(pipe->Buffer);                                                 
 200dda4:	7f ff f5 8d 	call  200b3d8 <free>                           <== NOT EXECUTED
 200dda8:	d0 04 00 00 	ld  [ %l0 ], %o0                               <== NOT EXECUTED
  free(pipe);                                                         
 200ddac:	7f ff f5 8b 	call  200b3d8 <free>                           <== NOT EXECUTED
 200ddb0:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    /* Notify waiting Writers that all their partners left */         
    PIPE_WAKEUPWRITERS(pipe);                                         
  else if (pipe->Writers == 0 && mode != LIBIO_FLAGS_READ)            
    PIPE_WAKEUPREADERS(pipe);                                         
                                                                      
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200ddb4:	d0 04 61 f4 	ld  [ %l1 + 0x1f4 ], %o0                       <== NOT EXECUTED
    /* To delete an anonymous pipe file when all users closed it */   
    if (pipe->Anonymous)                                              
      delfile = TRUE;                                                 
#endif                                                                
    pipe_free(pipe);                                                  
    *pipep = NULL;                                                    
 200ddb8:	c0 26 00 00 	clr  [ %i0 ]                                   <== NOT EXECUTED
    /* Notify waiting Writers that all their partners left */         
    PIPE_WAKEUPWRITERS(pipe);                                         
  else if (pipe->Writers == 0 && mode != LIBIO_FLAGS_READ)            
    PIPE_WAKEUPREADERS(pipe);                                         
                                                                      
  rtems_semaphore_release(rtems_pipe_semaphore);                      
 200ddbc:	7f ff e0 d9 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200ddc0:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  if(iop->pathinfo.ops->unlink_h(&iop->pathinfo))                     
    return -errno;                                                    
#endif                                                                
                                                                      
  return 0;                                                           
}                                                                     
 200ddc4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ddc8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  sc = rtems_semaphore_obtain(rtems_pipe_semaphore,                   
                              RTEMS_WAIT, RTEMS_NO_TIMEOUT);          
  /* WARN pipe not freed and pipep not set to NULL! */                
  if(sc != RTEMS_SUCCESSFUL)                                          
    rtems_fatal_error_occurred(sc);                                   
 200ddcc:	7f ff e2 3d 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

0200da78 <pipe_write>: pipe_control_t *pipe, const void *buffer, size_t count, rtems_libio_t *iop ) {
 200da78:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
 200da7c:	a0 10 00 18 	mov  %i0, %l0                                  <== NOT EXECUTED
  int chunk, chunk1, written = 0, ret = 0;                            
                                                                      
  /* Write nothing */                                                 
  if (count == 0)                                                     
 200da80:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
 200da84:	12 80 00 04 	bne  200da94 <pipe_write+0x1c>                 <== NOT EXECUTED
 200da88:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
#endif                                                                
                                                                      
  if (written > 0)                                                    
    return written;                                                   
  return ret;                                                         
}                                                                     
 200da8c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200da90:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  /* Write nothing */                                                 
  if (count == 0)                                                     
    return 0;                                                         
                                                                      
  if (! PIPE_LOCK(pipe))                                              
 200da94:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
 200da98:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200da9c:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200daa0:	7f ff e1 59 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200daa4:	b0 10 3f fc 	mov  -4, %i0                                   <== NOT EXECUTED
 200daa8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200daac:	12 bf ff f8 	bne  200da8c <pipe_write+0x14>                 <== NOT EXECUTED
 200dab0:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return -EINTR;                                                    
                                                                      
  if (pipe->Readers == 0) {                                           
 200dab4:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
 200dab8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200dabc:	02 80 00 56 	be  200dc14 <pipe_write+0x19c>                 <== NOT EXECUTED
 200dac0:	a2 10 3f e0 	mov  -32, %l1                                  <== NOT EXECUTED
    ret = -EPIPE;                                                     
    goto out_locked;                                                  
  }                                                                   
                                                                      
  /* Write of PIPE_BUF bytes or less shall not be interleaved */      
  chunk = count <= pipe->Size ? count : 1;                            
 200dac4:	ea 04 20 04 	ld  [ %l0 + 4 ], %l5                           <== NOT EXECUTED
 200dac8:	80 a6 80 15 	cmp  %i2, %l5                                  <== NOT EXECUTED
 200dacc:	18 80 00 03 	bgu  200dad8 <pipe_write+0x60>                 <== NOT EXECUTED
 200dad0:	a4 10 20 01 	mov  1, %l2                                    <== NOT EXECUTED
 200dad4:	a4 10 00 1a 	mov  %i2, %l2                                  <== NOT EXECUTED
      }                                                               
      pipe->waitingWriters --;                                        
      if (ret != 0)                                                   
        goto out_locked;                                              
                                                                      
      if (pipe->Readers == 0) {                                       
 200dad8:	a6 10 20 00 	clr  %l3                                       <== NOT EXECUTED
 200dadc:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
    else                                                              
      memcpy(pipe->Buffer + PIPE_WSTART(pipe), buffer + written, chunk);
                                                                      
    pipe->Length += chunk;                                            
    if (pipe->waitingReaders > 0)                                     
      PIPE_WAKEUPREADERS(pipe);                                       
 200dae0:	a8 07 bf fc 	add  %fp, -4, %l4                              <== NOT EXECUTED
                                                                      
  /* Write of PIPE_BUF bytes or less shall not be interleaved */      
  chunk = count <= pipe->Size ? count : 1;                            
                                                                      
  while (written < count) {                                           
    while (PIPE_SPACE(pipe) < chunk) {                                
 200dae4:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         <== NOT EXECUTED
 200dae8:	a2 25 40 01 	sub  %l5, %g1, %l1                             <== NOT EXECUTED
 200daec:	80 a4 40 12 	cmp  %l1, %l2                                  <== NOT EXECUTED
 200daf0:	1a 80 00 28 	bcc  200db90 <pipe_write+0x118>                <== NOT EXECUTED
 200daf4:	84 26 80 13 	sub  %i2, %l3, %g2                             <== NOT EXECUTED
      if (LIBIO_NODELAY(iop)) {                                       
 200daf8:	c2 06 e0 18 	ld  [ %i3 + 0x18 ], %g1                        <== NOT EXECUTED
 200dafc:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 200db00:	32 80 00 46 	bne,a   200dc18 <pipe_write+0x1a0>             <== NOT EXECUTED
 200db04:	a2 10 3f f5 	mov  -11, %l1                                  <== NOT EXECUTED
        ret = -EAGAIN;                                                
        goto out_locked;                                              
      }                                                               
                                                                      
      /* Wait until there is chunk bytes space or no reader exists */ 
      pipe->waitingWriters ++;                                        
 200db08:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        <== NOT EXECUTED
      PIPE_UNLOCK(pipe);                                              
 200db0c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
        ret = -EAGAIN;                                                
        goto out_locked;                                              
      }                                                               
                                                                      
      /* Wait until there is chunk bytes space or no reader exists */ 
      pipe->waitingWriters ++;                                        
 200db10:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
      PIPE_UNLOCK(pipe);                                              
 200db14:	7f ff e1 83 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200db18:	c2 24 20 1c 	st  %g1, [ %l0 + 0x1c ]                        <== NOT EXECUTED
      if (! PIPE_WRITEWAIT(pipe))                                     
 200db1c:	d0 04 20 30 	ld  [ %l0 + 0x30 ], %o0                        <== NOT EXECUTED
 200db20:	40 00 03 fe 	call  200eb18 <rtems_barrier_wait>             <== NOT EXECUTED
 200db24:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 200db28:	80 a0 00 08 	cmp  %g0, %o0                                  <== NOT EXECUTED
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200db2c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
      }                                                               
                                                                      
      /* Wait until there is chunk bytes space or no reader exists */ 
      pipe->waitingWriters ++;                                        
      PIPE_UNLOCK(pipe);                                              
      if (! PIPE_WRITEWAIT(pipe))                                     
 200db30:	a2 40 3f ff 	addx  %g0, -1, %l1                             <== NOT EXECUTED
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200db34:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
      }                                                               
                                                                      
      /* Wait until there is chunk bytes space or no reader exists */ 
      pipe->waitingWriters ++;                                        
      PIPE_UNLOCK(pipe);                                              
      if (! PIPE_WRITEWAIT(pipe))                                     
 200db38:	a2 0c 60 04 	and  %l1, 4, %l1                               <== NOT EXECUTED
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200db3c:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 200db40:	7f ff e1 31 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200db44:	a2 04 7f fc 	add  %l1, -4, %l1                              <== NOT EXECUTED
 200db48:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200db4c:	12 80 00 43 	bne  200dc58 <pipe_write+0x1e0>                <== NOT EXECUTED
 200db50:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
        /* WARN waitingWriters not restored! */                       
        ret = -EINTR;                                                 
        goto out_nolock;                                              
      }                                                               
      pipe->waitingWriters --;                                        
 200db54:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        <== NOT EXECUTED
 200db58:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
      if (ret != 0)                                                   
 200db5c:	12 80 00 2f 	bne  200dc18 <pipe_write+0x1a0>                <== NOT EXECUTED
 200db60:	c2 24 20 1c 	st  %g1, [ %l0 + 0x1c ]                        <== NOT EXECUTED
        goto out_locked;                                              
                                                                      
      if (pipe->Readers == 0) {                                       
 200db64:	c2 04 20 10 	ld  [ %l0 + 0x10 ], %g1                        <== NOT EXECUTED
 200db68:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200db6c:	02 80 00 2b 	be  200dc18 <pipe_write+0x1a0>                 <== NOT EXECUTED
 200db70:	a2 10 3f e0 	mov  -32, %l1                                  <== NOT EXECUTED
 200db74:	ea 04 20 04 	ld  [ %l0 + 4 ], %l5                           <== NOT EXECUTED
                                                                      
  /* Write of PIPE_BUF bytes or less shall not be interleaved */      
  chunk = count <= pipe->Size ? count : 1;                            
                                                                      
  while (written < count) {                                           
    while (PIPE_SPACE(pipe) < chunk) {                                
 200db78:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         <== NOT EXECUTED
 200db7c:	a2 25 40 01 	sub  %l5, %g1, %l1                             <== NOT EXECUTED
 200db80:	80 a4 40 12 	cmp  %l1, %l2                                  <== NOT EXECUTED
 200db84:	2a bf ff de 	bcs,a   200dafc <pipe_write+0x84>              <== NOT EXECUTED
 200db88:	c2 06 e0 18 	ld  [ %i3 + 0x18 ], %g1                        <== NOT EXECUTED
        ret = -EPIPE;                                                 
        goto out_locked;                                              
      }                                                               
    }                                                                 
                                                                      
    chunk = MIN(count - written, PIPE_SPACE(pipe));                   
 200db8c:	84 26 80 13 	sub  %i2, %l3, %g2                             <== NOT EXECUTED
 200db90:	80 a4 40 02 	cmp  %l1, %g2                                  <== NOT EXECUTED
 200db94:	38 80 00 02 	bgu,a   200db9c <pipe_write+0x124>             <== NOT EXECUTED
 200db98:	a2 10 00 02 	mov  %g2, %l1                                  <== NOT EXECUTED
    chunk1 = pipe->Size - PIPE_WSTART(pipe);                          
 200db9c:	d0 04 20 08 	ld  [ %l0 + 8 ], %o0                           <== NOT EXECUTED
 200dba0:	92 10 00 15 	mov  %l5, %o1                                  <== NOT EXECUTED
 200dba4:	40 00 2e 82 	call  20195ac <.urem>                          <== NOT EXECUTED
 200dba8:	90 00 40 08 	add  %g1, %o0, %o0                             <== NOT EXECUTED
 200dbac:	a4 25 40 08 	sub  %l5, %o0, %l2                             <== NOT EXECUTED
    if (chunk > chunk1) {                                             
 200dbb0:	80 a4 40 12 	cmp  %l1, %l2                                  <== NOT EXECUTED
 200dbb4:	04 80 00 2b 	ble  200dc60 <pipe_write+0x1e8>                <== NOT EXECUTED
 200dbb8:	c2 04 00 00 	ld  [ %l0 ], %g1                               <== NOT EXECUTED
      memcpy(pipe->Buffer + PIPE_WSTART(pipe), buffer + written, chunk1);
 200dbbc:	92 06 40 13 	add  %i1, %l3, %o1                             <== NOT EXECUTED
 200dbc0:	94 10 00 12 	mov  %l2, %o2                                  <== NOT EXECUTED
 200dbc4:	40 00 0a d6 	call  201071c <memcpy>                         <== NOT EXECUTED
 200dbc8:	90 00 40 08 	add  %g1, %o0, %o0                             <== NOT EXECUTED
      memcpy(pipe->Buffer, buffer + written + chunk1, chunk - chunk1);
 200dbcc:	d0 04 00 00 	ld  [ %l0 ], %o0                               <== NOT EXECUTED
 200dbd0:	92 04 80 13 	add  %l2, %l3, %o1                             <== NOT EXECUTED
 200dbd4:	94 24 40 12 	sub  %l1, %l2, %o2                             <== NOT EXECUTED
 200dbd8:	40 00 0a d1 	call  201071c <memcpy>                         <== NOT EXECUTED
 200dbdc:	92 06 40 09 	add  %i1, %o1, %o1                             <== NOT EXECUTED
    }                                                                 
    else                                                              
      memcpy(pipe->Buffer + PIPE_WSTART(pipe), buffer + written, chunk);
                                                                      
    pipe->Length += chunk;                                            
 200dbe0:	c4 04 20 0c 	ld  [ %l0 + 0xc ], %g2                         <== NOT EXECUTED
    if (pipe->waitingReaders > 0)                                     
 200dbe4:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        <== NOT EXECUTED
      memcpy(pipe->Buffer, buffer + written + chunk1, chunk - chunk1);
    }                                                                 
    else                                                              
      memcpy(pipe->Buffer + PIPE_WSTART(pipe), buffer + written, chunk);
                                                                      
    pipe->Length += chunk;                                            
 200dbe8:	84 00 80 11 	add  %g2, %l1, %g2                             <== NOT EXECUTED
    if (pipe->waitingReaders > 0)                                     
 200dbec:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200dbf0:	12 80 00 22 	bne  200dc78 <pipe_write+0x200>                <== NOT EXECUTED
 200dbf4:	c4 24 20 0c 	st  %g2, [ %l0 + 0xc ]                         <== NOT EXECUTED
      PIPE_WAKEUPREADERS(pipe);                                       
    written += chunk;                                                 
 200dbf8:	b0 06 00 11 	add  %i0, %l1, %i0                             <== NOT EXECUTED
  }                                                                   
                                                                      
  /* Write of PIPE_BUF bytes or less shall not be interleaved */      
  chunk = count <= pipe->Size ? count : 1;                            
                                                                      
  while (written < count) {                                           
 200dbfc:	80 a6 80 18 	cmp  %i2, %i0                                  <== NOT EXECUTED
 200dc00:	08 80 00 23 	bleu  200dc8c <pipe_write+0x214>               <== NOT EXECUTED
 200dc04:	a6 10 00 18 	mov  %i0, %l3                                  <== NOT EXECUTED
 200dc08:	ea 04 20 04 	ld  [ %l0 + 4 ], %l5                           <== NOT EXECUTED
 200dc0c:	10 bf ff b6 	b  200dae4 <pipe_write+0x6c>                   <== NOT EXECUTED
 200dc10:	a4 10 20 01 	mov  1, %l2                                    <== NOT EXECUTED
 200dc14:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
    /* Write of more than PIPE_BUF bytes can be interleaved */        
    chunk = 1;                                                        
  }                                                                   
                                                                      
out_locked:                                                           
  PIPE_UNLOCK(pipe);                                                  
 200dc18:	7f ff e1 42 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200dc1c:	d0 04 20 28 	ld  [ %l0 + 0x28 ], %o0                        <== NOT EXECUTED
                                                                      
out_nolock:                                                           
#ifdef RTEMS_POSIX_API                                                
  /* Signal SIGPIPE */                                                
  if (ret == -EPIPE)                                                  
 200dc20:	80 a4 7f e0 	cmp  %l1, -32                                  <== NOT EXECUTED
 200dc24:	02 80 00 07 	be  200dc40 <pipe_write+0x1c8>                 <== NOT EXECUTED
 200dc28:	01 00 00 00 	nop                                            <== NOT EXECUTED
    kill(getpid(), SIGPIPE);                                          
#endif                                                                
                                                                      
  if (written > 0)                                                    
 200dc2c:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 200dc30:	14 bf ff 97 	bg  200da8c <pipe_write+0x14>                  <== NOT EXECUTED
 200dc34:	01 00 00 00 	nop                                            <== NOT EXECUTED
    return written;                                                   
  return ret;                                                         
}                                                                     
 200dc38:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200dc3c:	91 e8 00 11 	restore  %g0, %l1, %o0                         <== NOT EXECUTED
                                                                      
out_nolock:                                                           
#ifdef RTEMS_POSIX_API                                                
  /* Signal SIGPIPE */                                                
  if (ret == -EPIPE)                                                  
    kill(getpid(), SIGPIPE);                                          
 200dc40:	40 00 02 58 	call  200e5a0 <getpid>                         <== NOT EXECUTED
 200dc44:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200dc48:	40 00 02 ac 	call  200e6f8 <kill>                           <== NOT EXECUTED
 200dc4c:	92 10 20 0d 	mov  0xd, %o1	! d <PROM_START+0xd>             <== NOT EXECUTED
#endif                                                                
                                                                      
  if (written > 0)                                                    
 200dc50:	10 bf ff f8 	b  200dc30 <pipe_write+0x1b8>                  <== NOT EXECUTED
 200dc54:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
      /* Wait until there is chunk bytes space or no reader exists */ 
      pipe->waitingWriters ++;                                        
      PIPE_UNLOCK(pipe);                                              
      if (! PIPE_WRITEWAIT(pipe))                                     
        ret = -EINTR;                                                 
      if (! PIPE_LOCK(pipe)) {                                        
 200dc58:	10 bf ff f5 	b  200dc2c <pipe_write+0x1b4>                  <== NOT EXECUTED
 200dc5c:	a2 10 3f fc 	mov  -4, %l1                                   <== NOT EXECUTED
    if (chunk > chunk1) {                                             
      memcpy(pipe->Buffer + PIPE_WSTART(pipe), buffer + written, chunk1);
      memcpy(pipe->Buffer, buffer + written + chunk1, chunk - chunk1);
    }                                                                 
    else                                                              
      memcpy(pipe->Buffer + PIPE_WSTART(pipe), buffer + written, chunk);
 200dc60:	92 06 40 13 	add  %i1, %l3, %o1                             <== NOT EXECUTED
 200dc64:	90 00 40 08 	add  %g1, %o0, %o0                             <== NOT EXECUTED
 200dc68:	40 00 0a ad 	call  201071c <memcpy>                         <== NOT EXECUTED
 200dc6c:	94 10 00 11 	mov  %l1, %o2                                  <== NOT EXECUTED
                                                                      
    pipe->Length += chunk;                                            
 200dc70:	10 bf ff dd 	b  200dbe4 <pipe_write+0x16c>                  <== NOT EXECUTED
 200dc74:	c4 04 20 0c 	ld  [ %l0 + 0xc ], %g2                         <== NOT EXECUTED
    if (pipe->waitingReaders > 0)                                     
      PIPE_WAKEUPREADERS(pipe);                                       
 200dc78:	d0 04 20 2c 	ld  [ %l0 + 0x2c ], %o0                        <== NOT EXECUTED
 200dc7c:	40 00 03 90 	call  200eabc <rtems_barrier_release>          <== NOT EXECUTED
 200dc80:	92 10 00 14 	mov  %l4, %o1                                  <== NOT EXECUTED
    written += chunk;                                                 
 200dc84:	10 bf ff de 	b  200dbfc <pipe_write+0x184>                  <== NOT EXECUTED
 200dc88:	b0 06 00 11 	add  %i0, %l1, %i0                             <== NOT EXECUTED
  }                                                                   
                                                                      
  /* Write of PIPE_BUF bytes or less shall not be interleaved */      
  chunk = count <= pipe->Size ? count : 1;                            
                                                                      
  while (written < count) {                                           
 200dc8c:	10 bf ff e3 	b  200dc18 <pipe_write+0x1a0>                  <== NOT EXECUTED
 200dc90:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
                                                                      

02006f30 <posix_memalign>: ) { /* * Update call statistics */ MSBUMP(memalign_calls, 1);
 2006f30:	05 00 80 9b 	sethi  %hi(0x2026c00), %g2                     
 2006f34:	84 10 a1 d0 	or  %g2, 0x1d0, %g2	! 2026dd0 <rtems_malloc_statistics>
 2006f38:	c6 00 a0 08 	ld  [ %g2 + 8 ], %g3                           
 2006f3c:	86 00 e0 01 	inc  %g3                                       
 2006f40:	c6 20 a0 08 	st  %g3, [ %g2 + 8 ]                           
                                                                      
  if (((alignment - 1) & alignment) != 0 || (alignment < sizeof(void *)))
 2006f44:	84 02 7f ff 	add  %o1, -1, %g2                              
 2006f48:	80 88 80 09 	btst  %g2, %o1                                 
 2006f4c:	02 80 00 04 	be  2006f5c <posix_memalign+0x2c>              <== ALWAYS TAKEN
 2006f50:	80 a2 60 03 	cmp  %o1, 3                                    
  /*                                                                  
   *  rtems_memalign does all of the error checking work EXCEPT       
   *  for adding restrictionso on the alignment.                      
   */                                                                 
  return rtems_memalign( pointer, alignment, size );                  
}                                                                     
 2006f54:	81 c3 e0 08 	retl                                           
 2006f58:	90 10 20 16 	mov  0x16, %o0                                 
  /*                                                                  
   *  Update call statistics                                          
   */                                                                 
  MSBUMP(memalign_calls, 1);                                          
                                                                      
  if (((alignment - 1) & alignment) != 0 || (alignment < sizeof(void *)))
 2006f5c:	08 bf ff fe 	bleu  2006f54 <posix_memalign+0x24>            
 2006f60:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  rtems_memalign does all of the error checking work EXCEPT       
   *  for adding restrictionso on the alignment.                      
   */                                                                 
  return rtems_memalign( pointer, alignment, size );                  
 2006f64:	82 13 c0 00 	mov  %o7, %g1                                  
 2006f68:	40 00 00 68 	call  2007108 <rtems_memalign>                 
 2006f6c:	9e 10 40 00 	mov  %g1, %o7                                  
                                                                      

0200aa04 <pthread_attr_setschedpolicy>: int pthread_attr_setschedpolicy( pthread_attr_t *attr, int policy ) { if ( !attr || !attr->is_initialized )
 200aa04:	80 a2 20 00 	cmp  %o0, 0                                    
 200aa08:	02 80 00 11 	be  200aa4c <pthread_attr_setschedpolicy+0x48> 
 200aa0c:	01 00 00 00 	nop                                            
 200aa10:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200aa14:	80 a0 60 00 	cmp  %g1, 0                                    
 200aa18:	02 80 00 0d 	be  200aa4c <pthread_attr_setschedpolicy+0x48> 
 200aa1c:	80 a2 60 04 	cmp  %o1, 4                                    
    return EINVAL;                                                    
                                                                      
  switch ( policy ) {                                                 
 200aa20:	08 80 00 04 	bleu  200aa30 <pthread_attr_setschedpolicy+0x2c>
 200aa24:	82 10 20 01 	mov  1, %g1                                    
 200aa28:	81 c3 e0 08 	retl                                           
 200aa2c:	90 10 20 86 	mov  0x86, %o0                                 
 200aa30:	83 28 40 09 	sll  %g1, %o1, %g1                             
 200aa34:	80 88 60 17 	btst  0x17, %g1                                
 200aa38:	02 bf ff fc 	be  200aa28 <pthread_attr_setschedpolicy+0x24> <== NEVER TAKEN
 200aa3c:	01 00 00 00 	nop                                            
    case SCHED_OTHER:                                                 
    case SCHED_FIFO:                                                  
    case SCHED_RR:                                                    
    case SCHED_SPORADIC:                                              
      attr->schedpolicy = policy;                                     
 200aa40:	d2 22 20 14 	st  %o1, [ %o0 + 0x14 ]                        
      return 0;                                                       
 200aa44:	81 c3 e0 08 	retl                                           
 200aa48:	90 10 20 00 	clr  %o0                                       
                                                                      
    default:                                                          
      return ENOTSUP;                                                 
  }                                                                   
}                                                                     
 200aa4c:	81 c3 e0 08 	retl                                           
 200aa50:	90 10 20 16 	mov  0x16, %o0                                 
                                                                      

02006574 <pthread_barrier_init>: int pthread_barrier_init( pthread_barrier_t *barrier, const pthread_barrierattr_t *attr, unsigned int count ) {
 2006574:	9d e3 bf 90 	save  %sp, -112, %sp                           
  const pthread_barrierattr_t   *the_attr;                            
                                                                      
  /*                                                                  
   *  Error check parameters                                          
   */                                                                 
  if ( !barrier )                                                     
 2006578:	80 a6 20 00 	cmp  %i0, 0                                    
 200657c:	02 80 00 27 	be  2006618 <pthread_barrier_init+0xa4>        
 2006580:	80 a6 a0 00 	cmp  %i2, 0                                    
    return EINVAL;                                                    
                                                                      
  if ( count == 0 )                                                   
 2006584:	02 80 00 25 	be  2006618 <pthread_barrier_init+0xa4>        
 2006588:	80 a6 60 00 	cmp  %i1, 0                                    
    return EINVAL;                                                    
                                                                      
  /*                                                                  
   * If the user passed in NULL, use the default attributes           
   */                                                                 
  if ( attr ) {                                                       
 200658c:	22 80 00 29 	be,a   2006630 <pthread_barrier_init+0xbc>     
 2006590:	b2 07 bf f0 	add  %fp, -16, %i1                             
  }                                                                   
                                                                      
  /*                                                                  
   * Now start error checking the attributes that we are going to use 
   */                                                                 
  if ( !the_attr->is_initialized )                                    
 2006594:	c2 06 40 00 	ld  [ %i1 ], %g1                               
 2006598:	80 a0 60 00 	cmp  %g1, 0                                    
 200659c:	02 80 00 1f 	be  2006618 <pthread_barrier_init+0xa4>        
 20065a0:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  switch ( the_attr->process_shared ) {                               
 20065a4:	c2 06 60 04 	ld  [ %i1 + 4 ], %g1                           
 20065a8:	80 a0 60 00 	cmp  %g1, 0                                    
 20065ac:	12 80 00 1b 	bne  2006618 <pthread_barrier_init+0xa4>       <== NEVER TAKEN
 20065b0:	03 00 80 79 	sethi  %hi(0x201e400), %g1                     
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 20065b4:	c4 00 62 c0 	ld  [ %g1 + 0x2c0 ], %g2	! 201e6c0 <_Thread_Dispatch_disable_level>
                                                                      
  /*                                                                  
   * Convert from POSIX attributes to Core Barrier attributes         
   */                                                                 
  the_attributes.discipline    = CORE_BARRIER_AUTOMATIC_RELEASE;      
  the_attributes.maximum_count = count;                               
 20065b8:	f4 27 bf fc 	st  %i2, [ %fp + -4 ]                          
 20065bc:	84 00 a0 01 	inc  %g2                                       
  }                                                                   
                                                                      
  /*                                                                  
   * Convert from POSIX attributes to Core Barrier attributes         
   */                                                                 
  the_attributes.discipline    = CORE_BARRIER_AUTOMATIC_RELEASE;      
 20065c0:	c0 27 bf f8 	clr  [ %fp + -8 ]                              
 20065c4:	c4 20 62 c0 	st  %g2, [ %g1 + 0x2c0 ]                       
 *  This function allocates a barrier control block from              
 *  the inactive chain of free barrier control blocks.                
 */                                                                   
RTEMS_INLINE_ROUTINE POSIX_Barrier_Control *_POSIX_Barrier_Allocate( void )
{                                                                     
  return (POSIX_Barrier_Control *)                                    
 20065c8:	23 00 80 7a 	sethi  %hi(0x201e800), %l1                     
 20065cc:	40 00 08 95 	call  2008820 <_Objects_Allocate>              
 20065d0:	90 14 62 d0 	or  %l1, 0x2d0, %o0	! 201ead0 <_POSIX_Barrier_Information>
   */                                                                 
  _Thread_Disable_dispatch();             /* prevents deletion */     
                                                                      
  the_barrier = _POSIX_Barrier_Allocate();                            
                                                                      
  if ( !the_barrier ) {                                               
 20065d4:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 20065d8:	02 80 00 12 	be  2006620 <pthread_barrier_init+0xac>        
 20065dc:	90 04 20 10 	add  %l0, 0x10, %o0                            
    _Thread_Enable_dispatch();                                        
    return EAGAIN;                                                    
  }                                                                   
                                                                      
  _CORE_barrier_Initialize( &the_barrier->Barrier, &the_attributes ); 
 20065e0:	40 00 06 07 	call  2007dfc <_CORE_barrier_Initialize>       
 20065e4:	92 07 bf f8 	add  %fp, -8, %o1                              
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 20065e8:	c4 14 20 0a 	lduh  [ %l0 + 0xa ], %g2                       
 20065ec:	a2 14 62 d0 	or  %l1, 0x2d0, %l1                            
 20065f0:	c6 04 60 1c 	ld  [ %l1 + 0x1c ], %g3                        
 20065f4:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 20065f8:	85 28 a0 02 	sll  %g2, 2, %g2                               
 20065fc:	e0 20 c0 02 	st  %l0, [ %g3 + %g2 ]                         
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  /* ASSERT: information->is_string == false */                       
  the_object->name.name_u32 = name;                                   
 2006600:	c0 24 20 0c 	clr  [ %l0 + 0xc ]                             
  );                                                                  
                                                                      
  /*                                                                  
   * Exit the critical section and return the user an operational barrier
   */                                                                 
  *barrier = the_barrier->Object.id;                                  
 2006604:	c2 26 00 00 	st  %g1, [ %i0 ]                               
  _Thread_Enable_dispatch();                                          
 2006608:	40 00 0c 3f 	call  2009704 <_Thread_Enable_dispatch>        
 200660c:	b0 10 20 00 	clr  %i0                                       
  return 0;                                                           
 2006610:	81 c7 e0 08 	ret                                            
 2006614:	81 e8 00 00 	restore                                        
}                                                                     
 2006618:	81 c7 e0 08 	ret                                            
 200661c:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
  _Thread_Disable_dispatch();             /* prevents deletion */     
                                                                      
  the_barrier = _POSIX_Barrier_Allocate();                            
                                                                      
  if ( !the_barrier ) {                                               
    _Thread_Enable_dispatch();                                        
 2006620:	40 00 0c 39 	call  2009704 <_Thread_Enable_dispatch>        
 2006624:	b0 10 20 0b 	mov  0xb, %i0                                  
    return EAGAIN;                                                    
 2006628:	81 c7 e0 08 	ret                                            
 200662c:	81 e8 00 00 	restore                                        
   * If the user passed in NULL, use the default attributes           
   */                                                                 
  if ( attr ) {                                                       
    the_attr = attr;                                                  
  } else {                                                            
    (void) pthread_barrierattr_init( &my_attr );                      
 2006630:	7f ff ff 9b 	call  200649c <pthread_barrierattr_init>       
 2006634:	90 10 00 19 	mov  %i1, %o0                                  
  }                                                                   
                                                                      
  /*                                                                  
   * Now start error checking the attributes that we are going to use 
   */                                                                 
  if ( !the_attr->is_initialized )                                    
 2006638:	10 bf ff d8 	b  2006598 <pthread_barrier_init+0x24>         
 200663c:	c2 06 40 00 	ld  [ %i1 ], %g1                               
                                                                      

02005d04 <pthread_cleanup_push>: void pthread_cleanup_push( void (*routine)( void * ), void *arg ) {
 2005d04:	9d e3 bf a0 	save  %sp, -96, %sp                            
  /*                                                                  
   *  The POSIX standard does not address what to do when the routine 
   *  is NULL.  It also does not address what happens when we cannot  
   *  allocate memory or anything else bad happens.                   
   */                                                                 
  if ( !routine )                                                     
 2005d08:	80 a6 20 00 	cmp  %i0, 0                                    
 2005d0c:	02 80 00 12 	be  2005d54 <pthread_cleanup_push+0x50>        
 2005d10:	03 00 80 7a 	sethi  %hi(0x201e800), %g1                     
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 2005d14:	c4 00 63 30 	ld  [ %g1 + 0x330 ], %g2	! 201eb30 <_Thread_Dispatch_disable_level>
 2005d18:	84 00 a0 01 	inc  %g2                                       
 2005d1c:	c4 20 63 30 	st  %g2, [ %g1 + 0x330 ]                       
    return;                                                           
                                                                      
  _Thread_Disable_dispatch();                                         
  handler = _Workspace_Allocate( sizeof( POSIX_Cancel_Handler_control ) );
 2005d20:	40 00 12 2e 	call  200a5d8 <_Workspace_Allocate>            
 2005d24:	90 10 20 10 	mov  0x10, %o0                                 
                                                                      
  if ( handler ) {                                                    
 2005d28:	92 92 20 00 	orcc  %o0, 0, %o1                              
 2005d2c:	02 80 00 08 	be  2005d4c <pthread_cleanup_push+0x48>        <== NEVER TAKEN
 2005d30:	03 00 80 7a 	sethi  %hi(0x201e800), %g1                     
    thread_support = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ];
                                                                      
    handler_stack = &thread_support->Cancellation_Handlers;           
 2005d34:	c2 00 63 f0 	ld  [ %g1 + 0x3f0 ], %g1	! 201ebf0 <_Thread_Executing>
                                                                      
    handler->routine = routine;                                       
 2005d38:	f0 22 60 08 	st  %i0, [ %o1 + 8 ]                           
  handler = _Workspace_Allocate( sizeof( POSIX_Cancel_Handler_control ) );
                                                                      
  if ( handler ) {                                                    
    thread_support = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ];
                                                                      
    handler_stack = &thread_support->Cancellation_Handlers;           
 2005d3c:	d0 00 61 6c 	ld  [ %g1 + 0x16c ], %o0                       
                                                                      
    handler->routine = routine;                                       
    handler->arg = arg;                                               
 2005d40:	f2 22 60 0c 	st  %i1, [ %o1 + 0xc ]                         
                                                                      
    _Chain_Append( handler_stack, &handler->Node );                   
 2005d44:	40 00 06 4f 	call  2007680 <_Chain_Append>                  
 2005d48:	90 02 20 e0 	add  %o0, 0xe0, %o0                            
  }                                                                   
  _Thread_Enable_dispatch();                                          
 2005d4c:	40 00 0c 6c 	call  2008efc <_Thread_Enable_dispatch>        
 2005d50:	81 e8 00 00 	restore                                        
 2005d54:	81 c7 e0 08 	ret                                            
 2005d58:	81 e8 00 00 	restore                                        
                                                                      

02006e38 <pthread_cond_init>: int pthread_cond_init( pthread_cond_t *cond, const pthread_condattr_t *attr ) {
 2006e38:	9d e3 bf a0 	save  %sp, -96, %sp                            
  POSIX_Condition_variables_Control   *the_cond;                      
  const pthread_condattr_t            *the_attr;                      
                                                                      
  if ( attr ) the_attr = attr;                                        
 2006e3c:	25 00 80 77 	sethi  %hi(0x201dc00), %l2                     
 2006e40:	80 a6 60 00 	cmp  %i1, 0                                    
 2006e44:	02 80 00 03 	be  2006e50 <pthread_cond_init+0x18>           
 2006e48:	a4 14 a2 a0 	or  %l2, 0x2a0, %l2                            
 2006e4c:	a4 10 00 19 	mov  %i1, %l2                                  
                                                                      
  /*                                                                  
   *  Be careful about attributes when global!!!                      
   */                                                                 
                                                                      
  if ( the_attr->process_shared == PTHREAD_PROCESS_SHARED )           
 2006e50:	c2 04 a0 04 	ld  [ %l2 + 4 ], %g1                           
 2006e54:	80 a0 60 01 	cmp  %g1, 1                                    
 2006e58:	02 80 00 06 	be  2006e70 <pthread_cond_init+0x38>           <== NEVER TAKEN
 2006e5c:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  if ( !the_attr->is_initialized )                                    
 2006e60:	c2 04 80 00 	ld  [ %l2 ], %g1                               
 2006e64:	80 a0 60 00 	cmp  %g1, 0                                    
 2006e68:	12 80 00 04 	bne  2006e78 <pthread_cond_init+0x40>          
 2006e6c:	03 00 80 7e 	sethi  %hi(0x201f800), %g1                     
  *cond = the_cond->Object.id;                                        
                                                                      
  _Thread_Enable_dispatch();                                          
                                                                      
  return 0;                                                           
}                                                                     
 2006e70:	81 c7 e0 08 	ret                                            
 2006e74:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 2006e78:	c4 00 62 40 	ld  [ %g1 + 0x240 ], %g2                       
 2006e7c:	84 00 a0 01 	inc  %g2                                       
 2006e80:	c4 20 62 40 	st  %g2, [ %g1 + 0x240 ]                       
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control                
  *_POSIX_Condition_variables_Allocate( void )                        
{                                                                     
  return (POSIX_Condition_variables_Control *)                        
 2006e84:	23 00 80 7f 	sethi  %hi(0x201fc00), %l1                     
 2006e88:	40 00 0a 29 	call  200972c <_Objects_Allocate>              
 2006e8c:	90 14 62 e8 	or  %l1, 0x2e8, %o0	! 201fee8 <_POSIX_Condition_variables_Information>
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
  the_cond = _POSIX_Condition_variables_Allocate();                   
                                                                      
  if ( !the_cond ) {                                                  
 2006e90:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 2006e94:	02 80 00 15 	be  2006ee8 <pthread_cond_init+0xb0>           
 2006e98:	90 04 20 18 	add  %l0, 0x18, %o0                            
    _Thread_Enable_dispatch();                                        
    return ENOMEM;                                                    
  }                                                                   
                                                                      
  the_cond->process_shared  = the_attr->process_shared;               
 2006e9c:	c2 04 a0 04 	ld  [ %l2 + 4 ], %g1                           
 2006ea0:	c2 24 20 10 	st  %g1, [ %l0 + 0x10 ]                        
                                                                      
  the_cond->Mutex = POSIX_CONDITION_VARIABLES_NO_MUTEX;               
                                                                      
/* XXX some more initialization might need to go here */              
  _Thread_queue_Initialize(                                           
 2006ea4:	92 10 20 00 	clr  %o1                                       
 2006ea8:	94 10 28 00 	mov  0x800, %o2                                
 2006eac:	96 10 20 74 	mov  0x74, %o3                                 
 2006eb0:	40 00 10 28 	call  200af50 <_Thread_queue_Initialize>       
 2006eb4:	c0 24 20 14 	clr  [ %l0 + 0x14 ]                            
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 2006eb8:	c4 14 20 0a 	lduh  [ %l0 + 0xa ], %g2                       
 2006ebc:	a2 14 62 e8 	or  %l1, 0x2e8, %l1                            
 2006ec0:	c6 04 60 1c 	ld  [ %l1 + 0x1c ], %g3                        
 2006ec4:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2006ec8:	85 28 a0 02 	sll  %g2, 2, %g2                               
 2006ecc:	e0 20 c0 02 	st  %l0, [ %g3 + %g2 ]                         
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  /* ASSERT: information->is_string == false */                       
  the_object->name.name_u32 = name;                                   
 2006ed0:	c0 24 20 0c 	clr  [ %l0 + 0xc ]                             
    &_POSIX_Condition_variables_Information,                          
    &the_cond->Object,                                                
    0                                                                 
  );                                                                  
                                                                      
  *cond = the_cond->Object.id;                                        
 2006ed4:	c2 26 00 00 	st  %g1, [ %i0 ]                               
                                                                      
  _Thread_Enable_dispatch();                                          
 2006ed8:	40 00 0d ce 	call  200a610 <_Thread_Enable_dispatch>        
 2006edc:	b0 10 20 00 	clr  %i0                                       
                                                                      
  return 0;                                                           
 2006ee0:	81 c7 e0 08 	ret                                            
 2006ee4:	81 e8 00 00 	restore                                        
  _Thread_Disable_dispatch();                                         
                                                                      
  the_cond = _POSIX_Condition_variables_Allocate();                   
                                                                      
  if ( !the_cond ) {                                                  
    _Thread_Enable_dispatch();                                        
 2006ee8:	40 00 0d ca 	call  200a610 <_Thread_Enable_dispatch>        
 2006eec:	b0 10 20 0c 	mov  0xc, %i0                                  
    return ENOMEM;                                                    
 2006ef0:	81 c7 e0 08 	ret                                            
 2006ef4:	81 e8 00 00 	restore                                        
                                                                      

02006cac <pthread_condattr_destroy>: int pthread_condattr_destroy( pthread_condattr_t *attr ) { if ( !attr || attr->is_initialized == false )
 2006cac:	80 a2 20 00 	cmp  %o0, 0                                    
 2006cb0:	02 80 00 09 	be  2006cd4 <pthread_condattr_destroy+0x28>    
 2006cb4:	01 00 00 00 	nop                                            
 2006cb8:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 2006cbc:	80 a0 60 00 	cmp  %g1, 0                                    
 2006cc0:	02 80 00 05 	be  2006cd4 <pthread_condattr_destroy+0x28>    <== NEVER TAKEN
 2006cc4:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  attr->is_initialized = false;                                       
 2006cc8:	c0 22 00 00 	clr  [ %o0 ]                                   
  return 0;                                                           
 2006ccc:	81 c3 e0 08 	retl                                           
 2006cd0:	90 10 20 00 	clr  %o0                                       
}                                                                     
 2006cd4:	81 c3 e0 08 	retl                                           
 2006cd8:	90 10 20 16 	mov  0x16, %o0                                 
                                                                      

0200624c <pthread_create>: pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)( void * ), void *arg ) {
 200624c:	9d e3 bf 58 	save  %sp, -168, %sp                           
 2006250:	a0 10 00 18 	mov  %i0, %l0                                  
  int                                 schedpolicy = SCHED_RR;         
  struct sched_param                  schedparam;                     
  Objects_Name                        name;                           
  int                                 rc;                             
                                                                      
  if ( !start_routine )                                               
 2006254:	80 a6 a0 00 	cmp  %i2, 0                                    
 2006258:	02 80 00 66 	be  20063f0 <pthread_create+0x1a4>             
 200625c:	b0 10 20 0e 	mov  0xe, %i0                                  
    return EFAULT;                                                    
                                                                      
  the_attr = (attr) ? attr : &_POSIX_Threads_Default_attributes;      
 2006260:	23 00 80 71 	sethi  %hi(0x201c400), %l1                     
 2006264:	80 a6 60 00 	cmp  %i1, 0                                    
 2006268:	02 80 00 03 	be  2006274 <pthread_create+0x28>              
 200626c:	a2 14 62 20 	or  %l1, 0x220, %l1                            
 2006270:	a2 10 00 19 	mov  %i1, %l1                                  
                                                                      
  if ( !the_attr->is_initialized )                                    
 2006274:	c2 04 40 00 	ld  [ %l1 ], %g1                               
 2006278:	80 a0 60 00 	cmp  %g1, 0                                    
 200627c:	22 80 00 5d 	be,a   20063f0 <pthread_create+0x1a4>          
 2006280:	b0 10 20 16 	mov  0x16, %i0                                 
   *  stack space if it is allowed to allocate it itself.             
   *                                                                  
   *  NOTE: If the user provides the stack we will let it drop below  
   *        twice the minimum.                                        
   */                                                                 
  if ( the_attr->stackaddr && !_Stack_Is_enough(the_attr->stacksize) )
 2006284:	c2 04 60 04 	ld  [ %l1 + 4 ], %g1                           
 2006288:	80 a0 60 00 	cmp  %g1, 0                                    
 200628c:	02 80 00 07 	be  20062a8 <pthread_create+0x5c>              
 2006290:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2006294:	c4 04 60 08 	ld  [ %l1 + 8 ], %g2                           
 2006298:	c2 00 62 a4 	ld  [ %g1 + 0x2a4 ], %g1                       
 200629c:	80 a0 80 01 	cmp  %g2, %g1                                  
 20062a0:	2a 80 00 54 	bcs,a   20063f0 <pthread_create+0x1a4>         
 20062a4:	b0 10 20 16 	mov  0x16, %i0                                 
   *  If inheritsched is set to PTHREAD_INHERIT_SCHED, then this thread
   *  inherits scheduling attributes from the creating thread.   If it is
   *  PTHREAD_EXPLICIT_SCHED, then scheduling parameters come from the
   *  attributes structure.                                           
   */                                                                 
  switch ( the_attr->inheritsched ) {                                 
 20062a8:	c2 04 60 10 	ld  [ %l1 + 0x10 ], %g1                        
 20062ac:	80 a0 60 01 	cmp  %g1, 1                                    
 20062b0:	02 80 00 52 	be  20063f8 <pthread_create+0x1ac>             
 20062b4:	80 a0 60 02 	cmp  %g1, 2                                    
 20062b8:	22 80 00 04 	be,a   20062c8 <pthread_create+0x7c>           
 20062bc:	c2 04 60 18 	ld  [ %l1 + 0x18 ], %g1                        
   */                                                                 
  *thread = the_thread->Object.id;                                    
                                                                      
  _RTEMS_Unlock_allocator();                                          
  return 0;                                                           
}                                                                     
 20062c0:	81 c7 e0 08 	ret                                            
 20062c4:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
      schedpolicy = api->schedpolicy;                                 
      schedparam  = api->schedparam;                                  
      break;                                                          
                                                                      
    case PTHREAD_EXPLICIT_SCHED:                                      
      schedpolicy = the_attr->schedpolicy;                            
 20062c8:	e4 04 60 14 	ld  [ %l1 + 0x14 ], %l2                        
      schedparam  = the_attr->schedparam;                             
 20062cc:	c2 27 bf dc 	st  %g1, [ %fp + -36 ]                         
 20062d0:	c2 04 60 1c 	ld  [ %l1 + 0x1c ], %g1                        
 20062d4:	c2 27 bf e0 	st  %g1, [ %fp + -32 ]                         
 20062d8:	c2 04 60 20 	ld  [ %l1 + 0x20 ], %g1                        
 20062dc:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
 20062e0:	c2 04 60 24 	ld  [ %l1 + 0x24 ], %g1                        
 20062e4:	c2 27 bf e8 	st  %g1, [ %fp + -24 ]                         
 20062e8:	c2 04 60 28 	ld  [ %l1 + 0x28 ], %g1                        
 20062ec:	c2 27 bf ec 	st  %g1, [ %fp + -20 ]                         
 20062f0:	c2 04 60 2c 	ld  [ %l1 + 0x2c ], %g1                        
 20062f4:	c2 27 bf f0 	st  %g1, [ %fp + -16 ]                         
 20062f8:	c2 04 60 30 	ld  [ %l1 + 0x30 ], %g1                        
 20062fc:	c2 27 bf f4 	st  %g1, [ %fp + -12 ]                         
                                                                      
  /*                                                                  
   *  Check the contentionscope since rtems only supports PROCESS wide
   *  contention (i.e. no system wide contention).                    
   */                                                                 
  if ( the_attr->contentionscope != PTHREAD_SCOPE_PROCESS )           
 2006300:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
 2006304:	80 a0 60 00 	cmp  %g1, 0                                    
 2006308:	12 80 00 3a 	bne  20063f0 <pthread_create+0x1a4>            
 200630c:	b0 10 20 86 	mov  0x86, %i0                                 
    return ENOTSUP;                                                   
                                                                      
  /*                                                                  
   *  Interpret the scheduling parameters.                            
   */                                                                 
  if ( !_POSIX_Priority_Is_valid( schedparam.sched_priority ) )       
 2006310:	40 00 1c 91 	call  200d554 <_POSIX_Priority_Is_valid>       
 2006314:	d0 07 bf dc 	ld  [ %fp + -36 ], %o0                         
 2006318:	80 8a 20 ff 	btst  0xff, %o0                                
 200631c:	02 80 00 35 	be  20063f0 <pthread_create+0x1a4>             <== NEVER TAKEN
 2006320:	b0 10 20 16 	mov  0x16, %i0                                 
                                                                      
RTEMS_INLINE_ROUTINE Priority_Control _POSIX_Priority_To_core(        
  int priority                                                        
)                                                                     
{                                                                     
  return (Priority_Control) (POSIX_SCHEDULER_MAXIMUM_PRIORITY - priority + 1);
 2006324:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
    return EINVAL;                                                    
                                                                      
  core_priority = _POSIX_Priority_To_core( schedparam.sched_priority );
 2006328:	ea 07 bf dc 	ld  [ %fp + -36 ], %l5                         
 200632c:	ec 08 62 a8 	ldub  [ %g1 + 0x2a8 ], %l6                     
                                                                      
  /*                                                                  
   *  Set the core scheduling policy information.                     
   */                                                                 
  rc = _POSIX_Thread_Translate_sched_param(                           
 2006330:	90 10 00 12 	mov  %l2, %o0                                  
 2006334:	92 07 bf dc 	add  %fp, -36, %o1                             
 2006338:	94 07 bf fc 	add  %fp, -4, %o2                              
 200633c:	40 00 1c 93 	call  200d588 <_POSIX_Thread_Translate_sched_param>
 2006340:	96 07 bf f8 	add  %fp, -8, %o3                              
    schedpolicy,                                                      
    &schedparam,                                                      
    &budget_algorithm,                                                
    &budget_callout                                                   
  );                                                                  
  if ( rc )                                                           
 2006344:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 2006348:	12 80 00 2a 	bne  20063f0 <pthread_create+0x1a4>            
 200634c:	29 00 80 78 	sethi  %hi(0x201e000), %l4                     
  #endif                                                              
                                                                      
  /*                                                                  
   *  Lock the allocator mutex for protection                         
   */                                                                 
  _RTEMS_Lock_allocator();                                            
 2006350:	d0 05 22 48 	ld  [ %l4 + 0x248 ], %o0	! 201e248 <_RTEMS_Allocator_Mutex>
 2006354:	40 00 06 61 	call  2007cd8 <_API_Mutex_Lock>                
 2006358:	2f 00 80 79 	sethi  %hi(0x201e400), %l7                     
 *  _POSIX_Threads_Allocate                                           
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE Thread_Control *_POSIX_Threads_Allocate( void )  
{                                                                     
  return (Thread_Control *) _Objects_Allocate( &_POSIX_Threads_Information );
 200635c:	40 00 08 e7 	call  20086f8 <_Objects_Allocate>              
 2006360:	90 15 e0 20 	or  %l7, 0x20, %o0	! 201e420 <_POSIX_Threads_Information>
   *  Allocate the thread control block.                              
   *                                                                  
   *  NOTE:  Global threads are not currently supported.              
   */                                                                 
  the_thread = _POSIX_Threads_Allocate();                             
  if ( !the_thread ) {                                                
 2006364:	a6 92 20 00 	orcc  %o0, 0, %l3                              
 2006368:	02 80 00 1f 	be  20063e4 <pthread_create+0x198>             
 200636c:	05 00 80 75 	sethi  %hi(0x201d400), %g2                     
                                                                      
  /*                                                                  
   *  Initialize the core thread for this task.                       
   */                                                                 
  name.name_p = NULL;   /* posix threads don't have a name by default */
  status = _Thread_Initialize(                                        
 2006370:	c2 04 60 08 	ld  [ %l1 + 8 ], %g1                           
 2006374:	d6 00 a2 a4 	ld  [ %g2 + 0x2a4 ], %o3                       
 2006378:	c0 27 bf d4 	clr  [ %fp + -44 ]                             
 200637c:	97 2a e0 01 	sll  %o3, 1, %o3                               
 2006380:	80 a2 c0 01 	cmp  %o3, %g1                                  
 2006384:	1a 80 00 03 	bcc  2006390 <pthread_create+0x144>            
 2006388:	d4 04 60 04 	ld  [ %l1 + 4 ], %o2                           
 200638c:	96 10 00 01 	mov  %g1, %o3                                  
 2006390:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2006394:	9a 0d a0 ff 	and  %l6, 0xff, %o5                            
 2006398:	c2 23 a0 60 	st  %g1, [ %sp + 0x60 ]                        
 200639c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 20063a0:	9a 23 40 15 	sub  %o5, %l5, %o5                             
 20063a4:	c2 23 a0 64 	st  %g1, [ %sp + 0x64 ]                        
 20063a8:	82 07 bf d4 	add  %fp, -44, %g1                             
 20063ac:	c0 23 a0 68 	clr  [ %sp + 0x68 ]                            
 20063b0:	90 15 e0 20 	or  %l7, 0x20, %o0                             
 20063b4:	aa 10 20 01 	mov  1, %l5                                    
 20063b8:	c2 23 a0 6c 	st  %g1, [ %sp + 0x6c ]                        
 20063bc:	ea 23 a0 5c 	st  %l5, [ %sp + 0x5c ]                        
 20063c0:	92 10 00 13 	mov  %l3, %o1                                  
 20063c4:	40 00 0c d5 	call  2009718 <_Thread_Initialize>             
 20063c8:	98 10 20 01 	mov  1, %o4                                    
    budget_callout,                                                   
    0,                    /* isr level */                             
    name                  /* posix threads don't have a name */       
  );                                                                  
                                                                      
  if ( !status ) {                                                    
 20063cc:	80 8a 20 ff 	btst  0xff, %o0                                
 20063d0:	12 80 00 1d 	bne  2006444 <pthread_create+0x1f8>            
 20063d4:	11 00 80 79 	sethi  %hi(0x201e400), %o0                     
                                                                      
RTEMS_INLINE_ROUTINE void _POSIX_Threads_Free (                       
  Thread_Control *the_pthread                                         
)                                                                     
{                                                                     
  _Objects_Free( &_POSIX_Threads_Information, &the_pthread->Object ); 
 20063d8:	92 10 00 13 	mov  %l3, %o1                                  
 20063dc:	40 00 09 b3 	call  2008aa8 <_Objects_Free>                  
 20063e0:	90 12 20 20 	or  %o0, 0x20, %o0                             
    _POSIX_Threads_Free( the_thread );                                
    _RTEMS_Unlock_allocator();                                        
 20063e4:	d0 05 22 48 	ld  [ %l4 + 0x248 ], %o0                       
 20063e8:	40 00 06 52 	call  2007d30 <_API_Mutex_Unlock>              
 20063ec:	b0 10 20 0b 	mov  0xb, %i0                                  
    return EAGAIN;                                                    
 20063f0:	81 c7 e0 08 	ret                                            
 20063f4:	81 e8 00 00 	restore                                        
   *  PTHREAD_EXPLICIT_SCHED, then scheduling parameters come from the
   *  attributes structure.                                           
   */                                                                 
  switch ( the_attr->inheritsched ) {                                 
    case PTHREAD_INHERIT_SCHED:                                       
      api = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ];    
 20063f8:	03 00 80 78 	sethi  %hi(0x201e000), %g1                     
 20063fc:	c2 00 62 50 	ld  [ %g1 + 0x250 ], %g1	! 201e250 <_Thread_Executing>
 2006400:	c2 00 61 6c 	ld  [ %g1 + 0x16c ], %g1                       
      schedpolicy = api->schedpolicy;                                 
      schedparam  = api->schedparam;                                  
 2006404:	c4 00 60 84 	ld  [ %g1 + 0x84 ], %g2                        
   *  attributes structure.                                           
   */                                                                 
  switch ( the_attr->inheritsched ) {                                 
    case PTHREAD_INHERIT_SCHED:                                       
      api = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ];    
      schedpolicy = api->schedpolicy;                                 
 2006408:	e4 00 60 80 	ld  [ %g1 + 0x80 ], %l2                        
      schedparam  = api->schedparam;                                  
 200640c:	c4 27 bf dc 	st  %g2, [ %fp + -36 ]                         
 2006410:	c4 00 60 88 	ld  [ %g1 + 0x88 ], %g2                        
 2006414:	c4 27 bf e0 	st  %g2, [ %fp + -32 ]                         
 2006418:	c4 00 60 8c 	ld  [ %g1 + 0x8c ], %g2                        
 200641c:	c4 27 bf e4 	st  %g2, [ %fp + -28 ]                         
 2006420:	c4 00 60 90 	ld  [ %g1 + 0x90 ], %g2                        
 2006424:	c4 27 bf e8 	st  %g2, [ %fp + -24 ]                         
 2006428:	c4 00 60 94 	ld  [ %g1 + 0x94 ], %g2                        
 200642c:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 2006430:	c4 00 60 98 	ld  [ %g1 + 0x98 ], %g2                        
 2006434:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 2006438:	c2 00 60 9c 	ld  [ %g1 + 0x9c ], %g1                        
      break;                                                          
 200643c:	10 bf ff b1 	b  2006300 <pthread_create+0xb4>               
 2006440:	c2 27 bf f4 	st  %g1, [ %fp + -12 ]                         
  }                                                                   
                                                                      
  /*                                                                  
   *  finish initializing the per API structure                       
   */                                                                 
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
 2006444:	ec 04 e1 6c 	ld  [ %l3 + 0x16c ], %l6                       
                                                                      
  api->Attributes  = *the_attr;                                       
 2006448:	92 10 00 11 	mov  %l1, %o1                                  
 200644c:	94 10 20 3c 	mov  0x3c, %o2                                 
 2006450:	40 00 2c 76 	call  2011628 <memcpy>                         
 2006454:	90 10 00 16 	mov  %l6, %o0                                  
  api->detachstate = the_attr->detachstate;                           
 2006458:	c2 04 60 38 	ld  [ %l1 + 0x38 ], %g1                        
  api->schedpolicy = schedpolicy;                                     
 200645c:	e4 25 a0 80 	st  %l2, [ %l6 + 0x80 ]                        
   *  finish initializing the per API structure                       
   */                                                                 
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
 2006460:	c2 25 a0 3c 	st  %g1, [ %l6 + 0x3c ]                        
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 2006464:	c2 07 bf dc 	ld  [ %fp + -36 ], %g1                         
   *  This insures we evaluate the process-wide signals pending when we
   *  first run.                                                      
   *                                                                  
   *  NOTE:  Since the thread starts with all unblocked, this is necessary.
   */                                                                 
  the_thread->do_post_task_switch_extension = true;                   
 2006468:	ea 2c e0 74 	stb  %l5, [ %l3 + 0x74 ]                       
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 200646c:	c2 25 a0 84 	st  %g1, [ %l6 + 0x84 ]                        
 2006470:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
  the_thread->do_post_task_switch_extension = true;                   
                                                                      
  /*                                                                  
   *  POSIX threads are allocated and started in one operation.       
   */                                                                 
  status = _Thread_Start(                                             
 2006474:	94 10 00 1a 	mov  %i2, %o2                                  
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 2006478:	c2 25 a0 88 	st  %g1, [ %l6 + 0x88 ]                        
 200647c:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
  the_thread->do_post_task_switch_extension = true;                   
                                                                      
  /*                                                                  
   *  POSIX threads are allocated and started in one operation.       
   */                                                                 
  status = _Thread_Start(                                             
 2006480:	96 10 00 1b 	mov  %i3, %o3                                  
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 2006484:	c2 25 a0 8c 	st  %g1, [ %l6 + 0x8c ]                        
 2006488:	c2 07 bf e8 	ld  [ %fp + -24 ], %g1                         
  the_thread->do_post_task_switch_extension = true;                   
                                                                      
  /*                                                                  
   *  POSIX threads are allocated and started in one operation.       
   */                                                                 
  status = _Thread_Start(                                             
 200648c:	90 10 00 13 	mov  %l3, %o0                                  
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 2006490:	c2 25 a0 90 	st  %g1, [ %l6 + 0x90 ]                        
 2006494:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
  the_thread->do_post_task_switch_extension = true;                   
                                                                      
  /*                                                                  
   *  POSIX threads are allocated and started in one operation.       
   */                                                                 
  status = _Thread_Start(                                             
 2006498:	92 10 20 01 	mov  1, %o1                                    
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 200649c:	c2 25 a0 94 	st  %g1, [ %l6 + 0x94 ]                        
 20064a0:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
  the_thread->do_post_task_switch_extension = true;                   
                                                                      
  /*                                                                  
   *  POSIX threads are allocated and started in one operation.       
   */                                                                 
  status = _Thread_Start(                                             
 20064a4:	98 10 20 00 	clr  %o4                                       
  api = the_thread->API_Extensions[ THREAD_API_POSIX ];               
                                                                      
  api->Attributes  = *the_attr;                                       
  api->detachstate = the_attr->detachstate;                           
  api->schedpolicy = schedpolicy;                                     
  api->schedparam  = schedparam;                                      
 20064a8:	c2 25 a0 98 	st  %g1, [ %l6 + 0x98 ]                        
 20064ac:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
  the_thread->do_post_task_switch_extension = true;                   
                                                                      
  /*                                                                  
   *  POSIX threads are allocated and started in one operation.       
   */                                                                 
  status = _Thread_Start(                                             
 20064b0:	40 00 0f b9 	call  200a394 <_Thread_Start>                  
 20064b4:	c2 25 a0 9c 	st  %g1, [ %l6 + 0x9c ]                        
      _RTEMS_Unlock_allocator();                                      
      return EINVAL;                                                  
    }                                                                 
  #endif                                                              
                                                                      
  if ( schedpolicy == SCHED_SPORADIC ) {                              
 20064b8:	80 a4 a0 04 	cmp  %l2, 4                                    
 20064bc:	02 80 00 08 	be  20064dc <pthread_create+0x290>             
 20064c0:	01 00 00 00 	nop                                            
  }                                                                   
                                                                      
  /*                                                                  
   *  Return the id and indicate we successfully created the thread   
   */                                                                 
  *thread = the_thread->Object.id;                                    
 20064c4:	c2 04 e0 08 	ld  [ %l3 + 8 ], %g1                           
                                                                      
  _RTEMS_Unlock_allocator();                                          
 20064c8:	d0 05 22 48 	ld  [ %l4 + 0x248 ], %o0                       
 20064cc:	40 00 06 19 	call  2007d30 <_API_Mutex_Unlock>              
 20064d0:	c2 24 00 00 	st  %g1, [ %l0 ]                               
  return 0;                                                           
 20064d4:	81 c7 e0 08 	ret                                            
 20064d8:	81 e8 00 00 	restore                                        
      return EINVAL;                                                  
    }                                                                 
  #endif                                                              
                                                                      
  if ( schedpolicy == SCHED_SPORADIC ) {                              
    _Watchdog_Insert_ticks(                                           
 20064dc:	40 00 10 5b 	call  200a648 <_Timespec_To_ticks>             
 20064e0:	90 05 a0 8c 	add  %l6, 0x8c, %o0                            
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 20064e4:	92 05 a0 a4 	add  %l6, 0xa4, %o1                            
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 20064e8:	d0 25 a0 b0 	st  %o0, [ %l6 + 0xb0 ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 20064ec:	11 00 80 78 	sethi  %hi(0x201e000), %o0                     
 20064f0:	40 00 11 41 	call  200a9f4 <_Watchdog_Insert>               
 20064f4:	90 12 22 70 	or  %o0, 0x270, %o0	! 201e270 <_Watchdog_Ticks_chain>
  }                                                                   
                                                                      
  /*                                                                  
   *  Return the id and indicate we successfully created the thread   
   */                                                                 
  *thread = the_thread->Object.id;                                    
 20064f8:	10 bf ff f4 	b  20064c8 <pthread_create+0x27c>              
 20064fc:	c2 04 e0 08 	ld  [ %l3 + 8 ], %g1                           
                                                                      

02005ac8 <pthread_mutexattr_gettype>: int pthread_mutexattr_gettype( const pthread_mutexattr_t *attr, int *type ) { if ( !attr )
 2005ac8:	80 a2 20 00 	cmp  %o0, 0                                    
 2005acc:	02 80 00 0c 	be  2005afc <pthread_mutexattr_gettype+0x34>   
 2005ad0:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  if ( !attr->is_initialized )                                        
 2005ad4:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 2005ad8:	80 a0 60 00 	cmp  %g1, 0                                    
 2005adc:	02 80 00 08 	be  2005afc <pthread_mutexattr_gettype+0x34>   
 2005ae0:	80 a2 60 00 	cmp  %o1, 0                                    
    return EINVAL;                                                    
                                                                      
  if ( !type )                                                        
 2005ae4:	02 80 00 06 	be  2005afc <pthread_mutexattr_gettype+0x34>   <== NEVER TAKEN
 2005ae8:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  *type = attr->type;                                                 
 2005aec:	c2 02 20 10 	ld  [ %o0 + 0x10 ], %g1                        
 2005af0:	90 10 20 00 	clr  %o0                                       
  return 0;                                                           
 2005af4:	81 c3 e0 08 	retl                                           
 2005af8:	c2 22 40 00 	st  %g1, [ %o1 ]                               
}                                                                     
 2005afc:	81 c3 e0 08 	retl                                           
 2005b00:	90 10 20 16 	mov  0x16, %o0                                 
                                                                      

020080dc <pthread_mutexattr_setpshared>: int pthread_mutexattr_setpshared( pthread_mutexattr_t *attr, int pshared ) { if ( !attr || !attr->is_initialized )
 20080dc:	80 a2 20 00 	cmp  %o0, 0                                    
 20080e0:	02 80 00 08 	be  2008100 <pthread_mutexattr_setpshared+0x24>
 20080e4:	01 00 00 00 	nop                                            
 20080e8:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 20080ec:	80 a0 60 00 	cmp  %g1, 0                                    
 20080f0:	02 80 00 04 	be  2008100 <pthread_mutexattr_setpshared+0x24>
 20080f4:	80 a2 60 01 	cmp  %o1, 1                                    
    return EINVAL;                                                    
                                                                      
  switch ( pshared ) {                                                
 20080f8:	28 80 00 04 	bleu,a   2008108 <pthread_mutexattr_setpshared+0x2c><== ALWAYS TAKEN
 20080fc:	d2 22 20 04 	st  %o1, [ %o0 + 4 ]                           
      return 0;                                                       
                                                                      
    default:                                                          
      return EINVAL;                                                  
  }                                                                   
}                                                                     
 2008100:	81 c3 e0 08 	retl                                           
 2008104:	90 10 20 16 	mov  0x16, %o0                                 
                                                                      
  switch ( pshared ) {                                                
    case PTHREAD_PROCESS_SHARED:                                      
    case PTHREAD_PROCESS_PRIVATE:                                     
      attr->process_shared = pshared;                                 
      return 0;                                                       
 2008108:	81 c3 e0 08 	retl                                           
 200810c:	90 10 20 00 	clr  %o0                                       
                                                                      

02005b54 <pthread_mutexattr_settype>: int pthread_mutexattr_settype( pthread_mutexattr_t *attr, int type ) { if ( !attr || !attr->is_initialized )
 2005b54:	80 a2 20 00 	cmp  %o0, 0                                    
 2005b58:	02 80 00 08 	be  2005b78 <pthread_mutexattr_settype+0x24>   
 2005b5c:	01 00 00 00 	nop                                            
 2005b60:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 2005b64:	80 a0 60 00 	cmp  %g1, 0                                    
 2005b68:	02 80 00 04 	be  2005b78 <pthread_mutexattr_settype+0x24>   <== NEVER TAKEN
 2005b6c:	80 a2 60 03 	cmp  %o1, 3                                    
    return EINVAL;                                                    
                                                                      
  switch ( type ) {                                                   
 2005b70:	28 80 00 04 	bleu,a   2005b80 <pthread_mutexattr_settype+0x2c>
 2005b74:	d2 22 20 10 	st  %o1, [ %o0 + 0x10 ]                        
      return 0;                                                       
                                                                      
    default:                                                          
      return EINVAL;                                                  
  }                                                                   
}                                                                     
 2005b78:	81 c3 e0 08 	retl                                           
 2005b7c:	90 10 20 16 	mov  0x16, %o0                                 
    case PTHREAD_MUTEX_NORMAL:                                        
    case PTHREAD_MUTEX_RECURSIVE:                                     
    case PTHREAD_MUTEX_ERRORCHECK:                                    
    case PTHREAD_MUTEX_DEFAULT:                                       
      attr->type = type;                                              
      return 0;                                                       
 2005b80:	81 c3 e0 08 	retl                                           
 2005b84:	90 10 20 00 	clr  %o0                                       
                                                                      

02006944 <pthread_once>: int pthread_once( pthread_once_t *once_control, void (*init_routine)(void) ) {
 2006944:	9d e3 bf 98 	save  %sp, -104, %sp                           
  if ( !once_control || !init_routine )                               
 2006948:	80 a6 60 00 	cmp  %i1, 0                                    
 200694c:	02 80 00 0b 	be  2006978 <pthread_once+0x34>                
 2006950:	a0 10 00 18 	mov  %i0, %l0                                  
 2006954:	80 a6 20 00 	cmp  %i0, 0                                    
 2006958:	02 80 00 08 	be  2006978 <pthread_once+0x34>                
 200695c:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  if ( !once_control->init_executed ) {                               
 2006960:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
 2006964:	80 a0 60 00 	cmp  %g1, 0                                    
 2006968:	02 80 00 06 	be  2006980 <pthread_once+0x3c>                
 200696c:	b0 10 20 00 	clr  %i0                                       
      (*init_routine)();                                              
    }                                                                 
    rtems_task_mode(saveMode, RTEMS_PREEMPT_MASK, &saveMode);         
  }                                                                   
  return 0;                                                           
}                                                                     
 2006970:	81 c7 e0 08 	ret                                            
 2006974:	81 e8 00 00 	restore                                        
int pthread_once(                                                     
  pthread_once_t  *once_control,                                      
  void           (*init_routine)(void)                                
)                                                                     
{                                                                     
  if ( !once_control || !init_routine )                               
 2006978:	81 c7 e0 08 	ret                                            
 200697c:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
    return EINVAL;                                                    
                                                                      
  if ( !once_control->init_executed ) {                               
    rtems_mode saveMode;                                              
    rtems_task_mode(RTEMS_NO_PREEMPT, RTEMS_PREEMPT_MASK, &saveMode); 
 2006980:	a2 07 bf fc 	add  %fp, -4, %l1                              
 2006984:	90 10 21 00 	mov  0x100, %o0                                
 2006988:	92 10 21 00 	mov  0x100, %o1                                
 200698c:	40 00 03 09 	call  20075b0 <rtems_task_mode>                
 2006990:	94 10 00 11 	mov  %l1, %o2                                  
    if ( !once_control->init_executed ) {                             
 2006994:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
 2006998:	80 a0 60 00 	cmp  %g1, 0                                    
 200699c:	02 80 00 09 	be  20069c0 <pthread_once+0x7c>                <== ALWAYS TAKEN
 20069a0:	82 10 20 01 	mov  1, %g1                                    
      once_control->is_initialized = true;                            
      once_control->init_executed = true;                             
      (*init_routine)();                                              
    }                                                                 
    rtems_task_mode(saveMode, RTEMS_PREEMPT_MASK, &saveMode);         
 20069a4:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          <== NOT EXECUTED
 20069a8:	94 10 00 11 	mov  %l1, %o2                                  
 20069ac:	92 10 21 00 	mov  0x100, %o1                                
 20069b0:	40 00 03 00 	call  20075b0 <rtems_task_mode>                
 20069b4:	b0 10 20 00 	clr  %i0                                       
  }                                                                   
  return 0;                                                           
}                                                                     
 20069b8:	81 c7 e0 08 	ret                                            
 20069bc:	81 e8 00 00 	restore                                        
  if ( !once_control->init_executed ) {                               
    rtems_mode saveMode;                                              
    rtems_task_mode(RTEMS_NO_PREEMPT, RTEMS_PREEMPT_MASK, &saveMode); 
    if ( !once_control->init_executed ) {                             
      once_control->is_initialized = true;                            
      once_control->init_executed = true;                             
 20069c0:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
      (*init_routine)();                                              
 20069c4:	9f c6 40 00 	call  %i1                                      
 20069c8:	c2 24 00 00 	st  %g1, [ %l0 ]                               
    }                                                                 
    rtems_task_mode(saveMode, RTEMS_PREEMPT_MASK, &saveMode);         
 20069cc:	10 bf ff f7 	b  20069a8 <pthread_once+0x64>                 
 20069d0:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
                                                                      

02007088 <pthread_rwlock_init>: int pthread_rwlock_init( pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr ) {
 2007088:	9d e3 bf 90 	save  %sp, -112, %sp                           
  const pthread_rwlockattr_t  *the_attr;                              
                                                                      
  /*                                                                  
   *  Error check parameters                                          
   */                                                                 
  if ( !rwlock )                                                      
 200708c:	80 a6 20 00 	cmp  %i0, 0                                    
 2007090:	02 80 00 23 	be  200711c <pthread_rwlock_init+0x94>         
 2007094:	80 a6 60 00 	cmp  %i1, 0                                    
    return EINVAL;                                                    
                                                                      
  /*                                                                  
   * If the user passed in NULL, use the default attributes           
   */                                                                 
  if ( attr ) {                                                       
 2007098:	22 80 00 27 	be,a   2007134 <pthread_rwlock_init+0xac>      
 200709c:	b2 07 bf f4 	add  %fp, -12, %i1                             
  }                                                                   
                                                                      
  /*                                                                  
   * Now start error checking the attributes that we are going to use 
   */                                                                 
  if ( !the_attr->is_initialized )                                    
 20070a0:	c2 06 40 00 	ld  [ %i1 ], %g1                               
 20070a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20070a8:	02 80 00 1d 	be  200711c <pthread_rwlock_init+0x94>         <== NEVER TAKEN
 20070ac:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  switch ( the_attr->process_shared ) {                               
 20070b0:	c2 06 60 04 	ld  [ %i1 + 4 ], %g1                           
 20070b4:	80 a0 60 00 	cmp  %g1, 0                                    
 20070b8:	12 80 00 19 	bne  200711c <pthread_rwlock_init+0x94>        <== NEVER TAKEN
 20070bc:	03 00 80 7f 	sethi  %hi(0x201fc00), %g1                     
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 20070c0:	c4 00 63 00 	ld  [ %g1 + 0x300 ], %g2	! 201ff00 <_Thread_Dispatch_disable_level>
 20070c4:	84 00 a0 01 	inc  %g2                                       
 20070c8:	c4 20 63 00 	st  %g2, [ %g1 + 0x300 ]                       
 *  This function allocates a RWLock control block from               
 *  the inactive chain of free RWLock control blocks.                 
 */                                                                   
RTEMS_INLINE_ROUTINE POSIX_RWLock_Control *_POSIX_RWLock_Allocate( void )
{                                                                     
  return (POSIX_RWLock_Control *)                                     
 20070cc:	23 00 80 80 	sethi  %hi(0x2020000), %l1                     
 20070d0:	40 00 0a 39 	call  20099b4 <_Objects_Allocate>              
 20070d4:	90 14 61 50 	or  %l1, 0x150, %o0	! 2020150 <_POSIX_RWLock_Information>
   */                                                                 
  _Thread_Disable_dispatch();             /* prevents deletion */     
                                                                      
  the_rwlock = _POSIX_RWLock_Allocate();                              
                                                                      
  if ( !the_rwlock ) {                                                
 20070d8:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 20070dc:	02 80 00 12 	be  2007124 <pthread_rwlock_init+0x9c>         
 20070e0:	90 04 20 10 	add  %l0, 0x10, %o0                            
    _Thread_Enable_dispatch();                                        
    return EAGAIN;                                                    
  }                                                                   
                                                                      
  _CORE_RWLock_Initialize( &the_rwlock->RWLock, &the_attributes );    
 20070e4:	40 00 07 e7 	call  2009080 <_CORE_RWLock_Initialize>        
 20070e8:	92 07 bf fc 	add  %fp, -4, %o1                              
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 20070ec:	c4 14 20 0a 	lduh  [ %l0 + 0xa ], %g2                       
 20070f0:	a2 14 61 50 	or  %l1, 0x150, %l1                            
 20070f4:	c6 04 60 1c 	ld  [ %l1 + 0x1c ], %g3                        
 20070f8:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 20070fc:	85 28 a0 02 	sll  %g2, 2, %g2                               
 2007100:	e0 20 c0 02 	st  %l0, [ %g3 + %g2 ]                         
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  /* ASSERT: information->is_string == false */                       
  the_object->name.name_u32 = name;                                   
 2007104:	c0 24 20 0c 	clr  [ %l0 + 0xc ]                             
    &_POSIX_RWLock_Information,                                       
    &the_rwlock->Object,                                              
    0                                                                 
  );                                                                  
                                                                      
  *rwlock = the_rwlock->Object.id;                                    
 2007108:	c2 26 00 00 	st  %g1, [ %i0 ]                               
                                                                      
  _Thread_Enable_dispatch();                                          
 200710c:	40 00 0d e3 	call  200a898 <_Thread_Enable_dispatch>        
 2007110:	b0 10 20 00 	clr  %i0                                       
  return 0;                                                           
 2007114:	81 c7 e0 08 	ret                                            
 2007118:	81 e8 00 00 	restore                                        
}                                                                     
 200711c:	81 c7 e0 08 	ret                                            
 2007120:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
  _Thread_Disable_dispatch();             /* prevents deletion */     
                                                                      
  the_rwlock = _POSIX_RWLock_Allocate();                              
                                                                      
  if ( !the_rwlock ) {                                                
    _Thread_Enable_dispatch();                                        
 2007124:	40 00 0d dd 	call  200a898 <_Thread_Enable_dispatch>        
 2007128:	b0 10 20 0b 	mov  0xb, %i0                                  
    return EAGAIN;                                                    
 200712c:	81 c7 e0 08 	ret                                            
 2007130:	81 e8 00 00 	restore                                        
   * If the user passed in NULL, use the default attributes           
   */                                                                 
  if ( attr ) {                                                       
    the_attr = attr;                                                  
  } else {                                                            
    (void) pthread_rwlockattr_init( &default_attr );                  
 2007134:	40 00 02 7b 	call  2007b20 <pthread_rwlockattr_init>        
 2007138:	90 10 00 19 	mov  %i1, %o0                                  
  }                                                                   
                                                                      
  /*                                                                  
   * Now start error checking the attributes that we are going to use 
   */                                                                 
  if ( !the_attr->is_initialized )                                    
 200713c:	10 bf ff da 	b  20070a4 <pthread_rwlock_init+0x1c>          
 2007140:	c2 06 40 00 	ld  [ %i1 ], %g1                               
                                                                      

020071b0 <pthread_rwlock_timedrdlock>: int pthread_rwlock_timedrdlock( pthread_rwlock_t *rwlock, const struct timespec *abstime ) {
 20071b0:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Objects_Locations                            location;              
  Watchdog_Interval                            ticks;                 
  bool                                         do_wait = true;        
  POSIX_Absolute_timeout_conversion_results_t  status;                
                                                                      
  if ( !rwlock )                                                      
 20071b4:	80 a6 20 00 	cmp  %i0, 0                                    
 20071b8:	02 80 00 24 	be  2007248 <pthread_rwlock_timedrdlock+0x98>  
 20071bc:	92 07 bf f8 	add  %fp, -8, %o1                              
   *                                                                  
   *  If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,                
   *  POSIX_ABSOLUTE_TIMEOUT_IS_IN_PAST, or POSIX_ABSOLUTE_TIMEOUT_IS_NOW,
   *  then we should not wait.                                        
   */                                                                 
  status = _POSIX_Absolute_timeout_to_ticks( abstime, &ticks );       
 20071c0:	40 00 1d 45 	call  200e6d4 <_POSIX_Absolute_timeout_to_ticks>
 20071c4:	90 10 00 19 	mov  %i1, %o0                                  
 20071c8:	d2 06 00 00 	ld  [ %i0 ], %o1                               
 20071cc:	a0 10 00 08 	mov  %o0, %l0                                  
 20071d0:	94 07 bf fc 	add  %fp, -4, %o2                              
 20071d4:	11 00 80 80 	sethi  %hi(0x2020000), %o0                     
 20071d8:	40 00 0b 4b 	call  2009f04 <_Objects_Get>                   
 20071dc:	90 12 21 50 	or  %o0, 0x150, %o0	! 2020150 <_POSIX_RWLock_Information>
  if ( status != POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE )                
    do_wait = false;                                                  
                                                                      
  the_rwlock = _POSIX_RWLock_Get( rwlock, &location );                
  switch ( location ) {                                               
 20071e0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 20071e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20071e8:	12 80 00 18 	bne  2007248 <pthread_rwlock_timedrdlock+0x98> 
 20071ec:	d6 07 bf f8 	ld  [ %fp + -8 ], %o3                          
                                                                      
    case OBJECTS_LOCAL:                                               
                                                                      
      _CORE_RWLock_Obtain_for_reading(                                
 20071f0:	d2 06 00 00 	ld  [ %i0 ], %o1                               
int	_EXFUN(pthread_rwlock_init,                                       
	(pthread_rwlock_t *__rwlock, _CONST pthread_rwlockattr_t *__attr));  
int	_EXFUN(pthread_rwlock_destroy, (pthread_rwlock_t *__rwlock));     
int	_EXFUN(pthread_rwlock_rdlock,(pthread_rwlock_t *__rwlock));       
int	_EXFUN(pthread_rwlock_tryrdlock,(pthread_rwlock_t *__rwlock));    
int	_EXFUN(pthread_rwlock_timedrdlock,                                
 20071f4:	82 1c 20 03 	xor  %l0, 3, %g1                               
 20071f8:	90 02 20 10 	add  %o0, 0x10, %o0                            
 20071fc:	80 a0 00 01 	cmp  %g0, %g1                                  
 2007200:	98 10 20 00 	clr  %o4                                       
 2007204:	a2 60 3f ff 	subx  %g0, -1, %l1                             
 2007208:	40 00 07 a9 	call  20090ac <_CORE_RWLock_Obtain_for_reading>
 200720c:	94 10 00 11 	mov  %l1, %o2                                  
	do_wait,                                                             
	ticks,                                                               
	NULL                                                                 
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
 2007210:	40 00 0d a2 	call  200a898 <_Thread_Enable_dispatch>        
 2007214:	01 00 00 00 	nop                                            
      if ( !do_wait ) {                                               
 2007218:	80 a4 60 00 	cmp  %l1, 0                                    
 200721c:	12 80 00 13 	bne  2007268 <pthread_rwlock_timedrdlock+0xb8> 
 2007220:	03 00 80 7f 	sethi  %hi(0x201fc00), %g1                     
        if ( _Thread_Executing->Wait.return_code == CORE_RWLOCK_UNAVAILABLE ) {
 2007224:	c2 00 63 c0 	ld  [ %g1 + 0x3c0 ], %g1	! 201ffc0 <_Thread_Executing>
 2007228:	d0 00 60 34 	ld  [ %g1 + 0x34 ], %o0                        
 200722c:	80 a2 20 02 	cmp  %o0, 2                                    
 2007230:	02 80 00 08 	be  2007250 <pthread_rwlock_timedrdlock+0xa0>  
 2007234:	80 a4 20 00 	cmp  %l0, 0                                    
	      break;                                                         
	  }                                                                  
        }                                                             
      }                                                               
                                                                      
      return _POSIX_RWLock_Translate_core_RWLock_return_code(         
 2007238:	40 00 00 40 	call  2007338 <_POSIX_RWLock_Translate_core_RWLock_return_code>
 200723c:	01 00 00 00 	nop                                            
 2007240:	81 c7 e0 08 	ret                                            
 2007244:	91 e8 00 08 	restore  %g0, %o0, %o0                         
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return EINVAL;                                                      
}                                                                     
 2007248:	81 c7 e0 08 	ret                                            
 200724c:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      if ( !do_wait ) {                                               
        if ( _Thread_Executing->Wait.return_code == CORE_RWLOCK_UNAVAILABLE ) {
	  switch (status) {                                                  
 2007250:	02 bf ff fe 	be  2007248 <pthread_rwlock_timedrdlock+0x98>  <== NEVER TAKEN
 2007254:	80 a4 20 02 	cmp  %l0, 2                                    
 2007258:	18 bf ff f8 	bgu  2007238 <pthread_rwlock_timedrdlock+0x88> <== NEVER TAKEN
 200725c:	b0 10 20 74 	mov  0x74, %i0                                 
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return EINVAL;                                                      
}                                                                     
 2007260:	81 c7 e0 08 	ret                                            
 2007264:	81 e8 00 00 	restore                                        
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      if ( !do_wait ) {                                               
        if ( _Thread_Executing->Wait.return_code == CORE_RWLOCK_UNAVAILABLE ) {
	  switch (status) {                                                  
 2007268:	c2 00 63 c0 	ld  [ %g1 + 0x3c0 ], %g1                       
 200726c:	10 bf ff f3 	b  2007238 <pthread_rwlock_timedrdlock+0x88>   
 2007270:	d0 00 60 34 	ld  [ %g1 + 0x34 ], %o0                        
                                                                      

02007274 <pthread_rwlock_timedwrlock>: int pthread_rwlock_timedwrlock( pthread_rwlock_t *rwlock, const struct timespec *abstime ) {
 2007274:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Objects_Locations                            location;              
  Watchdog_Interval                            ticks;                 
  bool                                         do_wait = true;        
  POSIX_Absolute_timeout_conversion_results_t  status;                
                                                                      
  if ( !rwlock )                                                      
 2007278:	80 a6 20 00 	cmp  %i0, 0                                    
 200727c:	02 80 00 24 	be  200730c <pthread_rwlock_timedwrlock+0x98>  
 2007280:	92 07 bf f8 	add  %fp, -8, %o1                              
   *                                                                  
   *  If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,                
   *  POSIX_ABSOLUTE_TIMEOUT_IS_IN_PAST, or POSIX_ABSOLUTE_TIMEOUT_IS_NOW,
   *  then we should not wait.                                        
   */                                                                 
  status = _POSIX_Absolute_timeout_to_ticks( abstime, &ticks );       
 2007284:	40 00 1d 14 	call  200e6d4 <_POSIX_Absolute_timeout_to_ticks>
 2007288:	90 10 00 19 	mov  %i1, %o0                                  
 200728c:	d2 06 00 00 	ld  [ %i0 ], %o1                               
 2007290:	a0 10 00 08 	mov  %o0, %l0                                  
 2007294:	94 07 bf fc 	add  %fp, -4, %o2                              
 2007298:	11 00 80 80 	sethi  %hi(0x2020000), %o0                     
 200729c:	40 00 0b 1a 	call  2009f04 <_Objects_Get>                   
 20072a0:	90 12 21 50 	or  %o0, 0x150, %o0	! 2020150 <_POSIX_RWLock_Information>
  if ( status != POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE )                
    do_wait = false;                                                  
                                                                      
  the_rwlock = _POSIX_RWLock_Get( rwlock, &location );                
  switch ( location ) {                                               
 20072a4:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 20072a8:	80 a0 60 00 	cmp  %g1, 0                                    
 20072ac:	12 80 00 18 	bne  200730c <pthread_rwlock_timedwrlock+0x98> 
 20072b0:	d6 07 bf f8 	ld  [ %fp + -8 ], %o3                          
                                                                      
    case OBJECTS_LOCAL:                                               
                                                                      
      _CORE_RWLock_Obtain_for_writing(                                
 20072b4:	d2 06 00 00 	ld  [ %i0 ], %o1                               
        (pthread_rwlock_t *__rwlock, _CONST struct timespec *__abstime));
int	_EXFUN(pthread_rwlock_unlock,(pthread_rwlock_t *__rwlock));       
int	_EXFUN(pthread_rwlock_wrlock,(pthread_rwlock_t *__rwlock));       
int	_EXFUN(pthread_rwlock_trywrlock,(pthread_rwlock_t *__rwlock));    
int	_EXFUN(pthread_rwlock_timedwrlock,                                
 20072b8:	82 1c 20 03 	xor  %l0, 3, %g1                               
 20072bc:	90 02 20 10 	add  %o0, 0x10, %o0                            
 20072c0:	80 a0 00 01 	cmp  %g0, %g1                                  
 20072c4:	98 10 20 00 	clr  %o4                                       
 20072c8:	a2 60 3f ff 	subx  %g0, -1, %l1                             
 20072cc:	40 00 07 ad 	call  2009180 <_CORE_RWLock_Obtain_for_writing>
 20072d0:	94 10 00 11 	mov  %l1, %o2                                  
	do_wait,                                                             
	ticks,                                                               
	NULL                                                                 
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
 20072d4:	40 00 0d 71 	call  200a898 <_Thread_Enable_dispatch>        
 20072d8:	01 00 00 00 	nop                                            
      if ( !do_wait &&                                                
 20072dc:	80 a4 60 00 	cmp  %l1, 0                                    
 20072e0:	12 80 00 13 	bne  200732c <pthread_rwlock_timedwrlock+0xb8> 
 20072e4:	03 00 80 7f 	sethi  %hi(0x201fc00), %g1                     
           (_Thread_Executing->Wait.return_code == CORE_RWLOCK_UNAVAILABLE) ) {
 20072e8:	c2 00 63 c0 	ld  [ %g1 + 0x3c0 ], %g1	! 201ffc0 <_Thread_Executing>
 20072ec:	d0 00 60 34 	ld  [ %g1 + 0x34 ], %o0                        
	ticks,                                                               
	NULL                                                                 
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      if ( !do_wait &&                                                
 20072f0:	80 a2 20 02 	cmp  %o0, 2                                    
 20072f4:	02 80 00 08 	be  2007314 <pthread_rwlock_timedwrlock+0xa0>  
 20072f8:	80 a4 20 00 	cmp  %l0, 0                                    
	  case POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE:                          
	    break;                                                           
	}                                                                    
      }                                                               
                                                                      
      return _POSIX_RWLock_Translate_core_RWLock_return_code(         
 20072fc:	40 00 00 0f 	call  2007338 <_POSIX_RWLock_Translate_core_RWLock_return_code>
 2007300:	01 00 00 00 	nop                                            
 2007304:	81 c7 e0 08 	ret                                            
 2007308:	91 e8 00 08 	restore  %g0, %o0, %o0                         
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return EINVAL;                                                      
}                                                                     
 200730c:	81 c7 e0 08 	ret                                            
 2007310:	91 e8 20 16 	restore  %g0, 0x16, %o0                        
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      if ( !do_wait &&                                                
           (_Thread_Executing->Wait.return_code == CORE_RWLOCK_UNAVAILABLE) ) {
	switch (status) {                                                    
 2007314:	02 bf ff fe 	be  200730c <pthread_rwlock_timedwrlock+0x98>  <== NEVER TAKEN
 2007318:	80 a4 20 02 	cmp  %l0, 2                                    
 200731c:	18 bf ff f8 	bgu  20072fc <pthread_rwlock_timedwrlock+0x88> <== NEVER TAKEN
 2007320:	b0 10 20 74 	mov  0x74, %i0                                 
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return EINVAL;                                                      
}                                                                     
 2007324:	81 c7 e0 08 	ret                                            
 2007328:	81 e8 00 00 	restore                                        
      );                                                              
                                                                      
      _Thread_Enable_dispatch();                                      
      if ( !do_wait &&                                                
           (_Thread_Executing->Wait.return_code == CORE_RWLOCK_UNAVAILABLE) ) {
	switch (status) {                                                    
 200732c:	c2 00 63 c0 	ld  [ %g1 + 0x3c0 ], %g1                       
 2007330:	10 bf ff f3 	b  20072fc <pthread_rwlock_timedwrlock+0x88>   
 2007334:	d0 00 60 34 	ld  [ %g1 + 0x34 ], %o0                        
                                                                      

02007b44 <pthread_rwlockattr_setpshared>: int pthread_rwlockattr_setpshared( pthread_rwlockattr_t *attr, int pshared ) { if ( !attr )
 2007b44:	80 a2 20 00 	cmp  %o0, 0                                    
 2007b48:	02 80 00 08 	be  2007b68 <pthread_rwlockattr_setpshared+0x24>
 2007b4c:	01 00 00 00 	nop                                            
    return EINVAL;                                                    
                                                                      
  if ( !attr->is_initialized )                                        
 2007b50:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 2007b54:	80 a0 60 00 	cmp  %g1, 0                                    
 2007b58:	02 80 00 04 	be  2007b68 <pthread_rwlockattr_setpshared+0x24>
 2007b5c:	80 a2 60 01 	cmp  %o1, 1                                    
    return EINVAL;                                                    
                                                                      
  switch ( pshared ) {                                                
 2007b60:	28 80 00 04 	bleu,a   2007b70 <pthread_rwlockattr_setpshared+0x2c><== ALWAYS TAKEN
 2007b64:	d2 22 20 04 	st  %o1, [ %o0 + 4 ]                           
      return 0;                                                       
                                                                      
    default:                                                          
      return EINVAL;                                                  
  }                                                                   
}                                                                     
 2007b68:	81 c3 e0 08 	retl                                           
 2007b6c:	90 10 20 16 	mov  0x16, %o0                                 
                                                                      
  switch ( pshared ) {                                                
    case PTHREAD_PROCESS_SHARED:                                      
    case PTHREAD_PROCESS_PRIVATE:                                     
      attr->process_shared = pshared;                                 
      return 0;                                                       
 2007b70:	81 c3 e0 08 	retl                                           
 2007b74:	90 10 20 00 	clr  %o0                                       
                                                                      

02008e14 <pthread_setschedparam>: int pthread_setschedparam( pthread_t thread, int policy, struct sched_param *param ) {
 2008e14:	9d e3 bf 90 	save  %sp, -112, %sp                           
 2008e18:	a0 10 00 18 	mov  %i0, %l0                                  
  int                                  rc;                            
                                                                      
  /*                                                                  
   *  Check all the parameters                                        
   */                                                                 
  if ( !param )                                                       
 2008e1c:	80 a6 a0 00 	cmp  %i2, 0                                    
 2008e20:	02 80 00 3c 	be  2008f10 <pthread_setschedparam+0xfc>       
 2008e24:	b0 10 20 16 	mov  0x16, %i0                                 
    return EINVAL;                                                    
                                                                      
  rc = _POSIX_Thread_Translate_sched_param(                           
 2008e28:	90 10 00 19 	mov  %i1, %o0                                  
 2008e2c:	92 10 00 1a 	mov  %i2, %o1                                  
 2008e30:	94 07 bf fc 	add  %fp, -4, %o2                              
 2008e34:	40 00 1a d2 	call  200f97c <_POSIX_Thread_Translate_sched_param>
 2008e38:	96 07 bf f8 	add  %fp, -8, %o3                              
    policy,                                                           
    param,                                                            
    &budget_algorithm,                                                
    &budget_callout                                                   
  );                                                                  
  if ( rc )                                                           
 2008e3c:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 2008e40:	12 80 00 34 	bne  2008f10 <pthread_setschedparam+0xfc>      
 2008e44:	92 10 00 10 	mov  %l0, %o1                                  
 2008e48:	11 00 80 8a 	sethi  %hi(0x2022800), %o0                     
 2008e4c:	94 07 bf f4 	add  %fp, -12, %o2                             
 2008e50:	40 00 08 83 	call  200b05c <_Objects_Get>                   
 2008e54:	90 12 21 c0 	or  %o0, 0x1c0, %o0                            
                                                                      
  /*                                                                  
   *  Actually change the scheduling policy and parameters            
   */                                                                 
  the_thread = _POSIX_Threads_Get( thread, &location );               
  switch ( location ) {                                               
 2008e58:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 2008e5c:	80 a0 60 00 	cmp  %g1, 0                                    
 2008e60:	12 80 00 2e 	bne  2008f18 <pthread_setschedparam+0x104>     
 2008e64:	a2 10 00 08 	mov  %o0, %l1                                  
                                                                      
    case OBJECTS_LOCAL:                                               
      api = the_thread->API_Extensions[ THREAD_API_POSIX ];           
 2008e68:	e0 02 21 6c 	ld  [ %o0 + 0x16c ], %l0                       
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
 2008e6c:	c2 04 20 80 	ld  [ %l0 + 0x80 ], %g1                        
 2008e70:	80 a0 60 04 	cmp  %g1, 4                                    
 2008e74:	02 80 00 36 	be  2008f4c <pthread_setschedparam+0x138>      
 2008e78:	01 00 00 00 	nop                                            
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
                                                                      
      api->schedpolicy = policy;                                      
 2008e7c:	f2 24 20 80 	st  %i1, [ %l0 + 0x80 ]                        
      api->schedparam  = *param;                                      
 2008e80:	c2 06 80 00 	ld  [ %i2 ], %g1                               
      the_thread->budget_algorithm = budget_algorithm;                
 2008e84:	c6 07 bf fc 	ld  [ %fp + -4 ], %g3                          
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
                                                                      
      api->schedpolicy = policy;                                      
      api->schedparam  = *param;                                      
 2008e88:	c2 24 20 84 	st  %g1, [ %l0 + 0x84 ]                        
 2008e8c:	c4 06 a0 04 	ld  [ %i2 + 4 ], %g2                           
      the_thread->budget_algorithm = budget_algorithm;                
 2008e90:	c6 24 60 7c 	st  %g3, [ %l1 + 0x7c ]                        
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
                                                                      
      api->schedpolicy = policy;                                      
      api->schedparam  = *param;                                      
 2008e94:	c4 24 20 88 	st  %g2, [ %l0 + 0x88 ]                        
 2008e98:	c4 06 a0 08 	ld  [ %i2 + 8 ], %g2                           
      the_thread->budget_algorithm = budget_algorithm;                
      the_thread->budget_callout   = budget_callout;                  
 2008e9c:	c6 07 bf f8 	ld  [ %fp + -8 ], %g3                          
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
                                                                      
      api->schedpolicy = policy;                                      
      api->schedparam  = *param;                                      
 2008ea0:	c4 24 20 8c 	st  %g2, [ %l0 + 0x8c ]                        
 2008ea4:	c4 06 a0 0c 	ld  [ %i2 + 0xc ], %g2                         
      the_thread->budget_algorithm = budget_algorithm;                
      the_thread->budget_callout   = budget_callout;                  
 2008ea8:	c6 24 60 80 	st  %g3, [ %l1 + 0x80 ]                        
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
                                                                      
      api->schedpolicy = policy;                                      
      api->schedparam  = *param;                                      
 2008eac:	c4 24 20 90 	st  %g2, [ %l0 + 0x90 ]                        
 2008eb0:	c4 06 a0 10 	ld  [ %i2 + 0x10 ], %g2                        
      the_thread->budget_algorithm = budget_algorithm;                
      the_thread->budget_callout   = budget_callout;                  
                                                                      
      switch ( api->schedpolicy ) {                                   
 2008eb4:	80 a6 60 00 	cmp  %i1, 0                                    
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
                                                                      
      api->schedpolicy = policy;                                      
      api->schedparam  = *param;                                      
 2008eb8:	c4 24 20 94 	st  %g2, [ %l0 + 0x94 ]                        
 2008ebc:	c4 06 a0 14 	ld  [ %i2 + 0x14 ], %g2                        
 2008ec0:	c4 24 20 98 	st  %g2, [ %l0 + 0x98 ]                        
 2008ec4:	c4 06 a0 18 	ld  [ %i2 + 0x18 ], %g2                        
      the_thread->budget_algorithm = budget_algorithm;                
      the_thread->budget_callout   = budget_callout;                  
                                                                      
      switch ( api->schedpolicy ) {                                   
 2008ec8:	06 80 00 10 	bl  2008f08 <pthread_setschedparam+0xf4>       <== NEVER TAKEN
 2008ecc:	c4 24 20 9c 	st  %g2, [ %l0 + 0x9c ]                        
 2008ed0:	80 a6 60 02 	cmp  %i1, 2                                    
 2008ed4:	14 80 00 13 	bg  2008f20 <pthread_setschedparam+0x10c>      
 2008ed8:	80 a6 60 04 	cmp  %i1, 4                                    
 2008edc:	c2 04 20 84 	ld  [ %l0 + 0x84 ], %g1                        
        case SCHED_OTHER:                                             
        case SCHED_FIFO:                                              
        case SCHED_RR:                                                
          the_thread->cpu_time_budget = _Thread_Ticks_per_timeslice;  
 2008ee0:	05 00 80 89 	sethi  %hi(0x2022400), %g2                     
 2008ee4:	07 00 80 86 	sethi  %hi(0x2021800), %g3                     
 2008ee8:	c4 00 a2 88 	ld  [ %g2 + 0x288 ], %g2                       
 2008eec:	d2 08 e3 d8 	ldub  [ %g3 + 0x3d8 ], %o1                     
                                                                      
          the_thread->real_priority =                                 
            _POSIX_Priority_To_core( api->schedparam.sched_priority );
                                                                      
          _Thread_Change_priority(                                    
 2008ef0:	90 10 00 11 	mov  %l1, %o0                                  
 2008ef4:	92 22 40 01 	sub  %o1, %g1, %o1                             
                                                                      
      switch ( api->schedpolicy ) {                                   
        case SCHED_OTHER:                                             
        case SCHED_FIFO:                                              
        case SCHED_RR:                                                
          the_thread->cpu_time_budget = _Thread_Ticks_per_timeslice;  
 2008ef8:	c4 24 60 78 	st  %g2, [ %l1 + 0x78 ]                        
                                                                      
          the_thread->real_priority =                                 
 2008efc:	d2 24 60 18 	st  %o1, [ %l1 + 0x18 ]                        
            _POSIX_Priority_To_core( api->schedparam.sched_priority );
                                                                      
          _Thread_Change_priority(                                    
 2008f00:	40 00 09 1e 	call  200b378 <_Thread_Change_priority>        
 2008f04:	94 10 20 01 	mov  1, %o2                                    
          _Watchdog_Remove( &api->Sporadic_timer );                   
          _POSIX_Threads_Sporadic_budget_TSR( 0, the_thread );        
          break;                                                      
      }                                                               
                                                                      
      _Thread_Enable_dispatch();                                      
 2008f08:	40 00 0a ba 	call  200b9f0 <_Thread_Enable_dispatch>        
 2008f0c:	01 00 00 00 	nop                                            
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return ESRCH;                                                       
}                                                                     
 2008f10:	81 c7 e0 08 	ret                                            
 2008f14:	81 e8 00 00 	restore                                        
                                                                      
  /*                                                                  
   *  Actually change the scheduling policy and parameters            
   */                                                                 
  the_thread = _POSIX_Threads_Get( thread, &location );               
  switch ( location ) {                                               
 2008f18:	81 c7 e0 08 	ret                                            
 2008f1c:	91 e8 20 03 	restore  %g0, 3, %o0                           
      api->schedpolicy = policy;                                      
      api->schedparam  = *param;                                      
      the_thread->budget_algorithm = budget_algorithm;                
      the_thread->budget_callout   = budget_callout;                  
                                                                      
      switch ( api->schedpolicy ) {                                   
 2008f20:	12 bf ff fa 	bne  2008f08 <pthread_setschedparam+0xf4>      <== NEVER TAKEN
 2008f24:	01 00 00 00 	nop                                            
             true                                                     
          );                                                          
          break;                                                      
                                                                      
        case SCHED_SPORADIC:                                          
          api->ss_high_priority = api->schedparam.sched_priority;     
 2008f28:	c2 24 20 a0 	st  %g1, [ %l0 + 0xa0 ]                        
          _Watchdog_Remove( &api->Sporadic_timer );                   
 2008f2c:	40 00 10 4c 	call  200d05c <_Watchdog_Remove>               
 2008f30:	90 04 20 a4 	add  %l0, 0xa4, %o0                            
          _POSIX_Threads_Sporadic_budget_TSR( 0, the_thread );        
 2008f34:	92 10 00 11 	mov  %l1, %o1                                  
 2008f38:	7f ff ff 91 	call  2008d7c <_POSIX_Threads_Sporadic_budget_TSR>
 2008f3c:	90 10 20 00 	clr  %o0                                       
          break;                                                      
      }                                                               
                                                                      
      _Thread_Enable_dispatch();                                      
 2008f40:	40 00 0a ac 	call  200b9f0 <_Thread_Enable_dispatch>        
 2008f44:	01 00 00 00 	nop                                            
 2008f48:	30 bf ff f2 	b,a   2008f10 <pthread_setschedparam+0xfc>     
                                                                      
    case OBJECTS_LOCAL:                                               
      api = the_thread->API_Extensions[ THREAD_API_POSIX ];           
                                                                      
      if ( api->schedpolicy == SCHED_SPORADIC )                       
        (void) _Watchdog_Remove( &api->Sporadic_timer );              
 2008f4c:	40 00 10 44 	call  200d05c <_Watchdog_Remove>               
 2008f50:	90 04 20 a4 	add  %l0, 0xa4, %o0                            
                                                                      
      api->schedpolicy = policy;                                      
 2008f54:	10 bf ff cb 	b  2008e80 <pthread_setschedparam+0x6c>        
 2008f58:	f2 24 20 80 	st  %i1, [ %l0 + 0x80 ]                        
                                                                      

02006554 <pthread_testcancel>: * * 18.2.2 Setting Cancelability State, P1003.1c/Draft 10, p. 183 */ void pthread_testcancel( void ) {
 2006554:	9d e3 bf a0 	save  %sp, -96, %sp                            
   *  Don't even think about deleting a resource from an ISR.         
   *  Besides this request is supposed to be for _Thread_Executing    
   *  and the ISR context is not a thread.                            
   */                                                                 
                                                                      
  if ( _ISR_Is_in_progress() )                                        
 2006558:	03 00 80 7a 	sethi  %hi(0x201e800), %g1                     
 200655c:	c2 00 63 cc 	ld  [ %g1 + 0x3cc ], %g1	! 201ebcc <_ISR_Nest_level>
 2006560:	80 a0 60 00 	cmp  %g1, 0                                    
 2006564:	12 80 00 15 	bne  20065b8 <pthread_testcancel+0x64>         <== NEVER TAKEN
 2006568:	03 00 80 7a 	sethi  %hi(0x201e800), %g1                     
    return;                                                           
                                                                      
  thread_support = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ];
 200656c:	21 00 80 7a 	sethi  %hi(0x201e800), %l0                     
 2006570:	c6 00 63 30 	ld  [ %g1 + 0x330 ], %g3                       
 2006574:	c4 04 23 f0 	ld  [ %l0 + 0x3f0 ], %g2                       
 2006578:	86 00 e0 01 	inc  %g3                                       
 200657c:	c6 20 63 30 	st  %g3, [ %g1 + 0x330 ]                       
 2006580:	c2 00 a1 6c 	ld  [ %g2 + 0x16c ], %g1                       
                                                                      
  _Thread_Disable_dispatch();                                         
    if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE &&
 2006584:	c4 00 60 d4 	ld  [ %g1 + 0xd4 ], %g2                        
 2006588:	80 a0 a0 00 	cmp  %g2, 0                                    
 200658c:	12 80 00 0d 	bne  20065c0 <pthread_testcancel+0x6c>         <== NEVER TAKEN
 2006590:	01 00 00 00 	nop                                            
         thread_support->cancelation_requested )                      
 2006594:	c2 00 60 dc 	ld  [ %g1 + 0xdc ], %g1                        
 2006598:	80 a0 60 00 	cmp  %g1, 0                                    
 200659c:	02 80 00 09 	be  20065c0 <pthread_testcancel+0x6c>          
 20065a0:	01 00 00 00 	nop                                            
      cancel = true;                                                  
  _Thread_Enable_dispatch();                                          
 20065a4:	40 00 0a 56 	call  2008efc <_Thread_Enable_dispatch>        
 20065a8:	b2 10 3f ff 	mov  -1, %i1	! ffffffff <RAM_END+0xfdbfffff>   
                                                                      
  if ( cancel )                                                       
    _POSIX_Thread_Exit( _Thread_Executing, PTHREAD_CANCELED );        
 20065ac:	f0 04 23 f0 	ld  [ %l0 + 0x3f0 ], %i0                       
 20065b0:	40 00 1a 99 	call  200d014 <_POSIX_Thread_Exit>             
 20065b4:	81 e8 00 00 	restore                                        
 20065b8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20065bc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  _Thread_Disable_dispatch();                                         
    if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE &&
         thread_support->cancelation_requested )                      
      cancel = true;                                                  
  _Thread_Enable_dispatch();                                          
 20065c0:	40 00 0a 4f 	call  2008efc <_Thread_Enable_dispatch>        
 20065c4:	81 e8 00 00 	restore                                        
                                                                      

02002c10 <putk>: * putk * * Kernel putk (e.g. puts) function requiring minimal infrastrure. */ void putk(const char *s) {
 2002c10:	9d e3 bf a0 	save  %sp, -96, %sp                            
  const char *p = s;                                                  
                                                                      
  for (p=s ; *p ; p++ )                                               
 2002c14:	d0 0e 00 00 	ldub  [ %i0 ], %o0                             
 2002c18:	91 2a 20 18 	sll  %o0, 0x18, %o0                            
 2002c1c:	80 a2 20 00 	cmp  %o0, 0                                    
 2002c20:	02 80 00 0c 	be  2002c50 <putk+0x40>                        <== NEVER TAKEN
 2002c24:	23 00 80 5b 	sethi  %hi(0x2016c00), %l1                     
 2002c28:	a0 14 62 c8 	or  %l1, 0x2c8, %l0	! 2016ec8 <BSP_output_char>
    BSP_output_char(*p);                                              
 2002c2c:	c2 04 00 00 	ld  [ %l0 ], %g1                               
 2002c30:	9f c0 40 00 	call  %g1                                      
 2002c34:	91 3a 20 18 	sra  %o0, 0x18, %o0                            
 */                                                                   
void putk(const char *s)                                              
{                                                                     
  const char *p = s;                                                  
                                                                      
  for (p=s ; *p ; p++ )                                               
 2002c38:	b0 06 20 01 	inc  %i0                                       
 2002c3c:	d0 0e 00 00 	ldub  [ %i0 ], %o0                             
 2002c40:	91 2a 20 18 	sll  %o0, 0x18, %o0                            
 2002c44:	80 a2 20 00 	cmp  %o0, 0                                    
 2002c48:	32 bf ff fa 	bne,a   2002c30 <putk+0x20>                    
 2002c4c:	c2 04 00 00 	ld  [ %l0 ], %g1                               
    BSP_output_char(*p);                                              
  BSP_output_char('\n');                                              
 2002c50:	c2 04 62 c8 	ld  [ %l1 + 0x2c8 ], %g1                       
 2002c54:	9f c0 40 00 	call  %g1                                      
 2002c58:	90 10 20 0a 	mov  0xa, %o0                                  
}                                                                     
 2002c5c:	81 c7 e0 08 	ret                                            
 2002c60:	81 e8 00 00 	restore                                        
                                                                      

0201a474 <read>: ssize_t read( int fd, void *buffer, size_t count ) {
 201a474:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ssize_t      rc;                                                    
  rtems_libio_t *iop;                                                 
                                                                      
  rtems_libio_check_fd( fd );                                         
 201a478:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 201a47c:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 201a480:	80 a6 00 01 	cmp  %i0, %g1                                  
 201a484:	1a 80 00 23 	bcc  201a510 <read+0x9c>                       <== NEVER TAKEN
 201a488:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
  iop = rtems_libio_iop( fd );                                        
 201a48c:	e0 00 63 70 	ld  [ %g1 + 0x370 ], %l0	! 201cb70 <rtems_libio_iops>
 201a490:	83 2e 20 06 	sll  %i0, 6, %g1                               
 201a494:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 201a498:	b0 06 00 01 	add  %i0, %g1, %i0                             
 201a49c:	a0 04 00 18 	add  %l0, %i0, %l0                             
  rtems_libio_check_is_open( iop );                                   
 201a4a0:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 201a4a4:	80 88 61 00 	btst  0x100, %g1                               
 201a4a8:	02 80 00 1a 	be  201a510 <read+0x9c>                        
 201a4ac:	80 a6 60 00 	cmp  %i1, 0                                    
  rtems_libio_check_buffer( buffer );                                 
 201a4b0:	02 80 00 1e 	be  201a528 <read+0xb4>                        <== NEVER TAKEN
 201a4b4:	80 a6 a0 00 	cmp  %i2, 0                                    
  rtems_libio_check_count( count );                                   
 201a4b8:	02 80 00 14 	be  201a508 <read+0x94>                        <== NEVER TAKEN
 201a4bc:	b0 10 20 00 	clr  %i0                                       
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_READ );             
 201a4c0:	80 88 60 02 	btst  2, %g1                                   
 201a4c4:	02 80 00 19 	be  201a528 <read+0xb4>                        <== NEVER TAKEN
 201a4c8:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Now process the read().                                         
   */                                                                 
                                                                      
  if ( !iop->handlers->read_h )                                       
 201a4cc:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1                        
 201a4d0:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
 201a4d4:	80 a0 60 00 	cmp  %g1, 0                                    
 201a4d8:	02 80 00 1a 	be  201a540 <read+0xcc>                        <== NEVER TAKEN
 201a4dc:	92 10 00 19 	mov  %i1, %o1                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  rc = (*iop->handlers->read_h)( iop, buffer, count );                
 201a4e0:	94 10 00 1a 	mov  %i2, %o2                                  
 201a4e4:	9f c0 40 00 	call  %g1                                      
 201a4e8:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  if ( rc > 0 )                                                       
 201a4ec:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 201a4f0:	04 80 00 06 	ble  201a508 <read+0x94>                       
 201a4f4:	85 3e 20 1f 	sra  %i0, 0x1f, %g2                            
    iop->offset += rc;                                                
 201a4f8:	d8 1c 20 10 	ldd  [ %l0 + 0x10 ], %o4                       
 201a4fc:	86 83 40 18 	addcc  %o5, %i0, %g3                           
 201a500:	84 43 00 02 	addx  %o4, %g2, %g2                            
 201a504:	c4 3c 20 10 	std  %g2, [ %l0 + 0x10 ]                       
                                                                      
  return rc;                                                          
}                                                                     
 201a508:	81 c7 e0 08 	ret                                            
 201a50c:	81 e8 00 00 	restore                                        
  ssize_t      rc;                                                    
  rtems_libio_t *iop;                                                 
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open( iop );                                   
 201a510:	7f ff d6 47 	call  200fe2c <__errno>                        
 201a514:	b0 10 3f ff 	mov  -1, %i0                                   
 201a518:	82 10 20 09 	mov  9, %g1                                    
 201a51c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 201a520:	81 c7 e0 08 	ret                                            
 201a524:	81 e8 00 00 	restore                                        
  rtems_libio_check_buffer( buffer );                                 
  rtems_libio_check_count( count );                                   
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_READ );             
 201a528:	7f ff d6 41 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a52c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201a530:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 201a534:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a538:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a53c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   *  Now process the read().                                         
   */                                                                 
                                                                      
  if ( !iop->handlers->read_h )                                       
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 201a540:	7f ff d6 3b 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a544:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201a548:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 201a54c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a550:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a554:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020064cc <readlink>: ssize_t readlink( const char *pathname, char *buf, size_t bufsize ) {
 20064cc:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_filesystem_location_info_t  loc;                              
  int                               result;                           
                                                                      
  if (!buf)                                                           
 20064d0:	80 a6 60 00 	cmp  %i1, 0                                    
 20064d4:	02 80 00 2b 	be  2006580 <readlink+0xb4>                    <== NEVER TAKEN
 20064d8:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  result = rtems_filesystem_evaluate_path( pathname, strlen( pathname ),
 20064dc:	40 00 40 87 	call  20166f8 <strlen>                         
 20064e0:	90 10 00 18 	mov  %i0, %o0                                  
 20064e4:	a0 07 bf ec 	add  %fp, -20, %l0                             
 20064e8:	92 10 00 08 	mov  %o0, %o1                                  
 20064ec:	94 10 20 00 	clr  %o2                                       
 20064f0:	90 10 00 18 	mov  %i0, %o0                                  
 20064f4:	96 10 00 10 	mov  %l0, %o3                                  
 20064f8:	98 10 20 00 	clr  %o4                                       
 20064fc:	7f ff fa c0 	call  2004ffc <rtems_filesystem_evaluate_path> 
 2006500:	b0 10 3f ff 	mov  -1, %i0                                   
                                           0, &loc, false );          
  if ( result != 0 )                                                  
 2006504:	80 a2 20 00 	cmp  %o0, 0                                    
 2006508:	12 80 00 1c 	bne  2006578 <readlink+0xac>                   <== NEVER TAKEN
 200650c:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
     return -1;                                                       
                                                                      
  if ( !loc.ops->node_type_h ){                                       
 2006510:	c2 00 a0 10 	ld  [ %g2 + 0x10 ], %g1                        
 2006514:	80 a0 60 00 	cmp  %g1, 0                                    
 2006518:	22 80 00 31 	be,a   20065dc <readlink+0x110>                <== NEVER TAKEN
 200651c:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_SYM_LINK ){
 2006520:	9f c0 40 00 	call  %g1                                      
 2006524:	90 10 00 10 	mov  %l0, %o0                                  
 2006528:	80 a2 20 04 	cmp  %o0, 4                                    
 200652c:	12 80 00 1b 	bne  2006598 <readlink+0xcc>                   
 2006530:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
  }                                                                   
                                                                      
  if ( !loc.ops->readlink_h ){                                        
 2006534:	c2 00 a0 3c 	ld  [ %g2 + 0x3c ], %g1                        
 2006538:	80 a0 60 00 	cmp  %g1, 0                                    
 200653c:	02 80 00 27 	be  20065d8 <readlink+0x10c>                   <== NEVER TAKEN
 2006540:	92 10 00 19 	mov  %i1, %o1                                  
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result =  (*loc.ops->readlink_h)( &loc, buf, bufsize );             
 2006544:	94 10 00 1a 	mov  %i2, %o2                                  
 2006548:	9f c0 40 00 	call  %g1                                      
 200654c:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 2006550:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2006554:	80 a0 60 00 	cmp  %g1, 0                                    
 2006558:	02 80 00 08 	be  2006578 <readlink+0xac>                    <== NEVER TAKEN
 200655c:	b0 10 00 08 	mov  %o0, %i0                                  
 2006560:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2006564:	80 a0 60 00 	cmp  %g1, 0                                    
 2006568:	02 80 00 26 	be  2006600 <readlink+0x134>                   <== NEVER TAKEN
 200656c:	01 00 00 00 	nop                                            
 2006570:	9f c0 40 00 	call  %g1                                      
 2006574:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 2006578:	81 c7 e0 08 	ret                                            
 200657c:	81 e8 00 00 	restore                                        
{                                                                     
  rtems_filesystem_location_info_t  loc;                              
  int                               result;                           
                                                                      
  if (!buf)                                                           
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 2006580:	40 00 39 58 	call  2014ae0 <__errno>                        <== NOT EXECUTED
 2006584:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2006588:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 200658c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2006590:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2006594:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_SYM_LINK ){
    rtems_filesystem_freenode( &loc );                                
 2006598:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 200659c:	80 a0 60 00 	cmp  %g1, 0                                    
 20065a0:	02 80 00 08 	be  20065c0 <readlink+0xf4>                    <== NEVER TAKEN
 20065a4:	01 00 00 00 	nop                                            
 20065a8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20065ac:	80 a0 60 00 	cmp  %g1, 0                                    
 20065b0:	02 80 00 04 	be  20065c0 <readlink+0xf4>                    <== NEVER TAKEN
 20065b4:	01 00 00 00 	nop                                            
 20065b8:	9f c0 40 00 	call  %g1                                      
 20065bc:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 20065c0:	40 00 39 48 	call  2014ae0 <__errno>                        
 20065c4:	b0 10 3f ff 	mov  -1, %i0                                   
 20065c8:	82 10 20 16 	mov  0x16, %g1                                 
 20065cc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20065d0:	81 c7 e0 08 	ret                                            
 20065d4:	81 e8 00 00 	restore                                        
  }                                                                   
                                                                      
  if ( !loc.ops->readlink_h ){                                        
    rtems_filesystem_freenode( &loc );                                
 20065d8:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 20065dc:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20065e0:	02 80 00 04 	be  20065f0 <readlink+0x124>                   <== NOT EXECUTED
 20065e4:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20065e8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20065ec:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 20065f0:	40 00 39 3c 	call  2014ae0 <__errno>                        <== NOT EXECUTED
 20065f4:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20065f8:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 20065fc:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2006600:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2006604:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02004cf0 <readv>: ssize_t readv( int fd, const struct iovec *iov, int iovcnt ) {
 2004cf0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  int            v;                                                   
  int            bytes;                                               
  rtems_libio_t *iop;                                                 
  bool           all_zeros;                                           
                                                                      
  rtems_libio_check_fd( fd );                                         
 2004cf4:	03 00 80 83 	sethi  %hi(0x2020c00), %g1                     
 2004cf8:	c2 00 63 e4 	ld  [ %g1 + 0x3e4 ], %g1	! 2020fe4 <rtems_libio_number_iops>
 2004cfc:	80 a6 00 01 	cmp  %i0, %g1                                  
 2004d00:	1a 80 00 52 	bcc  2004e48 <readv+0x158>                     <== NEVER TAKEN
 2004d04:	03 00 80 88 	sethi  %hi(0x2022000), %g1                     
  iop = rtems_libio_iop( fd );                                        
 2004d08:	e4 00 61 b4 	ld  [ %g1 + 0x1b4 ], %l2	! 20221b4 <rtems_libio_iops>
 2004d0c:	83 2e 20 06 	sll  %i0, 6, %g1                               
 2004d10:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 2004d14:	b0 06 00 01 	add  %i0, %g1, %i0                             
 2004d18:	a4 04 80 18 	add  %l2, %i0, %l2                             
  rtems_libio_check_is_open( iop );                                   
 2004d1c:	c2 04 a0 18 	ld  [ %l2 + 0x18 ], %g1                        
 2004d20:	80 88 61 00 	btst  0x100, %g1                               
 2004d24:	02 80 00 49 	be  2004e48 <readv+0x158>                      <== NEVER TAKEN
 2004d28:	80 88 60 02 	btst  2, %g1                                   
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_READ );             
 2004d2c:	02 80 00 26 	be  2004dc4 <readv+0xd4>                       <== NEVER TAKEN
 2004d30:	80 a6 60 00 	cmp  %i1, 0                                    
                                                                      
  /*                                                                  
   *  Argument validation on IO vector                                
   */                                                                 
  if ( !iov )                                                         
 2004d34:	02 80 00 24 	be  2004dc4 <readv+0xd4>                       
 2004d38:	80 a6 a0 00 	cmp  %i2, 0                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( iovcnt <= 0 )                                                  
 2004d3c:	04 80 00 22 	ble  2004dc4 <readv+0xd4>                      
 2004d40:	80 a6 a4 00 	cmp  %i2, 0x400                                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( iovcnt > IOV_MAX )                                             
 2004d44:	14 80 00 20 	bg  2004dc4 <readv+0xd4>                       <== NEVER TAKEN
 2004d48:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !iop->handlers->read_h )                                       
 2004d4c:	c2 04 a0 40 	ld  [ %l2 + 0x40 ], %g1                        
 2004d50:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
 2004d54:	80 a0 60 00 	cmp  %g1, 0                                    
 2004d58:	02 80 00 42 	be  2004e60 <readv+0x170>                      <== NEVER TAKEN
 2004d5c:	96 10 20 01 	mov  1, %o3                                    
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004d60:	84 10 00 19 	mov  %i1, %g2                                  
 2004d64:	86 10 20 00 	clr  %g3                                       
 2004d68:	10 80 00 03 	b  2004d74 <readv+0x84>                        
 2004d6c:	88 10 20 00 	clr  %g4                                       
   *  are obvious errors in the iovec.  So this extra loop ensures    
   *  that we do not do anything if there is an argument error.       
   */                                                                 
                                                                      
  all_zeros = true;                                                   
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
 2004d70:	88 10 00 0c 	mov  %o4, %g4                                  
    ssize_t old;                                                      
                                                                      
    if ( !iov[v].iov_base )                                           
 2004d74:	da 00 80 00 	ld  [ %g2 ], %o5                               
 2004d78:	80 a3 60 00 	cmp  %o5, 0                                    
 2004d7c:	02 80 00 12 	be  2004dc4 <readv+0xd4>                       
 2004d80:	86 00 e0 01 	inc  %g3                                       
    if ( iov[v].iov_len < 0 )                                         
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    /* check for wrap */                                              
    old    = total;                                                   
    total += iov[v].iov_len;                                          
 2004d84:	da 00 a0 04 	ld  [ %g2 + 4 ], %o5                           
 2004d88:	98 01 00 0d 	add  %g4, %o5, %o4                             
    if ( total < old )                                                
 2004d8c:	80 a3 00 04 	cmp  %o4, %g4                                  
 2004d90:	06 80 00 0d 	bl  2004dc4 <readv+0xd4>                       
 2004d94:	84 00 a0 08 	add  %g2, 8, %g2                               
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len )                                             
 2004d98:	80 a0 00 0d 	cmp  %g0, %o5                                  
 2004d9c:	88 40 3f ff 	addx  %g0, -1, %g4                             
   *  are obvious errors in the iovec.  So this extra loop ensures    
   *  that we do not do anything if there is an argument error.       
   */                                                                 
                                                                      
  all_zeros = true;                                                   
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
 2004da0:	80 a6 80 03 	cmp  %i2, %g3                                  
 2004da4:	14 bf ff f3 	bg  2004d70 <readv+0x80>                       
 2004da8:	96 0a c0 04 	and  %o3, %g4, %o3                             
  /*                                                                  
   *  A readv with all zeros logically has no effect.  Even though    
   *  OpenGroup didn't address this case as they did with writev(),   
   *  we will handle it the same way for symmetry.                    
   */                                                                 
  if ( all_zeros == true ) {                                          
 2004dac:	80 8a e0 ff 	btst  0xff, %o3                                
 2004db0:	a6 10 20 00 	clr  %l3                                       
 2004db4:	02 80 00 0c 	be  2004de4 <readv+0xf4>                       
 2004db8:	b0 10 20 00 	clr  %i0                                       
    if (bytes != iov[ v ].iov_len)                                    
      break;                                                          
  }                                                                   
                                                                      
  return total;                                                       
}                                                                     
 2004dbc:	81 c7 e0 08 	ret                                            
 2004dc0:	81 e8 00 00 	restore                                        
                                                                      
    /* check for wrap */                                              
    old    = total;                                                   
    total += iov[v].iov_len;                                          
    if ( total < old )                                                
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 2004dc4:	40 00 36 a6 	call  201285c <__errno>                        
 2004dc8:	b0 10 3f ff 	mov  -1, %i0                                   
 2004dcc:	82 10 20 16 	mov  0x16, %g1                                 
 2004dd0:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2004dd4:	81 c7 e0 08 	ret                                            
 2004dd8:	81 e8 00 00 	restore                                        
  }                                                                   
                                                                      
  /*                                                                  
   *  Now process the readv().                                        
   */                                                                 
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
 2004ddc:	c2 04 a0 40 	ld  [ %l2 + 0x40 ], %g1                        
 2004de0:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
    bytes = (*iop->handlers->read_h)( iop, iov[v].iov_base, iov[v].iov_len );
 2004de4:	d2 06 40 00 	ld  [ %i1 ], %o1                               
 2004de8:	d4 06 60 04 	ld  [ %i1 + 4 ], %o2                           
 2004dec:	9f c0 40 00 	call  %g1                                      
 2004df0:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
    if ( bytes < 0 )                                                  
 2004df4:	80 a2 20 00 	cmp  %o0, 0                                    
 2004df8:	06 80 00 12 	bl  2004e40 <readv+0x150>                      <== NEVER TAKEN
 2004dfc:	01 00 00 00 	nop                                            
      return -1;                                                      
                                                                      
    if ( bytes > 0 ) {                                                
 2004e00:	02 80 00 07 	be  2004e1c <readv+0x12c>                      <== NEVER TAKEN
 2004e04:	a1 3a 20 1f 	sra  %o0, 0x1f, %l0                            
      iop->offset += bytes;                                           
 2004e08:	c4 1c a0 10 	ldd  [ %l2 + 0x10 ], %g2                       
 2004e0c:	86 80 c0 08 	addcc  %g3, %o0, %g3                           
      total       += bytes;                                           
 2004e10:	b0 06 00 08 	add  %i0, %o0, %i0                             
                                                                      
    if ( bytes < 0 )                                                  
      return -1;                                                      
                                                                      
    if ( bytes > 0 ) {                                                
      iop->offset += bytes;                                           
 2004e14:	84 40 80 10 	addx  %g2, %l0, %g2                            
 2004e18:	c4 3c a0 10 	std  %g2, [ %l2 + 0x10 ]                       
      total       += bytes;                                           
    }                                                                 
                                                                      
    if (bytes != iov[ v ].iov_len)                                    
 2004e1c:	c2 06 60 04 	ld  [ %i1 + 4 ], %g1                           
 2004e20:	80 a2 00 01 	cmp  %o0, %g1                                  
 2004e24:	12 bf ff e6 	bne  2004dbc <readv+0xcc>                      <== NEVER TAKEN
 2004e28:	a6 04 e0 01 	inc  %l3                                       
  }                                                                   
                                                                      
  /*                                                                  
   *  Now process the readv().                                        
   */                                                                 
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
 2004e2c:	80 a6 80 13 	cmp  %i2, %l3                                  
 2004e30:	14 bf ff eb 	bg  2004ddc <readv+0xec>                       
 2004e34:	b2 06 60 08 	add  %i1, 8, %i1                               
    if (bytes != iov[ v ].iov_len)                                    
      break;                                                          
  }                                                                   
                                                                      
  return total;                                                       
}                                                                     
 2004e38:	81 c7 e0 08 	ret                                            
 2004e3c:	81 e8 00 00 	restore                                        
 2004e40:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004e44:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
  rtems_libio_t *iop;                                                 
  bool           all_zeros;                                           
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open( iop );                                   
 2004e48:	40 00 36 85 	call  201285c <__errno>                        <== NOT EXECUTED
 2004e4c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2004e50:	82 10 20 09 	mov  9, %g1                                    <== NOT EXECUTED
 2004e54:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004e58:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004e5c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  if ( iovcnt > IOV_MAX )                                             
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !iop->handlers->read_h )                                       
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004e60:	40 00 36 7f 	call  201285c <__errno>                        <== NOT EXECUTED
 2004e64:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2004e68:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2004e6c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2004e70:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004e74:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0201a5dc <realloc>: { uintptr_t old_size; char *new_area; uintptr_t resize; MSBUMP(realloc_calls, 1);
 201a5dc:	9d e3 bf 98 	save  %sp, -104, %sp                           
 201a5e0:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 201a5e4:	a0 14 23 80 	or  %l0, 0x380, %l0	! 201cb80 <rtems_malloc_statistics>
 201a5e8:	c4 04 20 10 	ld  [ %l0 + 0x10 ], %g2                        
                                                                      
  /*                                                                  
   *  Do not attempt to allocate memory if in a critical section or ISR.
   */                                                                 
                                                                      
  if (_System_state_Is_up(_System_state_Get())) {                     
 201a5ec:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 201a5f0:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1	! 201cee0 <_System_state_Current>
{                                                                     
  uintptr_t old_size;                                                 
  char    *new_area;                                                  
  uintptr_t resize;                                                   
                                                                      
  MSBUMP(realloc_calls, 1);                                           
 201a5f4:	84 00 a0 01 	inc  %g2                                       
                                                                      
  /*                                                                  
   *  Do not attempt to allocate memory if in a critical section or ISR.
   */                                                                 
                                                                      
  if (_System_state_Is_up(_System_state_Get())) {                     
 201a5f8:	80 a0 60 03 	cmp  %g1, 3                                    
 201a5fc:	02 80 00 36 	be  201a6d4 <realloc+0xf8>                     <== ALWAYS TAKEN
 201a600:	c4 24 20 10 	st  %g2, [ %l0 + 0x10 ]                        
  }                                                                   
                                                                      
  /*                                                                  
   * Continue with realloc().                                         
   */                                                                 
  if ( !ptr )                                                         
 201a604:	80 a6 20 00 	cmp  %i0, 0                                    <== NOT EXECUTED
 201a608:	02 80 00 3e 	be  201a700 <realloc+0x124>                    
 201a60c:	80 a6 60 00 	cmp  %i1, 0                                    
    return malloc( size );                                            
                                                                      
  if ( !size ) {                                                      
 201a610:	02 80 00 11 	be  201a654 <realloc+0x78>                     <== NEVER TAKEN
 201a614:	23 00 80 70 	sethi  %hi(0x201c000), %l1                     
    free( ptr );                                                      
    return (void *) 0;                                                
  }                                                                   
                                                                      
  if ( !_Protected_heap_Get_block_size(RTEMS_Malloc_Heap, ptr, &old_size) ) {
 201a618:	d0 04 61 80 	ld  [ %l1 + 0x180 ], %o0	! 201c180 <RTEMS_Malloc_Heap>
 201a61c:	92 10 00 18 	mov  %i0, %o1                                  
 201a620:	40 00 00 75 	call  201a7f4 <_Protected_heap_Get_block_size> 
 201a624:	94 07 bf fc 	add  %fp, -4, %o2                              
 201a628:	80 8a 20 ff 	btst  0xff, %o0                                
 201a62c:	02 80 00 0f 	be  201a668 <realloc+0x8c>                     
 201a630:	d0 04 61 80 	ld  [ %l1 + 0x180 ], %o0                       
  #if defined(RTEMS_MALLOC_BOUNDARY_HELPERS)                          
    if (rtems_malloc_boundary_helpers)                                
      resize += (*rtems_malloc_boundary_helpers->overhead)();         
  #endif                                                              
                                                                      
  if ( _Protected_heap_Resize_block( RTEMS_Malloc_Heap, ptr, resize ) ) {
 201a634:	92 10 00 18 	mov  %i0, %o1                                  
 201a638:	40 00 00 7c 	call  201a828 <_Protected_heap_Resize_block>   
 201a63c:	94 10 00 19 	mov  %i1, %o2                                  
 201a640:	80 8a 20 ff 	btst  0xff, %o0                                
 201a644:	02 80 00 0f 	be  201a680 <realloc+0xa4>                     
 201a648:	01 00 00 00 	nop                                            
  memcpy( new_area, ptr, (size < old_size) ? size : old_size );       
  free( ptr );                                                        
                                                                      
  return new_area;                                                    
                                                                      
}                                                                     
 201a64c:	81 c7 e0 08 	ret                                            
 201a650:	81 e8 00 00 	restore                                        
   */                                                                 
  if ( !ptr )                                                         
    return malloc( size );                                            
                                                                      
  if ( !size ) {                                                      
    free( ptr );                                                      
 201a654:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 201a658:	7f ff c3 60 	call  200b3d8 <free>                           <== NOT EXECUTED
 201a65c:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
    return (void *) 0;                                                
 201a660:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a664:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  }                                                                   
                                                                      
  if ( !_Protected_heap_Get_block_size(RTEMS_Malloc_Heap, ptr, &old_size) ) {
    errno = EINVAL;                                                   
 201a668:	7f ff d5 f1 	call  200fe2c <__errno>                        
 201a66c:	b0 10 20 00 	clr  %i0                                       
 201a670:	82 10 20 16 	mov  0x16, %g1                                 
 201a674:	c2 22 00 00 	st  %g1, [ %o0 ]                               
    return (void *) 0;                                                
 201a678:	81 c7 e0 08 	ret                                            
 201a67c:	81 e8 00 00 	restore                                        
   *  There used to be a free on this error case but it is wrong to   
   *  free the memory per OpenGroup Single UNIX Specification V2      
   *  and the C Standard.                                             
   */                                                                 
                                                                      
  new_area = malloc( size );                                          
 201a680:	7f ff c4 d6 	call  200b9d8 <malloc>                         
 201a684:	90 10 00 19 	mov  %i1, %o0                                  
                                                                      
  MSBUMP(malloc_calls, (uint32_t) -1);   /* subtract off the malloc */
 201a688:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
   *  There used to be a free on this error case but it is wrong to   
   *  free the memory per OpenGroup Single UNIX Specification V2      
   *  and the C Standard.                                             
   */                                                                 
                                                                      
  new_area = malloc( size );                                          
 201a68c:	a2 10 00 08 	mov  %o0, %l1                                  
                                                                      
  MSBUMP(malloc_calls, (uint32_t) -1);   /* subtract off the malloc */
 201a690:	82 00 7f ff 	add  %g1, -1, %g1                              
                                                                      
  if ( !new_area ) {                                                  
 201a694:	80 a2 20 00 	cmp  %o0, 0                                    
 201a698:	02 80 00 18 	be  201a6f8 <realloc+0x11c>                    
 201a69c:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
    return (void *) 0;                                                
  }                                                                   
                                                                      
  memcpy( new_area, ptr, (size < old_size) ? size : old_size );       
 201a6a0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 201a6a4:	80 a6 40 01 	cmp  %i1, %g1                                  
 201a6a8:	08 80 00 03 	bleu  201a6b4 <realloc+0xd8>                   <== NEVER TAKEN
 201a6ac:	94 10 00 19 	mov  %i1, %o2                                  
 201a6b0:	94 10 00 01 	mov  %g1, %o2                                  
 201a6b4:	92 10 00 18 	mov  %i0, %o1                                  
 201a6b8:	7f ff d8 19 	call  201071c <memcpy>                         
 201a6bc:	90 10 00 11 	mov  %l1, %o0                                  
  free( ptr );                                                        
 201a6c0:	90 10 00 18 	mov  %i0, %o0                                  
 201a6c4:	7f ff c3 45 	call  200b3d8 <free>                           
 201a6c8:	b0 10 00 11 	mov  %l1, %i0                                  
                                                                      
  return new_area;                                                    
 201a6cc:	81 c7 e0 08 	ret                                            
 201a6d0:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  Do not attempt to allocate memory if in a critical section or ISR.
   */                                                                 
                                                                      
  if (_System_state_Is_up(_System_state_Get())) {                     
    if (_Thread_Dispatch_disable_level > 0)                           
 201a6d4:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 201a6d8:	c2 00 61 40 	ld  [ %g1 + 0x140 ], %g1	! 201cd40 <_Thread_Dispatch_disable_level>
 201a6dc:	80 a0 60 00 	cmp  %g1, 0                                    
 201a6e0:	12 80 00 06 	bne  201a6f8 <realloc+0x11c>                   <== NEVER TAKEN
 201a6e4:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
      return (void *) 0;                                              
                                                                      
    if (_ISR_Nest_level > 0)                                          
 201a6e8:	c2 00 61 dc 	ld  [ %g1 + 0x1dc ], %g1	! 201cddc <_ISR_Nest_level>
 201a6ec:	80 a0 60 00 	cmp  %g1, 0                                    
 201a6f0:	02 bf ff c6 	be  201a608 <realloc+0x2c>                     <== ALWAYS TAKEN
 201a6f4:	80 a6 20 00 	cmp  %i0, 0                                    
  memcpy( new_area, ptr, (size < old_size) ? size : old_size );       
  free( ptr );                                                        
                                                                      
  return new_area;                                                    
                                                                      
}                                                                     
 201a6f8:	81 c7 e0 08 	ret                                            
 201a6fc:	91 e8 20 00 	restore  %g0, 0, %o0                           
                                                                      
  /*                                                                  
   * Continue with realloc().                                         
   */                                                                 
  if ( !ptr )                                                         
    return malloc( size );                                            
 201a700:	7f ff c4 b6 	call  200b9d8 <malloc>                         
 201a704:	90 10 00 19 	mov  %i1, %o0                                  
 201a708:	81 c7 e0 08 	ret                                            
 201a70c:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

02007760 <rmdir>: #include <rtems/seterr.h> int rmdir( const char *pathname ) {
 2007760:	9d e3 bf 78 	save  %sp, -136, %sp                           
                                                                      
  /*                                                                  
   *  Get the parent node of the node we wish to remove. Find the parent path.
   */                                                                 
                                                                      
  parentpathlen = rtems_filesystem_dirname ( pathname );              
 2007764:	7f ff f8 da 	call  2005acc <rtems_filesystem_dirname>       
 2007768:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  if ( parentpathlen == 0 )                                           
 200776c:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 2007770:	32 80 00 96 	bne,a   20079c8 <rmdir+0x268>                  
 2007774:	90 10 00 18 	mov  %i0, %o0                                  
    rtems_filesystem_get_start_loc( pathname, &i, &parentloc );       
 2007778:	c2 4e 00 00 	ldsb  [ %i0 ], %g1                             
 200777c:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 2007780:	12 80 00 59 	bne  20078e4 <rmdir+0x184>                     <== ALWAYS TAKEN
 2007784:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2007788:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     <== NOT EXECUTED
 200778c:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env>
 2007790:	a2 10 20 00 	clr  %l1                                       
 2007794:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 2007798:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 200779c:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 20077a0:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 20077a4:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
 20077a8:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 20077ac:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
 20077b0:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
 20077b4:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 20077b8:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 20077bc:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
  name = pathname + parentpathlen;                                    
 20077c0:	b0 06 00 10 	add  %i0, %l0, %i0                             
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 20077c4:	c2 27 bf d8 	st  %g1, [ %fp + -40 ]                         
 20077c8:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
  name = pathname + parentpathlen;                                    
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
 20077cc:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 20077d0:	c2 27 bf dc 	st  %g1, [ %fp + -36 ]                         
 20077d4:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
  name = pathname + parentpathlen;                                    
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
 20077d8:	a0 07 bf d8 	add  %fp, -40, %l0                             
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 20077dc:	c2 27 bf e0 	st  %g1, [ %fp + -32 ]                         
 20077e0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 20077e4:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
 20077e8:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
  name = pathname + parentpathlen;                                    
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
 20077ec:	40 00 44 dd 	call  2018b60 <strlen>                         
 20077f0:	c2 27 bf e8 	st  %g1, [ %fp + -24 ]                         
 20077f4:	92 10 00 08 	mov  %o0, %o1                                  
 20077f8:	7f ff f8 94 	call  2005a48 <rtems_filesystem_prefix_separators>
 20077fc:	90 10 00 18 	mov  %i0, %o0                                  
 2007800:	b0 06 00 08 	add  %i0, %o0, %i0                             
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
 2007804:	40 00 44 d7 	call  2018b60 <strlen>                         
 2007808:	90 10 00 18 	mov  %i0, %o0                                  
 200780c:	94 10 20 00 	clr  %o2                                       
 2007810:	92 10 00 08 	mov  %o0, %o1                                  
 2007814:	96 10 00 10 	mov  %l0, %o3                                  
 2007818:	90 10 00 18 	mov  %i0, %o0                                  
 200781c:	7f ff f8 c9 	call  2005b40 <rtems_filesystem_evaluate_relative_path>
 2007820:	98 10 20 00 	clr  %o4                                       
                                                    0, &loc, false ); 
  if ( result != 0 ) {                                                
 2007824:	80 a2 20 00 	cmp  %o0, 0                                    
 2007828:	12 80 00 2a 	bne  20078d0 <rmdir+0x170>                     
 200782c:	c4 07 bf e4 	ld  [ %fp + -28 ], %g2                         
                                                                      
  /*                                                                  
   * Verify you can remove this node as a directory.                  
   */                                                                 
                                                                      
  if ( !loc.ops->node_type_h ){                                       
 2007830:	c2 00 a0 10 	ld  [ %g2 + 0x10 ], %g1                        
 2007834:	80 a0 60 00 	cmp  %g1, 0                                    
 2007838:	22 80 00 8a 	be,a   2007a60 <rmdir+0x300>                   <== NEVER TAKEN
 200783c:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_DIRECTORY ){
 2007840:	9f c0 40 00 	call  %g1                                      
 2007844:	90 10 00 10 	mov  %l0, %o0                                  
 2007848:	80 a2 20 01 	cmp  %o0, 1                                    
 200784c:	12 80 00 38 	bne  200792c <rmdir+0x1cc>                     
 2007850:	c2 07 bf e0 	ld  [ %fp + -32 ], %g1                         
                                                                      
  /*                                                                  
   * Use the filesystems rmnod to remove the node.                    
   */                                                                 
                                                                      
  if ( !loc.handlers->rmnod_h ){                                      
 2007854:	c2 00 60 34 	ld  [ %g1 + 0x34 ], %g1                        
 2007858:	80 a0 60 00 	cmp  %g1, 0                                    
 200785c:	02 80 00 65 	be  20079f0 <rmdir+0x290>                      <== NEVER TAKEN
 2007860:	a4 07 bf ec 	add  %fp, -20, %l2                             
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result =  (*loc.handlers->rmnod_h)( &parentloc, &loc );             
 2007864:	92 10 00 10 	mov  %l0, %o1                                  
 2007868:	9f c0 40 00 	call  %g1                                      
 200786c:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 2007870:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
 2007874:	80 a0 60 00 	cmp  %g1, 0                                    
 2007878:	02 80 00 08 	be  2007898 <rmdir+0x138>                      <== NEVER TAKEN
 200787c:	b0 10 00 08 	mov  %o0, %i0                                  
 2007880:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007884:	80 a0 60 00 	cmp  %g1, 0                                    
 2007888:	02 80 00 05 	be  200789c <rmdir+0x13c>                      <== NEVER TAKEN
 200788c:	80 8c 60 ff 	btst  0xff, %l1                                
 2007890:	9f c0 40 00 	call  %g1                                      
 2007894:	90 10 00 10 	mov  %l0, %o0                                  
  if ( free_parentloc )                                               
 2007898:	80 8c 60 ff 	btst  0xff, %l1                                
 200789c:	02 80 00 0b 	be  20078c8 <rmdir+0x168>                      
 20078a0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
    rtems_filesystem_freenode( &parentloc );                          
 20078a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20078a8:	02 80 00 6c 	be  2007a58 <rmdir+0x2f8>                      <== NEVER TAKEN
 20078ac:	01 00 00 00 	nop                                            
 20078b0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20078b4:	80 a0 60 00 	cmp  %g1, 0                                    
 20078b8:	02 80 00 68 	be  2007a58 <rmdir+0x2f8>                      <== NEVER TAKEN
 20078bc:	01 00 00 00 	nop                                            
 20078c0:	9f c0 40 00 	call  %g1                                      
 20078c4:	90 10 00 12 	mov  %l2, %o0                                  
 20078c8:	81 c7 e0 08 	ret                                            
 20078cc:	81 e8 00 00 	restore                                        
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
                                                    0, &loc, false ); 
  if ( result != 0 ) {                                                
    if ( free_parentloc )                                             
 20078d0:	80 8c 60 ff 	btst  0xff, %l1                                
 20078d4:	12 80 00 32 	bne  200799c <rmdir+0x23c>                     <== NEVER TAKEN
 20078d8:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
  rtems_filesystem_freenode( &loc );                                  
  if ( free_parentloc )                                               
    rtems_filesystem_freenode( &parentloc );                          
                                                                      
  return result;                                                      
}                                                                     
 20078dc:	81 c7 e0 08 	ret                                            
 20078e0:	91 e8 3f ff 	restore  %g0, -1, %o0                          
   */                                                                 
                                                                      
  parentpathlen = rtems_filesystem_dirname ( pathname );              
                                                                      
  if ( parentpathlen == 0 )                                           
    rtems_filesystem_get_start_loc( pathname, &i, &parentloc );       
 20078e4:	22 bf ff aa 	be,a   200778c <rmdir+0x2c>                    <== ALWAYS TAKEN
 20078e8:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     
 20078ec:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20078f0:	02 bf ff a7 	be  200778c <rmdir+0x2c>                       <== NOT EXECUTED
 20078f4:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     <== NOT EXECUTED
 20078f8:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env><== NOT EXECUTED
 20078fc:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
 2007900:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           <== NOT EXECUTED
 2007904:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         <== NOT EXECUTED
 2007908:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           <== NOT EXECUTED
 200790c:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         <== NOT EXECUTED
 2007910:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         <== NOT EXECUTED
 2007914:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         <== NOT EXECUTED
 2007918:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        <== NOT EXECUTED
 200791c:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          <== NOT EXECUTED
 2007920:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        <== NOT EXECUTED
 2007924:	10 bf ff a6 	b  20077bc <rmdir+0x5c>                        <== NOT EXECUTED
 2007928:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          <== NOT EXECUTED
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) != RTEMS_FILESYSTEM_DIRECTORY ){
    rtems_filesystem_freenode( &loc );                                
 200792c:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
 2007930:	80 a0 60 00 	cmp  %g1, 0                                    
 2007934:	02 80 00 09 	be  2007958 <rmdir+0x1f8>                      <== NEVER TAKEN
 2007938:	80 8c 60 ff 	btst  0xff, %l1                                
 200793c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007940:	80 a0 60 00 	cmp  %g1, 0                                    
 2007944:	02 80 00 05 	be  2007958 <rmdir+0x1f8>                      <== NEVER TAKEN
 2007948:	80 8c 60 ff 	btst  0xff, %l1                                
 200794c:	9f c0 40 00 	call  %g1                                      
 2007950:	90 10 00 10 	mov  %l0, %o0                                  
    if ( free_parentloc )                                             
 2007954:	80 8c 60 ff 	btst  0xff, %l1                                
 2007958:	02 80 00 0b 	be  2007984 <rmdir+0x224>                      <== NEVER TAKEN
 200795c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
      rtems_filesystem_freenode( &parentloc );                        
 2007960:	80 a0 60 00 	cmp  %g1, 0                                    
 2007964:	02 80 00 08 	be  2007984 <rmdir+0x224>                      <== NEVER TAKEN
 2007968:	01 00 00 00 	nop                                            
 200796c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2007970:	80 a0 60 00 	cmp  %g1, 0                                    
 2007974:	02 80 00 04 	be  2007984 <rmdir+0x224>                      <== NEVER TAKEN
 2007978:	01 00 00 00 	nop                                            
 200797c:	9f c0 40 00 	call  %g1                                      
 2007980:	90 07 bf ec 	add  %fp, -20, %o0                             
    rtems_set_errno_and_return_minus_one( ENOTDIR );                  
 2007984:	40 00 37 6b 	call  2015730 <__errno>                        
 2007988:	b0 10 3f ff 	mov  -1, %i0                                   
 200798c:	82 10 20 14 	mov  0x14, %g1                                 
 2007990:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2007994:	81 c7 e0 08 	ret                                            
 2007998:	81 e8 00 00 	restore                                        
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
                                                    0, &loc, false ); 
  if ( result != 0 ) {                                                
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
 200799c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20079a0:	02 bf ff ca 	be  20078c8 <rmdir+0x168>                      <== NOT EXECUTED
 20079a4:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 20079a8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 20079ac:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20079b0:	02 bf ff c6 	be  20078c8 <rmdir+0x168>                      <== NOT EXECUTED
 20079b4:	90 07 bf ec 	add  %fp, -20, %o0                             <== NOT EXECUTED
 20079b8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20079bc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20079c0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20079c4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  parentpathlen = rtems_filesystem_dirname ( pathname );              
                                                                      
  if ( parentpathlen == 0 )                                           
    rtems_filesystem_get_start_loc( pathname, &i, &parentloc );       
  else {                                                              
    result = rtems_filesystem_evaluate_path(pathname, parentpathlen,  
 20079c8:	92 10 00 10 	mov  %l0, %o1                                  
 20079cc:	94 10 20 02 	mov  2, %o2                                    
 20079d0:	96 07 bf ec 	add  %fp, -20, %o3                             
 20079d4:	7f ff f8 9c 	call  2005c44 <rtems_filesystem_evaluate_path> 
 20079d8:	98 10 20 00 	clr  %o4                                       
                                            RTEMS_LIBIO_PERMS_WRITE,  
                                            &parentloc,               
                                            false );                  
    if ( result != 0 )                                                
 20079dc:	80 a2 20 00 	cmp  %o0, 0                                    
 20079e0:	12 bf ff bf 	bne  20078dc <rmdir+0x17c>                     <== NEVER TAKEN
 20079e4:	a2 10 20 01 	mov  1, %l1                                    
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 20079e8:	10 bf ff 76 	b  20077c0 <rmdir+0x60>                        
 20079ec:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
  /*                                                                  
   * Use the filesystems rmnod to remove the node.                    
   */                                                                 
                                                                      
  if ( !loc.handlers->rmnod_h ){                                      
    rtems_filesystem_freenode( &loc );                                
 20079f0:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         <== NOT EXECUTED
 20079f4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20079f8:	02 80 00 09 	be  2007a1c <rmdir+0x2bc>                      <== NOT EXECUTED
 20079fc:	80 8c 60 ff 	btst  0xff, %l1                                <== NOT EXECUTED
 2007a00:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2007a04:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2007a08:	02 80 00 05 	be  2007a1c <rmdir+0x2bc>                      <== NOT EXECUTED
 2007a0c:	80 8c 60 ff 	btst  0xff, %l1                                <== NOT EXECUTED
 2007a10:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2007a14:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    if ( free_parentloc )                                             
 2007a18:	80 8c 60 ff 	btst  0xff, %l1                                <== NOT EXECUTED
 2007a1c:	02 80 00 0b 	be  2007a48 <rmdir+0x2e8>                      <== NOT EXECUTED
 2007a20:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
      rtems_filesystem_freenode( &parentloc );                        
 2007a24:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2007a28:	02 80 00 08 	be  2007a48 <rmdir+0x2e8>                      <== NOT EXECUTED
 2007a2c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2007a30:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2007a34:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2007a38:	02 80 00 04 	be  2007a48 <rmdir+0x2e8>                      <== NOT EXECUTED
 2007a3c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2007a40:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2007a44:	90 07 bf ec 	add  %fp, -20, %o0                             <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2007a48:	40 00 37 3a 	call  2015730 <__errno>                        <== NOT EXECUTED
 2007a4c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2007a50:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2007a54:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2007a58:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2007a5c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   * Verify you can remove this node as a directory.                  
   */                                                                 
                                                                      
  if ( !loc.ops->node_type_h ){                                       
    rtems_filesystem_freenode( &loc );                                
 2007a60:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2007a64:	12 bf ff eb 	bne  2007a10 <rmdir+0x2b0>                     <== NOT EXECUTED
 2007a68:	80 8c 60 ff 	btst  0xff, %l1                                <== NOT EXECUTED
 2007a6c:	30 bf ff ec 	b,a   2007a1c <rmdir+0x2bc>                    <== NOT EXECUTED
                                                                      

0200e490 <rtems_assoc_local_by_remote_bitfield>: uint32_t rtems_assoc_local_by_remote_bitfield( const rtems_assoc_t *ap, uint32_t remote_value ) {
 200e490:	9d e3 bf a0 	save  %sp, -96, %sp                            
 200e494:	a4 10 20 00 	clr  %l2                                       
 200e498:	a0 10 00 18 	mov  %i0, %l0                                  
 200e49c:	a2 10 20 01 	mov  1, %l1                                    
 200e4a0:	10 80 00 05 	b  200e4b4 <rtems_assoc_local_by_remote_bitfield+0x24>
 200e4a4:	b0 10 20 00 	clr  %i0                                       
  uint32_t   b;                                                       
  uint32_t   local_value = 0;                                         
                                                                      
  for (b = 1; b; b <<= 1) {                                           
 200e4a8:	80 a4 a0 20 	cmp  %l2, 0x20                                 
 200e4ac:	02 80 00 0d 	be  200e4e0 <rtems_assoc_local_by_remote_bitfield+0x50>
 200e4b0:	a3 2c 60 01 	sll  %l1, 1, %l1                               
    if (b & remote_value)                                             
 200e4b4:	80 8c 40 19 	btst  %l1, %i1                                 
 200e4b8:	22 bf ff fc 	be,a   200e4a8 <rtems_assoc_local_by_remote_bitfield+0x18>
 200e4bc:	a4 04 a0 01 	inc  %l2                                       
      local_value |= rtems_assoc_local_by_remote(ap, b);              
 200e4c0:	92 10 00 11 	mov  %l1, %o1                                  
 200e4c4:	40 00 00 09 	call  200e4e8 <rtems_assoc_local_by_remote>    
 200e4c8:	90 10 00 10 	mov  %l0, %o0                                  
)                                                                     
{                                                                     
  uint32_t   b;                                                       
  uint32_t   local_value = 0;                                         
                                                                      
  for (b = 1; b; b <<= 1) {                                           
 200e4cc:	a4 04 a0 01 	inc  %l2                                       
    if (b & remote_value)                                             
      local_value |= rtems_assoc_local_by_remote(ap, b);              
 200e4d0:	b0 16 00 08 	or  %i0, %o0, %i0                              
)                                                                     
{                                                                     
  uint32_t   b;                                                       
  uint32_t   local_value = 0;                                         
                                                                      
  for (b = 1; b; b <<= 1) {                                           
 200e4d4:	80 a4 a0 20 	cmp  %l2, 0x20                                 
 200e4d8:	12 bf ff f7 	bne  200e4b4 <rtems_assoc_local_by_remote_bitfield+0x24><== ALWAYS TAKEN
 200e4dc:	a3 2c 60 01 	sll  %l1, 1, %l1                               
    if (b & remote_value)                                             
      local_value |= rtems_assoc_local_by_remote(ap, b);              
  }                                                                   
                                                                      
  return local_value;                                                 
}                                                                     
 200e4e0:	81 c7 e0 08 	ret                                            
 200e4e4:	81 e8 00 00 	restore                                        
                                                                      

02016414 <rtems_assoc_name_bad>: uint32_t bad_value #else uint32_t bad_value __attribute((unused)) #endif ) {
 2016414:	11 00 80 a0 	sethi  %hi(0x2028000), %o0                     <== NOT EXECUTED
    sprintf(bad_buffer, "< %" PRId32 "[0x%" PRIx32 " ] >", bad_value, bad_value);
#else                                                                 
    static char bad_buffer[40] = "<assocnamebad.c: : BAD NAME>";      
#endif                                                                
    return bad_buffer;                                                
}                                                                     
 2016418:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 201641c:	90 12 21 28 	or  %o0, 0x128, %o0	! 2028128 <bad_buffer.4958><== NOT EXECUTED
                                                                      

020126c4 <rtems_assoc_name_by_local>: const char *rtems_assoc_name_by_local( const rtems_assoc_t *ap, uint32_t local_value ) {
 20126c4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  const rtems_assoc_t *nap;                                           
                                                                      
  nap = rtems_assoc_ptr_by_local(ap, local_value);                    
 20126c8:	90 10 00 18 	mov  %i0, %o0                                  
 20126cc:	40 00 00 0b 	call  20126f8 <rtems_assoc_ptr_by_local>       
 20126d0:	92 10 00 19 	mov  %i1, %o1                                  
  if (nap)                                                            
 20126d4:	80 a2 20 00 	cmp  %o0, 0                                    
 20126d8:	02 80 00 05 	be  20126ec <rtems_assoc_name_by_local+0x28>   <== NEVER TAKEN
 20126dc:	01 00 00 00 	nop                                            
    return nap->name;                                                 
                                                                      
  return rtems_assoc_name_bad(local_value);                           
}                                                                     
 20126e0:	f0 02 00 00 	ld  [ %o0 ], %i0                               
 20126e4:	81 c7 e0 08 	ret                                            
 20126e8:	81 e8 00 00 	restore                                        
                                                                      
  nap = rtems_assoc_ptr_by_local(ap, local_value);                    
  if (nap)                                                            
    return nap->name;                                                 
                                                                      
  return rtems_assoc_name_bad(local_value);                           
 20126ec:	40 00 0f 4a 	call  2016414 <rtems_assoc_name_bad>           <== NOT EXECUTED
 20126f0:	91 e8 00 19 	restore  %g0, %i1, %o0                         <== NOT EXECUTED
                                                                      

0200fd7c <rtems_assoc_ptr_by_local>: const rtems_assoc_t *rtems_assoc_ptr_by_local( const rtems_assoc_t *ap, uint32_t local_value ) {
 200fd7c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
 200fd80:	d0 06 00 00 	ld  [ %i0 ], %o0                               
 200fd84:	80 a2 20 00 	cmp  %o0, 0                                    
 200fd88:	02 80 00 1d 	be  200fdfc <rtems_assoc_ptr_by_local+0x80>    <== NEVER TAKEN
 200fd8c:	13 00 80 6e 	sethi  %hi(0x201b800), %o1                     
 200fd90:	40 00 03 8e 	call  2010bc8 <strcmp>                         
 200fd94:	92 12 61 f8 	or  %o1, 0x1f8, %o1	! 201b9f8 <errno_assoc+0x88>
 200fd98:	80 a2 20 00 	cmp  %o0, 0                                    
 200fd9c:	02 80 00 11 	be  200fde0 <rtems_assoc_ptr_by_local+0x64>    <== NEVER TAKEN
 200fda0:	84 10 20 00 	clr  %g2                                       
    default_ap = ap++;                                                
                                                                      
  for ( ; ap->name; ap++)                                             
    if (ap->local_value == local_value)                               
 200fda4:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
 200fda8:	80 a0 40 19 	cmp  %g1, %i1                                  
 200fdac:	32 80 00 07 	bne,a   200fdc8 <rtems_assoc_ptr_by_local+0x4c>
 200fdb0:	b0 06 20 0c 	add  %i0, 0xc, %i0                             
 200fdb4:	30 80 00 14 	b,a   200fe04 <rtems_assoc_ptr_by_local+0x88>  
 200fdb8:	80 a0 40 19 	cmp  %g1, %i1                                  
 200fdbc:	02 80 00 12 	be  200fe04 <rtems_assoc_ptr_by_local+0x88>    
 200fdc0:	01 00 00 00 	nop                                            
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
    default_ap = ap++;                                                
                                                                      
  for ( ; ap->name; ap++)                                             
 200fdc4:	b0 06 20 0c 	add  %i0, 0xc, %i0                             
 200fdc8:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 200fdcc:	80 a0 60 00 	cmp  %g1, 0                                    
 200fdd0:	32 bf ff fa 	bne,a   200fdb8 <rtems_assoc_ptr_by_local+0x3c>
 200fdd4:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
    if (ap->local_value == local_value)                               
      return ap;                                                      
                                                                      
  return default_ap;                                                  
}                                                                     
 200fdd8:	81 c7 e0 08 	ret                                            
 200fddc:	91 e8 00 02 	restore  %g0, %g2, %o0                         
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
    default_ap = ap++;                                                
                                                                      
  for ( ; ap->name; ap++)                                             
 200fde0:	c4 06 20 0c 	ld  [ %i0 + 0xc ], %g2                         <== NOT EXECUTED
 200fde4:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200fde8:	02 80 00 07 	be  200fe04 <rtems_assoc_ptr_by_local+0x88>    <== NOT EXECUTED
 200fdec:	82 06 20 0c 	add  %i0, 0xc, %g1                             <== NOT EXECUTED
 200fdf0:	84 10 00 18 	mov  %i0, %g2                                  <== NOT EXECUTED
 200fdf4:	10 bf ff ec 	b  200fda4 <rtems_assoc_ptr_by_local+0x28>     <== NOT EXECUTED
 200fdf8:	b0 10 00 01 	mov  %g1, %i0                                  <== NOT EXECUTED
  uint32_t             local_value                                    
)                                                                     
{                                                                     
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
 200fdfc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200fe00:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
 200fe04:	81 c7 e0 08 	ret                                            
 200fe08:	81 e8 00 00 	restore                                        
                                                                      

0200e510 <rtems_assoc_ptr_by_remote>: const rtems_assoc_t *rtems_assoc_ptr_by_remote( const rtems_assoc_t *ap, uint32_t remote_value ) {
 200e510:	9d e3 bf a0 	save  %sp, -96, %sp                            
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
 200e514:	d0 06 00 00 	ld  [ %i0 ], %o0                               
 200e518:	80 a2 20 00 	cmp  %o0, 0                                    
 200e51c:	02 80 00 1d 	be  200e590 <rtems_assoc_ptr_by_remote+0x80>   <== NEVER TAKEN
 200e520:	13 00 80 6e 	sethi  %hi(0x201b800), %o1                     
 200e524:	40 00 09 a9 	call  2010bc8 <strcmp>                         
 200e528:	92 12 60 c0 	or  %o1, 0xc0, %o1	! 201b8c0 <__FUNCTION__.5942+0x18>
 200e52c:	80 a2 20 00 	cmp  %o0, 0                                    
 200e530:	02 80 00 11 	be  200e574 <rtems_assoc_ptr_by_remote+0x64>   <== NEVER TAKEN
 200e534:	84 10 20 00 	clr  %g2                                       
    default_ap = ap++;                                                
                                                                      
  for ( ; ap->name; ap++)                                             
    if (ap->remote_value == remote_value)                             
 200e538:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
 200e53c:	80 a0 40 19 	cmp  %g1, %i1                                  
 200e540:	32 80 00 07 	bne,a   200e55c <rtems_assoc_ptr_by_remote+0x4c>
 200e544:	b0 06 20 0c 	add  %i0, 0xc, %i0                             
 200e548:	30 80 00 14 	b,a   200e598 <rtems_assoc_ptr_by_remote+0x88> 
 200e54c:	80 a0 40 19 	cmp  %g1, %i1                                  
 200e550:	02 80 00 12 	be  200e598 <rtems_assoc_ptr_by_remote+0x88>   
 200e554:	01 00 00 00 	nop                                            
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
    default_ap = ap++;                                                
                                                                      
  for ( ; ap->name; ap++)                                             
 200e558:	b0 06 20 0c 	add  %i0, 0xc, %i0                             
 200e55c:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 200e560:	80 a0 60 00 	cmp  %g1, 0                                    
 200e564:	32 bf ff fa 	bne,a   200e54c <rtems_assoc_ptr_by_remote+0x3c>
 200e568:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           
    if (ap->remote_value == remote_value)                             
      return ap;                                                      
                                                                      
  return default_ap;                                                  
}                                                                     
 200e56c:	81 c7 e0 08 	ret                                            
 200e570:	91 e8 00 02 	restore  %g0, %g2, %o0                         
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
    default_ap = ap++;                                                
                                                                      
  for ( ; ap->name; ap++)                                             
 200e574:	c4 06 20 0c 	ld  [ %i0 + 0xc ], %g2                         <== NOT EXECUTED
 200e578:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 200e57c:	02 80 00 07 	be  200e598 <rtems_assoc_ptr_by_remote+0x88>   <== NOT EXECUTED
 200e580:	82 06 20 0c 	add  %i0, 0xc, %g1                             <== NOT EXECUTED
 200e584:	84 10 00 18 	mov  %i0, %g2                                  <== NOT EXECUTED
 200e588:	10 bf ff ec 	b  200e538 <rtems_assoc_ptr_by_remote+0x28>    <== NOT EXECUTED
 200e58c:	b0 10 00 01 	mov  %g1, %i0                                  <== NOT EXECUTED
  uint32_t       remote_value                                         
)                                                                     
{                                                                     
  const rtems_assoc_t *default_ap = 0;                                
                                                                      
  if (rtems_assoc_is_default(ap))                                     
 200e590:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200e594:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
 200e598:	81 c7 e0 08 	ret                                            
 200e59c:	81 e8 00 00 	restore                                        
                                                                      

0200f3c8 <rtems_assoc_remote_by_local>: uint32_t rtems_assoc_remote_by_local( const rtems_assoc_t *ap, uint32_t local_value ) {
 200f3c8:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  const rtems_assoc_t *nap;                                           
                                                                      
  nap = rtems_assoc_ptr_by_local(ap, local_value);                    
 200f3cc:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 200f3d0:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200f3d4:	40 00 02 6a 	call  200fd7c <rtems_assoc_ptr_by_local>       <== NOT EXECUTED
 200f3d8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
  if (nap)                                                            
 200f3dc:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200f3e0:	32 80 00 02 	bne,a   200f3e8 <rtems_assoc_remote_by_local+0x20><== NOT EXECUTED
 200f3e4:	f0 02 20 08 	ld  [ %o0 + 8 ], %i0                           <== NOT EXECUTED
    return nap->remote_value;                                         
                                                                      
  return 0;                                                           
}                                                                     
 200f3e8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200f3ec:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200e974 <rtems_barrier_create>: rtems_name name, rtems_attribute attribute_set, uint32_t maximum_waiters, rtems_id *id ) {
 200e974:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Barrier_Control         *the_barrier;                               
  CORE_barrier_Attributes  the_attributes;                            
                                                                      
  if ( !rtems_is_name_valid( name ) )                                 
 200e978:	a0 96 20 00 	orcc  %i0, 0, %l0                              
 200e97c:	02 80 00 23 	be  200ea08 <rtems_barrier_create+0x94>        
 200e980:	b0 10 20 03 	mov  3, %i0                                    
    return RTEMS_INVALID_NAME;                                        
                                                                      
  if ( !id )                                                          
 200e984:	80 a6 e0 00 	cmp  %i3, 0                                    
 200e988:	02 80 00 20 	be  200ea08 <rtems_barrier_create+0x94>        
 200e98c:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  /* Initialize core barrier attributes */                            
  if ( _Attributes_Is_barrier_automatic( attribute_set ) ) {          
 200e990:	80 8e 60 10 	btst  0x10, %i1                                
 200e994:	02 80 00 1f 	be  200ea10 <rtems_barrier_create+0x9c>        
 200e998:	80 a6 a0 00 	cmp  %i2, 0                                    
    the_attributes.discipline = CORE_BARRIER_AUTOMATIC_RELEASE;       
    if ( maximum_waiters == 0 )                                       
 200e99c:	02 80 00 1b 	be  200ea08 <rtems_barrier_create+0x94>        
 200e9a0:	b0 10 20 0a 	mov  0xa, %i0                                  
 200e9a4:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200e9a8:	c4 00 61 40 	ld  [ %g1 + 0x140 ], %g2	! 201cd40 <_Thread_Dispatch_disable_level>
  if ( !id )                                                          
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  /* Initialize core barrier attributes */                            
  if ( _Attributes_Is_barrier_automatic( attribute_set ) ) {          
    the_attributes.discipline = CORE_BARRIER_AUTOMATIC_RELEASE;       
 200e9ac:	c0 27 bf f8 	clr  [ %fp + -8 ]                              
    if ( maximum_waiters == 0 )                                       
      return RTEMS_INVALID_NUMBER;                                    
  } else                                                              
    the_attributes.discipline = CORE_BARRIER_MANUAL_RELEASE;          
  the_attributes.maximum_count = maximum_waiters;                     
 200e9b0:	f4 27 bf fc 	st  %i2, [ %fp + -4 ]                          
 200e9b4:	84 00 a0 01 	inc  %g2                                       
 200e9b8:	c4 20 61 40 	st  %g2, [ %g1 + 0x140 ]                       
 *  This function allocates a barrier control block from              
 *  the inactive chain of free barrier control blocks.                
 */                                                                   
RTEMS_INLINE_ROUTINE Barrier_Control *_Barrier_Allocate( void )       
{                                                                     
  return (Barrier_Control *) _Objects_Allocate( &_Barrier_Information );
 200e9bc:	25 00 80 75 	sethi  %hi(0x201d400), %l2                     
 200e9c0:	7f ff e2 95 	call  2007414 <_Objects_Allocate>              
 200e9c4:	90 14 a2 c0 	or  %l2, 0x2c0, %o0	! 201d6c0 <_Barrier_Information>
                                                                      
  _Thread_Disable_dispatch();             /* prevents deletion */     
                                                                      
  the_barrier = _Barrier_Allocate();                                  
                                                                      
  if ( !the_barrier ) {                                               
 200e9c8:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 200e9cc:	02 80 00 1e 	be  200ea44 <rtems_barrier_create+0xd0>        <== NEVER TAKEN
 200e9d0:	90 04 60 14 	add  %l1, 0x14, %o0                            
    return RTEMS_TOO_MANY;                                            
  }                                                                   
                                                                      
  the_barrier->attribute_set = attribute_set;                         
                                                                      
  _CORE_barrier_Initialize( &the_barrier->Barrier, &the_attributes ); 
 200e9d4:	92 07 bf f8 	add  %fp, -8, %o1                              
 200e9d8:	40 00 01 4b 	call  200ef04 <_CORE_barrier_Initialize>       
 200e9dc:	f2 24 60 10 	st  %i1, [ %l1 + 0x10 ]                        
 200e9e0:	c2 14 60 0a 	lduh  [ %l1 + 0xa ], %g1                       
 200e9e4:	c6 04 60 08 	ld  [ %l1 + 8 ], %g3                           
 200e9e8:	a4 14 a2 c0 	or  %l2, 0x2c0, %l2                            
 200e9ec:	c4 04 a0 1c 	ld  [ %l2 + 0x1c ], %g2                        
    information,                                                      
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  the_object->name = name;                                            
 200e9f0:	e0 24 60 0c 	st  %l0, [ %l1 + 0xc ]                         
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 200e9f4:	83 28 60 02 	sll  %g1, 2, %g1                               
    &_Barrier_Information,                                            
    &the_barrier->Object,                                             
    (Objects_Name) name                                               
  );                                                                  
                                                                      
  *id = the_barrier->Object.id;                                       
 200e9f8:	c6 26 c0 00 	st  %g3, [ %i3 ]                               
 200e9fc:	e2 20 80 01 	st  %l1, [ %g2 + %g1 ]                         
                                                                      
  _Thread_Enable_dispatch();                                          
 200ea00:	7f ff e6 6c 	call  20083b0 <_Thread_Enable_dispatch>        
 200ea04:	b0 10 20 00 	clr  %i0                                       
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200ea08:	81 c7 e0 08 	ret                                            
 200ea0c:	81 e8 00 00 	restore                                        
  if ( _Attributes_Is_barrier_automatic( attribute_set ) ) {          
    the_attributes.discipline = CORE_BARRIER_AUTOMATIC_RELEASE;       
    if ( maximum_waiters == 0 )                                       
      return RTEMS_INVALID_NUMBER;                                    
  } else                                                              
    the_attributes.discipline = CORE_BARRIER_MANUAL_RELEASE;          
 200ea10:	82 10 20 01 	mov  1, %g1                                    
 200ea14:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
 200ea18:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200ea1c:	c4 00 61 40 	ld  [ %g1 + 0x140 ], %g2	! 201cd40 <_Thread_Dispatch_disable_level>
  the_attributes.maximum_count = maximum_waiters;                     
 200ea20:	f4 27 bf fc 	st  %i2, [ %fp + -4 ]                          
 200ea24:	84 00 a0 01 	inc  %g2                                       
 200ea28:	c4 20 61 40 	st  %g2, [ %g1 + 0x140 ]                       
 200ea2c:	25 00 80 75 	sethi  %hi(0x201d400), %l2                     
 200ea30:	7f ff e2 79 	call  2007414 <_Objects_Allocate>              
 200ea34:	90 14 a2 c0 	or  %l2, 0x2c0, %o0	! 201d6c0 <_Barrier_Information>
                                                                      
  _Thread_Disable_dispatch();             /* prevents deletion */     
                                                                      
  the_barrier = _Barrier_Allocate();                                  
                                                                      
  if ( !the_barrier ) {                                               
 200ea38:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 200ea3c:	12 bf ff e6 	bne  200e9d4 <rtems_barrier_create+0x60>       
 200ea40:	90 04 60 14 	add  %l1, 0x14, %o0                            
    _Thread_Enable_dispatch();                                        
 200ea44:	7f ff e6 5b 	call  20083b0 <_Thread_Enable_dispatch>        
 200ea48:	b0 10 20 05 	mov  5, %i0                                    
    return RTEMS_TOO_MANY;                                            
 200ea4c:	81 c7 e0 08 	ret                                            
 200ea50:	81 e8 00 00 	restore                                        
                                                                      

020026dc <rtems_bsp_cmdline_get_param>: const char *rtems_bsp_cmdline_get_param( const char *name, char *value, size_t length ) {
 20026dc:	9d e3 bf a0 	save  %sp, -96, %sp                            
  const char *p;                                                      
                                                                      
  if ( !name )                                                        
 20026e0:	80 a6 20 00 	cmp  %i0, 0                                    
 20026e4:	12 80 00 05 	bne  20026f8 <rtems_bsp_cmdline_get_param+0x1c>
 20026e8:	80 a6 60 00 	cmp  %i1, 0                                    
  int         i;                                                      
  int         quotes;                                                 
  const char *p = start;                                              
                                                                      
  quotes=0;                                                           
  for (i=0 ; *p && i<length-1; ) {                                    
 20026ec:	b2 10 20 00 	clr  %i1                                       
    return NULL;                                                      
                                                                      
  copy_string( p, value, length );                                    
                                                                      
  return value;                                                       
}                                                                     
 20026f0:	81 c7 e0 08 	ret                                            
 20026f4:	91 e8 00 19 	restore  %g0, %i1, %o0                         
  const char *p;                                                      
                                                                      
  if ( !name )                                                        
    return NULL;                                                      
                                                                      
  if ( !value )                                                       
 20026f8:	02 bf ff fe 	be  20026f0 <rtems_bsp_cmdline_get_param+0x14> 
 20026fc:	80 a6 a0 00 	cmp  %i2, 0                                    
    return NULL;                                                      
                                                                      
  if ( !length )                                                      
 2002700:	22 bf ff fc 	be,a   20026f0 <rtems_bsp_cmdline_get_param+0x14>
 2002704:	b2 10 20 00 	clr  %i1                                       
    return NULL;                                                      
                                                                      
  value[0] = '\0';                                                    
 2002708:	c0 2e 40 00 	clrb  [ %i1 ]                                  
                                                                      
  p = rtems_bsp_cmdline_get_param_raw( name );                        
 200270c:	40 00 00 25 	call  20027a0 <rtems_bsp_cmdline_get_param_raw>
 2002710:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  if ( !p )                                                           
 2002714:	80 a2 20 00 	cmp  %o0, 0                                    
 2002718:	22 bf ff f6 	be,a   20026f0 <rtems_bsp_cmdline_get_param+0x14>
 200271c:	b2 10 20 00 	clr  %i1                                       
  int         i;                                                      
  int         quotes;                                                 
  const char *p = start;                                              
                                                                      
  quotes=0;                                                           
  for (i=0 ; *p && i<length-1; ) {                                    
 2002720:	c6 0a 00 00 	ldub  [ %o0 ], %g3                             
 2002724:	85 28 e0 18 	sll  %g3, 0x18, %g2                            
 2002728:	80 a0 a0 00 	cmp  %g2, 0                                    
 200272c:	02 bf ff f1 	be  20026f0 <rtems_bsp_cmdline_get_param+0x14> <== NEVER TAKEN
 2002730:	b4 86 bf ff 	addcc  %i2, -1, %i2                            
 2002734:	02 bf ff ef 	be  20026f0 <rtems_bsp_cmdline_get_param+0x14> <== NEVER TAKEN
 2002738:	88 10 20 00 	clr  %g4                                       
 200273c:	82 10 20 00 	clr  %g1                                       
 2002740:	10 80 00 12 	b  2002788 <rtems_bsp_cmdline_get_param+0xac>  
 2002744:	9a 10 20 00 	clr  %o5                                       
    if ( *p == '\"' ) {                                               
      quotes++;                                                       
    } else if ( ((quotes % 2) == 0) && *p == ' ' )                    
 2002748:	32 80 00 06 	bne,a   2002760 <rtems_bsp_cmdline_get_param+0x84>
 200274c:	c6 2e 40 04 	stb  %g3, [ %i1 + %g4 ]                        
 2002750:	80 a0 a0 20 	cmp  %g2, 0x20                                 
 2002754:	02 bf ff e7 	be  20026f0 <rtems_bsp_cmdline_get_param+0x14> 
 2002758:	01 00 00 00 	nop                                            
      break;                                                          
    value[i++] = *p++;                                                
 200275c:	c6 2e 40 04 	stb  %g3, [ %i1 + %g4 ]                        
 2002760:	82 00 60 01 	inc  %g1                                       
    value[i] = '\0';                                                  
 2002764:	c0 2e 40 01 	clrb  [ %i1 + %g1 ]                            
  int         i;                                                      
  int         quotes;                                                 
  const char *p = start;                                              
                                                                      
  quotes=0;                                                           
  for (i=0 ; *p && i<length-1; ) {                                    
 2002768:	c6 0a 00 01 	ldub  [ %o0 + %g1 ], %g3                       
 200276c:	85 28 e0 18 	sll  %g3, 0x18, %g2                            
 2002770:	80 a0 a0 00 	cmp  %g2, 0                                    
 2002774:	02 bf ff df 	be  20026f0 <rtems_bsp_cmdline_get_param+0x14> 
 2002778:	88 10 00 01 	mov  %g1, %g4                                  
 200277c:	80 a0 40 1a 	cmp  %g1, %i2                                  
 2002780:	1a bf ff dc 	bcc  20026f0 <rtems_bsp_cmdline_get_param+0x14><== NEVER TAKEN
 2002784:	01 00 00 00 	nop                                            
    if ( *p == '\"' ) {                                               
 2002788:	85 38 a0 18 	sra  %g2, 0x18, %g2                            
 200278c:	80 a0 a0 22 	cmp  %g2, 0x22                                 
 2002790:	12 bf ff ee 	bne  2002748 <rtems_bsp_cmdline_get_param+0x6c>
 2002794:	80 8b 60 01 	btst  1, %o5                                   
      quotes++;                                                       
 2002798:	10 bf ff f1 	b  200275c <rtems_bsp_cmdline_get_param+0x80>  
 200279c:	9a 03 60 01 	inc  %o5                                       
                                                                      

020027d4 <rtems_bsp_cmdline_get_param_rhs>: const char *rtems_bsp_cmdline_get_param_rhs( const char *name, char *value, size_t length ) {
 20027d4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  const char *p;                                                      
  const char *rhs;                                                    
  char       *d;                                                      
                                                                      
  p = rtems_bsp_cmdline_get_param( name, value, length );             
 20027d8:	94 10 00 1a 	mov  %i2, %o2                                  
 20027dc:	90 10 00 18 	mov  %i0, %o0                                  
 20027e0:	7f ff ff bf 	call  20026dc <rtems_bsp_cmdline_get_param>    
 20027e4:	92 10 00 19 	mov  %i1, %o1                                  
  if ( !p )                                                           
 20027e8:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 20027ec:	12 80 00 05 	bne  2002800 <rtems_bsp_cmdline_get_param_rhs+0x2c>
 20027f0:	01 00 00 00 	nop                                            
    *d++ = *rhs++;                                                    
  if ( *(d-1) == '\"' )                                               
    d--;                                                              
  *d = '\0';                                                          
                                                                      
  return value;                                                       
 20027f4:	b2 10 20 00 	clr  %i1	! 0 <PROM_START>                      
}                                                                     
 20027f8:	81 c7 e0 08 	ret                                            
 20027fc:	91 e8 00 19 	restore  %g0, %i1, %o0                         
                                                                      
  p = rtems_bsp_cmdline_get_param( name, value, length );             
  if ( !p )                                                           
    return NULL;                                                      
                                                                      
  rhs = &p[strlen(name)];                                             
 2002800:	40 00 39 75 	call  2010dd4 <strlen>                         
 2002804:	90 10 00 18 	mov  %i0, %o0                                  
  if ( *rhs != '=' )                                                  
 2002808:	c2 4c 40 08 	ldsb  [ %l1 + %o0 ], %g1                       
 200280c:	80 a0 60 3d 	cmp  %g1, 0x3d                                 
 2002810:	12 bf ff f9 	bne  20027f4 <rtems_bsp_cmdline_get_param_rhs+0x20><== NEVER TAKEN
 2002814:	a2 04 40 08 	add  %l1, %o0, %l1                             
    return NULL;                                                      
                                                                      
  rhs++;                                                              
  if ( *rhs == '\"' )                                                 
 2002818:	c6 0c 60 01 	ldub  [ %l1 + 1 ], %g3                         
 200281c:	85 28 e0 18 	sll  %g3, 0x18, %g2                            
 2002820:	89 38 a0 18 	sra  %g2, 0x18, %g4                            
 2002824:	80 a1 20 22 	cmp  %g4, 0x22                                 
 2002828:	02 80 00 14 	be  2002878 <rtems_bsp_cmdline_get_param_rhs+0xa4>
 200282c:	82 04 60 01 	add  %l1, 1, %g1                               
    rhs++;                                                            
  for ( d=value ; *rhs ; )                                            
 2002830:	80 a0 a0 00 	cmp  %g2, 0                                    
 2002834:	02 80 00 09 	be  2002858 <rtems_bsp_cmdline_get_param_rhs+0x84>
 2002838:	84 10 00 19 	mov  %i1, %g2                                  
    *d++ = *rhs++;                                                    
 200283c:	c6 28 80 00 	stb  %g3, [ %g2 ]                              
 2002840:	82 00 60 01 	inc  %g1                                       
    return NULL;                                                      
                                                                      
  rhs++;                                                              
  if ( *rhs == '\"' )                                                 
    rhs++;                                                            
  for ( d=value ; *rhs ; )                                            
 2002844:	c6 48 40 00 	ldsb  [ %g1 ], %g3                             
    *d++ = *rhs++;                                                    
 2002848:	84 00 a0 01 	inc  %g2                                       
    return NULL;                                                      
                                                                      
  rhs++;                                                              
  if ( *rhs == '\"' )                                                 
    rhs++;                                                            
  for ( d=value ; *rhs ; )                                            
 200284c:	80 a0 e0 00 	cmp  %g3, 0                                    
 2002850:	12 bf ff fb 	bne  200283c <rtems_bsp_cmdline_get_param_rhs+0x68>
 2002854:	c6 08 40 00 	ldub  [ %g1 ], %g3                             
    *d++ = *rhs++;                                                    
  if ( *(d-1) == '\"' )                                               
 2002858:	c6 48 bf ff 	ldsb  [ %g2 + -1 ], %g3                        
 200285c:	80 a0 e0 22 	cmp  %g3, 0x22                                 
 2002860:	02 80 00 03 	be  200286c <rtems_bsp_cmdline_get_param_rhs+0x98>
 2002864:	82 00 bf ff 	add  %g2, -1, %g1                              
 2002868:	82 10 00 02 	mov  %g2, %g1                                  
    d--;                                                              
  *d = '\0';                                                          
 200286c:	c0 28 40 00 	clrb  [ %g1 ]                                  
                                                                      
  return value;                                                       
}                                                                     
 2002870:	81 c7 e0 08 	ret                                            
 2002874:	91 e8 00 19 	restore  %g0, %i1, %o0                         
  if ( *rhs != '=' )                                                  
    return NULL;                                                      
                                                                      
  rhs++;                                                              
  if ( *rhs == '\"' )                                                 
    rhs++;                                                            
 2002878:	c6 0c 60 02 	ldub  [ %l1 + 2 ], %g3                         
 200287c:	82 04 60 02 	add  %l1, 2, %g1                               
 2002880:	10 bf ff ec 	b  2002830 <rtems_bsp_cmdline_get_param_rhs+0x5c>
 2002884:	85 28 e0 18 	sll  %g3, 0x18, %g2                            
                                                                      

02003250 <rtems_cpu_usage_report_with_plugin>: void rtems_cpu_usage_report_with_plugin( void *context, rtems_printk_plugin_t print ) {
 2003250:	9d e3 bf 60 	save  %sp, -160, %sp                           
    Timestamp_Control  uptime, total, ran;                            
  #else                                                               
    uint32_t           total_units = 0;                               
  #endif                                                              
                                                                      
  if ( !print )                                                       
 2003254:	80 a6 60 00 	cmp  %i1, 0                                    
 2003258:	02 80 00 72 	be  2003420 <rtems_cpu_usage_report_with_plugin+0x1d0><== NEVER TAKEN
 200325c:	01 00 00 00 	nop                                            
   *  When not using nanosecond CPU usage resolution, we have to count
   *  the number of "ticks" we gave credit for to give the user a rough
   *  guideline as to what each number means proportionally.          
   */                                                                 
  #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                          
    _TOD_Get_uptime( &uptime );                                       
 2003260:	40 00 15 ef 	call  2008a1c <_TOD_Get_uptime>                
 2003264:	90 07 bf f0 	add  %fp, -16, %o0                             
    _Timestamp_Subtract( &CPU_usage_Uptime_at_last_reset, &uptime, &total );
 2003268:	92 07 bf f0 	add  %fp, -16, %o1                             
 200326c:	a8 07 bf e8 	add  %fp, -24, %l4                             
 2003270:	11 00 80 ae 	sethi  %hi(0x202b800), %o0                     
 2003274:	94 10 00 14 	mov  %l4, %o2                                  
 2003278:	40 00 20 c3 	call  200b584 <_Timespec_Subtract>             
 200327c:	90 12 20 98 	or  %o0, 0x98, %o0                             
        }                                                             
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  (*print)(                                                           
 2003280:	90 10 00 18 	mov  %i0, %o0                                  
 2003284:	13 00 80 82 	sethi  %hi(0x2020800), %o1                     
 2003288:	37 00 80 ac 	sethi  %hi(0x202b000), %i3                     
 200328c:	92 12 60 e8 	or  %o1, 0xe8, %o1                             
        if ( !the_thread )                                            
          continue;                                                   
                                                                      
        rtems_object_get_name( the_thread->Object.id, sizeof(name), name );
                                                                      
        (*print)(                                                     
 2003290:	3b 00 80 82 	sethi  %hi(0x2020800), %i5                     
          /*                                                          
           * If this is the currently executing thread, account for time
           * since the last context switch.                           
           */                                                         
          ran = the_thread->cpu_time_used;                            
          if ( _Thread_Executing->Object.id == the_thread->Object.id ) {
 2003294:	2f 00 80 ac 	sethi  %hi(0x202b000), %l7                     
        }                                                             
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  (*print)(                                                           
 2003298:	9f c6 40 00 	call  %i1                                      
 200329c:	2d 00 80 82 	sethi  %hi(0x2020800), %l6                     
        the_thread = (Thread_Control *)information->local_table[ i ]; 
                                                                      
        if ( !the_thread )                                            
          continue;                                                   
                                                                      
        rtems_object_get_name( the_thread->Object.id, sizeof(name), name );
 20032a0:	a4 07 bf c8 	add  %fp, -56, %l2                             
        }                                                             
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  (*print)(                                                           
 20032a4:	b6 16 e2 34 	or  %i3, 0x234, %i3                            
        if ( !the_thread )                                            
          continue;                                                   
                                                                      
        rtems_object_get_name( the_thread->Object.id, sizeof(name), name );
                                                                      
        (*print)(                                                     
 20032a8:	ba 17 62 60 	or  %i5, 0x260, %i5                            
          /*                                                          
           * If this is the currently executing thread, account for time
           * since the last context switch.                           
           */                                                         
          ran = the_thread->cpu_time_used;                            
          if ( _Thread_Executing->Object.id == the_thread->Object.id ) {
 20032ac:	ae 15 e3 90 	or  %l7, 0x390, %l7                            
                                                                      
          /*                                                          
           * Print the information                                    
           */                                                         
                                                                      
          (*print)( context,                                          
 20032b0:	ac 15 a2 78 	or  %l6, 0x278, %l6                            
 20032b4:	a6 07 bf e0 	add  %fp, -32, %l3                             
            _Timestamp_Subtract(                                      
              &_Thread_Time_of_last_context_switch, &uptime, &used    
            );                                                        
            _Timestamp_Add_to( &ran, &used );                         
          };                                                          
          _Timestamp_Divide( &ran, &total, &ival, &fval );            
 20032b8:	aa 07 bf fc 	add  %fp, -4, %l5                              
 20032bc:	b8 07 bf f8 	add  %fp, -8, %i4                              
           * since the last context switch.                           
           */                                                         
          ran = the_thread->cpu_time_used;                            
          if ( _Thread_Executing->Object.id == the_thread->Object.id ) {
            Timestamp_Control used;                                   
            _Timestamp_Subtract(                                      
 20032c0:	b4 07 bf d8 	add  %fp, -40, %i2                             
  );                                                                  
                                                                      
  for ( api_index = 1 ;                                               
        api_index <= OBJECTS_APIS_LAST ;                              
        api_index++ ) {                                               
    if ( !_Objects_Information_table[ api_index ] )                   
 20032c4:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
 20032c8:	80 a0 60 00 	cmp  %g1, 0                                    
 20032cc:	22 80 00 47 	be,a   20033e8 <rtems_cpu_usage_report_with_plugin+0x198>
 20032d0:	b6 06 e0 04 	add  %i3, 4, %i3                               
      continue;                                                       
    information = _Objects_Information_table[ api_index ][ 1 ];       
 20032d4:	e2 00 60 04 	ld  [ %g1 + 4 ], %l1                           
    if ( information ) {                                              
 20032d8:	80 a4 60 00 	cmp  %l1, 0                                    
 20032dc:	22 80 00 43 	be,a   20033e8 <rtems_cpu_usage_report_with_plugin+0x198><== NEVER TAKEN
 20032e0:	b6 06 e0 04 	add  %i3, 4, %i3                               <== NOT EXECUTED
      for ( i=1 ; i <= information->maximum ; i++ ) {                 
 20032e4:	c2 14 60 10 	lduh  [ %l1 + 0x10 ], %g1                      
 20032e8:	86 90 60 00 	orcc  %g1, 0, %g3                              
 20032ec:	02 80 00 3e 	be  20033e4 <rtems_cpu_usage_report_with_plugin+0x194>
 20032f0:	a0 10 20 01 	mov  1, %l0                                    
        the_thread = (Thread_Control *)information->local_table[ i ]; 
 20032f4:	10 80 00 17 	b  2003350 <rtems_cpu_usage_report_with_plugin+0x100>
 20032f8:	c4 04 60 1c 	ld  [ %l1 + 0x1c ], %g2                        
            _Timestamp_Subtract(                                      
              &_Thread_Time_of_last_context_switch, &uptime, &used    
            );                                                        
            _Timestamp_Add_to( &ran, &used );                         
          };                                                          
          _Timestamp_Divide( &ran, &total, &ival, &fval );            
 20032fc:	96 10 00 1c 	mov  %i4, %o3                                  
 2003300:	90 10 00 13 	mov  %l3, %o0                                  
 2003304:	40 00 20 0e 	call  200b33c <_Timespec_Divide>               
 2003308:	92 10 00 14 	mov  %l4, %o1                                  
                                                                      
          /*                                                          
           * Print the information                                    
           */                                                         
                                                                      
          (*print)( context,                                          
 200330c:	d0 07 bf e4 	ld  [ %fp + -28 ], %o0                         
 2003310:	40 00 6d 1f 	call  201e78c <.udiv>                          
 2003314:	92 10 23 e8 	mov  0x3e8, %o1                                
 2003318:	d4 07 bf e0 	ld  [ %fp + -32 ], %o2                         
 200331c:	d8 07 bf fc 	ld  [ %fp + -4 ], %o4                          
 2003320:	da 07 bf f8 	ld  [ %fp + -8 ], %o5                          
 2003324:	96 10 00 08 	mov  %o0, %o3                                  
 2003328:	92 10 00 16 	mov  %l6, %o1                                  
 200332c:	9f c6 40 00 	call  %i1                                      
 2003330:	90 10 00 18 	mov  %i0, %o0                                  
 2003334:	c6 14 60 10 	lduh  [ %l1 + 0x10 ], %g3                      
        api_index++ ) {                                               
    if ( !_Objects_Information_table[ api_index ] )                   
      continue;                                                       
    information = _Objects_Information_table[ api_index ][ 1 ];       
    if ( information ) {                                              
      for ( i=1 ; i <= information->maximum ; i++ ) {                 
 2003338:	83 28 e0 10 	sll  %g3, 0x10, %g1                            
 200333c:	83 30 60 10 	srl  %g1, 0x10, %g1                            
 2003340:	80 a0 40 10 	cmp  %g1, %l0                                  
 2003344:	2a 80 00 29 	bcs,a   20033e8 <rtems_cpu_usage_report_with_plugin+0x198>
 2003348:	b6 06 e0 04 	add  %i3, 4, %i3                               
        the_thread = (Thread_Control *)information->local_table[ i ]; 
 200334c:	c4 04 60 1c 	ld  [ %l1 + 0x1c ], %g2                        
 2003350:	83 2c 20 02 	sll  %l0, 2, %g1                               
 2003354:	c2 00 80 01 	ld  [ %g2 + %g1 ], %g1                         
                                                                      
        if ( !the_thread )                                            
          continue;                                                   
                                                                      
        rtems_object_get_name( the_thread->Object.id, sizeof(name), name );
 2003358:	94 10 00 12 	mov  %l2, %o2                                  
 200335c:	92 10 20 0d 	mov  0xd, %o1                                  
    information = _Objects_Information_table[ api_index ][ 1 ];       
    if ( information ) {                                              
      for ( i=1 ; i <= information->maximum ; i++ ) {                 
        the_thread = (Thread_Control *)information->local_table[ i ]; 
                                                                      
        if ( !the_thread )                                            
 2003360:	80 a0 60 00 	cmp  %g1, 0                                    
 2003364:	02 bf ff f5 	be  2003338 <rtems_cpu_usage_report_with_plugin+0xe8><== NEVER TAKEN
 2003368:	a0 04 20 01 	inc  %l0                                       
          continue;                                                   
                                                                      
        rtems_object_get_name( the_thread->Object.id, sizeof(name), name );
 200336c:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           
 2003370:	40 00 10 7e 	call  2007568 <rtems_object_get_name>          
 2003374:	c2 27 bf c4 	st  %g1, [ %fp + -60 ]                         
                                                                      
        (*print)(                                                     
 2003378:	c2 07 bf c4 	ld  [ %fp + -60 ], %g1                         
 200337c:	90 10 00 18 	mov  %i0, %o0                                  
 2003380:	d4 00 60 08 	ld  [ %g1 + 8 ], %o2                           
 2003384:	92 10 00 1d 	mov  %i5, %o1                                  
 2003388:	9f c6 40 00 	call  %i1                                      
 200338c:	96 10 00 12 	mov  %l2, %o3                                  
        #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                    
          /*                                                          
           * If this is the currently executing thread, account for time
           * since the last context switch.                           
           */                                                         
          ran = the_thread->cpu_time_used;                            
 2003390:	c2 07 bf c4 	ld  [ %fp + -60 ], %g1                         
          if ( _Thread_Executing->Object.id == the_thread->Object.id ) {
 2003394:	c4 05 c0 00 	ld  [ %l7 ], %g2                               
        #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                    
          /*                                                          
           * If this is the currently executing thread, account for time
           * since the last context switch.                           
           */                                                         
          ran = the_thread->cpu_time_used;                            
 2003398:	c6 00 60 84 	ld  [ %g1 + 0x84 ], %g3                        
 200339c:	c6 27 bf e0 	st  %g3, [ %fp + -32 ]                         
 20033a0:	c6 00 60 88 	ld  [ %g1 + 0x88 ], %g3                        
 20033a4:	c6 27 bf e4 	st  %g3, [ %fp + -28 ]                         
          if ( _Thread_Executing->Object.id == the_thread->Object.id ) {
 20033a8:	c4 00 a0 08 	ld  [ %g2 + 8 ], %g2                           
 20033ac:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
 20033b0:	80 a0 80 01 	cmp  %g2, %g1                                  
 20033b4:	32 bf ff d2 	bne,a   20032fc <rtems_cpu_usage_report_with_plugin+0xac>
 20033b8:	94 10 00 15 	mov  %l5, %o2                                  
            Timestamp_Control used;                                   
            _Timestamp_Subtract(                                      
 20033bc:	92 07 bf f0 	add  %fp, -16, %o1                             
 20033c0:	94 10 00 1a 	mov  %i2, %o2                                  
 20033c4:	11 00 80 ac 	sethi  %hi(0x202b000), %o0                     
 20033c8:	40 00 20 6f 	call  200b584 <_Timespec_Subtract>             
 20033cc:	90 12 23 98 	or  %o0, 0x398, %o0	! 202b398 <_Thread_Time_of_last_context_switch>
              &_Thread_Time_of_last_context_switch, &uptime, &used    
            );                                                        
            _Timestamp_Add_to( &ran, &used );                         
 20033d0:	90 10 00 13 	mov  %l3, %o0                                  
 20033d4:	40 00 1f c1 	call  200b2d8 <_Timespec_Add_to>               
 20033d8:	92 10 00 1a 	mov  %i2, %o1                                  
          };                                                          
          _Timestamp_Divide( &ran, &total, &ival, &fval );            
 20033dc:	10 bf ff c8 	b  20032fc <rtems_cpu_usage_report_with_plugin+0xac>
 20033e0:	94 10 00 15 	mov  %l5, %o2                                  
        api_index++ ) {                                               
    if ( !_Objects_Information_table[ api_index ] )                   
      continue;                                                       
    information = _Objects_Information_table[ api_index ][ 1 ];       
    if ( information ) {                                              
      for ( i=1 ; i <= information->maximum ; i++ ) {                 
 20033e4:	b6 06 e0 04 	add  %i3, 4, %i3                               
       " ID         | NAME                                   | TICKS         | PERCENT\n"
     #endif                                                           
     "------------+----------------------------------------+---------------+---------\n"
  );                                                                  
                                                                      
  for ( api_index = 1 ;                                               
 20033e8:	03 00 80 ac 	sethi  %hi(0x202b000), %g1                     
 20033ec:	82 10 62 44 	or  %g1, 0x244, %g1	! 202b244 <_Objects_Information_table+0x14>
 20033f0:	80 a6 c0 01 	cmp  %i3, %g1                                  
 20033f4:	32 bf ff b5 	bne,a   20032c8 <rtems_cpu_usage_report_with_plugin+0x78>
 20033f8:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
      }                                                               
    }                                                                 
  }                                                                   
                                                                      
  #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                          
    (*print)(                                                         
 20033fc:	d0 07 bf ec 	ld  [ %fp + -20 ], %o0                         
 2003400:	40 00 6c e3 	call  201e78c <.udiv>                          
 2003404:	92 10 23 e8 	mov  0x3e8, %o1                                
 2003408:	d4 07 bf e8 	ld  [ %fp + -24 ], %o2                         
 200340c:	96 10 00 08 	mov  %o0, %o3                                  
 2003410:	13 00 80 82 	sethi  %hi(0x2020800), %o1                     
 2003414:	90 10 00 18 	mov  %i0, %o0                                  
 2003418:	9f c6 40 00 	call  %i1                                      
 200341c:	92 12 62 90 	or  %o1, 0x290, %o1                            
 2003420:	81 c7 e0 08 	ret                                            
 2003424:	81 e8 00 00 	restore                                        
                                                                      

0200f394 <rtems_deviceio_errno>: { 0, 0, 0 }, }; int rtems_deviceio_errno(rtems_status_code code) {
 200f394:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
    int rc;                                                           
                                                                      
    if ((rc = rtems_assoc_remote_by_local(errno_assoc, (uint32_t  ) code)))
 200f398:	11 00 80 6e 	sethi  %hi(0x201b800), %o0                     <== NOT EXECUTED
 200f39c:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
 200f3a0:	40 00 00 0a 	call  200f3c8 <rtems_assoc_remote_by_local>    <== NOT EXECUTED
 200f3a4:	90 12 21 70 	or  %o0, 0x170, %o0                            <== NOT EXECUTED
 200f3a8:	a0 92 20 00 	orcc  %o0, 0, %l0                              <== NOT EXECUTED
 200f3ac:	02 80 00 05 	be  200f3c0 <rtems_deviceio_errno+0x2c>        <== NOT EXECUTED
 200f3b0:	01 00 00 00 	nop                                            <== NOT EXECUTED
    {                                                                 
        errno = rc;                                                   
 200f3b4:	40 00 02 9e 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200f3b8:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200f3bc:	e0 22 00 00 	st  %l0, [ %o0 ]                               <== NOT EXECUTED
        return -1;                                                    
    }                                                                 
    return -1;                                                        
}                                                                     
 200f3c0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200f3c4:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
                                                                      

02007ff4 <rtems_error>: int rtems_error( rtems_error_code_t error_flag, const char *printf_format, ... ) {
 2007ff4:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
    va_list arglist;                                                  
    int chars_written;                                                
                                                                      
    va_start(arglist, printf_format);                                 
 2007ff8:	94 07 a0 4c 	add  %fp, 0x4c, %o2                            <== NOT EXECUTED
 2007ffc:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        <== NOT EXECUTED
 2008000:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        <== NOT EXECUTED
 2008004:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        <== NOT EXECUTED
 2008008:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        <== NOT EXECUTED
    chars_written = rtems_verror(error_flag, printf_format, arglist); 
 200800c:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 2008010:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 2008014:	7f ff ff 7e 	call  2007e0c <rtems_verror>                   <== NOT EXECUTED
 2008018:	d4 27 bf fc 	st  %o2, [ %fp + -4 ]                          <== NOT EXECUTED
    va_end(arglist);                                                  
                                                                      
    return chars_written;                                             
}                                                                     
 200801c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2008020:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
                                                                      

020025f4 <rtems_filesystem_dirname>: } int rtems_filesystem_dirname( const char *pathname ) {
 20025f4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  int len = strlen( pathname );                                       
 20025f8:	40 00 39 c5 	call  2010d0c <strlen>                         
 20025fc:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  while ( len ) {                                                     
 2002600:	80 a2 20 00 	cmp  %o0, 0                                    
 2002604:	02 80 00 17 	be  2002660 <rtems_filesystem_dirname+0x6c>    <== NEVER TAKEN
 2002608:	84 10 00 08 	mov  %o0, %g2                                  
    len--;                                                            
 200260c:	90 02 3f ff 	add  %o0, -1, %o0                              
    if ( rtems_filesystem_is_separator( pathname[len] ) )             
 2002610:	c2 4e 00 08 	ldsb  [ %i0 + %o0 ], %g1                       
 2002614:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 2002618:	02 80 00 12 	be  2002660 <rtems_filesystem_dirname+0x6c>    <== NEVER TAKEN
 200261c:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2002620:	02 80 00 10 	be  2002660 <rtems_filesystem_dirname+0x6c>    <== NEVER TAKEN
 2002624:	80 a0 60 00 	cmp  %g1, 0                                    
 2002628:	02 80 00 0e 	be  2002660 <rtems_filesystem_dirname+0x6c>    <== NEVER TAKEN
 200262c:	a0 06 00 02 	add  %i0, %g2, %l0                             
  const char  *pathname                                               
)                                                                     
{                                                                     
  int len = strlen( pathname );                                       
                                                                      
  while ( len ) {                                                     
 2002630:	80 a2 20 00 	cmp  %o0, 0                                    
 2002634:	02 80 00 0b 	be  2002660 <rtems_filesystem_dirname+0x6c>    
 2002638:	01 00 00 00 	nop                                            
    len--;                                                            
    if ( rtems_filesystem_is_separator( pathname[len] ) )             
 200263c:	c2 4c 3f fe 	ldsb  [ %l0 + -2 ], %g1                        
 2002640:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 2002644:	02 80 00 07 	be  2002660 <rtems_filesystem_dirname+0x6c>    <== NEVER TAKEN
 2002648:	90 02 3f ff 	add  %o0, -1, %o0                              
 200264c:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2002650:	02 80 00 04 	be  2002660 <rtems_filesystem_dirname+0x6c>    
 2002654:	80 a0 60 00 	cmp  %g1, 0                                    
 2002658:	12 bf ff f6 	bne  2002630 <rtems_filesystem_dirname+0x3c>   <== ALWAYS TAKEN
 200265c:	a0 04 3f ff 	add  %l0, -1, %l0                              
      break;                                                          
  }                                                                   
                                                                      
  return len;                                                         
}                                                                     
 2002660:	81 c7 e0 08 	ret                                            
 2002664:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

0200276c <rtems_filesystem_evaluate_path>: int pathnamelen, int flags, rtems_filesystem_location_info_t *pathloc, int follow_link ) {
 200276c:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   * Verify Input parameters.                                         
   */                                                                 
                                                                      
  if ( !pathname )                                                    
 2002770:	80 a6 20 00 	cmp  %i0, 0                                    
 2002774:	02 80 00 34 	be  2002844 <rtems_filesystem_evaluate_path+0xd8><== NEVER TAKEN
 2002778:	80 a6 e0 00 	cmp  %i3, 0                                    
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  if ( !pathloc )                                                     
 200277c:	22 80 00 2c 	be,a   200282c <rtems_filesystem_evaluate_path+0xc0><== NEVER TAKEN
 2002780:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
                                                                      
  /*                                                                  
   * Evaluate the path using the optable evalpath.                    
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( pathname, &i, pathloc );            
 2002784:	c2 4e 00 00 	ldsb  [ %i0 ], %g1                             
 2002788:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 200278c:	22 80 00 18 	be,a   20027ec <rtems_filesystem_evaluate_path+0x80><== NEVER TAKEN
 2002790:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
 2002794:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 2002798:	22 80 00 15 	be,a   20027ec <rtems_filesystem_evaluate_path+0x80>
 200279c:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 20027a0:	80 a0 60 00 	cmp  %g1, 0                                    
 20027a4:	02 80 00 12 	be  20027ec <rtems_filesystem_evaluate_path+0x80><== NEVER TAKEN
 20027a8:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 20027ac:	c4 00 63 30 	ld  [ %g1 + 0x330 ], %g2	! 201c330 <rtems_current_user_env>
 20027b0:	86 10 20 00 	clr  %g3                                       
 20027b4:	c8 00 a0 04 	ld  [ %g2 + 4 ], %g4                           
 20027b8:	82 10 20 00 	clr  %g1                                       
 20027bc:	c8 26 c0 00 	st  %g4, [ %i3 ]                               
 20027c0:	c8 00 a0 08 	ld  [ %g2 + 8 ], %g4                           
 20027c4:	c8 26 e0 04 	st  %g4, [ %i3 + 4 ]                           
 20027c8:	c8 00 a0 0c 	ld  [ %g2 + 0xc ], %g4                         
                                                                      
  /*                                                                  
   * We evaluation the path relative to the start location we get got.
   */                                                                 
  return rtems_filesystem_evaluate_relative_path( &pathname[i],       
 20027cc:	b2 26 40 01 	sub  %i1, %g1, %i1                             
                                                                      
  /*                                                                  
   * Evaluate the path using the optable evalpath.                    
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( pathname, &i, pathloc );            
 20027d0:	c8 26 e0 08 	st  %g4, [ %i3 + 8 ]                           
 20027d4:	c8 00 a0 10 	ld  [ %g2 + 0x10 ], %g4                        
 20027d8:	c8 26 e0 0c 	st  %g4, [ %i3 + 0xc ]                         
 20027dc:	c4 00 a0 14 	ld  [ %g2 + 0x14 ], %g2                        
 20027e0:	c4 26 e0 10 	st  %g2, [ %i3 + 0x10 ]                        
                                                                      
  /*                                                                  
   * We evaluation the path relative to the start location we get got.
   */                                                                 
  return rtems_filesystem_evaluate_relative_path( &pathname[i],       
 20027e4:	7f ff ff a1 	call  2002668 <rtems_filesystem_evaluate_relative_path>
 20027e8:	91 ee 00 03 	restore  %i0, %g3, %o0                         
                                                                      
  /*                                                                  
   * Evaluate the path using the optable evalpath.                    
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( pathname, &i, pathloc );            
 20027ec:	c4 00 63 30 	ld  [ %g1 + 0x330 ], %g2                       
 20027f0:	86 10 20 01 	mov  1, %g3                                    
 20027f4:	c8 00 a0 18 	ld  [ %g2 + 0x18 ], %g4                        
 20027f8:	82 10 20 01 	mov  1, %g1                                    
 20027fc:	c8 26 c0 00 	st  %g4, [ %i3 ]                               
 2002800:	c8 00 a0 1c 	ld  [ %g2 + 0x1c ], %g4                        
 2002804:	c8 26 e0 04 	st  %g4, [ %i3 + 4 ]                           
 2002808:	c8 00 a0 20 	ld  [ %g2 + 0x20 ], %g4                        
                                                                      
  /*                                                                  
   * We evaluation the path relative to the start location we get got.
   */                                                                 
  return rtems_filesystem_evaluate_relative_path( &pathname[i],       
 200280c:	b2 26 40 01 	sub  %i1, %g1, %i1                             
                                                                      
  /*                                                                  
   * Evaluate the path using the optable evalpath.                    
   */                                                                 
                                                                      
  rtems_filesystem_get_start_loc( pathname, &i, pathloc );            
 2002810:	c8 26 e0 08 	st  %g4, [ %i3 + 8 ]                           
 2002814:	c8 00 a0 24 	ld  [ %g2 + 0x24 ], %g4                        
 2002818:	c8 26 e0 0c 	st  %g4, [ %i3 + 0xc ]                         
 200281c:	c4 00 a0 28 	ld  [ %g2 + 0x28 ], %g2                        
 2002820:	c4 26 e0 10 	st  %g2, [ %i3 + 0x10 ]                        
                                                                      
  /*                                                                  
   * We evaluation the path relative to the start location we get got.
   */                                                                 
  return rtems_filesystem_evaluate_relative_path( &pathname[i],       
 2002824:	7f ff ff 91 	call  2002668 <rtems_filesystem_evaluate_relative_path>
 2002828:	91 ee 00 03 	restore  %i0, %g3, %o0                         
                                                                      
  if ( !pathname )                                                    
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  if ( !pathloc )                                                     
    rtems_set_errno_and_return_minus_one( EIO );       /* should never happen */
 200282c:	40 00 35 80 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002830:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002834:	82 10 20 05 	mov  5, %g1	! 5 <PROM_START+0x5>               <== NOT EXECUTED
 2002838:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
  return rtems_filesystem_evaluate_relative_path( &pathname[i],       
                                                  pathnamelen - i,    
                                                  flags,              
                                                  pathloc,            
                                                  follow_link );      
}                                                                     
 200283c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002840:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   * Verify Input parameters.                                         
   */                                                                 
                                                                      
  if ( !pathname )                                                    
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 2002844:	40 00 35 7a 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002848:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200284c:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 2002850:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002854:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002858:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02002668 <rtems_filesystem_evaluate_relative_path>: int pathnamelen, int flags, rtems_filesystem_location_info_t *pathloc, int follow_link ) {
 2002668:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
  /*                                                                  
   * Verify Input parameters.                                         
   */                                                                 
                                                                      
  if ( !pathname )                                                    
 200266c:	80 a6 20 00 	cmp  %i0, 0                                    
 2002670:	02 80 00 33 	be  200273c <rtems_filesystem_evaluate_relative_path+0xd4><== NEVER TAKEN
 2002674:	80 a6 e0 00 	cmp  %i3, 0                                    
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  if ( !pathloc )                                                     
 2002678:	02 80 00 37 	be  2002754 <rtems_filesystem_evaluate_relative_path+0xec><== NEVER TAKEN
 200267c:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EIO );       /* should never happen */
                                                                      
  if ( !pathloc->ops->evalpath_h )                                    
 2002680:	c2 06 e0 0c 	ld  [ %i3 + 0xc ], %g1                         
 2002684:	c2 00 40 00 	ld  [ %g1 ], %g1                               
 2002688:	80 a0 60 00 	cmp  %g1, 0                                    
 200268c:	02 80 00 26 	be  2002724 <rtems_filesystem_evaluate_relative_path+0xbc><== NEVER TAKEN
 2002690:	90 10 00 18 	mov  %i0, %o0                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  result = (*pathloc->ops->evalpath_h)( pathname, pathnamelen, flags, pathloc );
 2002694:	92 10 00 19 	mov  %i1, %o1                                  
 2002698:	94 10 00 1a 	mov  %i2, %o2                                  
 200269c:	9f c0 40 00 	call  %g1                                      
 20026a0:	96 10 00 1b 	mov  %i3, %o3                                  
  /*                                                                  
   * Get the Node type and determine if you need to follow the link or
   * not.                                                             
   */                                                                 
                                                                      
  if ( (result == 0) && follow_link ) {                               
 20026a4:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 20026a8:	12 80 00 0f 	bne  20026e4 <rtems_filesystem_evaluate_relative_path+0x7c>
 20026ac:	80 a7 20 00 	cmp  %i4, 0                                    
 20026b0:	02 80 00 2d 	be  2002764 <rtems_filesystem_evaluate_relative_path+0xfc>
 20026b4:	01 00 00 00 	nop                                            
                                                                      
    if ( !pathloc->ops->node_type_h ){                                
 20026b8:	c4 06 e0 0c 	ld  [ %i3 + 0xc ], %g2                         
 20026bc:	c2 00 a0 10 	ld  [ %g2 + 0x10 ], %g1                        
 20026c0:	80 a0 60 00 	cmp  %g1, 0                                    
 20026c4:	22 80 00 13 	be,a   2002710 <rtems_filesystem_evaluate_relative_path+0xa8><== NEVER TAKEN
 20026c8:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
      rtems_filesystem_freenode( pathloc );                           
      rtems_set_errno_and_return_minus_one( ENOTSUP );                
    }                                                                 
                                                                      
    type = (*pathloc->ops->node_type_h)( pathloc );                   
 20026cc:	9f c0 40 00 	call  %g1                                      
 20026d0:	90 10 00 1b 	mov  %i3, %o0                                  
                                                                      
    if ( ( type == RTEMS_FILESYSTEM_HARD_LINK ) ||                    
 20026d4:	90 02 3f fd 	add  %o0, -3, %o0                              
 20026d8:	80 a2 20 01 	cmp  %o0, 1                                    
 20026dc:	28 80 00 04 	bleu,a   20026ec <rtems_filesystem_evaluate_relative_path+0x84>
 20026e0:	c4 06 e0 0c 	ld  [ %i3 + 0xc ], %g2                         
        result =  (*pathloc->ops->eval_link_h)( pathloc, flags );     
    }                                                                 
  }                                                                   
                                                                      
  return result;                                                      
}                                                                     
 20026e4:	81 c7 e0 08 	ret                                            
 20026e8:	81 e8 00 00 	restore                                        
    type = (*pathloc->ops->node_type_h)( pathloc );                   
                                                                      
    if ( ( type == RTEMS_FILESYSTEM_HARD_LINK ) ||                    
         ( type == RTEMS_FILESYSTEM_SYM_LINK ) ) {                    
                                                                      
        if ( !pathloc->ops->eval_link_h ){                            
 20026ec:	c2 00 a0 34 	ld  [ %g2 + 0x34 ], %g1                        
 20026f0:	80 a0 60 00 	cmp  %g1, 0                                    
 20026f4:	02 80 00 06 	be  200270c <rtems_filesystem_evaluate_relative_path+0xa4><== NEVER TAKEN
 20026f8:	90 10 00 1b 	mov  %i3, %o0                                  
         *    pathloc will be passed up (and eventually released).    
         *    Hence, the (valid) originial node that we submit to     
         *    eval_link_h() should be released by the handler.        
         */                                                           
                                                                      
        result =  (*pathloc->ops->eval_link_h)( pathloc, flags );     
 20026fc:	9f c0 40 00 	call  %g1                                      
 2002700:	92 10 00 1a 	mov  %i2, %o1                                  
    }                                                                 
  }                                                                   
                                                                      
  return result;                                                      
}                                                                     
 2002704:	81 c7 e0 08 	ret                                            
 2002708:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      
    if ( ( type == RTEMS_FILESYSTEM_HARD_LINK ) ||                    
         ( type == RTEMS_FILESYSTEM_SYM_LINK ) ) {                    
                                                                      
        if ( !pathloc->ops->eval_link_h ){                            
          rtems_filesystem_freenode( pathloc );                       
 200270c:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 2002710:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002714:	02 80 00 04 	be  2002724 <rtems_filesystem_evaluate_relative_path+0xbc><== NOT EXECUTED
 2002718:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200271c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002720:	90 10 00 1b 	mov  %i3, %o0                                  <== NOT EXECUTED
          rtems_set_errno_and_return_minus_one( ENOTSUP );            
 2002724:	40 00 35 c2 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002728:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200272c:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2002730:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002734:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002738:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   * Verify Input parameters.                                         
   */                                                                 
                                                                      
  if ( !pathname )                                                    
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 200273c:	40 00 35 bc 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002740:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002744:	82 10 20 0e 	mov  0xe, %g1                                  <== NOT EXECUTED
 2002748:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200274c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2002750:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  if ( !pathloc )                                                     
    rtems_set_errno_and_return_minus_one( EIO );       /* should never happen */
 2002754:	40 00 35 b6 	call  200fe2c <__errno>                        <== NOT EXECUTED
 2002758:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200275c:	82 10 20 05 	mov  5, %g1                                    <== NOT EXECUTED
 2002760:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002764:	81 c7 e0 08 	ret                                            
 2002768:	81 e8 00 00 	restore                                        
                                                                      

02002414 <rtems_filesystem_initialize>: * configuration is a single instantiation of the IMFS or miniIMFS with * a single "/dev" directory in it. */ void rtems_filesystem_initialize( void ) {
 2002414:	9d e3 bf 88 	save  %sp, -120, %sp                           
                                                                      
  /*                                                                  
   *  Set the default umask to "022".                                 
   */                                                                 
                                                                      
  rtems_filesystem_umask = 022;                                       
 2002418:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
 200241c:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 2002420:	84 10 20 12 	mov  0x12, %g2                                 
                                                                      
                                                                      
  init_fs_mount_table();                                              
 2002424:	40 00 01 ea 	call  2002bcc <init_fs_mount_table>            
 2002428:	c4 20 60 2c 	st  %g2, [ %g1 + 0x2c ]                        
                                                                      
  /*                                                                  
   *  mount the first filesystem.                                     
   */                                                                 
                                                                      
  if ( rtems_filesystem_mount_table_size == 0 )                       
 200242c:	03 00 80 6b 	sethi  %hi(0x201ac00), %g1                     
 2002430:	c2 00 61 70 	ld  [ %g1 + 0x170 ], %g1	! 201ad70 <rtems_filesystem_mount_table_size>
 2002434:	80 a0 60 00 	cmp  %g1, 0                                    
 2002438:	02 80 00 45 	be  200254c <rtems_filesystem_initialize+0x138><== NEVER TAKEN
 200243c:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
    rtems_fatal_error_occurred( 0xABCD0001 );                         
                                                                      
  mt = &rtems_filesystem_mount_table[0];                              
 2002440:	c2 00 61 7c 	ld  [ %g1 + 0x17c ], %g1	! 201c17c <rtems_filesystem_mount_table>
                                                                      
  status = mount(                                                     
 2002444:	90 07 bf fc 	add  %fp, -4, %o0                              
 2002448:	d8 00 60 0c 	ld  [ %g1 + 0xc ], %o4                         
 200244c:	d2 00 40 00 	ld  [ %g1 ], %o1                               
 2002450:	d4 00 60 04 	ld  [ %g1 + 4 ], %o2                           
 2002454:	40 00 01 e6 	call  2002bec <mount>                          
 2002458:	d6 00 60 08 	ld  [ %g1 + 8 ], %o3                           
     &entry, mt->fs_ops, mt->fsoptions, mt->device, mt->mount_point );
                                                                      
  if ( status == -1 )                                                 
 200245c:	80 a2 3f ff 	cmp  %o0, -1                                   
 2002460:	02 80 00 40 	be  2002560 <rtems_filesystem_initialize+0x14c><== NEVER TAKEN
 2002464:	c4 07 bf fc 	ld  [ %fp + -4 ], %g2                          
    rtems_fatal_error_occurred( 0xABCD0002 );                         
                                                                      
  rtems_filesystem_link_counts = 0;                                   
 2002468:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1                       
   *       set_private_env() - but then: that's                       
   *       gonna hit performance.                                     
   *                                                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
 200246c:	c6 00 a0 1c 	ld  [ %g2 + 0x1c ], %g3                        
     &entry, mt->fs_ops, mt->fsoptions, mt->device, mt->mount_point );
                                                                      
  if ( status == -1 )                                                 
    rtems_fatal_error_occurred( 0xABCD0002 );                         
                                                                      
  rtems_filesystem_link_counts = 0;                                   
 2002470:	c0 30 60 30 	clrh  [ %g1 + 0x30 ]                           
   *       set_private_env() - but then: that's                       
   *       gonna hit performance.                                     
   *                                                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
 2002474:	c6 20 60 18 	st  %g3, [ %g1 + 0x18 ]                        
 2002478:	c6 00 a0 20 	ld  [ %g2 + 0x20 ], %g3                        
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 200247c:	a4 07 bf e8 	add  %fp, -24, %l2                             
   *       set_private_env() - but then: that's                       
   *       gonna hit performance.                                     
   *                                                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
 2002480:	c6 20 60 1c 	st  %g3, [ %g1 + 0x1c ]                        
 2002484:	c6 00 a0 24 	ld  [ %g2 + 0x24 ], %g3                        
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2002488:	23 00 80 6c 	sethi  %hi(0x201b000), %l1                     
   *       set_private_env() - but then: that's                       
   *       gonna hit performance.                                     
   *                                                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
 200248c:	c6 20 60 20 	st  %g3, [ %g1 + 0x20 ]                        
 2002490:	c6 00 a0 28 	ld  [ %g2 + 0x28 ], %g3                        
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2002494:	92 10 20 01 	mov  1, %o1                                    
   *       set_private_env() - but then: that's                       
   *       gonna hit performance.                                     
   *                                                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
 2002498:	c6 20 60 24 	st  %g3, [ %g1 + 0x24 ]                        
 200249c:	c4 00 a0 2c 	ld  [ %g2 + 0x2c ], %g2                        
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024a0:	94 10 20 00 	clr  %o2                                       
   *       set_private_env() - but then: that's                       
   *       gonna hit performance.                                     
   *                                                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
 20024a4:	c4 20 60 28 	st  %g2, [ %g1 + 0x28 ]                        
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024a8:	96 10 00 12 	mov  %l2, %o3                                  
 20024ac:	98 10 20 00 	clr  %o4                                       
 20024b0:	40 00 00 af 	call  200276c <rtems_filesystem_evaluate_path> 
 20024b4:	90 14 61 50 	or  %l1, 0x150, %o0                            
  rtems_filesystem_root        = loc;                                 
 20024b8:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1                       
 20024bc:	c4 07 bf e8 	ld  [ %fp + -24 ], %g2                         
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024c0:	96 10 00 12 	mov  %l2, %o3                                  
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
 20024c4:	c4 20 60 18 	st  %g2, [ %g1 + 0x18 ]                        
 20024c8:	c4 07 bf ec 	ld  [ %fp + -20 ], %g2                         
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024cc:	92 10 20 01 	mov  1, %o1                                    
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
 20024d0:	c4 20 60 1c 	st  %g2, [ %g1 + 0x1c ]                        
 20024d4:	c4 07 bf f0 	ld  [ %fp + -16 ], %g2                         
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024d8:	94 10 20 00 	clr  %o2                                       
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
 20024dc:	c4 20 60 20 	st  %g2, [ %g1 + 0x20 ]                        
 20024e0:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024e4:	98 10 20 00 	clr  %o4                                       
   *       Till Straumann, 10/25/2002                                 
   */                                                                 
  rtems_filesystem_root        = entry->mt_fs_root;                   
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
 20024e8:	c4 20 60 24 	st  %g2, [ %g1 + 0x24 ]                        
 20024ec:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 20024f0:	90 14 61 50 	or  %l1, 0x150, %o0                            
 20024f4:	40 00 00 9e 	call  200276c <rtems_filesystem_evaluate_path> 
 20024f8:	c4 20 60 28 	st  %g2, [ %g1 + 0x28 ]                        
  rtems_filesystem_current     = loc;                                 
 20024fc:	c4 07 bf e8 	ld  [ %fp + -24 ], %g2                         
 2002500:	c2 04 23 30 	ld  [ %l0 + 0x330 ], %g1                       
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).  It is actually
   *        created that way by the IMFS.                             
   */                                                                 
                                                                      
  status = mkdir( "/dev", 0777);                                      
 2002504:	11 00 80 6c 	sethi  %hi(0x201b000), %o0                     
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_current     = loc;                                 
 2002508:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
 200250c:	c4 07 bf ec 	ld  [ %fp + -20 ], %g2                         
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).  It is actually
   *        created that way by the IMFS.                             
   */                                                                 
                                                                      
  status = mkdir( "/dev", 0777);                                      
 2002510:	90 12 21 58 	or  %o0, 0x158, %o0                            
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_current     = loc;                                 
 2002514:	c4 20 60 08 	st  %g2, [ %g1 + 8 ]                           
 2002518:	c4 07 bf f0 	ld  [ %fp + -16 ], %g2                         
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).  It is actually
   *        created that way by the IMFS.                             
   */                                                                 
                                                                      
  status = mkdir( "/dev", 0777);                                      
 200251c:	92 10 21 ff 	mov  0x1ff, %o1                                
  /* Clone the root pathloc */                                        
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root        = loc;                                 
  /* One more clone for the current node */                           
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_current     = loc;                                 
 2002520:	c4 20 60 0c 	st  %g2, [ %g1 + 0xc ]                         
 2002524:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
 2002528:	c4 20 60 10 	st  %g2, [ %g1 + 0x10 ]                        
 200252c:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
   *                                                                  
   *  NOTE: UNIX root is 755 and owned by root/root (0/0).  It is actually
   *        created that way by the IMFS.                             
   */                                                                 
                                                                      
  status = mkdir( "/dev", 0777);                                      
 2002530:	40 00 01 3f 	call  2002a2c <mkdir>                          
 2002534:	c4 20 60 14 	st  %g2, [ %g1 + 0x14 ]                        
  if ( status != 0 )                                                  
 2002538:	80 a2 20 00 	cmp  %o0, 0                                    
 200253c:	12 80 00 07 	bne  2002558 <rtems_filesystem_initialize+0x144><== NEVER TAKEN
 2002540:	11 2a f3 40 	sethi  %hi(0xabcd0000), %o0                    
 2002544:	81 c7 e0 08 	ret                                            
 2002548:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  mount the first filesystem.                                     
   */                                                                 
                                                                      
  if ( rtems_filesystem_mount_table_size == 0 )                       
    rtems_fatal_error_occurred( 0xABCD0001 );                         
 200254c:	11 2a f3 40 	sethi  %hi(0xabcd0000), %o0                    <== NOT EXECUTED
 2002550:	40 00 10 5c 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2002554:	90 12 20 01 	or  %o0, 1, %o0	! abcd0001 <RAM_END+0xa98d0001><== NOT EXECUTED
   *        created that way by the IMFS.                             
   */                                                                 
                                                                      
  status = mkdir( "/dev", 0777);                                      
  if ( status != 0 )                                                  
    rtems_fatal_error_occurred( 0xABCD0003 );                         
 2002558:	40 00 10 5a 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 200255c:	90 12 20 03 	or  %o0, 3, %o0                                <== NOT EXECUTED
                                                                      
  status = mount(                                                     
     &entry, mt->fs_ops, mt->fsoptions, mt->device, mt->mount_point );
                                                                      
  if ( status == -1 )                                                 
    rtems_fatal_error_occurred( 0xABCD0002 );                         
 2002560:	11 2a f3 40 	sethi  %hi(0xabcd0000), %o0                    <== NOT EXECUTED
 2002564:	40 00 10 57 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2002568:	90 12 20 02 	or  %o0, 2, %o0	! abcd0002 <RAM_END+0xa98d0002><== NOT EXECUTED
                                                                      

02009e44 <rtems_filesystem_nodes_equal>: ); bool rtems_filesystem_nodes_equal( const rtems_filesystem_location_info_t *loc1, const rtems_filesystem_location_info_t *loc2 ){
 2009e44:	c2 02 00 00 	ld  [ %o0 ], %g1                               <== NOT EXECUTED
 2009e48:	c4 02 40 00 	ld  [ %o1 ], %g2                               <== NOT EXECUTED
 2009e4c:	82 18 40 02 	xor  %g1, %g2, %g1                             <== NOT EXECUTED
 2009e50:	80 a0 00 01 	cmp  %g0, %g1                                  <== NOT EXECUTED
  return ( loc1->node_access == loc2->node_access );                  
}                                                                     
 2009e54:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2009e58:	90 60 3f ff 	subx  %g0, -1, %o0                             <== NOT EXECUTED
                                                                      

02002570 <rtems_filesystem_prefix_separators>: int rtems_filesystem_prefix_separators( const char *pathname, int pathnamelen ) {
 2002570:	82 10 00 08 	mov  %o0, %g1                                  
  /*                                                                  
   * Eat any separators at start of the path.                         
   */                                                                 
  int stripped = 0;                                                   
  while ( *pathname && pathnamelen && rtems_filesystem_is_separator( *pathname ) )
 2002574:	80 a2 60 00 	cmp  %o1, 0                                    
 2002578:	02 80 00 1c 	be  20025e8 <rtems_filesystem_prefix_separators+0x78><== NEVER TAKEN
 200257c:	c4 0a 00 00 	ldub  [ %o0 ], %g2                             
 2002580:	85 28 a0 18 	sll  %g2, 0x18, %g2                            
 2002584:	85 38 a0 18 	sra  %g2, 0x18, %g2                            
 2002588:	80 a0 a0 00 	cmp  %g2, 0                                    
 200258c:	02 80 00 17 	be  20025e8 <rtems_filesystem_prefix_separators+0x78><== NEVER TAKEN
 2002590:	80 a0 a0 5c 	cmp  %g2, 0x5c                                 
 2002594:	12 80 00 13 	bne  20025e0 <rtems_filesystem_prefix_separators+0x70><== ALWAYS TAKEN
 2002598:	80 a0 a0 2f 	cmp  %g2, 0x2f                                 
 200259c:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
  {                                                                   
    pathname++;                                                       
    pathnamelen--;                                                    
    stripped++;                                                       
 20025a0:	90 02 20 01 	inc  %o0                                       
{                                                                     
  /*                                                                  
   * Eat any separators at start of the path.                         
   */                                                                 
  int stripped = 0;                                                   
  while ( *pathname && pathnamelen && rtems_filesystem_is_separator( *pathname ) )
 20025a4:	80 a2 40 08 	cmp  %o1, %o0                                  
 20025a8:	02 80 00 0c 	be  20025d8 <rtems_filesystem_prefix_separators+0x68><== NEVER TAKEN
 20025ac:	c4 08 40 08 	ldub  [ %g1 + %o0 ], %g2                       
 20025b0:	85 28 a0 18 	sll  %g2, 0x18, %g2                            
 20025b4:	85 38 a0 18 	sra  %g2, 0x18, %g2                            
 20025b8:	80 a0 a0 00 	cmp  %g2, 0                                    
 20025bc:	02 80 00 07 	be  20025d8 <rtems_filesystem_prefix_separators+0x68><== NEVER TAKEN
 20025c0:	80 a0 a0 5c 	cmp  %g2, 0x5c                                 
 20025c4:	22 bf ff f8 	be,a   20025a4 <rtems_filesystem_prefix_separators+0x34><== NEVER TAKEN
 20025c8:	90 02 20 01 	inc  %o0                                       <== NOT EXECUTED
 20025cc:	80 a0 a0 2f 	cmp  %g2, 0x2f                                 
 20025d0:	22 bf ff f5 	be,a   20025a4 <rtems_filesystem_prefix_separators+0x34><== NEVER TAKEN
 20025d4:	90 02 20 01 	inc  %o0                                       <== NOT EXECUTED
 20025d8:	81 c3 e0 08 	retl                                           
 20025dc:	01 00 00 00 	nop                                            
 20025e0:	22 bf ff f0 	be,a   20025a0 <rtems_filesystem_prefix_separators+0x30>
 20025e4:	90 10 20 00 	clr  %o0	! 0 <PROM_START>                      
 20025e8:	90 10 20 00 	clr  %o0                                       
    pathname++;                                                       
    pathnamelen--;                                                    
    stripped++;                                                       
  }                                                                   
  return stripped;                                                    
}                                                                     
 20025ec:	81 c3 e0 08 	retl                                           
                                                                      

020022cc <rtems_io_lookup_name>: rtems_status_code rtems_io_lookup_name( const char *name, rtems_driver_name_t *device_info ) {
 20022cc:	9d e3 bf 88 	save  %sp, -120, %sp                           <== NOT EXECUTED
  IMFS_jnode_t                      *the_jnode;                       
  rtems_filesystem_location_info_t   loc;                             
  int                                result;                          
  rtems_filesystem_node_types_t      node_type;                       
                                                                      
  result = rtems_filesystem_evaluate_path( name, strlen( name ), 0x00, &loc, true );
 20022d0:	40 00 3a 8f 	call  2010d0c <strlen>                         <== NOT EXECUTED
 20022d4:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 20022d8:	a0 07 bf ec 	add  %fp, -20, %l0                             <== NOT EXECUTED
 20022dc:	92 10 00 08 	mov  %o0, %o1                                  <== NOT EXECUTED
 20022e0:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 20022e4:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 20022e8:	96 10 00 10 	mov  %l0, %o3                                  <== NOT EXECUTED
 20022ec:	40 00 01 20 	call  200276c <rtems_filesystem_evaluate_path> <== NOT EXECUTED
 20022f0:	98 10 20 01 	mov  1, %o4                                    <== NOT EXECUTED
  the_jnode = loc.node_access;                                        
                                                                      
  if ( !loc.ops->node_type_h ) {                                      
 20022f4:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          <== NOT EXECUTED
  IMFS_jnode_t                      *the_jnode;                       
  rtems_filesystem_location_info_t   loc;                             
  int                                result;                          
  rtems_filesystem_node_types_t      node_type;                       
                                                                      
  result = rtems_filesystem_evaluate_path( name, strlen( name ), 0x00, &loc, true );
 20022f8:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
  the_jnode = loc.node_access;                                        
                                                                      
  if ( !loc.ops->node_type_h ) {                                      
 20022fc:	c2 00 a0 10 	ld  [ %g2 + 0x10 ], %g1                        <== NOT EXECUTED
 2002300:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002304:	02 80 00 13 	be  2002350 <rtems_io_lookup_name+0x84>        <== NOT EXECUTED
 2002308:	e4 07 bf ec 	ld  [ %fp + -20 ], %l2                         <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  node_type = (*loc.ops->node_type_h)( &loc );                        
 200230c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002310:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
                                                                      
  if ( (result != 0) || node_type != RTEMS_FILESYSTEM_DEVICE ) {      
 2002314:	80 a2 20 02 	cmp  %o0, 2                                    <== NOT EXECUTED
 2002318:	02 80 00 1a 	be  2002380 <rtems_io_lookup_name+0xb4>        <== NOT EXECUTED
 200231c:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
 2002320:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 2002324:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002328:	02 80 00 2b 	be  20023d4 <rtems_io_lookup_name+0x108>       <== NOT EXECUTED
 200232c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002330:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2002334:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002338:	02 80 00 27 	be  20023d4 <rtems_io_lookup_name+0x108>       <== NOT EXECUTED
 200233c:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2002340:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002344:	b0 10 20 0d 	mov  0xd, %i0                                  <== NOT EXECUTED
 2002348:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200234c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
  result = rtems_filesystem_evaluate_path( name, strlen( name ), 0x00, &loc, true );
  the_jnode = loc.node_access;                                        
                                                                      
  if ( !loc.ops->node_type_h ) {                                      
    rtems_filesystem_freenode( &loc );                                
 2002350:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 2002354:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2002358:	02 80 00 04 	be  2002368 <rtems_io_lookup_name+0x9c>        <== NOT EXECUTED
 200235c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2002360:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2002364:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2002368:	40 00 36 b1 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200236c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2002370:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2002374:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2002378:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200237c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  }                                                                   
                                                                      
  node_type = (*loc.ops->node_type_h)( &loc );                        
                                                                      
  if ( (result != 0) || node_type != RTEMS_FILESYSTEM_DEVICE ) {      
 2002380:	12 bf ff e9 	bne  2002324 <rtems_io_lookup_name+0x58>       <== NOT EXECUTED
 2002384:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
    rtems_filesystem_freenode( &loc );                                
    return RTEMS_UNSATISFIED;                                         
  }                                                                   
                                                                      
  device_info->device_name        = (char *) name;                    
 2002388:	f0 26 40 00 	st  %i0, [ %i1 ]                               <== NOT EXECUTED
  device_info->device_name_length = strlen( name );                   
 200238c:	40 00 3a 60 	call  2010d0c <strlen>                         <== NOT EXECUTED
 2002390:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 2002394:	d0 26 60 04 	st  %o0, [ %i1 + 4 ]                           <== NOT EXECUTED
  device_info->major              = the_jnode->info.device.major;     
 2002398:	c4 04 a0 50 	ld  [ %l2 + 0x50 ], %g2                        <== NOT EXECUTED
  device_info->minor              = the_jnode->info.device.minor;     
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 200239c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
    return RTEMS_UNSATISFIED;                                         
  }                                                                   
                                                                      
  device_info->device_name        = (char *) name;                    
  device_info->device_name_length = strlen( name );                   
  device_info->major              = the_jnode->info.device.major;     
 20023a0:	c4 26 60 08 	st  %g2, [ %i1 + 8 ]                           <== NOT EXECUTED
  device_info->minor              = the_jnode->info.device.minor;     
 20023a4:	c4 04 a0 54 	ld  [ %l2 + 0x54 ], %g2                        <== NOT EXECUTED
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 20023a8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20023ac:	02 80 00 0c 	be  20023dc <rtems_io_lookup_name+0x110>       <== NOT EXECUTED
 20023b0:	c4 26 60 0c 	st  %g2, [ %i1 + 0xc ]                         <== NOT EXECUTED
 20023b4:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 20023b8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20023bc:	02 80 00 08 	be  20023dc <rtems_io_lookup_name+0x110>       <== NOT EXECUTED
 20023c0:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 20023c4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20023c8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
 20023cc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20023d0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
 20023d4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20023d8:	91 e8 20 0d 	restore  %g0, 0xd, %o0                         <== NOT EXECUTED
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 20023dc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20023e0:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      

02008560 <rtems_io_register_driver>: rtems_status_code rtems_io_register_driver( rtems_device_major_number major, const rtems_driver_address_table *driver_table, rtems_device_major_number *registered_major ) {
 2008560:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_device_major_number major_limit = _IO_Number_of_drivers;      
                                                                      
  if ( rtems_interrupt_is_in_progress() )                             
 2008564:	03 00 80 8c 	sethi  %hi(0x2023000), %g1                     
 2008568:	c2 00 61 9c 	ld  [ %g1 + 0x19c ], %g1	! 202319c <_ISR_Nest_level>
  rtems_device_major_number         major,                            
  const rtems_driver_address_table *driver_table,                     
  rtems_device_major_number        *registered_major                  
)                                                                     
{                                                                     
  rtems_device_major_number major_limit = _IO_Number_of_drivers;      
 200856c:	09 00 80 8e 	sethi  %hi(0x2023800), %g4                     
                                                                      
  if ( rtems_interrupt_is_in_progress() )                             
 2008570:	80 a0 60 00 	cmp  %g1, 0                                    
 2008574:	84 10 20 12 	mov  0x12, %g2                                 
rtems_status_code rtems_io_register_driver(                           
  rtems_device_major_number         major,                            
  const rtems_driver_address_table *driver_table,                     
  rtems_device_major_number        *registered_major                  
)                                                                     
{                                                                     
 2008578:	82 10 00 19 	mov  %i1, %g1                                  
  rtems_device_major_number major_limit = _IO_Number_of_drivers;      
                                                                      
  if ( rtems_interrupt_is_in_progress() )                             
 200857c:	12 80 00 49 	bne  20086a0 <rtems_io_register_driver+0x140>  
 2008580:	c6 01 22 ac 	ld  [ %g4 + 0x2ac ], %g3                       
    return RTEMS_CALLED_FROM_ISR;                                     
                                                                      
  if ( registered_major == NULL )                                     
 2008584:	80 a6 a0 00 	cmp  %i2, 0                                    
 2008588:	02 80 00 4b 	be  20086b4 <rtems_io_register_driver+0x154>   
 200858c:	80 a6 60 00 	cmp  %i1, 0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  /* Set it to an invalid value */                                    
  *registered_major = major_limit;                                    
                                                                      
  if ( driver_table == NULL )                                         
 2008590:	02 80 00 49 	be  20086b4 <rtems_io_register_driver+0x154>   
 2008594:	c6 26 80 00 	st  %g3, [ %i2 ]                               
                                                                      
static inline bool rtems_io_is_empty_table(                           
  const rtems_driver_address_table *table                             
)                                                                     
{                                                                     
  return table->initialization_entry == NULL && table->open_entry == NULL;
 2008598:	c4 06 40 00 	ld  [ %i1 ], %g2                               
 200859c:	80 a0 a0 00 	cmp  %g2, 0                                    
 20085a0:	22 80 00 42 	be,a   20086a8 <rtems_io_register_driver+0x148>
 20085a4:	c4 06 60 04 	ld  [ %i1 + 4 ], %g2                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( rtems_io_is_empty_table( driver_table ) )                      
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( major >= major_limit )                                         
 20085a8:	80 a0 c0 18 	cmp  %g3, %i0                                  
 20085ac:	08 80 00 3d 	bleu  20086a0 <rtems_io_register_driver+0x140> 
 20085b0:	84 10 20 0a 	mov  0xa, %g2                                  
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 20085b4:	05 00 80 8c 	sethi  %hi(0x2023000), %g2                     
 20085b8:	c6 00 a1 00 	ld  [ %g2 + 0x100 ], %g3	! 2023100 <_Thread_Dispatch_disable_level>
 20085bc:	86 00 e0 01 	inc  %g3                                       
 20085c0:	c6 20 a1 00 	st  %g3, [ %g2 + 0x100 ]                       
    return RTEMS_INVALID_NUMBER;                                      
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( major == 0 ) {                                                 
 20085c4:	80 a6 20 00 	cmp  %i0, 0                                    
 20085c8:	12 80 00 2b 	bne  2008674 <rtems_io_register_driver+0x114>  
 20085cc:	05 00 80 8e 	sethi  %hi(0x2023800), %g2                     
                                                                      
static rtems_status_code rtems_io_obtain_major_number(                
  rtems_device_major_number *major                                    
)                                                                     
{                                                                     
  rtems_device_major_number n = _IO_Number_of_drivers;                
 20085d0:	da 01 22 ac 	ld  [ %g4 + 0x2ac ], %o5                       
  rtems_device_major_number m = 0;                                    
                                                                      
  /* major is error checked by caller */                              
                                                                      
  for ( m = 0; m < n; ++m ) {                                         
 20085d4:	80 a3 60 00 	cmp  %o5, 0                                    
 20085d8:	02 80 00 3a 	be  20086c0 <rtems_io_register_driver+0x160>   <== NEVER TAKEN
 20085dc:	d8 00 a2 b0 	ld  [ %g2 + 0x2b0 ], %o4                       
 20085e0:	10 80 00 05 	b  20085f4 <rtems_io_register_driver+0x94>     
 20085e4:	86 10 00 0c 	mov  %o4, %g3                                  
 20085e8:	80 a3 40 18 	cmp  %o5, %i0                                  
 20085ec:	08 80 00 0b 	bleu  2008618 <rtems_io_register_driver+0xb8>  
 20085f0:	86 00 e0 18 	add  %g3, 0x18, %g3                            
                                                                      
static inline bool rtems_io_is_empty_table(                           
  const rtems_driver_address_table *table                             
)                                                                     
{                                                                     
  return table->initialization_entry == NULL && table->open_entry == NULL;
 20085f4:	c8 00 c0 00 	ld  [ %g3 ], %g4                               
 20085f8:	80 a1 20 00 	cmp  %g4, 0                                    
 20085fc:	32 bf ff fb 	bne,a   20085e8 <rtems_io_register_driver+0x88>
 2008600:	b0 06 20 01 	inc  %i0                                       
 2008604:	c8 00 e0 04 	ld  [ %g3 + 4 ], %g4                           
 2008608:	80 a1 20 00 	cmp  %g4, 0                                    
 200860c:	32 bf ff f7 	bne,a   20085e8 <rtems_io_register_driver+0x88>
 2008610:	b0 06 20 01 	inc  %i0                                       
  }                                                                   
                                                                      
  /* Assigns invalid value in case of failure */                      
  *major = m;                                                         
                                                                      
  if ( m != n )                                                       
 2008614:	80 a3 40 18 	cmp  %o5, %i0                                  
 2008618:	02 80 00 2b 	be  20086c4 <rtems_io_register_driver+0x164>   
 200861c:	f0 26 80 00 	st  %i0, [ %i2 ]                               
 2008620:	85 2e 20 03 	sll  %i0, 3, %g2                               
 2008624:	87 2e 20 05 	sll  %i0, 5, %g3                               
 2008628:	84 20 c0 02 	sub  %g3, %g2, %g2                             
 200862c:	84 03 00 02 	add  %o4, %g2, %g2                             
    }                                                                 
                                                                      
    *registered_major = major;                                        
  }                                                                   
                                                                      
  _IO_Driver_address_table [major] = *driver_table;                   
 2008630:	c6 00 40 00 	ld  [ %g1 ], %g3                               
                                                                      
  _Thread_Enable_dispatch();                                          
                                                                      
  return rtems_io_initialize( major, 0, NULL );                       
 2008634:	b2 10 20 00 	clr  %i1                                       
    }                                                                 
                                                                      
    *registered_major = major;                                        
  }                                                                   
                                                                      
  _IO_Driver_address_table [major] = *driver_table;                   
 2008638:	c6 20 80 00 	st  %g3, [ %g2 ]                               
 200863c:	c6 00 60 04 	ld  [ %g1 + 4 ], %g3                           
                                                                      
  _Thread_Enable_dispatch();                                          
                                                                      
  return rtems_io_initialize( major, 0, NULL );                       
 2008640:	b4 10 20 00 	clr  %i2                                       
    }                                                                 
                                                                      
    *registered_major = major;                                        
  }                                                                   
                                                                      
  _IO_Driver_address_table [major] = *driver_table;                   
 2008644:	c6 20 a0 04 	st  %g3, [ %g2 + 4 ]                           
 2008648:	c6 00 60 08 	ld  [ %g1 + 8 ], %g3                           
 200864c:	c6 20 a0 08 	st  %g3, [ %g2 + 8 ]                           
 2008650:	c6 00 60 0c 	ld  [ %g1 + 0xc ], %g3                         
 2008654:	c6 20 a0 0c 	st  %g3, [ %g2 + 0xc ]                         
 2008658:	c6 00 60 10 	ld  [ %g1 + 0x10 ], %g3                        
 200865c:	c6 20 a0 10 	st  %g3, [ %g2 + 0x10 ]                        
 2008660:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
                                                                      
  _Thread_Enable_dispatch();                                          
 2008664:	40 00 07 53 	call  200a3b0 <_Thread_Enable_dispatch>        
 2008668:	c2 20 a0 14 	st  %g1, [ %g2 + 0x14 ]                        
                                                                      
  return rtems_io_initialize( major, 0, NULL );                       
 200866c:	40 00 27 46 	call  2012384 <rtems_io_initialize>            
 2008670:	81 e8 00 00 	restore                                        
      _Thread_Enable_dispatch();                                      
      return sc;                                                      
    }                                                                 
    major = *registered_major;                                        
  } else {                                                            
    rtems_driver_address_table *const table = _IO_Driver_address_table + major;
 2008674:	c6 00 a2 b0 	ld  [ %g2 + 0x2b0 ], %g3                       
 2008678:	89 2e 20 05 	sll  %i0, 5, %g4                               
 200867c:	85 2e 20 03 	sll  %i0, 3, %g2                               
 2008680:	84 21 00 02 	sub  %g4, %g2, %g2                             
                                                                      
static inline bool rtems_io_is_empty_table(                           
  const rtems_driver_address_table *table                             
)                                                                     
{                                                                     
  return table->initialization_entry == NULL && table->open_entry == NULL;
 2008684:	c8 00 c0 02 	ld  [ %g3 + %g2 ], %g4                         
 2008688:	80 a1 20 00 	cmp  %g4, 0                                    
 200868c:	02 80 00 12 	be  20086d4 <rtems_io_register_driver+0x174>   
 2008690:	84 00 c0 02 	add  %g3, %g2, %g2                             
    major = *registered_major;                                        
  } else {                                                            
    rtems_driver_address_table *const table = _IO_Driver_address_table + major;
                                                                      
    if ( !rtems_io_is_empty_table( table ) ) {                        
      _Thread_Enable_dispatch();                                      
 2008694:	40 00 07 47 	call  200a3b0 <_Thread_Enable_dispatch>        
 2008698:	01 00 00 00 	nop                                            
 200869c:	84 10 20 0c 	mov  0xc, %g2	! c <PROM_START+0xc>             
  _IO_Driver_address_table [major] = *driver_table;                   
                                                                      
  _Thread_Enable_dispatch();                                          
                                                                      
  return rtems_io_initialize( major, 0, NULL );                       
}                                                                     
 20086a0:	81 c7 e0 08 	ret                                            
 20086a4:	91 e8 00 02 	restore  %g0, %g2, %o0                         
                                                                      
static inline bool rtems_io_is_empty_table(                           
  const rtems_driver_address_table *table                             
)                                                                     
{                                                                     
  return table->initialization_entry == NULL && table->open_entry == NULL;
 20086a8:	80 a0 a0 00 	cmp  %g2, 0                                    
 20086ac:	12 bf ff c0 	bne  20085ac <rtems_io_register_driver+0x4c>   
 20086b0:	80 a0 c0 18 	cmp  %g3, %i0                                  
                                                                      
  _IO_Driver_address_table [major] = *driver_table;                   
                                                                      
  _Thread_Enable_dispatch();                                          
                                                                      
  return rtems_io_initialize( major, 0, NULL );                       
 20086b4:	84 10 20 09 	mov  9, %g2                                    
}                                                                     
 20086b8:	81 c7 e0 08 	ret                                            
 20086bc:	91 e8 00 02 	restore  %g0, %g2, %o0                         
    if ( rtems_io_is_empty_table( table ) )                           
      break;                                                          
  }                                                                   
                                                                      
  /* Assigns invalid value in case of failure */                      
  *major = m;                                                         
 20086c0:	c0 26 80 00 	clr  [ %i2 ]                                   <== NOT EXECUTED
                                                                      
  if ( major == 0 ) {                                                 
    rtems_status_code sc = rtems_io_obtain_major_number( registered_major );
                                                                      
    if ( sc != RTEMS_SUCCESSFUL ) {                                   
      _Thread_Enable_dispatch();                                      
 20086c4:	40 00 07 3b 	call  200a3b0 <_Thread_Enable_dispatch>        
 20086c8:	01 00 00 00 	nop                                            
      return sc;                                                      
 20086cc:	10 bf ff f5 	b  20086a0 <rtems_io_register_driver+0x140>    
 20086d0:	84 10 20 05 	mov  5, %g2	! 5 <PROM_START+0x5>               
                                                                      
static inline bool rtems_io_is_empty_table(                           
  const rtems_driver_address_table *table                             
)                                                                     
{                                                                     
  return table->initialization_entry == NULL && table->open_entry == NULL;
 20086d4:	c6 00 a0 04 	ld  [ %g2 + 4 ], %g3                           
 20086d8:	80 a0 e0 00 	cmp  %g3, 0                                    
 20086dc:	12 bf ff ee 	bne  2008694 <rtems_io_register_driver+0x134>  
 20086e0:	01 00 00 00 	nop                                            
    if ( !rtems_io_is_empty_table( table ) ) {                        
      _Thread_Enable_dispatch();                                      
      return RTEMS_RESOURCE_IN_USE;                                   
    }                                                                 
                                                                      
    *registered_major = major;                                        
 20086e4:	10 bf ff d3 	b  2008630 <rtems_io_register_driver+0xd0>     
 20086e8:	f0 26 80 00 	st  %i0, [ %i2 ]                               
                                                                      

0200906c <rtems_iterate_over_all_threads>: #include <rtems/system.h> #include <rtems/score/thread.h> void rtems_iterate_over_all_threads(rtems_per_thread_routine routine) {
 200906c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  uint32_t             i;                                             
  uint32_t             api_index;                                     
  Thread_Control      *the_thread;                                    
  Objects_Information *information;                                   
                                                                      
  if ( !routine )                                                     
 2009070:	80 a6 20 00 	cmp  %i0, 0                                    
 2009074:	02 80 00 23 	be  2009100 <rtems_iterate_over_all_threads+0x94><== NEVER TAKEN
 2009078:	25 00 80 ac 	sethi  %hi(0x202b000), %l2                     
 200907c:	a4 14 a2 34 	or  %l2, 0x234, %l2	! 202b234 <_Objects_Information_table+0x4>
#endif                                                                
                                                                      
#include <rtems/system.h>                                             
#include <rtems/score/thread.h>                                       
                                                                      
void rtems_iterate_over_all_threads(rtems_per_thread_routine routine) 
 2009080:	a6 04 a0 10 	add  %l2, 0x10, %l3                            
                                                                      
  if ( !routine )                                                     
    return;                                                           
                                                                      
  for ( api_index = 1 ; api_index <= OBJECTS_APIS_LAST ; api_index++ ) {
    if ( !_Objects_Information_table[ api_index ] )                   
 2009084:	c2 04 80 00 	ld  [ %l2 ], %g1                               
 2009088:	80 a0 60 00 	cmp  %g1, 0                                    
 200908c:	22 80 00 1a 	be,a   20090f4 <rtems_iterate_over_all_threads+0x88>
 2009090:	a4 04 a0 04 	add  %l2, 4, %l2                               
      continue;                                                       
                                                                      
    information = _Objects_Information_table[ api_index ][ 1 ];       
 2009094:	e2 00 60 04 	ld  [ %g1 + 4 ], %l1                           
    if ( !information )                                               
 2009098:	80 a4 60 00 	cmp  %l1, 0                                    
 200909c:	22 80 00 16 	be,a   20090f4 <rtems_iterate_over_all_threads+0x88>
 20090a0:	a4 04 a0 04 	add  %l2, 4, %l2                               
      continue;                                                       
                                                                      
    for ( i=1 ; i <= information->maximum ; i++ ) {                   
 20090a4:	c2 14 60 10 	lduh  [ %l1 + 0x10 ], %g1                      
 20090a8:	84 90 60 00 	orcc  %g1, 0, %g2                              
 20090ac:	22 80 00 12 	be,a   20090f4 <rtems_iterate_over_all_threads+0x88>
 20090b0:	a4 04 a0 04 	add  %l2, 4, %l2                               
 20090b4:	a0 10 20 01 	mov  1, %l0                                    
      the_thread = (Thread_Control *)information->local_table[ i ];   
 20090b8:	c6 04 60 1c 	ld  [ %l1 + 0x1c ], %g3                        
 20090bc:	83 2c 20 02 	sll  %l0, 2, %g1                               
 20090c0:	c2 00 c0 01 	ld  [ %g3 + %g1 ], %g1                         
                                                                      
      if ( !the_thread )                                              
 20090c4:	90 90 60 00 	orcc  %g1, 0, %o0                              
 20090c8:	02 80 00 05 	be  20090dc <rtems_iterate_over_all_threads+0x70><== NEVER TAKEN
 20090cc:	a0 04 20 01 	inc  %l0                                       
	continue;                                                            
                                                                      
      (*routine)(the_thread);                                         
 20090d0:	9f c6 00 00 	call  %i0                                      
 20090d4:	01 00 00 00 	nop                                            
 20090d8:	c4 14 60 10 	lduh  [ %l1 + 0x10 ], %g2                      
                                                                      
    information = _Objects_Information_table[ api_index ][ 1 ];       
    if ( !information )                                               
      continue;                                                       
                                                                      
    for ( i=1 ; i <= information->maximum ; i++ ) {                   
 20090dc:	83 28 a0 10 	sll  %g2, 0x10, %g1                            
 20090e0:	83 30 60 10 	srl  %g1, 0x10, %g1                            
 20090e4:	80 a0 40 10 	cmp  %g1, %l0                                  
 20090e8:	3a bf ff f5 	bcc,a   20090bc <rtems_iterate_over_all_threads+0x50>
 20090ec:	c6 04 60 1c 	ld  [ %l1 + 0x1c ], %g3                        
 20090f0:	a4 04 a0 04 	add  %l2, 4, %l2                               
  Objects_Information *information;                                   
                                                                      
  if ( !routine )                                                     
    return;                                                           
                                                                      
  for ( api_index = 1 ; api_index <= OBJECTS_APIS_LAST ; api_index++ ) {
 20090f4:	80 a4 80 13 	cmp  %l2, %l3                                  
 20090f8:	32 bf ff e4 	bne,a   2009088 <rtems_iterate_over_all_threads+0x1c>
 20090fc:	c2 04 80 00 	ld  [ %l2 ], %g1                               
 2009100:	81 c7 e0 08 	ret                                            
 2009104:	81 e8 00 00 	restore                                        
                                                                      

0200b808 <rtems_libio_allocate>: * This routine searches the IOP Table for an unused entry. If it * finds one, it returns it. Otherwise, it returns NULL. */ rtems_libio_t *rtems_libio_allocate( void ) {
 200b808:	9d e3 bf 98 	save  %sp, -104, %sp                           
rtems_status_code rtems_libio_set_private_env(void);                  
rtems_status_code rtems_libio_share_private_env(rtems_id task_id) ;   
                                                                      
static inline void rtems_libio_lock( void )                           
{                                                                     
  rtems_semaphore_obtain( rtems_libio_semaphore, RTEMS_WAIT, RTEMS_NO_TIMEOUT );
 200b80c:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 200b810:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0	! 201cb78 <rtems_libio_semaphore>
 200b814:	92 10 20 00 	clr  %o1                                       
 200b818:	7f ff e9 fb 	call  2006004 <rtems_semaphore_obtain>         
 200b81c:	94 10 20 00 	clr  %o2                                       
  rtems_status_code rc;                                               
  rtems_id sema;                                                      
                                                                      
  rtems_libio_lock();                                                 
                                                                      
  if (rtems_libio_iop_freelist) {                                     
 200b820:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
 200b824:	c2 04 63 74 	ld  [ %l1 + 0x374 ], %g1	! 201cb74 <rtems_libio_iop_freelist>
 200b828:	80 a0 60 00 	cmp  %g1, 0                                    
 200b82c:	12 80 00 07 	bne  200b848 <rtems_libio_allocate+0x40>       
 200b830:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
    next = iop->data1;                                                
    (void) memset( iop, 0, sizeof(rtems_libio_t) );                   
    iop->flags = LIBIO_FLAGS_OPEN;                                    
    iop->sem = sema;                                                  
    rtems_libio_iop_freelist = next;                                  
    goto done;                                                        
 200b834:	b0 10 20 00 	clr  %i0                                       
}                                                                     
                                                                      
static inline void rtems_libio_unlock( void )                         
{                                                                     
  rtems_semaphore_release( rtems_libio_semaphore );                   
 200b838:	7f ff ea 3a 	call  2006120 <rtems_semaphore_release>        
 200b83c:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0                       
  iop = 0;                                                            
                                                                      
done:                                                                 
  rtems_libio_unlock();                                               
  return iop;                                                         
}                                                                     
 200b840:	81 c7 e0 08 	ret                                            
 200b844:	81 e8 00 00 	restore                                        
  rtems_id sema;                                                      
                                                                      
  rtems_libio_lock();                                                 
                                                                      
  if (rtems_libio_iop_freelist) {                                     
    rc = rtems_semaphore_create(                                      
 200b848:	c4 00 a3 70 	ld  [ %g2 + 0x370 ], %g2                       
 200b84c:	92 10 20 01 	mov  1, %o1                                    
 200b850:	82 20 40 02 	sub  %g1, %g2, %g1                             
 200b854:	83 38 60 03 	sra  %g1, 3, %g1                               
 200b858:	87 28 60 06 	sll  %g1, 6, %g3                               
 200b85c:	85 28 60 03 	sll  %g1, 3, %g2                               
 200b860:	84 20 c0 02 	sub  %g3, %g2, %g2                             
 200b864:	87 28 a0 06 	sll  %g2, 6, %g3                               
 200b868:	84 00 80 03 	add  %g2, %g3, %g2                             
 200b86c:	84 00 80 01 	add  %g2, %g1, %g2                             
 200b870:	87 28 a0 0f 	sll  %g2, 0xf, %g3                             
 200b874:	84 20 c0 02 	sub  %g3, %g2, %g2                             
 200b878:	07 13 10 92 	sethi  %hi(0x4c424800), %g3                    
 200b87c:	85 28 a0 03 	sll  %g2, 3, %g2                               
 200b880:	86 10 e1 00 	or  %g3, 0x100, %g3                            
 200b884:	82 00 80 01 	add  %g2, %g1, %g1                             
 200b888:	94 10 20 54 	mov  0x54, %o2                                 
 200b88c:	96 10 20 00 	clr  %o3                                       
 200b890:	90 10 40 03 	or  %g1, %g3, %o0                              
 200b894:	7f ff e9 3b 	call  2005d80 <rtems_semaphore_create>         
 200b898:	98 07 bf fc 	add  %fp, -4, %o4                              
      1,                                                              
      RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY,
      0,                                                              
      &sema                                                           
    );                                                                
    if (rc != RTEMS_SUCCESSFUL)                                       
 200b89c:	80 a2 20 00 	cmp  %o0, 0                                    
 200b8a0:	32 bf ff e6 	bne,a   200b838 <rtems_libio_allocate+0x30>    <== NEVER TAKEN
 200b8a4:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
      goto failed;                                                    
    iop = rtems_libio_iop_freelist;                                   
 200b8a8:	f0 04 63 74 	ld  [ %l1 + 0x374 ], %i0                       
    next = iop->data1;                                                
 200b8ac:	c2 06 20 38 	ld  [ %i0 + 0x38 ], %g1                        
    (void) memset( iop, 0, sizeof(rtems_libio_t) );                   
 200b8b0:	c0 26 20 30 	clr  [ %i0 + 0x30 ]                            
 200b8b4:	c0 26 20 1c 	clr  [ %i0 + 0x1c ]                            
 200b8b8:	c0 26 20 34 	clr  [ %i0 + 0x34 ]                            
 200b8bc:	c0 26 00 00 	clr  [ %i0 ]                                   
 200b8c0:	c0 26 20 04 	clr  [ %i0 + 4 ]                               
 200b8c4:	c0 26 20 08 	clr  [ %i0 + 8 ]                               
 200b8c8:	c0 26 20 0c 	clr  [ %i0 + 0xc ]                             
 200b8cc:	c0 26 20 10 	clr  [ %i0 + 0x10 ]                            
 200b8d0:	c0 26 20 14 	clr  [ %i0 + 0x14 ]                            
 200b8d4:	c0 26 20 20 	clr  [ %i0 + 0x20 ]                            
 200b8d8:	c0 26 20 24 	clr  [ %i0 + 0x24 ]                            
 200b8dc:	c0 26 20 28 	clr  [ %i0 + 0x28 ]                            
 200b8e0:	c0 26 20 2c 	clr  [ %i0 + 0x2c ]                            
 200b8e4:	c0 26 20 40 	clr  [ %i0 + 0x40 ]                            
 200b8e8:	c0 26 20 44 	clr  [ %i0 + 0x44 ]                            
 200b8ec:	c0 26 20 38 	clr  [ %i0 + 0x38 ]                            
 200b8f0:	c0 26 20 3c 	clr  [ %i0 + 0x3c ]                            
    iop->flags = LIBIO_FLAGS_OPEN;                                    
    iop->sem = sema;                                                  
    rtems_libio_iop_freelist = next;                                  
 200b8f4:	c2 24 63 74 	st  %g1, [ %l1 + 0x374 ]                       
    if (rc != RTEMS_SUCCESSFUL)                                       
      goto failed;                                                    
    iop = rtems_libio_iop_freelist;                                   
    next = iop->data1;                                                
    (void) memset( iop, 0, sizeof(rtems_libio_t) );                   
    iop->flags = LIBIO_FLAGS_OPEN;                                    
 200b8f8:	82 10 21 00 	mov  0x100, %g1                                
 200b8fc:	c2 26 20 18 	st  %g1, [ %i0 + 0x18 ]                        
    iop->sem = sema;                                                  
 200b900:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
    rtems_libio_iop_freelist = next;                                  
    goto done;                                                        
 200b904:	10 bf ff cd 	b  200b838 <rtems_libio_allocate+0x30>         
 200b908:	c2 26 20 30 	st  %g1, [ %i0 + 0x30 ]                        
                                                                      

0200b7ac <rtems_libio_free>: */ void rtems_libio_free( rtems_libio_t *iop ) {
 200b7ac:	9d e3 bf a0 	save  %sp, -96, %sp                            
rtems_status_code rtems_libio_set_private_env(void);                  
rtems_status_code rtems_libio_share_private_env(rtems_id task_id) ;   
                                                                      
static inline void rtems_libio_lock( void )                           
{                                                                     
  rtems_semaphore_obtain( rtems_libio_semaphore, RTEMS_WAIT, RTEMS_NO_TIMEOUT );
 200b7b0:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
 200b7b4:	d0 04 63 78 	ld  [ %l1 + 0x378 ], %o0	! 201cb78 <rtems_libio_semaphore>
 200b7b8:	92 10 20 00 	clr  %o1                                       
 200b7bc:	7f ff ea 12 	call  2006004 <rtems_semaphore_obtain>         
 200b7c0:	94 10 20 00 	clr  %o2                                       
  rtems_libio_lock();                                                 
                                                                      
    if (iop->sem)                                                     
 200b7c4:	d0 06 20 30 	ld  [ %i0 + 0x30 ], %o0                        
 200b7c8:	80 a2 20 00 	cmp  %o0, 0                                    
 200b7cc:	02 80 00 04 	be  200b7dc <rtems_libio_free+0x30>            <== NEVER TAKEN
 200b7d0:	a0 10 00 18 	mov  %i0, %l0                                  
      rtems_semaphore_delete(iop->sem);                               
 200b7d4:	7f ff e9 df 	call  2005f50 <rtems_semaphore_delete>         
 200b7d8:	01 00 00 00 	nop                                            
                                                                      
    iop->flags &= ~LIBIO_FLAGS_OPEN;                                  
 200b7dc:	c4 04 20 18 	ld  [ %l0 + 0x18 ], %g2                        
    iop->data1 = rtems_libio_iop_freelist;                            
 200b7e0:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
}                                                                     
                                                                      
static inline void rtems_libio_unlock( void )                         
{                                                                     
  rtems_semaphore_release( rtems_libio_semaphore );                   
 200b7e4:	f0 04 63 78 	ld  [ %l1 + 0x378 ], %i0                       
 200b7e8:	c6 00 63 74 	ld  [ %g1 + 0x374 ], %g3                       
    rtems_libio_iop_freelist = iop;                                   
 200b7ec:	e0 20 63 74 	st  %l0, [ %g1 + 0x374 ]                       
  rtems_libio_lock();                                                 
                                                                      
    if (iop->sem)                                                     
      rtems_semaphore_delete(iop->sem);                               
                                                                      
    iop->flags &= ~LIBIO_FLAGS_OPEN;                                  
 200b7f0:	82 08 be ff 	and  %g2, -257, %g1                            
    iop->data1 = rtems_libio_iop_freelist;                            
 200b7f4:	c6 24 20 38 	st  %g3, [ %l0 + 0x38 ]                        
  rtems_libio_lock();                                                 
                                                                      
    if (iop->sem)                                                     
      rtems_semaphore_delete(iop->sem);                               
                                                                      
    iop->flags &= ~LIBIO_FLAGS_OPEN;                                  
 200b7f8:	c2 24 20 18 	st  %g1, [ %l0 + 0x18 ]                        
 200b7fc:	7f ff ea 49 	call  2006120 <rtems_semaphore_release>        
 200b800:	81 e8 00 00 	restore                                        
                                                                      

0200285c <rtems_libio_init>: * * Called by BSP startup code to initialize the libio subsystem. */ void rtems_libio_init( void ) {
 200285c:	9d e3 bf a0 	save  %sp, -96, %sp                            
    rtems_status_code rc;                                             
    uint32_t i;                                                       
    rtems_libio_t *iop;                                               
                                                                      
    if (rtems_libio_number_iops > 0)                                  
 2002860:	21 00 80 70 	sethi  %hi(0x201c000), %l0                     
 2002864:	d0 04 21 74 	ld  [ %l0 + 0x174 ], %o0	! 201c174 <rtems_libio_number_iops>
 2002868:	80 a2 20 00 	cmp  %o0, 0                                    
 200286c:	22 80 00 1c 	be,a   20028dc <rtems_libio_init+0x80>         <== NEVER TAKEN
 2002870:	11 13 10 92 	sethi  %hi(0x4c424800), %o0                    <== NOT EXECUTED
    {                                                                 
        rtems_libio_iops = (rtems_libio_t *) calloc(rtems_libio_number_iops,
 2002874:	40 00 22 94 	call  200b2c4 <calloc>                         
 2002878:	92 10 20 48 	mov  0x48, %o1                                 
 200287c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 2002880:	d0 20 63 70 	st  %o0, [ %g1 + 0x370 ]	! 201cb70 <rtems_libio_iops>
                                                    sizeof(rtems_libio_t));
        if (rtems_libio_iops == NULL)                                 
 2002884:	80 a2 20 00 	cmp  %o0, 0                                    
 2002888:	02 80 00 29 	be  200292c <rtems_libio_init+0xd0>            <== NEVER TAKEN
 200288c:	82 10 00 08 	mov  %o0, %g1                                  
            rtems_fatal_error_occurred(RTEMS_NO_MEMORY);              
                                                                      
        iop = rtems_libio_iop_freelist = rtems_libio_iops;            
        for (i = 0 ; (i + 1) < rtems_libio_number_iops ; i++, iop++)  
 2002890:	c6 04 21 74 	ld  [ %l0 + 0x174 ], %g3                       
        rtems_libio_iops = (rtems_libio_t *) calloc(rtems_libio_number_iops,
                                                    sizeof(rtems_libio_t));
        if (rtems_libio_iops == NULL)                                 
            rtems_fatal_error_occurred(RTEMS_NO_MEMORY);              
                                                                      
        iop = rtems_libio_iop_freelist = rtems_libio_iops;            
 2002894:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
        for (i = 0 ; (i + 1) < rtems_libio_number_iops ; i++, iop++)  
 2002898:	80 a0 e0 01 	cmp  %g3, 1                                    
 200289c:	08 80 00 0e 	bleu  20028d4 <rtems_libio_init+0x78>          <== NEVER TAKEN
 20028a0:	d0 20 a3 74 	st  %o0, [ %g2 + 0x374 ]                       
 20028a4:	82 02 20 48 	add  %o0, 0x48, %g1                            
 20028a8:	84 10 20 01 	mov  1, %g2                                    
          iop->data1 = iop + 1;                                       
 20028ac:	c2 20 7f f0 	st  %g1, [ %g1 + -16 ]                         
 20028b0:	84 00 a0 01 	inc  %g2                                       
                                                    sizeof(rtems_libio_t));
        if (rtems_libio_iops == NULL)                                 
            rtems_fatal_error_occurred(RTEMS_NO_MEMORY);              
                                                                      
        iop = rtems_libio_iop_freelist = rtems_libio_iops;            
        for (i = 0 ; (i + 1) < rtems_libio_number_iops ; i++, iop++)  
 20028b4:	80 a0 80 03 	cmp  %g2, %g3                                  
 20028b8:	12 bf ff fd 	bne  20028ac <rtems_libio_init+0x50>           
 20028bc:	82 00 60 48 	add  %g1, 0x48, %g1                            
 20028c0:	84 00 bf ff 	add  %g2, -1, %g2                              
 20028c4:	83 28 a0 06 	sll  %g2, 6, %g1                               
 20028c8:	85 28 a0 03 	sll  %g2, 3, %g2                               
 20028cc:	82 00 80 01 	add  %g2, %g1, %g1                             
 20028d0:	82 02 00 01 	add  %o0, %g1, %g1                             
          iop->data1 = iop + 1;                                       
        iop->data1 = NULL;                                            
 20028d4:	c0 20 60 38 	clr  [ %g1 + 0x38 ]                            
  /*                                                                  
   *  Create the binary semaphore used to provide mutual exclusion    
   *  on the IOP Table.                                               
   */                                                                 
                                                                      
  rc = rtems_semaphore_create(                                        
 20028d8:	11 13 10 92 	sethi  %hi(0x4c424800), %o0                    
 20028dc:	92 10 20 01 	mov  1, %o1                                    
 20028e0:	90 12 21 4f 	or  %o0, 0x14f, %o0                            
 20028e4:	94 10 20 54 	mov  0x54, %o2                                 
 20028e8:	96 10 20 00 	clr  %o3                                       
 20028ec:	19 00 80 72 	sethi  %hi(0x201c800), %o4                     
 20028f0:	40 00 0d 24 	call  2005d80 <rtems_semaphore_create>         
 20028f4:	98 13 23 78 	or  %o4, 0x378, %o4	! 201cb78 <rtems_libio_semaphore>
    1,                                                                
    RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY, 
    RTEMS_NO_PRIORITY,                                                
    &rtems_libio_semaphore                                            
  );                                                                  
  if ( rc != RTEMS_SUCCESSFUL )                                       
 20028f8:	80 a2 20 00 	cmp  %o0, 0                                    
 20028fc:	12 80 00 0a 	bne  2002924 <rtems_libio_init+0xc8>           <== NEVER TAKEN
 2002900:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
                                                                      
  /*                                                                  
   *  Initialize the base file system infrastructure.                 
   */                                                                 
                                                                      
  if (rtems_fs_init_helper)                                           
 2002904:	c2 00 61 70 	ld  [ %g1 + 0x170 ], %g1	! 201c170 <rtems_fs_init_helper>
 2002908:	80 a0 60 00 	cmp  %g1, 0                                    
 200290c:	02 80 00 04 	be  200291c <rtems_libio_init+0xc0>            <== NEVER TAKEN
 2002910:	01 00 00 00 	nop                                            
     (* rtems_fs_init_helper)();                                      
 2002914:	9f c0 40 00 	call  %g1                                      
 2002918:	01 00 00 00 	nop                                            
 200291c:	81 c7 e0 08 	ret                                            
 2002920:	81 e8 00 00 	restore                                        
    RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY, 
    RTEMS_NO_PRIORITY,                                                
    &rtems_libio_semaphore                                            
  );                                                                  
  if ( rc != RTEMS_SUCCESSFUL )                                       
    rtems_fatal_error_occurred( rc );                                 
 2002924:	40 00 0f 67 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2002928:	01 00 00 00 	nop                                            <== NOT EXECUTED
    if (rtems_libio_number_iops > 0)                                  
    {                                                                 
        rtems_libio_iops = (rtems_libio_t *) calloc(rtems_libio_number_iops,
                                                    sizeof(rtems_libio_t));
        if (rtems_libio_iops == NULL)                                 
            rtems_fatal_error_occurred(RTEMS_NO_MEMORY);              
 200292c:	40 00 0f 65 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2002930:	90 10 20 1a 	mov  0x1a, %o0	! 1a <PROM_START+0x1a>          <== NOT EXECUTED
                                                                      

0200b6a4 <rtems_libio_is_file_open>: */ int rtems_libio_is_file_open( void *node_access ) {
 200b6a4:	9d e3 bf a0 	save  %sp, -96, %sp                            
rtems_status_code rtems_libio_set_private_env(void);                  
rtems_status_code rtems_libio_share_private_env(rtems_id task_id) ;   
                                                                      
static inline void rtems_libio_lock( void )                           
{                                                                     
  rtems_semaphore_obtain( rtems_libio_semaphore, RTEMS_WAIT, RTEMS_NO_TIMEOUT );
 200b6a8:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 200b6ac:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0	! 201cb78 <rtems_libio_semaphore>
 200b6b0:	92 10 20 00 	clr  %o1                                       
 200b6b4:	7f ff ea 54 	call  2006004 <rtems_semaphore_obtain>         
 200b6b8:	94 10 20 00 	clr  %o2                                       
                                                                      
  /*                                                                  
   *  Look for any active file descriptor entry.                      
   */                                                                 
                                                                      
 for (iop=rtems_libio_iops,i=0; i < rtems_libio_number_iops; iop++, i++){
 200b6bc:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200b6c0:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 200b6c4:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
 200b6c8:	80 a0 60 00 	cmp  %g1, 0                                    
 200b6cc:	02 80 00 0e 	be  200b704 <rtems_libio_is_file_open+0x60>    <== NEVER TAKEN
 200b6d0:	c4 00 a3 70 	ld  [ %g2 + 0x370 ], %g2                       
 200b6d4:	86 10 20 00 	clr  %g3                                       
    if ((iop->flags & LIBIO_FLAGS_OPEN) != 0) {                       
 200b6d8:	c8 00 a0 18 	ld  [ %g2 + 0x18 ], %g4                        
 200b6dc:	80 89 21 00 	btst  0x100, %g4                               
 200b6e0:	02 80 00 06 	be  200b6f8 <rtems_libio_is_file_open+0x54>    
 200b6e4:	86 00 e0 01 	inc  %g3                                       
       /*                                                             
        *  Check if this node is under the file system that we        
        *  are trying to dismount.                                    
        */                                                            
                                                                      
       if ( iop->pathinfo.node_access == node_access ) {              
 200b6e8:	c8 00 a0 1c 	ld  [ %g2 + 0x1c ], %g4                        
 200b6ec:	80 a1 00 18 	cmp  %g4, %i0                                  
 200b6f0:	02 80 00 0a 	be  200b718 <rtems_libio_is_file_open+0x74>    
 200b6f4:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0                       
                                                                      
  /*                                                                  
   *  Look for any active file descriptor entry.                      
   */                                                                 
                                                                      
 for (iop=rtems_libio_iops,i=0; i < rtems_libio_number_iops; iop++, i++){
 200b6f8:	80 a0 c0 01 	cmp  %g3, %g1                                  
 200b6fc:	0a bf ff f7 	bcs  200b6d8 <rtems_libio_is_file_open+0x34>   
 200b700:	84 00 a0 48 	add  %g2, 0x48, %g2                            
}                                                                     
                                                                      
static inline void rtems_libio_unlock( void )                         
{                                                                     
  rtems_semaphore_release( rtems_libio_semaphore );                   
 200b704:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0                       
 200b708:	7f ff ea 86 	call  2006120 <rtems_semaphore_release>        
 200b70c:	b0 10 20 00 	clr  %i0                                       
  }                                                                   
                                                                      
  rtems_libio_unlock();                                               
                                                                      
  return result;                                                      
}                                                                     
 200b710:	81 c7 e0 08 	ret                                            
 200b714:	81 e8 00 00 	restore                                        
 200b718:	7f ff ea 82 	call  2006120 <rtems_semaphore_release>        
 200b71c:	b0 10 20 01 	mov  1, %i0                                    
 200b720:	81 c7 e0 08 	ret                                            
 200b724:	81 e8 00 00 	restore                                        
                                                                      

0200b728 <rtems_libio_is_open_files_in_fs>: */ int rtems_libio_is_open_files_in_fs( rtems_filesystem_mount_table_entry_t * fs_mt_entry ) {
 200b728:	9d e3 bf a0 	save  %sp, -96, %sp                            
rtems_status_code rtems_libio_set_private_env(void);                  
rtems_status_code rtems_libio_share_private_env(rtems_id task_id) ;   
                                                                      
static inline void rtems_libio_lock( void )                           
{                                                                     
  rtems_semaphore_obtain( rtems_libio_semaphore, RTEMS_WAIT, RTEMS_NO_TIMEOUT );
 200b72c:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     
 200b730:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0	! 201cb78 <rtems_libio_semaphore>
 200b734:	92 10 20 00 	clr  %o1                                       
 200b738:	7f ff ea 33 	call  2006004 <rtems_semaphore_obtain>         
 200b73c:	94 10 20 00 	clr  %o2                                       
                                                                      
  /*                                                                  
   *  Look for any active file descriptor entry.                      
   */                                                                 
                                                                      
  for (iop=rtems_libio_iops,i=0; i < rtems_libio_number_iops; iop++, i++){
 200b740:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200b744:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 200b748:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
 200b74c:	80 a0 60 00 	cmp  %g1, 0                                    
 200b750:	02 80 00 0e 	be  200b788 <rtems_libio_is_open_files_in_fs+0x60><== NEVER TAKEN
 200b754:	c4 00 a3 70 	ld  [ %g2 + 0x370 ], %g2                       
 200b758:	86 10 20 00 	clr  %g3                                       
                                                                      
    if ((iop->flags & LIBIO_FLAGS_OPEN) != 0) {                       
 200b75c:	c8 00 a0 18 	ld  [ %g2 + 0x18 ], %g4                        
 200b760:	80 89 21 00 	btst  0x100, %g4                               
 200b764:	02 80 00 06 	be  200b77c <rtems_libio_is_open_files_in_fs+0x54>
 200b768:	86 00 e0 01 	inc  %g3                                       
       /*                                                             
        *  Check if this node is under the file system that we        
        *  are trying to dismount.                                    
        */                                                            
                                                                      
       if ( iop->pathinfo.mt_entry == fs_mt_entry ) {                 
 200b76c:	c8 00 a0 2c 	ld  [ %g2 + 0x2c ], %g4                        
 200b770:	80 a1 00 18 	cmp  %g4, %i0                                  
 200b774:	02 80 00 0a 	be  200b79c <rtems_libio_is_open_files_in_fs+0x74>
 200b778:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0                       
                                                                      
  /*                                                                  
   *  Look for any active file descriptor entry.                      
   */                                                                 
                                                                      
  for (iop=rtems_libio_iops,i=0; i < rtems_libio_number_iops; iop++, i++){
 200b77c:	80 a0 c0 01 	cmp  %g3, %g1                                  
 200b780:	0a bf ff f7 	bcs  200b75c <rtems_libio_is_open_files_in_fs+0x34>
 200b784:	84 00 a0 48 	add  %g2, 0x48, %g2                            
}                                                                     
                                                                      
static inline void rtems_libio_unlock( void )                         
{                                                                     
  rtems_semaphore_release( rtems_libio_semaphore );                   
 200b788:	d0 04 23 78 	ld  [ %l0 + 0x378 ], %o0                       
 200b78c:	7f ff ea 65 	call  2006120 <rtems_semaphore_release>        
 200b790:	b0 10 20 00 	clr  %i0                                       
  }                                                                   
                                                                      
  rtems_libio_unlock();                                               
                                                                      
  return result;                                                      
}                                                                     
 200b794:	81 c7 e0 08 	ret                                            
 200b798:	81 e8 00 00 	restore                                        
 200b79c:	7f ff ea 61 	call  2006120 <rtems_semaphore_release>        
 200b7a0:	b0 10 20 01 	mov  1, %i0                                    
 200b7a4:	81 c7 e0 08 	ret                                            
 200b7a8:	81 e8 00 00 	restore                                        
                                                                      

0200459c <rtems_libio_set_private_env>: rtems_filesystem_freenode( &env->root_directory); free(env); } } rtems_status_code rtems_libio_set_private_env(void) {
 200459c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_status_code 					sc;                                          
  rtems_id          					task_id;                                     
  rtems_filesystem_location_info_t		loc;                              
                                                                      
  sc=rtems_task_ident(RTEMS_SELF,0,&task_id);                         
 20045a0:	90 10 20 00 	clr  %o0                                       
 20045a4:	92 10 20 00 	clr  %o1                                       
 20045a8:	40 00 0c 10 	call  20075e8 <rtems_task_ident>               
 20045ac:	94 07 bf fc 	add  %fp, -4, %o2                              
  if (sc != RTEMS_SUCCESSFUL) return sc;                              
 20045b0:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 20045b4:	12 80 00 51 	bne  20046f8 <rtems_libio_set_private_env+0x15c><== NEVER TAKEN
 20045b8:	21 00 80 7b 	sethi  %hi(0x201ec00), %l0                     
                                                                      
  /* Only for the first time a malloc is necesary */                  
  if (rtems_current_user_env==&rtems_global_user_env) {               
 20045bc:	e6 04 20 28 	ld  [ %l0 + 0x28 ], %l3	! 201ec28 <rtems_current_user_env>
 20045c0:	23 00 80 7d 	sethi  %hi(0x201f400), %l1                     
 20045c4:	a2 14 60 d0 	or  %l1, 0xd0, %l1	! 201f4d0 <rtems_global_user_env>
 20045c8:	80 a4 c0 11 	cmp  %l3, %l1                                  
 20045cc:	02 80 00 3a 	be  20046b4 <rtems_libio_set_private_env+0x118>
 20045d0:	a4 14 20 28 	or  %l0, 0x28, %l2                             
     return sc;                                                       
   }                                                                  
   rtems_current_user_env = tmp;                                      
  };                                                                  
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
 20045d4:	92 10 00 11 	mov  %l1, %o1                                  
 20045d8:	94 10 20 48 	mov  0x48, %o2                                 
 20045dc:	40 00 38 4d 	call  2012710 <memcpy>                         
 20045e0:	90 10 00 13 	mov  %l3, %o0                                  
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 20045e4:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 20045e8:	c2 00 60 b8 	ld  [ %g1 + 0xb8 ], %g1	! 201f4b8 <rtems_filesystem_mount_table_control>
   }                                                                  
   rtems_current_user_env = tmp;                                      
  };                                                                  
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
 20045ec:	c6 07 bf fc 	ld  [ %fp + -4 ], %g3                          
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 20045f0:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
   }                                                                  
   rtems_current_user_env = tmp;                                      
  };                                                                  
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
 20045f4:	c6 24 c0 00 	st  %g3, [ %l3 ]                               
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 20045f8:	c4 24 e0 18 	st  %g2, [ %l3 + 0x18 ]                        
 20045fc:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
   * code we must _not_ free the original locs because                
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004600:	a2 07 bf e8 	add  %fp, -24, %l1                             
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 2004604:	c4 24 e0 1c 	st  %g2, [ %l3 + 0x1c ]                        
 2004608:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
   * code we must _not_ free the original locs because                
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 200460c:	25 00 80 76 	sethi  %hi(0x201d800), %l2                     
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 2004610:	c4 24 e0 20 	st  %g2, [ %l3 + 0x20 ]                        
 2004614:	c4 00 60 28 	ld  [ %g1 + 0x28 ], %g2                        
   * code we must _not_ free the original locs because                
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004618:	92 10 20 01 	mov  1, %o1                                    
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 200461c:	c4 24 e0 24 	st  %g2, [ %l3 + 0x24 ]                        
 2004620:	c2 00 60 2c 	ld  [ %g1 + 0x2c ], %g1                        
   * code we must _not_ free the original locs because                
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004624:	94 10 20 00 	clr  %o2                                       
                                                                      
  *rtems_current_user_env = rtems_global_user_env; /* get the global values*/
  rtems_current_user_env->task_id=task_id;         /* mark the local values*/
                                                                      
  /* get a clean root */                                              
  rtems_filesystem_root    = THE_ROOT_FS_LOC;                         
 2004628:	c2 24 e0 28 	st  %g1, [ %l3 + 0x28 ]                        
   * code we must _not_ free the original locs because                
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 200462c:	96 10 00 11 	mov  %l1, %o3                                  
 2004630:	98 10 20 00 	clr  %o4                                       
 2004634:	7f ff fa 9f 	call  20030b0 <rtems_filesystem_evaluate_path> 
 2004638:	90 14 a1 90 	or  %l2, 0x190, %o0                            
  rtems_filesystem_root    = loc;                                     
 200463c:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 2004640:	c4 07 bf e8 	ld  [ %fp + -24 ], %g2                         
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004644:	90 14 a1 90 	or  %l2, 0x190, %o0                            
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root    = loc;                                     
 2004648:	c4 20 60 18 	st  %g2, [ %g1 + 0x18 ]                        
 200464c:	c4 07 bf ec 	ld  [ %fp + -20 ], %g2                         
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004650:	96 10 00 11 	mov  %l1, %o3                                  
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root    = loc;                                     
 2004654:	c4 20 60 1c 	st  %g2, [ %g1 + 0x1c ]                        
 2004658:	c4 07 bf f0 	ld  [ %fp + -16 ], %g2                         
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 200465c:	92 10 20 01 	mov  1, %o1                                    
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root    = loc;                                     
 2004660:	c4 20 60 20 	st  %g2, [ %g1 + 0x20 ]                        
 2004664:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004668:	94 10 20 00 	clr  %o2                                       
   * what we are trying to do here is forking off                     
   * clones.                                                          
   */                                                                 
                                                                      
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
  rtems_filesystem_root    = loc;                                     
 200466c:	c4 20 60 24 	st  %g2, [ %g1 + 0x24 ]                        
 2004670:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
  rtems_filesystem_evaluate_path("/", 1, 0, &loc, 0);                 
 2004674:	98 10 20 00 	clr  %o4                                       
 2004678:	7f ff fa 8e 	call  20030b0 <rtems_filesystem_evaluate_path> 
 200467c:	c4 20 60 28 	st  %g2, [ %g1 + 0x28 ]                        
  rtems_filesystem_current = loc;                                     
 2004680:	c4 07 bf e8 	ld  [ %fp + -24 ], %g2                         
 2004684:	c2 04 20 28 	ld  [ %l0 + 0x28 ], %g1                        
 2004688:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
 200468c:	c4 07 bf ec 	ld  [ %fp + -20 ], %g2                         
 2004690:	c4 20 60 08 	st  %g2, [ %g1 + 8 ]                           
 2004694:	c4 07 bf f0 	ld  [ %fp + -16 ], %g2                         
 2004698:	c4 20 60 0c 	st  %g2, [ %g1 + 0xc ]                         
 200469c:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
 20046a0:	c4 20 60 10 	st  %g2, [ %g1 + 0x10 ]                        
 20046a4:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
 20046a8:	c4 20 60 14 	st  %g2, [ %g1 + 0x14 ]                        
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 20046ac:	81 c7 e0 08 	ret                                            
 20046b0:	91 e8 20 00 	restore  %g0, 0, %o0                           
  sc=rtems_task_ident(RTEMS_SELF,0,&task_id);                         
  if (sc != RTEMS_SUCCESSFUL) return sc;                              
                                                                      
  /* Only for the first time a malloc is necesary */                  
  if (rtems_current_user_env==&rtems_global_user_env) {               
   rtems_user_env_t	*tmp = malloc(sizeof(rtems_user_env_t));          
 20046b4:	90 10 20 48 	mov  0x48, %o0                                 
 20046b8:	7f ff fc 5f 	call  2003834 <malloc>                         
 20046bc:	b0 10 20 1a 	mov  0x1a, %i0                                 
   if (!tmp)                                                          
 20046c0:	a6 92 20 00 	orcc  %o0, 0, %l3                              
 20046c4:	02 80 00 0d 	be  20046f8 <rtems_libio_set_private_env+0x15c><== NEVER TAKEN
 20046c8:	92 10 00 12 	mov  %l2, %o1                                  
                                                                      
#ifdef HAVE_USERENV_REFCNT                                            
   tmp->refcnt = 1;                                                   
#endif                                                                
                                                                      
   sc = rtems_task_variable_add(RTEMS_SELF,(void*)&rtems_current_user_env,(void(*)(void *))free_user_env);
 20046cc:	90 10 20 00 	clr  %o0                                       
 20046d0:	15 00 80 11 	sethi  %hi(0x2004400), %o2                     
 20046d4:	40 00 0c 20 	call  2007754 <rtems_task_variable_add>        
 20046d8:	94 12 a0 68 	or  %o2, 0x68, %o2	! 2004468 <free_user_env>   
   if (sc != RTEMS_SUCCESSFUL) {                                      
 20046dc:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 20046e0:	12 80 00 04 	bne  20046f0 <rtems_libio_set_private_env+0x154><== NEVER TAKEN
 20046e4:	01 00 00 00 	nop                                            
	  * not initialized yet                                              
	  */                                                                 
     free(tmp);                                                       
     return sc;                                                       
   }                                                                  
   rtems_current_user_env = tmp;                                      
 20046e8:	10 bf ff bb 	b  20045d4 <rtems_libio_set_private_env+0x38>  
 20046ec:	e6 24 20 28 	st  %l3, [ %l0 + 0x28 ]                        
   sc = rtems_task_variable_add(RTEMS_SELF,(void*)&rtems_current_user_env,(void(*)(void *))free_user_env);
   if (sc != RTEMS_SUCCESSFUL) {                                      
	 /* don't use free_user_env because the pathlocs are                 
	  * not initialized yet                                              
	  */                                                                 
     free(tmp);                                                       
 20046f0:	7f ff fa ac 	call  20031a0 <free>                           <== NOT EXECUTED
 20046f4:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
     return sc;                                                       
 20046f8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20046fc:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020044e0 <rtems_libio_share_private_env>: * b) mutex access to rtems_filesystem_current, rtems_filesytem_root * while changing any of those (chdir(), chroot()). */ #ifndef HAVE_USERENV_REFCNT rtems_status_code rtems_libio_share_private_env(rtems_id task_id) {
 20044e0:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
  rtems_status_code  sc;                                              
  rtems_user_env_t * shared_user_env;                                 
  rtems_id           current_task_id;                                 
                                                                      
  sc=rtems_task_ident(RTEMS_SELF,0,¤t_task_id);                 
 20044e4:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 20044e8:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 20044ec:	94 07 bf f8 	add  %fp, -8, %o2                              <== NOT EXECUTED
 20044f0:	40 00 0c 3e 	call  20075e8 <rtems_task_ident>               <== NOT EXECUTED
 20044f4:	a4 10 00 18 	mov  %i0, %l2                                  <== NOT EXECUTED
  if (sc != RTEMS_SUCCESSFUL) return sc;                              
 20044f8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20044fc:	12 80 00 14 	bne  200454c <rtems_libio_share_private_env+0x6c><== NOT EXECUTED
 2004500:	82 10 00 08 	mov  %o0, %g1                                  <== NOT EXECUTED
                                                                      
  if (rtems_current_user_env->task_id==current_task_id) {             
 2004504:	21 00 80 7b 	sethi  %hi(0x201ec00), %l0                     <== NOT EXECUTED
 2004508:	e6 04 20 28 	ld  [ %l0 + 0x28 ], %l3	! 201ec28 <rtems_current_user_env><== NOT EXECUTED
 200450c:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          <== NOT EXECUTED
 2004510:	c6 04 c0 00 	ld  [ %l3 ], %g3                               <== NOT EXECUTED
 2004514:	82 14 20 28 	or  %l0, 0x28, %g1                             <== NOT EXECUTED
 2004518:	80 a0 c0 02 	cmp  %g3, %g2                                  <== NOT EXECUTED
 200451c:	02 80 00 0e 	be  2004554 <rtems_libio_share_private_env+0x74><== NOT EXECUTED
 2004520:	a2 10 00 01 	mov  %g1, %l1                                  <== NOT EXECUTED
   free_user_env(tmp);                                                
  };                                                                  
                                                                      
  /* AT THIS POINT, rtems_current_user_env is DANGLING */             
                                                                      
  sc = rtems_task_variable_get(task_id,(void*)&rtems_current_user_env,
 2004524:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
 2004528:	92 10 00 11 	mov  %l1, %o1                                  <== NOT EXECUTED
 200452c:	40 00 0c e8 	call  20078cc <rtems_task_variable_get>        <== NOT EXECUTED
 2004530:	94 07 bf fc 	add  %fp, -4, %o2                              <== NOT EXECUTED
		                       (void*)&shared_user_env       );             
  if (sc != RTEMS_SUCCESSFUL)                                         
 2004534:	82 92 20 00 	orcc  %o0, 0, %g1                              <== NOT EXECUTED
 2004538:	02 80 00 10 	be  2004578 <rtems_libio_share_private_env+0x98><== NOT EXECUTED
 200453c:	92 10 00 11 	mov  %l1, %o1                                  <== NOT EXECUTED
                                                                      
  return RTEMS_SUCCESSFUL;                                            
                                                                      
bailout:                                                              
  /* fallback to the global env */                                    
  rtems_current_user_env = &rtems_global_user_env;                    
 2004540:	05 00 80 7d 	sethi  %hi(0x201f400), %g2                     <== NOT EXECUTED
 2004544:	84 10 a0 d0 	or  %g2, 0xd0, %g2	! 201f4d0 <rtems_global_user_env><== NOT EXECUTED
 2004548:	c4 24 20 28 	st  %g2, [ %l0 + 0x28 ]                        <== NOT EXECUTED
  return sc;                                                          
}                                                                     
 200454c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004550:	91 e8 00 01 	restore  %g0, %g1, %o0                         <== NOT EXECUTED
  if (sc != RTEMS_SUCCESSFUL) return sc;                              
                                                                      
  if (rtems_current_user_env->task_id==current_task_id) {             
   /* kill the current user env & task_var*/                          
	rtems_user_env_t 	*tmp = rtems_current_user_env;                     
   sc = rtems_task_variable_delete(RTEMS_SELF,(void*)&rtems_current_user_env);
 2004554:	40 00 0c b0 	call  2007814 <rtems_task_variable_delete>     <== NOT EXECUTED
 2004558:	92 10 00 01 	mov  %g1, %o1                                  <== NOT EXECUTED
   if (sc != RTEMS_SUCCESSFUL) return sc;                             
 200455c:	82 92 20 00 	orcc  %o0, 0, %g1                              <== NOT EXECUTED
 2004560:	12 bf ff fb 	bne  200454c <rtems_libio_share_private_env+0x6c><== NOT EXECUTED
 2004564:	01 00 00 00 	nop                                            <== NOT EXECUTED
   free_user_env(tmp);                                                
 2004568:	7f ff ff c0 	call  2004468 <free_user_env>                  <== NOT EXECUTED
 200456c:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
  };                                                                  
                                                                      
  /* AT THIS POINT, rtems_current_user_env is DANGLING */             
                                                                      
  sc = rtems_task_variable_get(task_id,(void*)&rtems_current_user_env,
 2004570:	10 bf ff ee 	b  2004528 <rtems_libio_share_private_env+0x48><== NOT EXECUTED
 2004574:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
		                       (void*)&shared_user_env       );             
  if (sc != RTEMS_SUCCESSFUL)                                         
    goto bailout;                                                     
                                                                      
  sc = rtems_task_variable_add(RTEMS_SELF,(void*)&rtems_current_user_env,free_user_env);
 2004578:	15 00 80 11 	sethi  %hi(0x2004400), %o2                     <== NOT EXECUTED
 200457c:	40 00 0c 76 	call  2007754 <rtems_task_variable_add>        <== NOT EXECUTED
 2004580:	94 12 a0 68 	or  %o2, 0x68, %o2	! 2004468 <free_user_env>   <== NOT EXECUTED
  if (sc != RTEMS_SUCCESSFUL)                                         
 2004584:	82 92 20 00 	orcc  %o0, 0, %g1                              <== NOT EXECUTED
 2004588:	12 bf ff ef 	bne  2004544 <rtems_libio_share_private_env+0x64><== NOT EXECUTED
 200458c:	05 00 80 7d 	sethi  %hi(0x201f400), %g2                     <== NOT EXECUTED
    goto bailout;                                                     
                                                                      
  /* the current_user_env is the same pointer that remote env */      
  rtems_current_user_env = shared_user_env;                           
 2004590:	c4 07 bf fc 	ld  [ %fp + -4 ], %g2                          <== NOT EXECUTED
  /* increase the reference count */                                  
#ifdef HAVE_USERENV_REFCNT                                            
  rtems_current_user_env->refcnt++;                                   
#endif                                                                
                                                                      
  return RTEMS_SUCCESSFUL;                                            
 2004594:	10 bf ff ee 	b  200454c <rtems_libio_share_private_env+0x6c><== NOT EXECUTED
 2004598:	c4 24 20 28 	st  %g2, [ %l0 + 0x28 ]                        <== NOT EXECUTED
                                                                      

0200b64c <rtems_libio_to_fcntl_flags>: */ uint32_t rtems_libio_to_fcntl_flags( uint32_t flags ) {
 200b64c:	82 10 00 08 	mov  %o0, %g1                                  
  uint32_t   fcntl_flags = 0;                                         
                                                                      
  if ( (flags & LIBIO_FLAGS_READ_WRITE) == LIBIO_FLAGS_READ_WRITE ) { 
 200b650:	84 08 60 06 	and  %g1, 6, %g2                               
 200b654:	80 a0 a0 06 	cmp  %g2, 6                                    
 200b658:	02 80 00 07 	be  200b674 <rtems_libio_to_fcntl_flags+0x28>  <== NEVER TAKEN
 200b65c:	90 10 20 02 	mov  2, %o0                                    
    fcntl_flags |= O_RDWR;                                            
  } else if ( (flags & LIBIO_FLAGS_READ) == LIBIO_FLAGS_READ) {       
 200b660:	84 08 60 02 	and  %g1, 2, %g2                               
 200b664:	80 a0 00 02 	cmp  %g0, %g2                                  
 200b668:	85 30 60 02 	srl  %g1, 2, %g2                               
 200b66c:	90 60 3f ff 	subx  %g0, -1, %o0                             
 200b670:	90 0a 00 02 	and  %o0, %g2, %o0                             
    fcntl_flags |= O_RDONLY;                                          
  } else if ( (flags & LIBIO_FLAGS_WRITE) == LIBIO_FLAGS_WRITE) {     
    fcntl_flags |= O_WRONLY;                                          
  }                                                                   
                                                                      
  if ( (flags & LIBIO_FLAGS_NO_DELAY) == LIBIO_FLAGS_NO_DELAY ) {     
 200b674:	80 88 60 01 	btst  1, %g1                                   
 200b678:	02 80 00 04 	be  200b688 <rtems_libio_to_fcntl_flags+0x3c>  
 200b67c:	80 88 62 00 	btst  0x200, %g1                               
    fcntl_flags |= O_NONBLOCK;                                        
 200b680:	05 00 00 10 	sethi  %hi(0x4000), %g2                        
 200b684:	90 12 00 02 	or  %o0, %g2, %o0                              
  }                                                                   
                                                                      
  if ( (flags & LIBIO_FLAGS_APPEND) == LIBIO_FLAGS_APPEND ) {         
 200b688:	32 80 00 02 	bne,a   200b690 <rtems_libio_to_fcntl_flags+0x44>
 200b68c:	90 12 20 08 	or  %o0, 8, %o0                                
    fcntl_flags |= O_APPEND;                                          
  }                                                                   
                                                                      
  if ( (flags & LIBIO_FLAGS_CREATE) == LIBIO_FLAGS_CREATE ) {         
 200b690:	80 88 64 00 	btst  0x400, %g1                               
 200b694:	32 80 00 02 	bne,a   200b69c <rtems_libio_to_fcntl_flags+0x50>
 200b698:	90 12 22 00 	or  %o0, 0x200, %o0                            
    fcntl_flags |= O_CREAT;                                           
  }                                                                   
                                                                      
  return fcntl_flags;                                                 
}                                                                     
 200b69c:	81 c3 e0 08 	retl                                           
                                                                      

02011094 <rtems_memalign>: int rtems_memalign( void **pointer, size_t alignment, size_t size ) {
 2011094:	9d e3 bf a0 	save  %sp, -96, %sp                            
  void *return_this;                                                  
                                                                      
  /*                                                                  
   *  Parameter error checks                                          
   */                                                                 
  if ( !pointer )                                                     
 2011098:	a0 96 20 00 	orcc  %i0, 0, %l0                              
 201109c:	02 80 00 20 	be  201111c <rtems_memalign+0x88>              
 20110a0:	03 00 80 8c 	sethi  %hi(0x2023000), %g1                     
  *pointer = NULL;                                                    
                                                                      
  /*                                                                  
   *  Do not attempt to allocate memory if not in correct system state.
   */                                                                 
  if ( _System_state_Is_up(_System_state_Get()) &&                    
 20110a4:	c2 00 62 a0 	ld  [ %g1 + 0x2a0 ], %g1	! 20232a0 <_System_state_Current>
 20110a8:	80 a0 60 03 	cmp  %g1, 3                                    
 20110ac:	02 80 00 17 	be  2011108 <rtems_memalign+0x74>              <== ALWAYS TAKEN
 20110b0:	c0 24 00 00 	clr  [ %l0 ]                                   
                                                                      
  /*                                                                  
   *                                                                  
   *  If some free's have been deferred, then do them now.            
   */                                                                 
  malloc_deferred_frees_process();                                    
 20110b4:	7f ff cc 56 	call  200420c <malloc_deferred_frees_process>  
 20110b8:	b0 10 20 0c 	mov  0xc, %i0                                  
  uintptr_t size,                                                     
  uintptr_t alignment                                                 
)                                                                     
{                                                                     
  return                                                              
    _Protected_heap_Allocate_aligned_with_boundary( heap, size, alignment, 0 );
 20110bc:	03 00 80 89 	sethi  %hi(0x2022400), %g1                     
 20110c0:	d0 00 60 70 	ld  [ %g1 + 0x70 ], %o0	! 2022470 <RTEMS_Malloc_Heap>
 20110c4:	94 10 00 19 	mov  %i1, %o2                                  
 20110c8:	92 10 00 1a 	mov  %i2, %o1                                  
 20110cc:	7f ff e2 ca 	call  2009bf4 <_Protected_heap_Allocate_aligned_with_boundary>
 20110d0:	96 10 20 00 	clr  %o3                                       
  return_this = _Protected_heap_Allocate_aligned(                     
    RTEMS_Malloc_Heap,                                                
    size,                                                             
    alignment                                                         
  );                                                                  
  if ( !return_this )                                                 
 20110d4:	b2 92 20 00 	orcc  %o0, 0, %i1                              
 20110d8:	02 80 00 12 	be  2011120 <rtems_memalign+0x8c>              
 20110dc:	03 00 80 8a 	sethi  %hi(0x2022800), %g1                     
    return ENOMEM;                                                    
                                                                      
  /*                                                                  
   *  If configured, update the more involved statistics              
   */                                                                 
  if ( rtems_malloc_statistics_helpers )                              
 20110e0:	c2 00 63 a8 	ld  [ %g1 + 0x3a8 ], %g1	! 2022ba8 <rtems_malloc_statistics_helpers>
 20110e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20110e8:	22 80 00 06 	be,a   2011100 <rtems_memalign+0x6c>           <== ALWAYS TAKEN
 20110ec:	f2 24 00 00 	st  %i1, [ %l0 ]                               
    (*rtems_malloc_statistics_helpers->at_malloc)(pointer);           
 20110f0:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           <== NOT EXECUTED
 20110f4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20110f8:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
     */                                                               
    if (rtems_malloc_boundary_helpers)                                
      (*rtems_malloc_boundary_helpers->at_malloc)(return_this, size); 
  #endif                                                              
                                                                      
  *pointer = return_this;                                             
 20110fc:	f2 24 00 00 	st  %i1, [ %l0 ]                               <== NOT EXECUTED
  return 0;                                                           
 2011100:	81 c7 e0 08 	ret                                            
 2011104:	91 e8 20 00 	restore  %g0, 0, %o0                           
  *pointer = NULL;                                                    
                                                                      
  /*                                                                  
   *  Do not attempt to allocate memory if not in correct system state.
   */                                                                 
  if ( _System_state_Is_up(_System_state_Get()) &&                    
 2011108:	7f ff cc 28 	call  20041a8 <malloc_is_system_state_OK>      
 201110c:	01 00 00 00 	nop                                            
 2011110:	80 8a 20 ff 	btst  0xff, %o0                                
 2011114:	12 bf ff e8 	bne  20110b4 <rtems_memalign+0x20>             <== ALWAYS TAKEN
 2011118:	01 00 00 00 	nop                                            
    if (rtems_malloc_boundary_helpers)                                
      (*rtems_malloc_boundary_helpers->at_malloc)(return_this, size); 
  #endif                                                              
                                                                      
  *pointer = return_this;                                             
  return 0;                                                           
 201111c:	b0 10 20 16 	mov  0x16, %i0	! 16 <PROM_START+0x16>          
}                                                                     
 2011120:	81 c7 e0 08 	ret                                            
 2011124:	81 e8 00 00 	restore                                        
                                                                      

02007c88 <rtems_object_get_class_information>: rtems_status_code rtems_object_get_class_information( int the_api, int the_class, rtems_object_api_class_information *info ) {
 2007c88:	9d e3 bf a0 	save  %sp, -96, %sp                            
 2007c8c:	90 10 00 18 	mov  %i0, %o0                                  
  int                  i;                                             
                                                                      
  /*                                                                  
   * Validate parameters and look up information structure.           
   */                                                                 
  if ( !info )                                                        
 2007c90:	80 a6 a0 00 	cmp  %i2, 0                                    
 2007c94:	02 80 00 20 	be  2007d14 <rtems_object_get_class_information+0x8c>
 2007c98:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  obj_info = _Objects_Get_information( the_api, the_class );          
 2007c9c:	92 10 00 19 	mov  %i1, %o1                                  
 2007ca0:	40 00 07 36 	call  2009978 <_Objects_Get_information>       
 2007ca4:	b0 10 20 0a 	mov  0xa, %i0                                  
  if ( !obj_info )                                                    
 2007ca8:	80 a2 20 00 	cmp  %o0, 0                                    
 2007cac:	02 80 00 1a 	be  2007d14 <rtems_object_get_class_information+0x8c>
 2007cb0:	01 00 00 00 	nop                                            
    return RTEMS_INVALID_NUMBER;                                      
                                                                      
  /*                                                                  
   * Return information about this object class to the user.          
   */                                                                 
  info->minimum_id  = obj_info->minimum_id;                           
 2007cb4:	c2 02 20 08 	ld  [ %o0 + 8 ], %g1                           
  info->maximum_id  = obj_info->maximum_id;                           
  info->auto_extend = obj_info->auto_extend;                          
  info->maximum     = obj_info->maximum;                              
 2007cb8:	c8 12 20 10 	lduh  [ %o0 + 0x10 ], %g4                      
  /*                                                                  
   * Return information about this object class to the user.          
   */                                                                 
  info->minimum_id  = obj_info->minimum_id;                           
  info->maximum_id  = obj_info->maximum_id;                           
  info->auto_extend = obj_info->auto_extend;                          
 2007cbc:	c4 0a 20 12 	ldub  [ %o0 + 0x12 ], %g2                      
    return RTEMS_INVALID_NUMBER;                                      
                                                                      
  /*                                                                  
   * Return information about this object class to the user.          
   */                                                                 
  info->minimum_id  = obj_info->minimum_id;                           
 2007cc0:	c2 26 80 00 	st  %g1, [ %i2 ]                               
  info->maximum_id  = obj_info->maximum_id;                           
 2007cc4:	c2 02 20 0c 	ld  [ %o0 + 0xc ], %g1                         
  info->auto_extend = obj_info->auto_extend;                          
 2007cc8:	c4 2e a0 0c 	stb  %g2, [ %i2 + 0xc ]                        
                                                                      
  /*                                                                  
   * Return information about this object class to the user.          
   */                                                                 
  info->minimum_id  = obj_info->minimum_id;                           
  info->maximum_id  = obj_info->maximum_id;                           
 2007ccc:	c2 26 a0 04 	st  %g1, [ %i2 + 4 ]                           
  info->auto_extend = obj_info->auto_extend;                          
  info->maximum     = obj_info->maximum;                              
 2007cd0:	c8 26 a0 08 	st  %g4, [ %i2 + 8 ]                           
                                                                      
  for ( unallocated=0, i=1 ; i <= info->maximum ; i++ )               
 2007cd4:	80 a1 20 00 	cmp  %g4, 0                                    
 2007cd8:	02 80 00 0d 	be  2007d0c <rtems_object_get_class_information+0x84><== NEVER TAKEN
 2007cdc:	84 10 20 00 	clr  %g2                                       
 2007ce0:	da 02 20 1c 	ld  [ %o0 + 0x1c ], %o5                        
 2007ce4:	86 10 20 01 	mov  1, %g3                                    
 2007ce8:	82 10 20 01 	mov  1, %g1                                    
    if ( !obj_info->local_table[i] )                                  
 2007cec:	87 28 e0 02 	sll  %g3, 2, %g3                               
 2007cf0:	c6 03 40 03 	ld  [ %o5 + %g3 ], %g3                         
  info->minimum_id  = obj_info->minimum_id;                           
  info->maximum_id  = obj_info->maximum_id;                           
  info->auto_extend = obj_info->auto_extend;                          
  info->maximum     = obj_info->maximum;                              
                                                                      
  for ( unallocated=0, i=1 ; i <= info->maximum ; i++ )               
 2007cf4:	82 00 60 01 	inc  %g1                                       
    if ( !obj_info->local_table[i] )                                  
      unallocated++;                                                  
 2007cf8:	80 a0 00 03 	cmp  %g0, %g3                                  
 2007cfc:	84 60 bf ff 	subx  %g2, -1, %g2                             
  info->minimum_id  = obj_info->minimum_id;                           
  info->maximum_id  = obj_info->maximum_id;                           
  info->auto_extend = obj_info->auto_extend;                          
  info->maximum     = obj_info->maximum;                              
                                                                      
  for ( unallocated=0, i=1 ; i <= info->maximum ; i++ )               
 2007d00:	80 a1 00 01 	cmp  %g4, %g1                                  
 2007d04:	1a bf ff fa 	bcc  2007cec <rtems_object_get_class_information+0x64>
 2007d08:	86 10 00 01 	mov  %g1, %g3                                  
    if ( !obj_info->local_table[i] )                                  
      unallocated++;                                                  
                                                                      
  info->unallocated = unallocated;                                    
 2007d0c:	c4 26 a0 10 	st  %g2, [ %i2 + 0x10 ]                        
 2007d10:	b0 10 20 00 	clr  %i0                                       
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 2007d14:	81 c7 e0 08 	ret                                            
 2007d18:	81 e8 00 00 	restore                                        
                                                                      

02007fc0 <rtems_panic>: void rtems_panic( const char *printf_format, ... ) {
 2007fc0:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
    va_list arglist;                                                  
                                                                      
    va_start(arglist, printf_format);                                 
    (void) rtems_verror(RTEMS_ERROR_PANIC, printf_format, arglist);   
 2007fc4:	11 08 00 00 	sethi  %hi(0x20000000), %o0                    <== NOT EXECUTED
    ...                                                               
  )                                                                   
{                                                                     
    va_list arglist;                                                  
                                                                      
    va_start(arglist, printf_format);                                 
 2007fc8:	94 07 a0 48 	add  %fp, 0x48, %o2                            <== NOT EXECUTED
 2007fcc:	f2 27 a0 48 	st  %i1, [ %fp + 0x48 ]                        <== NOT EXECUTED
 2007fd0:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        <== NOT EXECUTED
 2007fd4:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        <== NOT EXECUTED
 2007fd8:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        <== NOT EXECUTED
 2007fdc:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        <== NOT EXECUTED
    (void) rtems_verror(RTEMS_ERROR_PANIC, printf_format, arglist);   
 2007fe0:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
 2007fe4:	7f ff ff 8a 	call  2007e0c <rtems_verror>                   <== NOT EXECUTED
 2007fe8:	d4 27 bf fc 	st  %o2, [ %fp + -4 ]                          <== NOT EXECUTED
    va_end(arglist);                                                  
}                                                                     
 2007fec:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2007ff0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02013ea4 <rtems_partition_create>: uint32_t length, uint32_t buffer_size, rtems_attribute attribute_set, rtems_id *id ) {
 2013ea4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  register Partition_Control *the_partition;                          
                                                                      
  if ( !rtems_is_name_valid( name ) )                                 
 2013ea8:	a0 96 20 00 	orcc  %i0, 0, %l0                              
 2013eac:	02 80 00 31 	be  2013f70 <rtems_partition_create+0xcc>      
 2013eb0:	b0 10 20 03 	mov  3, %i0                                    
    return RTEMS_INVALID_NAME;                                        
                                                                      
  if ( !starting_address )                                            
 2013eb4:	80 a6 60 00 	cmp  %i1, 0                                    
 2013eb8:	02 80 00 32 	be  2013f80 <rtems_partition_create+0xdc>      
 2013ebc:	80 a7 60 00 	cmp  %i5, 0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( !id )                                                          
 2013ec0:	02 80 00 30 	be  2013f80 <rtems_partition_create+0xdc>      <== NEVER TAKEN
 2013ec4:	80 a6 e0 00 	cmp  %i3, 0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( length == 0 || buffer_size == 0 || length < buffer_size ||     
 2013ec8:	02 80 00 2c 	be  2013f78 <rtems_partition_create+0xd4>      
 2013ecc:	80 a6 a0 00 	cmp  %i2, 0                                    
 2013ed0:	02 80 00 2a 	be  2013f78 <rtems_partition_create+0xd4>      
 2013ed4:	80 a6 80 1b 	cmp  %i2, %i3                                  
 2013ed8:	0a 80 00 28 	bcs  2013f78 <rtems_partition_create+0xd4>     
 2013edc:	80 8e e0 07 	btst  7, %i3                                   
 2013ee0:	12 80 00 26 	bne  2013f78 <rtems_partition_create+0xd4>     
 2013ee4:	80 8e 60 07 	btst  7, %i1                                   
         !_Partition_Is_buffer_size_aligned( buffer_size ) )          
    return RTEMS_INVALID_SIZE;                                        
                                                                      
  if ( !_Addresses_Is_aligned( starting_address ) )                   
 2013ee8:	12 80 00 26 	bne  2013f80 <rtems_partition_create+0xdc>     
 2013eec:	03 00 80 f9 	sethi  %hi(0x203e400), %g1                     
 2013ef0:	c4 00 61 70 	ld  [ %g1 + 0x170 ], %g2	! 203e570 <_Thread_Dispatch_disable_level>
 2013ef4:	84 00 a0 01 	inc  %g2                                       
 2013ef8:	c4 20 61 70 	st  %g2, [ %g1 + 0x170 ]                       
 *  This function allocates a partition control block from            
 *  the inactive chain of free partition control blocks.              
 */                                                                   
RTEMS_INLINE_ROUTINE Partition_Control *_Partition_Allocate ( void )  
{                                                                     
  return (Partition_Control *) _Objects_Allocate( &_Partition_Information );
 2013efc:	25 00 80 f8 	sethi  %hi(0x203e000), %l2                     
 2013f00:	40 00 12 97 	call  201895c <_Objects_Allocate>              
 2013f04:	90 14 a3 78 	or  %l2, 0x378, %o0	! 203e378 <_Partition_Information>
                                                                      
  _Thread_Disable_dispatch();               /* prevents deletion */   
                                                                      
  the_partition = _Partition_Allocate();                              
                                                                      
  if ( !the_partition ) {                                             
 2013f08:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 2013f0c:	02 80 00 1f 	be  2013f88 <rtems_partition_create+0xe4>      
 2013f10:	92 10 00 1b 	mov  %i3, %o1                                  
#endif                                                                
                                                                      
  the_partition->starting_address      = starting_address;            
  the_partition->length                = length;                      
  the_partition->buffer_size           = buffer_size;                 
  the_partition->attribute_set         = attribute_set;               
 2013f14:	f8 24 60 1c 	st  %i4, [ %l1 + 0x1c ]                        
    _Thread_Enable_dispatch();                                        
    return RTEMS_TOO_MANY;                                            
  }                                                                   
#endif                                                                
                                                                      
  the_partition->starting_address      = starting_address;            
 2013f18:	f2 24 60 10 	st  %i1, [ %l1 + 0x10 ]                        
  the_partition->length                = length;                      
 2013f1c:	f4 24 60 14 	st  %i2, [ %l1 + 0x14 ]                        
  the_partition->buffer_size           = buffer_size;                 
 2013f20:	f6 24 60 18 	st  %i3, [ %l1 + 0x18 ]                        
  the_partition->attribute_set         = attribute_set;               
  the_partition->number_of_used_blocks = 0;                           
 2013f24:	c0 24 60 20 	clr  [ %l1 + 0x20 ]                            
                                                                      
  _Chain_Initialize( &the_partition->Memory, starting_address,        
 2013f28:	40 00 67 8a 	call  202dd50 <.udiv>                          
 2013f2c:	90 10 00 1a 	mov  %i2, %o0                                  
 2013f30:	92 10 00 19 	mov  %i1, %o1                                  
 2013f34:	94 10 00 08 	mov  %o0, %o2                                  
 2013f38:	96 10 00 1b 	mov  %i3, %o3                                  
 2013f3c:	b8 04 60 24 	add  %l1, 0x24, %i4                            
 2013f40:	40 00 0c db 	call  20172ac <_Chain_Initialize>              
 2013f44:	90 10 00 1c 	mov  %i4, %o0                                  
 2013f48:	c2 14 60 0a 	lduh  [ %l1 + 0xa ], %g1                       
 2013f4c:	c6 04 60 08 	ld  [ %l1 + 8 ], %g3                           
 2013f50:	a4 14 a3 78 	or  %l2, 0x378, %l2                            
 2013f54:	c4 04 a0 1c 	ld  [ %l2 + 0x1c ], %g2                        
    information,                                                      
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  the_object->name = name;                                            
 2013f58:	e0 24 60 0c 	st  %l0, [ %l1 + 0xc ]                         
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 2013f5c:	83 28 60 02 	sll  %g1, 2, %g1                               
    &_Partition_Information,                                          
    &the_partition->Object,                                           
    (Objects_Name) name                                               
  );                                                                  
                                                                      
  *id = the_partition->Object.id;                                     
 2013f60:	c6 27 40 00 	st  %g3, [ %i5 ]                               
 2013f64:	e2 20 80 01 	st  %l1, [ %g2 + %g1 ]                         
      name,                                                           
      0                  /* Not used */                               
    );                                                                
#endif                                                                
                                                                      
  _Thread_Enable_dispatch();                                          
 2013f68:	40 00 16 9f 	call  20199e4 <_Thread_Enable_dispatch>        
 2013f6c:	b0 10 20 00 	clr  %i0                                       
  return RTEMS_SUCCESSFUL;                                            
 2013f70:	81 c7 e0 08 	ret                                            
 2013f74:	81 e8 00 00 	restore                                        
}                                                                     
 2013f78:	81 c7 e0 08 	ret                                            
 2013f7c:	91 e8 20 08 	restore  %g0, 8, %o0                           
      0                  /* Not used */                               
    );                                                                
#endif                                                                
                                                                      
  _Thread_Enable_dispatch();                                          
  return RTEMS_SUCCESSFUL;                                            
 2013f80:	81 c7 e0 08 	ret                                            
 2013f84:	91 e8 20 09 	restore  %g0, 9, %o0                           
  _Thread_Disable_dispatch();               /* prevents deletion */   
                                                                      
  the_partition = _Partition_Allocate();                              
                                                                      
  if ( !the_partition ) {                                             
    _Thread_Enable_dispatch();                                        
 2013f88:	40 00 16 97 	call  20199e4 <_Thread_Enable_dispatch>        
 2013f8c:	b0 10 20 05 	mov  5, %i0                                    
    return RTEMS_TOO_MANY;                                            
 2013f90:	81 c7 e0 08 	ret                                            
 2013f94:	81 e8 00 00 	restore                                        
                                                                      

0200d7e8 <rtems_pipe_initialize>: /* * Initialization of FIFO/pipe module. */ void rtems_pipe_initialize (void) {
 200d7e8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  if (!rtems_pipe_configured)                                         
 200d7ec:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 200d7f0:	c2 08 60 94 	ldub  [ %g1 + 0x94 ], %g1	! 201c894 <rtems_pipe_configured>
 200d7f4:	80 a0 60 00 	cmp  %g1, 0                                    
 200d7f8:	02 80 00 13 	be  200d844 <rtems_pipe_initialize+0x5c>       <== ALWAYS TAKEN
 200d7fc:	19 00 80 72 	sethi  %hi(0x201c800), %o4                     
    return;                                                           
                                                                      
  if (rtems_pipe_semaphore)                                           
 200d800:	c2 03 21 f4 	ld  [ %o4 + 0x1f4 ], %g1	! 201c9f4 <rtems_pipe_semaphore><== NOT EXECUTED
 200d804:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200d808:	12 80 00 0f 	bne  200d844 <rtems_pipe_initialize+0x5c>      <== NOT EXECUTED
 200d80c:	98 13 21 f4 	or  %o4, 0x1f4, %o4                            <== NOT EXECUTED
    return;                                                           
                                                                      
  rtems_status_code sc;                                               
  sc = rtems_semaphore_create(                                        
 200d810:	11 14 12 54 	sethi  %hi(0x50495000), %o0                    <== NOT EXECUTED
 200d814:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
 200d818:	90 12 20 45 	or  %o0, 0x45, %o0                             <== NOT EXECUTED
 200d81c:	94 10 20 54 	mov  0x54, %o2                                 <== NOT EXECUTED
 200d820:	7f ff e1 58 	call  2005d80 <rtems_semaphore_create>         <== NOT EXECUTED
 200d824:	96 10 20 00 	clr  %o3                                       <== NOT EXECUTED
        rtems_build_name ('P', 'I', 'P', 'E'), 1,                     
        RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY,
        RTEMS_NO_PRIORITY, &rtems_pipe_semaphore);                    
  if (sc != RTEMS_SUCCESSFUL)                                         
 200d828:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200d82c:	12 80 00 08 	bne  200d84c <rtems_pipe_initialize+0x64>      <== NOT EXECUTED
 200d830:	01 00 00 00 	nop                                            <== NOT EXECUTED
    rtems_fatal_error_occurred (sc);                                  
                                                                      
  rtems_interval now;                                                 
  now = rtems_clock_get_ticks_since_boot();                           
 200d834:	7f ff e0 2f 	call  20058f0 <rtems_clock_get_ticks_since_boot><== NOT EXECUTED
 200d838:	01 00 00 00 	nop                                            <== NOT EXECUTED
  rtems_pipe_no = now;                                                
 200d83c:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 200d840:	d0 30 61 fa 	sth  %o0, [ %g1 + 0x1fa ]	! 201c9fa <rtems_pipe_no><== NOT EXECUTED
 200d844:	81 c7 e0 08 	ret                                            
 200d848:	81 e8 00 00 	restore                                        
  sc = rtems_semaphore_create(                                        
        rtems_build_name ('P', 'I', 'P', 'E'), 1,                     
        RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY,
        RTEMS_NO_PRIORITY, &rtems_pipe_semaphore);                    
  if (sc != RTEMS_SUCCESSFUL)                                         
    rtems_fatal_error_occurred (sc);                                  
 200d84c:	7f ff e3 9d 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

02007248 <rtems_rate_monotonic_period>: rtems_status_code rtems_rate_monotonic_period( rtems_id id, rtems_interval length ) {
 2007248:	9d e3 bf 98 	save  %sp, -104, %sp                           
RTEMS_INLINE_ROUTINE Rate_monotonic_Control *_Rate_monotonic_Get (    
  Objects_Id         id,                                              
  Objects_Locations *location                                         
)                                                                     
{                                                                     
  return (Rate_monotonic_Control *)                                   
 200724c:	11 00 80 8a 	sethi  %hi(0x2022800), %o0                     
 2007250:	92 10 00 18 	mov  %i0, %o1                                  
 2007254:	90 12 22 a0 	or  %o0, 0x2a0, %o0                            
 2007258:	40 00 09 38 	call  2009738 <_Objects_Get>                   
 200725c:	94 07 bf fc 	add  %fp, -4, %o2                              
  rtems_rate_monotonic_period_states   local_state;                   
  ISR_Level                            level;                         
                                                                      
  the_period = _Rate_monotonic_Get( id, &location );                  
                                                                      
  switch ( location ) {                                               
 2007260:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2007264:	80 a0 60 00 	cmp  %g1, 0                                    
 2007268:	02 80 00 04 	be  2007278 <rtems_rate_monotonic_period+0x30> 
 200726c:	a0 10 00 08 	mov  %o0, %l0                                  
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 2007270:	81 c7 e0 08 	ret                                            
 2007274:	91 e8 20 04 	restore  %g0, 4, %o0                           
                                                                      
  the_period = _Rate_monotonic_Get( id, &location );                  
                                                                      
  switch ( location ) {                                               
    case OBJECTS_LOCAL:                                               
      if ( !_Thread_Is_executing( the_period->owner ) ) {             
 2007278:	23 00 80 8b 	sethi  %hi(0x2022c00), %l1                     
 200727c:	c4 02 20 40 	ld  [ %o0 + 0x40 ], %g2                        
 2007280:	c2 04 60 d0 	ld  [ %l1 + 0xd0 ], %g1                        
 2007284:	80 a0 80 01 	cmp  %g2, %g1                                  
 2007288:	02 80 00 06 	be  20072a0 <rtems_rate_monotonic_period+0x58> 
 200728c:	80 a6 60 00 	cmp  %i1, 0                                    
        _Thread_Enable_dispatch();                                    
 2007290:	40 00 0b bd 	call  200a184 <_Thread_Enable_dispatch>        
 2007294:	b0 10 20 17 	mov  0x17, %i0                                 
        return RTEMS_NOT_OWNER_OF_RESOURCE;                           
 2007298:	81 c7 e0 08 	ret                                            
 200729c:	81 e8 00 00 	restore                                        
      }                                                               
                                                                      
      if ( length == RTEMS_PERIOD_STATUS ) {                          
 20072a0:	12 80 00 0e 	bne  20072d8 <rtems_rate_monotonic_period+0x90>
 20072a4:	01 00 00 00 	nop                                            
        switch ( the_period->state ) {                                
 20072a8:	c2 02 20 38 	ld  [ %o0 + 0x38 ], %g1                        
 20072ac:	80 a0 60 04 	cmp  %g1, 4                                    
 20072b0:	18 80 00 06 	bgu  20072c8 <rtems_rate_monotonic_period+0x80><== NEVER TAKEN
 20072b4:	b0 10 20 00 	clr  %i0                                       
 20072b8:	83 28 60 02 	sll  %g1, 2, %g1                               
 20072bc:	05 00 80 81 	sethi  %hi(0x2020400), %g2                     
 20072c0:	84 10 a2 88 	or  %g2, 0x288, %g2	! 2020688 <CSWTCH.48>      
 20072c4:	f0 00 80 01 	ld  [ %g2 + %g1 ], %i0                         
          );                                                          
                                                                      
          the_period->next_length = length;                           
                                                                      
          _Watchdog_Insert_ticks( &the_period->Timer, length );       
          _Thread_Enable_dispatch();                                  
 20072c8:	40 00 0b af 	call  200a184 <_Thread_Enable_dispatch>        
 20072cc:	01 00 00 00 	nop                                            
          return RTEMS_SUCCESSFUL;                                    
 20072d0:	81 c7 e0 08 	ret                                            
 20072d4:	81 e8 00 00 	restore                                        
        }                                                             
        _Thread_Enable_dispatch();                                    
        return( return_value );                                       
      }                                                               
                                                                      
      _ISR_Disable( level );                                          
 20072d8:	7f ff ef a9 	call  200317c <sparc_disable_interrupts>       
 20072dc:	01 00 00 00 	nop                                            
 20072e0:	a6 10 00 08 	mov  %o0, %l3                                  
      switch ( the_period->state ) {                                  
 20072e4:	e4 04 20 38 	ld  [ %l0 + 0x38 ], %l2                        
 20072e8:	80 a4 a0 02 	cmp  %l2, 2                                    
 20072ec:	02 80 00 1a 	be  2007354 <rtems_rate_monotonic_period+0x10c>
 20072f0:	80 a4 a0 04 	cmp  %l2, 4                                    
 20072f4:	02 80 00 32 	be  20073bc <rtems_rate_monotonic_period+0x174>
 20072f8:	80 a4 a0 00 	cmp  %l2, 0                                    
 20072fc:	12 bf ff dd 	bne  2007270 <rtems_rate_monotonic_period+0x28><== NEVER TAKEN
 2007300:	01 00 00 00 	nop                                            
        case RATE_MONOTONIC_INACTIVE: {                               
                                                                      
          _ISR_Enable( level );                                       
 2007304:	7f ff ef a2 	call  200318c <sparc_enable_interrupts>        
 2007308:	01 00 00 00 	nop                                            
                                                                      
          /*                                                          
           *  Baseline statistics information for the beginning of a period.
           */                                                         
          _Rate_monotonic_Initiate_statistics( the_period );          
 200730c:	7f ff ff 48 	call  200702c <_Rate_monotonic_Initiate_statistics>
 2007310:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
          the_period->state = RATE_MONOTONIC_ACTIVE;                  
 2007314:	82 10 20 02 	mov  2, %g1                                    
 2007318:	c2 24 20 38 	st  %g1, [ %l0 + 0x38 ]                        
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 200731c:	03 00 80 1d 	sethi  %hi(0x2007400), %g1                     
 2007320:	82 10 63 10 	or  %g1, 0x310, %g1	! 2007710 <_Rate_monotonic_Timeout>
  the_watchdog->id        = id;                                       
 2007324:	f0 24 20 30 	st  %i0, [ %l0 + 0x30 ]                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 2007328:	92 04 20 10 	add  %l0, 0x10, %o1                            
 200732c:	11 00 80 8b 	sethi  %hi(0x2022c00), %o0                     
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 2007330:	f2 24 20 1c 	st  %i1, [ %l0 + 0x1c ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 2007334:	90 12 20 f0 	or  %o0, 0xf0, %o0                             
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 2007338:	c0 24 20 18 	clr  [ %l0 + 0x18 ]                            
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
  the_watchdog->user_data = user_data;                                
 200733c:	c0 24 20 34 	clr  [ %l0 + 0x34 ]                            
            _Rate_monotonic_Timeout,                                  
            id,                                                       
            NULL                                                      
          );                                                          
                                                                      
          the_period->next_length = length;                           
 2007340:	f2 24 20 3c 	st  %i1, [ %l0 + 0x3c ]                        
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 2007344:	c2 24 20 2c 	st  %g1, [ %l0 + 0x2c ]                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 2007348:	40 00 11 1d 	call  200b7bc <_Watchdog_Insert>               
 200734c:	b0 10 20 00 	clr  %i0                                       
 2007350:	30 bf ff de 	b,a   20072c8 <rtems_rate_monotonic_period+0x80>
        case RATE_MONOTONIC_ACTIVE:                                   
                                                                      
          /*                                                          
           *  Update statistics from the concluding period.           
           */                                                         
          _Rate_monotonic_Update_statistics( the_period );            
 2007354:	7f ff ff 7d 	call  2007148 <_Rate_monotonic_Update_statistics>
 2007358:	90 10 00 10 	mov  %l0, %o0                                  
          /*                                                          
           *  This tells the _Rate_monotonic_Timeout that this task is
           *  in the process of blocking on the period and that we    
           *  may be changing the length of the next period.          
           */                                                         
          the_period->state = RATE_MONOTONIC_OWNER_IS_BLOCKING;       
 200735c:	82 10 20 01 	mov  1, %g1                                    
          the_period->next_length = length;                           
 2007360:	f2 24 20 3c 	st  %i1, [ %l0 + 0x3c ]                        
          /*                                                          
           *  This tells the _Rate_monotonic_Timeout that this task is
           *  in the process of blocking on the period and that we    
           *  may be changing the length of the next period.          
           */                                                         
          the_period->state = RATE_MONOTONIC_OWNER_IS_BLOCKING;       
 2007364:	c2 24 20 38 	st  %g1, [ %l0 + 0x38 ]                        
          the_period->next_length = length;                           
                                                                      
          _ISR_Enable( level );                                       
 2007368:	7f ff ef 89 	call  200318c <sparc_enable_interrupts>        
 200736c:	90 10 00 13 	mov  %l3, %o0                                  
                                                                      
          _Thread_Executing->Wait.id = the_period->Object.id;         
 2007370:	c2 04 60 d0 	ld  [ %l1 + 0xd0 ], %g1                        
 2007374:	c4 04 20 08 	ld  [ %l0 + 8 ], %g2                           
          _Thread_Set_state( _Thread_Executing, STATES_WAITING_FOR_PERIOD );
 2007378:	90 10 00 01 	mov  %g1, %o0                                  
          the_period->state = RATE_MONOTONIC_OWNER_IS_BLOCKING;       
          the_period->next_length = length;                           
                                                                      
          _ISR_Enable( level );                                       
                                                                      
          _Thread_Executing->Wait.id = the_period->Object.id;         
 200737c:	c4 20 60 20 	st  %g2, [ %g1 + 0x20 ]                        
          _Thread_Set_state( _Thread_Executing, STATES_WAITING_FOR_PERIOD );
 2007380:	40 00 0e 29 	call  200ac24 <_Thread_Set_state>              
 2007384:	13 00 00 10 	sethi  %hi(0x4000), %o1                        
                                                                      
          /*                                                          
           *  Did the watchdog timer expire while we were actually blocking
           *  on it?                                                  
           */                                                         
          _ISR_Disable( level );                                      
 2007388:	7f ff ef 7d 	call  200317c <sparc_disable_interrupts>       
 200738c:	01 00 00 00 	nop                                            
            local_state = the_period->state;                          
 2007390:	e6 04 20 38 	ld  [ %l0 + 0x38 ], %l3                        
            the_period->state = RATE_MONOTONIC_ACTIVE;                
 2007394:	e4 24 20 38 	st  %l2, [ %l0 + 0x38 ]                        
          _ISR_Enable( level );                                       
 2007398:	7f ff ef 7d 	call  200318c <sparc_enable_interrupts>        
 200739c:	01 00 00 00 	nop                                            
                                                                      
          /*                                                          
           *  If it did, then we want to unblock ourself and continue as
           *  if nothing happen.  The period was reset in the timeout routine.
           */                                                         
          if ( local_state == RATE_MONOTONIC_EXPIRED_WHILE_BLOCKING ) 
 20073a0:	80 a4 e0 03 	cmp  %l3, 3                                    
 20073a4:	02 80 00 17 	be  2007400 <rtems_rate_monotonic_period+0x1b8>
 20073a8:	d0 04 60 d0 	ld  [ %l1 + 0xd0 ], %o0                        
            _Thread_Clear_state( _Thread_Executing, STATES_WAITING_FOR_PERIOD );
                                                                      
          _Thread_Enable_dispatch();                                  
 20073ac:	40 00 0b 76 	call  200a184 <_Thread_Enable_dispatch>        
 20073b0:	b0 10 20 00 	clr  %i0                                       
          return RTEMS_SUCCESSFUL;                                    
 20073b4:	81 c7 e0 08 	ret                                            
 20073b8:	81 e8 00 00 	restore                                        
        case RATE_MONOTONIC_EXPIRED:                                  
                                                                      
          /*                                                          
           *  Update statistics from the concluding period            
           */                                                         
          _Rate_monotonic_Update_statistics( the_period );            
 20073bc:	7f ff ff 63 	call  2007148 <_Rate_monotonic_Update_statistics>
 20073c0:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
          _ISR_Enable( level );                                       
 20073c4:	7f ff ef 72 	call  200318c <sparc_enable_interrupts>        
 20073c8:	90 10 00 13 	mov  %l3, %o0                                  
                                                                      
          the_period->state = RATE_MONOTONIC_ACTIVE;                  
 20073cc:	82 10 20 02 	mov  2, %g1                                    
 20073d0:	92 04 20 10 	add  %l0, 0x10, %o1                            
 20073d4:	11 00 80 8b 	sethi  %hi(0x2022c00), %o0                     
 20073d8:	90 12 20 f0 	or  %o0, 0xf0, %o0	! 2022cf0 <_Watchdog_Ticks_chain>
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 20073dc:	f2 24 20 1c 	st  %i1, [ %l0 + 0x1c ]                        
          the_period->next_length = length;                           
 20073e0:	f2 24 20 3c 	st  %i1, [ %l0 + 0x3c ]                        
           */                                                         
          _Rate_monotonic_Update_statistics( the_period );            
                                                                      
          _ISR_Enable( level );                                       
                                                                      
          the_period->state = RATE_MONOTONIC_ACTIVE;                  
 20073e4:	c2 24 20 38 	st  %g1, [ %l0 + 0x38 ]                        
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 20073e8:	40 00 10 f5 	call  200b7bc <_Watchdog_Insert>               
 20073ec:	b0 10 20 06 	mov  6, %i0                                    
          the_period->next_length = length;                           
                                                                      
          _Watchdog_Insert_ticks( &the_period->Timer, length );       
          _Thread_Enable_dispatch();                                  
 20073f0:	40 00 0b 65 	call  200a184 <_Thread_Enable_dispatch>        
 20073f4:	01 00 00 00 	nop                                            
          return RTEMS_TIMEOUT;                                       
 20073f8:	81 c7 e0 08 	ret                                            
 20073fc:	81 e8 00 00 	restore                                        
          /*                                                          
           *  If it did, then we want to unblock ourself and continue as
           *  if nothing happen.  The period was reset in the timeout routine.
           */                                                         
          if ( local_state == RATE_MONOTONIC_EXPIRED_WHILE_BLOCKING ) 
            _Thread_Clear_state( _Thread_Executing, STATES_WAITING_FOR_PERIOD );
 2007400:	40 00 0a 47 	call  2009d1c <_Thread_Clear_state>            
 2007404:	13 00 00 10 	sethi  %hi(0x4000), %o1                        
 2007408:	30 bf ff e9 	b,a   20073ac <rtems_rate_monotonic_period+0x164>
                                                                      

0200740c <rtems_rate_monotonic_report_statistics_with_plugin>: */ void rtems_rate_monotonic_report_statistics_with_plugin( void *context, rtems_printk_plugin_t print ) {
 200740c:	9d e3 bf 30 	save  %sp, -208, %sp                           
  rtems_id                               id;                          
  rtems_rate_monotonic_period_statistics the_stats;                   
  rtems_rate_monotonic_period_status     the_status;                  
  char                                   name[5];                     
                                                                      
  if ( !print )                                                       
 2007410:	80 a6 60 00 	cmp  %i1, 0                                    
 2007414:	02 80 00 4d 	be  2007548 <rtems_rate_monotonic_report_statistics_with_plugin+0x13c><== NEVER TAKEN
 2007418:	90 10 00 18 	mov  %i0, %o0                                  
    return;                                                           
                                                                      
  (*print)( context, "Period information by period\n" );              
 200741c:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2007420:	9f c6 40 00 	call  %i1                                      
 2007424:	92 12 62 a0 	or  %o1, 0x2a0, %o1	! 20206a0 <CSWTCH.48+0x18> 
  #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                          
    (*print)( context, "--- CPU times are in seconds ---\n" );        
 2007428:	90 10 00 18 	mov  %i0, %o0                                  
 200742c:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2007430:	9f c6 40 00 	call  %i1                                      
 2007434:	92 12 62 c0 	or  %o1, 0x2c0, %o1	! 20206c0 <CSWTCH.48+0x38> 
    (*print)( context, "--- Wall times are in seconds ---\n" );       
 2007438:	90 10 00 18 	mov  %i0, %o0                                  
 200743c:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2007440:	9f c6 40 00 	call  %i1                                      
 2007444:	92 12 62 e8 	or  %o1, 0x2e8, %o1	! 20206e8 <CSWTCH.48+0x60> 
  Be sure to test the various cases.                                  
  (*print)( context,"\                                                
1234567890123456789012345678901234567890123456789012345678901234567890123456789\
\n");                                                                 
*/                                                                    
  (*print)( context, "   ID     OWNER COUNT MISSED     "              
 2007448:	90 10 00 18 	mov  %i0, %o0                                  
 200744c:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2007450:	9f c6 40 00 	call  %i1                                      
 2007454:	92 12 63 10 	or  %o1, 0x310, %o1	! 2020710 <CSWTCH.48+0x88> 
       #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__                     
          "          "                                                
       #endif                                                         
          "   WALL TIME\n"                                            
  );                                                                  
  (*print)( context, "                               "                
 2007458:	90 10 00 18 	mov  %i0, %o0                                  
 200745c:	13 00 80 81 	sethi  %hi(0x2020400), %o1                     
 2007460:	9f c6 40 00 	call  %i1                                      
 2007464:	92 12 63 60 	or  %o1, 0x360, %o1	! 2020760 <CSWTCH.48+0xd8> 
                                                                      
  /*                                                                  
   * Cycle through all possible ids and try to report on each one.  If it
   * is a period that is inactive, we just get an error back.  No big deal.
   */                                                                 
  for ( id=_Rate_monotonic_Information.minimum_id ;                   
 2007468:	23 00 80 8a 	sethi  %hi(0x2022800), %l1                     
 200746c:	a2 14 62 a0 	or  %l1, 0x2a0, %l1	! 2022aa0 <_Rate_monotonic_Information>
 2007470:	e0 04 60 08 	ld  [ %l1 + 8 ], %l0                           
 2007474:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
 2007478:	80 a4 00 01 	cmp  %l0, %g1                                  
 200747c:	18 80 00 33 	bgu  2007548 <rtems_rate_monotonic_report_statistics_with_plugin+0x13c><== NEVER TAKEN
 2007480:	3b 00 80 81 	sethi  %hi(0x2020400), %i5                     
      struct timespec *min_cpu = &the_stats.min_cpu_time;             
      struct timespec *max_cpu = &the_stats.max_cpu_time;             
      struct timespec *total_cpu = &the_stats.total_cpu_time;         
                                                                      
      _Timespec_Divide_by_integer( total_cpu, the_stats.count, &cpu_average );
      (*print)( context,                                              
 2007484:	39 00 80 81 	sethi  %hi(0x2020400), %i4                     
      struct timespec *min_wall = &the_stats.min_wall_time;           
      struct timespec *max_wall = &the_stats.max_wall_time;           
      struct timespec *total_wall = &the_stats.total_wall_time;       
                                                                      
      _Timespec_Divide_by_integer(total_wall, the_stats.count, &wall_average);
      (*print)( context,                                              
 2007488:	35 00 80 81 	sethi  %hi(0x2020400), %i2                     
                                                                      
    /*                                                                
     *  If the count is zero, don't print statistics                  
     */                                                               
    if (the_stats.count == 0) {                                       
      (*print)( context, "\n" );                                      
 200748c:	2f 00 80 81 	sethi  %hi(0x2020400), %l7                     
    rtems_object_get_name( the_status.owner, sizeof(name), name );    
                                                                      
    /*                                                                
     *  Print part of report line that is not dependent on granularity
     */                                                               
    (*print)( context,                                                
 2007490:	ba 17 63 b0 	or  %i5, 0x3b0, %i5                            
      struct timespec *min_cpu = &the_stats.min_cpu_time;             
      struct timespec *max_cpu = &the_stats.max_cpu_time;             
      struct timespec *total_cpu = &the_stats.total_cpu_time;         
                                                                      
      _Timespec_Divide_by_integer( total_cpu, the_stats.count, &cpu_average );
      (*print)( context,                                              
 2007494:	b8 17 23 d0 	or  %i4, 0x3d0, %i4                            
      struct timespec *min_wall = &the_stats.min_wall_time;           
      struct timespec *max_wall = &the_stats.max_wall_time;           
      struct timespec *total_wall = &the_stats.total_wall_time;       
                                                                      
      _Timespec_Divide_by_integer(total_wall, the_stats.count, &wall_average);
      (*print)( context,                                              
 2007498:	b4 16 a3 f0 	or  %i2, 0x3f0, %i2                            
                                                                      
    /*                                                                
     *  If the count is zero, don't print statistics                  
     */                                                               
    if (the_stats.count == 0) {                                       
      (*print)( context, "\n" );                                      
 200749c:	ae 15 e3 c8 	or  %l7, 0x3c8, %l7                            
 20074a0:	a4 07 bf a0 	add  %fp, -96, %l2                             
    status = rtems_rate_monotonic_get_statistics( id, &the_stats );   
    if ( status != RTEMS_SUCCESSFUL )                                 
      continue;                                                       
                                                                      
    /* If the above passed, so should this but check it anyway */     
    status = rtems_rate_monotonic_get_status( id, &the_status );      
 20074a4:	ac 07 bf d8 	add  %fp, -40, %l6                             
    #if defined(RTEMS_DEBUG)                                          
      if ( status != RTEMS_SUCCESSFUL )                               
        continue;                                                     
    #endif                                                            
                                                                      
    rtems_object_get_name( the_status.owner, sizeof(name), name );    
 20074a8:	a6 07 bf f8 	add  %fp, -8, %l3                              
      struct timespec  cpu_average;                                   
      struct timespec *min_cpu = &the_stats.min_cpu_time;             
      struct timespec *max_cpu = &the_stats.max_cpu_time;             
      struct timespec *total_cpu = &the_stats.total_cpu_time;         
                                                                      
      _Timespec_Divide_by_integer( total_cpu, the_stats.count, &cpu_average );
 20074ac:	aa 07 bf b8 	add  %fp, -72, %l5                             
 20074b0:	10 80 00 06 	b  20074c8 <rtems_rate_monotonic_report_statistics_with_plugin+0xbc>
 20074b4:	a8 07 bf f0 	add  %fp, -16, %l4                             
   * Cycle through all possible ids and try to report on each one.  If it
   * is a period that is inactive, we just get an error back.  No big deal.
   */                                                                 
  for ( id=_Rate_monotonic_Information.minimum_id ;                   
        id <= _Rate_monotonic_Information.maximum_id ;                
        id++ ) {                                                      
 20074b8:	a0 04 20 01 	inc  %l0                                       
                                                                      
  /*                                                                  
   * Cycle through all possible ids and try to report on each one.  If it
   * is a period that is inactive, we just get an error back.  No big deal.
   */                                                                 
  for ( id=_Rate_monotonic_Information.minimum_id ;                   
 20074bc:	80 a0 40 10 	cmp  %g1, %l0                                  
 20074c0:	0a 80 00 22 	bcs  2007548 <rtems_rate_monotonic_report_statistics_with_plugin+0x13c>
 20074c4:	01 00 00 00 	nop                                            
        id <= _Rate_monotonic_Information.maximum_id ;                
        id++ ) {                                                      
    status = rtems_rate_monotonic_get_statistics( id, &the_stats );   
 20074c8:	90 10 00 10 	mov  %l0, %o0                                  
 20074cc:	40 00 1c ac 	call  200e77c <rtems_rate_monotonic_get_statistics>
 20074d0:	92 10 00 12 	mov  %l2, %o1                                  
    if ( status != RTEMS_SUCCESSFUL )                                 
 20074d4:	80 a2 20 00 	cmp  %o0, 0                                    
 20074d8:	32 bf ff f8 	bne,a   20074b8 <rtems_rate_monotonic_report_statistics_with_plugin+0xac>
 20074dc:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
      continue;                                                       
                                                                      
    /* If the above passed, so should this but check it anyway */     
    status = rtems_rate_monotonic_get_status( id, &the_status );      
 20074e0:	92 10 00 16 	mov  %l6, %o1                                  
 20074e4:	40 00 1c d5 	call  200e838 <rtems_rate_monotonic_get_status>
 20074e8:	90 10 00 10 	mov  %l0, %o0                                  
    #if defined(RTEMS_DEBUG)                                          
      if ( status != RTEMS_SUCCESSFUL )                               
        continue;                                                     
    #endif                                                            
                                                                      
    rtems_object_get_name( the_status.owner, sizeof(name), name );    
 20074ec:	d0 07 bf d8 	ld  [ %fp + -40 ], %o0                         
 20074f0:	94 10 00 13 	mov  %l3, %o2                                  
 20074f4:	40 00 00 b7 	call  20077d0 <rtems_object_get_name>          
 20074f8:	92 10 20 05 	mov  5, %o1                                    
                                                                      
    /*                                                                
     *  Print part of report line that is not dependent on granularity
     */                                                               
    (*print)( context,                                                
 20074fc:	d8 1f bf a0 	ldd  [ %fp + -96 ], %o4                        
 2007500:	92 10 00 1d 	mov  %i5, %o1                                  
 2007504:	94 10 00 10 	mov  %l0, %o2                                  
 2007508:	90 10 00 18 	mov  %i0, %o0                                  
 200750c:	9f c6 40 00 	call  %i1                                      
 2007510:	96 10 00 13 	mov  %l3, %o3                                  
    );                                                                
                                                                      
    /*                                                                
     *  If the count is zero, don't print statistics                  
     */                                                               
    if (the_stats.count == 0) {                                       
 2007514:	c2 07 bf a0 	ld  [ %fp + -96 ], %g1                         
      struct timespec  cpu_average;                                   
      struct timespec *min_cpu = &the_stats.min_cpu_time;             
      struct timespec *max_cpu = &the_stats.max_cpu_time;             
      struct timespec *total_cpu = &the_stats.total_cpu_time;         
                                                                      
      _Timespec_Divide_by_integer( total_cpu, the_stats.count, &cpu_average );
 2007518:	94 10 00 14 	mov  %l4, %o2                                  
 200751c:	90 10 00 15 	mov  %l5, %o0                                  
    );                                                                
                                                                      
    /*                                                                
     *  If the count is zero, don't print statistics                  
     */                                                               
    if (the_stats.count == 0) {                                       
 2007520:	80 a0 60 00 	cmp  %g1, 0                                    
 2007524:	12 80 00 0b 	bne  2007550 <rtems_rate_monotonic_report_statistics_with_plugin+0x144>
 2007528:	92 10 00 17 	mov  %l7, %o1                                  
      (*print)( context, "\n" );                                      
 200752c:	9f c6 40 00 	call  %i1                                      
 2007530:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   * Cycle through all possible ids and try to report on each one.  If it
   * is a period that is inactive, we just get an error back.  No big deal.
   */                                                                 
  for ( id=_Rate_monotonic_Information.minimum_id ;                   
 2007534:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
        id <= _Rate_monotonic_Information.maximum_id ;                
        id++ ) {                                                      
 2007538:	a0 04 20 01 	inc  %l0                                       
                                                                      
  /*                                                                  
   * Cycle through all possible ids and try to report on each one.  If it
   * is a period that is inactive, we just get an error back.  No big deal.
   */                                                                 
  for ( id=_Rate_monotonic_Information.minimum_id ;                   
 200753c:	80 a0 40 10 	cmp  %g1, %l0                                  
 2007540:	1a bf ff e3 	bcc  20074cc <rtems_rate_monotonic_report_statistics_with_plugin+0xc0><== ALWAYS TAKEN
 2007544:	90 10 00 10 	mov  %l0, %o0                                  
 2007548:	81 c7 e0 08 	ret                                            
 200754c:	81 e8 00 00 	restore                                        
      struct timespec  cpu_average;                                   
      struct timespec *min_cpu = &the_stats.min_cpu_time;             
      struct timespec *max_cpu = &the_stats.max_cpu_time;             
      struct timespec *total_cpu = &the_stats.total_cpu_time;         
                                                                      
      _Timespec_Divide_by_integer( total_cpu, the_stats.count, &cpu_average );
 2007550:	40 00 0f 60 	call  200b2d0 <_Timespec_Divide_by_integer>    
 2007554:	92 10 00 01 	mov  %g1, %o1                                  
      (*print)( context,                                              
 2007558:	d0 07 bf ac 	ld  [ %fp + -84 ], %o0                         
 200755c:	40 00 5a bd 	call  201e050 <.div>                           
 2007560:	92 10 23 e8 	mov  0x3e8, %o1                                
 2007564:	96 10 00 08 	mov  %o0, %o3                                  
 2007568:	d0 07 bf b4 	ld  [ %fp + -76 ], %o0                         
 200756c:	d6 27 bf 9c 	st  %o3, [ %fp + -100 ]                        
 2007570:	40 00 5a b8 	call  201e050 <.div>                           
 2007574:	92 10 23 e8 	mov  0x3e8, %o1                                
 2007578:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
 200757c:	b6 10 00 08 	mov  %o0, %i3                                  
 2007580:	d0 07 bf f4 	ld  [ %fp + -12 ], %o0                         
 2007584:	c2 23 a0 5c 	st  %g1, [ %sp + 0x5c ]                        
 2007588:	40 00 5a b2 	call  201e050 <.div>                           
 200758c:	92 10 23 e8 	mov  0x3e8, %o1                                
 2007590:	d8 07 bf b0 	ld  [ %fp + -80 ], %o4                         
 2007594:	d6 07 bf 9c 	ld  [ %fp + -100 ], %o3                        
 2007598:	d4 07 bf a8 	ld  [ %fp + -88 ], %o2                         
 200759c:	9a 10 00 1b 	mov  %i3, %o5                                  
 20075a0:	d0 23 a0 60 	st  %o0, [ %sp + 0x60 ]                        
 20075a4:	92 10 00 1c 	mov  %i4, %o1                                  
 20075a8:	9f c6 40 00 	call  %i1                                      
 20075ac:	90 10 00 18 	mov  %i0, %o0                                  
      struct timespec  wall_average;                                  
      struct timespec *min_wall = &the_stats.min_wall_time;           
      struct timespec *max_wall = &the_stats.max_wall_time;           
      struct timespec *total_wall = &the_stats.total_wall_time;       
                                                                      
      _Timespec_Divide_by_integer(total_wall, the_stats.count, &wall_average);
 20075b0:	d2 07 bf a0 	ld  [ %fp + -96 ], %o1                         
 20075b4:	94 10 00 14 	mov  %l4, %o2                                  
 20075b8:	40 00 0f 46 	call  200b2d0 <_Timespec_Divide_by_integer>    
 20075bc:	90 07 bf d0 	add  %fp, -48, %o0                             
      (*print)( context,                                              
 20075c0:	d0 07 bf c4 	ld  [ %fp + -60 ], %o0                         
 20075c4:	40 00 5a a3 	call  201e050 <.div>                           
 20075c8:	92 10 23 e8 	mov  0x3e8, %o1                                
 20075cc:	96 10 00 08 	mov  %o0, %o3                                  
 20075d0:	d0 07 bf cc 	ld  [ %fp + -52 ], %o0                         
 20075d4:	d6 27 bf 9c 	st  %o3, [ %fp + -100 ]                        
 20075d8:	40 00 5a 9e 	call  201e050 <.div>                           
 20075dc:	92 10 23 e8 	mov  0x3e8, %o1                                
 20075e0:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
 20075e4:	b6 10 00 08 	mov  %o0, %i3                                  
 20075e8:	d0 07 bf f4 	ld  [ %fp + -12 ], %o0                         
 20075ec:	c2 23 a0 5c 	st  %g1, [ %sp + 0x5c ]                        
 20075f0:	40 00 5a 98 	call  201e050 <.div>                           
 20075f4:	92 10 23 e8 	mov  0x3e8, %o1                                
 20075f8:	d4 07 bf c0 	ld  [ %fp + -64 ], %o2                         
 20075fc:	d6 07 bf 9c 	ld  [ %fp + -100 ], %o3                        
 2007600:	d8 07 bf c8 	ld  [ %fp + -56 ], %o4                         
 2007604:	d0 23 a0 60 	st  %o0, [ %sp + 0x60 ]                        
 2007608:	9a 10 00 1b 	mov  %i3, %o5                                  
 200760c:	90 10 00 18 	mov  %i0, %o0                                  
 2007610:	9f c6 40 00 	call  %i1                                      
 2007614:	92 10 00 1a 	mov  %i2, %o1                                  
                                                                      
  /*                                                                  
   * Cycle through all possible ids and try to report on each one.  If it
   * is a period that is inactive, we just get an error back.  No big deal.
   */                                                                 
  for ( id=_Rate_monotonic_Information.minimum_id ;                   
 2007618:	10 bf ff a8 	b  20074b8 <rtems_rate_monotonic_report_statistics_with_plugin+0xac>
 200761c:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
                                                                      

0200763c <rtems_rate_monotonic_reset_all_statistics>: /* * rtems_rate_monotonic_reset_all_statistics */ void rtems_rate_monotonic_reset_all_statistics( void ) {
 200763c:	9d e3 bf a0 	save  %sp, -96, %sp                            
 2007640:	03 00 80 8b 	sethi  %hi(0x2022c00), %g1                     
 2007644:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2	! 2022c10 <_Thread_Dispatch_disable_level>
 2007648:	84 00 a0 01 	inc  %g2                                       
 200764c:	c4 20 60 10 	st  %g2, [ %g1 + 0x10 ]                        
                                                                      
    /*                                                                
     * Cycle through all possible ids and try to reset each one.  If it
     * is a period that is inactive, we just get an error back.  No big deal.
     */                                                               
    for ( id=_Rate_monotonic_Information.minimum_id ;                 
 2007650:	23 00 80 8a 	sethi  %hi(0x2022800), %l1                     
 2007654:	a2 14 62 a0 	or  %l1, 0x2a0, %l1	! 2022aa0 <_Rate_monotonic_Information>
 2007658:	e0 04 60 08 	ld  [ %l1 + 8 ], %l0                           
 200765c:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
 2007660:	80 a4 00 01 	cmp  %l0, %g1                                  
 2007664:	18 80 00 09 	bgu  2007688 <rtems_rate_monotonic_reset_all_statistics+0x4c><== NEVER TAKEN
 2007668:	01 00 00 00 	nop                                            
          id <= _Rate_monotonic_Information.maximum_id ;              
          id++ ) {                                                    
      status = rtems_rate_monotonic_reset_statistics( id );           
 200766c:	40 00 00 0a 	call  2007694 <rtems_rate_monotonic_reset_statistics>
 2007670:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
    /*                                                                
     * Cycle through all possible ids and try to reset each one.  If it
     * is a period that is inactive, we just get an error back.  No big deal.
     */                                                               
    for ( id=_Rate_monotonic_Information.minimum_id ;                 
 2007674:	c2 04 60 0c 	ld  [ %l1 + 0xc ], %g1                         
          id <= _Rate_monotonic_Information.maximum_id ;              
          id++ ) {                                                    
 2007678:	a0 04 20 01 	inc  %l0                                       
                                                                      
    /*                                                                
     * Cycle through all possible ids and try to reset each one.  If it
     * is a period that is inactive, we just get an error back.  No big deal.
     */                                                               
    for ( id=_Rate_monotonic_Information.minimum_id ;                 
 200767c:	80 a0 40 10 	cmp  %g1, %l0                                  
 2007680:	1a bf ff fb 	bcc  200766c <rtems_rate_monotonic_reset_all_statistics+0x30>
 2007684:	01 00 00 00 	nop                                            
    }                                                                 
                                                                      
  /*                                                                  
   *  Done so exit thread dispatching disabled critical section.      
   */                                                                 
  _Thread_Enable_dispatch();                                          
 2007688:	40 00 0a bf 	call  200a184 <_Thread_Enable_dispatch>        
 200768c:	81 e8 00 00 	restore                                        
                                                                      

02014d88 <rtems_region_get_segment_size>: rtems_status_code rtems_region_get_segment_size( rtems_id id, void *segment, uintptr_t *size ) {
 2014d88:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Objects_Locations        location;                                  
  rtems_status_code        return_status = RTEMS_SUCCESSFUL;          
  register Region_Control *the_region;                                
                                                                      
  if ( !segment )                                                     
 2014d8c:	80 a6 60 00 	cmp  %i1, 0                                    
 2014d90:	02 80 00 22 	be  2014e18 <rtems_region_get_segment_size+0x90>
 2014d94:	80 a6 a0 00 	cmp  %i2, 0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( !size )                                                        
 2014d98:	02 80 00 20 	be  2014e18 <rtems_region_get_segment_size+0x90>
 2014d9c:	21 00 80 f9 	sethi  %hi(0x203e400), %l0                     
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  _RTEMS_Lock_allocator();                                            
 2014da0:	40 00 09 02 	call  20171a8 <_API_Mutex_Lock>                
 2014da4:	d0 04 22 28 	ld  [ %l0 + 0x228 ], %o0	! 203e628 <_RTEMS_Allocator_Mutex>
 2014da8:	92 10 00 18 	mov  %i0, %o1                                  
 2014dac:	11 00 80 f8 	sethi  %hi(0x203e000), %o0                     
 2014db0:	94 07 bf fc 	add  %fp, -4, %o2                              
 2014db4:	40 00 10 3e 	call  2018eac <_Objects_Get_no_protection>     
 2014db8:	90 12 23 f8 	or  %o0, 0x3f8, %o0                            
                                                                      
    the_region = _Region_Get( id, &location );                        
    switch ( location ) {                                             
 2014dbc:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2014dc0:	80 a0 60 00 	cmp  %g1, 0                                    
 2014dc4:	12 80 00 0f 	bne  2014e00 <rtems_region_get_segment_size+0x78>
 2014dc8:	80 a0 60 01 	cmp  %g1, 1                                    
                                                                      
      case OBJECTS_LOCAL:                                             
        if ( !_Heap_Size_of_alloc_area( &the_region->Memory, segment, size ) )
 2014dcc:	90 02 20 68 	add  %o0, 0x68, %o0                            
 2014dd0:	92 10 00 19 	mov  %i1, %o1                                  
 2014dd4:	94 10 00 1a 	mov  %i2, %o2                                  
 2014dd8:	40 00 0e 92 	call  2018820 <_Heap_Size_of_alloc_area>       
 2014ddc:	b0 10 20 09 	mov  9, %i0                                    
 2014de0:	80 8a 20 ff 	btst  0xff, %o0                                
 2014de4:	02 80 00 03 	be  2014df0 <rtems_region_get_segment_size+0x68><== NEVER TAKEN
 2014de8:	01 00 00 00 	nop                                            
 2014dec:	b0 10 20 00 	clr  %i0	! 0 <PROM_START>                      
      case OBJECTS_ERROR:                                             
        return_status = RTEMS_INVALID_ID;                             
        break;                                                        
    }                                                                 
                                                                      
  _RTEMS_Unlock_allocator();                                          
 2014df0:	40 00 09 04 	call  2017200 <_API_Mutex_Unlock>              
 2014df4:	d0 04 22 28 	ld  [ %l0 + 0x228 ], %o0                       
  return return_status;                                               
 2014df8:	81 c7 e0 08 	ret                                            
 2014dfc:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  _RTEMS_Lock_allocator();                                            
                                                                      
    the_region = _Region_Get( id, &location );                        
    switch ( location ) {                                             
 2014e00:	12 bf ff fb 	bne  2014dec <rtems_region_get_segment_size+0x64><== NEVER TAKEN
 2014e04:	b0 10 20 04 	mov  4, %i0                                    
      case OBJECTS_ERROR:                                             
        return_status = RTEMS_INVALID_ID;                             
        break;                                                        
    }                                                                 
                                                                      
  _RTEMS_Unlock_allocator();                                          
 2014e08:	40 00 08 fe 	call  2017200 <_API_Mutex_Unlock>              
 2014e0c:	d0 04 22 28 	ld  [ %l0 + 0x228 ], %o0                       
  return return_status;                                               
 2014e10:	81 c7 e0 08 	ret                                            
 2014e14:	81 e8 00 00 	restore                                        
}                                                                     
 2014e18:	81 c7 e0 08 	ret                                            
 2014e1c:	91 e8 20 09 	restore  %g0, 9, %o0                           
                                                                      

020154ac <rtems_signal_send>: rtems_status_code rtems_signal_send( rtems_id id, rtems_signal_set signal_set ) {
 20154ac:	9d e3 bf 98 	save  %sp, -104, %sp                           
  register Thread_Control *the_thread;                                
  Objects_Locations        location;                                  
  RTEMS_API_Control       *api;                                       
  ASR_Information         *asr;                                       
                                                                      
  if ( !signal_set )                                                  
 20154b0:	80 a6 60 00 	cmp  %i1, 0                                    
 20154b4:	12 80 00 04 	bne  20154c4 <rtems_signal_send+0x18>          
 20154b8:	82 10 20 0a 	mov  0xa, %g1                                  
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 20154bc:	81 c7 e0 08 	ret                                            
 20154c0:	91 e8 00 01 	restore  %g0, %g1, %o0                         
  ASR_Information         *asr;                                       
                                                                      
  if ( !signal_set )                                                  
    return RTEMS_INVALID_NUMBER;                                      
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 20154c4:	90 10 00 18 	mov  %i0, %o0                                  
 20154c8:	40 00 11 6b 	call  2019a74 <_Thread_Get>                    
 20154cc:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch ( location ) {                                               
 20154d0:	c4 07 bf fc 	ld  [ %fp + -4 ], %g2                          
  ASR_Information         *asr;                                       
                                                                      
  if ( !signal_set )                                                  
    return RTEMS_INVALID_NUMBER;                                      
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 20154d4:	a2 10 00 08 	mov  %o0, %l1                                  
  switch ( location ) {                                               
 20154d8:	80 a0 a0 00 	cmp  %g2, 0                                    
 20154dc:	12 bf ff f8 	bne  20154bc <rtems_signal_send+0x10>          
 20154e0:	82 10 20 04 	mov  4, %g1                                    
                                                                      
    case OBJECTS_LOCAL:                                               
      api = the_thread->API_Extensions[ THREAD_API_RTEMS ];           
 20154e4:	e0 02 21 68 	ld  [ %o0 + 0x168 ], %l0                       
      asr = &api->Signal;                                             
 20154e8:	c2 04 20 0c 	ld  [ %l0 + 0xc ], %g1                         
 20154ec:	80 a0 60 00 	cmp  %g1, 0                                    
 20154f0:	02 80 00 26 	be  2015588 <rtems_signal_send+0xdc>           
 20154f4:	01 00 00 00 	nop                                            
                                                                      
      if ( ! _ASR_Is_null_handler( asr->handler ) ) {                 
        if ( asr->is_enabled ) {                                      
 20154f8:	c2 0c 20 08 	ldub  [ %l0 + 8 ], %g1                         
 20154fc:	80 a0 60 00 	cmp  %g1, 0                                    
 2015500:	02 80 00 16 	be  2015558 <rtems_signal_send+0xac>           
 2015504:	01 00 00 00 	nop                                            
  rtems_signal_set *signal_set                                        
)                                                                     
{                                                                     
  ISR_Level              _level;                                      
                                                                      
  _ISR_Disable( _level );                                             
 2015508:	7f ff e8 5e 	call  200f680 <sparc_disable_interrupts>       
 201550c:	01 00 00 00 	nop                                            
    *signal_set |= signals;                                           
 2015510:	c2 04 20 14 	ld  [ %l0 + 0x14 ], %g1                        
 2015514:	b2 10 40 19 	or  %g1, %i1, %i1                              
 2015518:	f2 24 20 14 	st  %i1, [ %l0 + 0x14 ]                        
  _ISR_Enable( _level );                                              
 201551c:	7f ff e8 5d 	call  200f690 <sparc_enable_interrupts>        
 2015520:	01 00 00 00 	nop                                            
          _ASR_Post_signals( signal_set, &asr->signals_posted );      
                                                                      
          the_thread->do_post_task_switch_extension = true;           
                                                                      
          if ( _ISR_Is_in_progress() && _Thread_Is_executing( the_thread ) )
 2015524:	03 00 80 f9 	sethi  %hi(0x203e400), %g1                     
 2015528:	c4 00 62 0c 	ld  [ %g1 + 0x20c ], %g2	! 203e60c <_ISR_Nest_level>
                                                                      
      if ( ! _ASR_Is_null_handler( asr->handler ) ) {                 
        if ( asr->is_enabled ) {                                      
          _ASR_Post_signals( signal_set, &asr->signals_posted );      
                                                                      
          the_thread->do_post_task_switch_extension = true;           
 201552c:	82 10 20 01 	mov  1, %g1                                    
                                                                      
          if ( _ISR_Is_in_progress() && _Thread_Is_executing( the_thread ) )
 2015530:	80 a0 a0 00 	cmp  %g2, 0                                    
 2015534:	02 80 00 10 	be  2015574 <rtems_signal_send+0xc8>           
 2015538:	c2 2c 60 74 	stb  %g1, [ %l1 + 0x74 ]                       
 201553c:	05 00 80 f9 	sethi  %hi(0x203e400), %g2                     
 2015540:	c4 00 a2 30 	ld  [ %g2 + 0x230 ], %g2	! 203e630 <_Thread_Executing>
 2015544:	80 a4 40 02 	cmp  %l1, %g2                                  
 2015548:	12 80 00 0b 	bne  2015574 <rtems_signal_send+0xc8>          <== NEVER TAKEN
 201554c:	05 00 80 f9 	sethi  %hi(0x203e400), %g2                     
            _ISR_Signals_to_thread_executing = true;                  
 2015550:	10 80 00 09 	b  2015574 <rtems_signal_send+0xc8>            
 2015554:	c2 28 a2 c8 	stb  %g1, [ %g2 + 0x2c8 ]	! 203e6c8 <_ISR_Signals_to_thread_executing>
  rtems_signal_set *signal_set                                        
)                                                                     
{                                                                     
  ISR_Level              _level;                                      
                                                                      
  _ISR_Disable( _level );                                             
 2015558:	7f ff e8 4a 	call  200f680 <sparc_disable_interrupts>       
 201555c:	01 00 00 00 	nop                                            
    *signal_set |= signals;                                           
 2015560:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 2015564:	b2 10 40 19 	or  %g1, %i1, %i1                              
 2015568:	f2 24 20 18 	st  %i1, [ %l0 + 0x18 ]                        
  _ISR_Enable( _level );                                              
 201556c:	7f ff e8 49 	call  200f690 <sparc_enable_interrupts>        
 2015570:	01 00 00 00 	nop                                            
        } else {                                                      
          _ASR_Post_signals( signal_set, &asr->signals_pending );     
        }                                                             
        _Thread_Enable_dispatch();                                    
 2015574:	40 00 11 1c 	call  20199e4 <_Thread_Enable_dispatch>        
 2015578:	01 00 00 00 	nop                                            
 201557c:	82 10 20 00 	clr  %g1	! 0 <PROM_START>                      
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 2015580:	81 c7 e0 08 	ret                                            
 2015584:	91 e8 00 01 	restore  %g0, %g1, %o0                         
          _ASR_Post_signals( signal_set, &asr->signals_pending );     
        }                                                             
        _Thread_Enable_dispatch();                                    
        return RTEMS_SUCCESSFUL;                                      
      }                                                               
      _Thread_Enable_dispatch();                                      
 2015588:	40 00 11 17 	call  20199e4 <_Thread_Enable_dispatch>        
 201558c:	01 00 00 00 	nop                                            
      return RTEMS_NOT_DEFINED;                                       
 2015590:	10 bf ff cb 	b  20154bc <rtems_signal_send+0x10>            
 2015594:	82 10 20 0b 	mov  0xb, %g1	! b <PROM_START+0xb>             
                                                                      

02002158 <rtems_stack_checker_begin_extension>: Thread_Control *the_thread ) { Stack_check_Control *the_pattern; if ( the_thread->Object.id == 0 ) /* skip system tasks */
 2002158:	c2 02 20 08 	ld  [ %o0 + 8 ], %g1                           
 200215c:	80 a0 60 00 	cmp  %g1, 0                                    
 2002160:	02 80 00 0c 	be  2002190 <rtems_stack_checker_begin_extension+0x38><== NEVER TAKEN
 2002164:	05 00 80 73 	sethi  %hi(0x201cc00), %g2                     
    return;                                                           
                                                                      
  the_pattern = Stack_check_Get_pattern_area(&the_thread->Start.Initial_stack);
                                                                      
  *the_pattern = Stack_check_Pattern;                                 
 2002168:	c2 02 20 c8 	ld  [ %o0 + 0xc8 ], %g1                        
 200216c:	c6 00 a1 98 	ld  [ %g2 + 0x198 ], %g3                       
 2002170:	84 10 a1 98 	or  %g2, 0x198, %g2                            
 2002174:	c6 20 60 08 	st  %g3, [ %g1 + 8 ]                           
 2002178:	c6 00 a0 04 	ld  [ %g2 + 4 ], %g3                           
 200217c:	c6 20 60 0c 	st  %g3, [ %g1 + 0xc ]                         
 2002180:	c6 00 a0 08 	ld  [ %g2 + 8 ], %g3                           
 2002184:	c6 20 60 10 	st  %g3, [ %g1 + 0x10 ]                        
 2002188:	c4 00 a0 0c 	ld  [ %g2 + 0xc ], %g2                         
 200218c:	c4 20 60 14 	st  %g2, [ %g1 + 0x14 ]                        
 2002190:	81 c3 e0 08 	retl                                           
                                                                      

02002630 <rtems_stack_checker_create_extension>: */ bool rtems_stack_checker_create_extension( Thread_Control *running __attribute__((unused)), Thread_Control *the_thread ) {
 2002630:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Stack_check_Initialize();                                           
 2002634:	7f ff ff d9 	call  2002598 <Stack_check_Initialize>         
 2002638:	01 00 00 00 	nop                                            
                                                                      
  if (the_thread)                                                     
 200263c:	80 a6 60 00 	cmp  %i1, 0                                    
 2002640:	02 80 00 06 	be  2002658 <rtems_stack_checker_create_extension+0x28><== NEVER TAKEN
 2002644:	01 00 00 00 	nop                                            
    Stack_check_Dope_stack(&the_thread->Start.Initial_stack);         
 2002648:	d4 06 60 c4 	ld  [ %i1 + 0xc4 ], %o2                        
 200264c:	d0 06 60 c8 	ld  [ %i1 + 0xc8 ], %o0                        
 2002650:	40 00 38 fa 	call  2010a38 <memset>                         
 2002654:	92 10 20 a5 	mov  0xa5, %o1                                 
                                                                      
  return true;                                                        
}                                                                     
 2002658:	81 c7 e0 08 	ret                                            
 200265c:	91 e8 20 01 	restore  %g0, 1, %o0                           
                                                                      

020024a0 <rtems_stack_checker_is_blown>: /* * Check if blown */ bool rtems_stack_checker_is_blown( void ) {
 20024a0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Stack_Control *the_stack = &_Thread_Executing->Start.Initial_stack; 
 20024a4:	21 00 80 74 	sethi  %hi(0x201d000), %l0                     
 20024a8:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1	! 201d040 <_Thread_Executing>
)                                                                     
{                                                                     
  #if defined(__GNUC__)                                               
    void *sp = __builtin_frame_address(0);                            
                                                                      
    if ( sp < the_stack->area ) {                                     
 20024ac:	d0 00 60 c8 	ld  [ %g1 + 0xc8 ], %o0                        
 20024b0:	80 a7 80 08 	cmp  %fp, %o0                                  
 20024b4:	0a 80 00 06 	bcs  20024cc <rtems_stack_checker_is_blown+0x2c><== NEVER TAKEN
 20024b8:	a2 10 20 00 	clr  %l1                                       
}                                                                     
                                                                      
/*                                                                    
 *  Check if blown                                                    
 */                                                                   
bool rtems_stack_checker_is_blown( void )                             
 20024bc:	c2 00 60 c4 	ld  [ %g1 + 0xc4 ], %g1                        
 20024c0:	82 02 00 01 	add  %o0, %g1, %g1                             
 20024c4:	80 a0 40 1e 	cmp  %g1, %fp                                  
 20024c8:	a2 60 3f ff 	subx  %g0, -1, %l1                             
                                                                      
  /*                                                                  
   * The stack checker must be initialized before the pattern is there
   * to check.                                                        
   */                                                                 
  if ( Stack_check_Initialized ) {                                    
 20024cc:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 20024d0:	c4 00 63 04 	ld  [ %g1 + 0x304 ], %g2	! 201cb04 <Stack_check_Initialized>
 20024d4:	80 a0 a0 00 	cmp  %g2, 0                                    
 20024d8:	02 80 00 09 	be  20024fc <rtems_stack_checker_is_blown+0x5c><== NEVER TAKEN
 20024dc:	82 10 20 01 	mov  1, %g1                                    
    pattern_ok = (!memcmp(                                            
 20024e0:	90 02 20 08 	add  %o0, 8, %o0                               
 20024e4:	13 00 80 73 	sethi  %hi(0x201cc00), %o1                     
 20024e8:	94 10 20 10 	mov  0x10, %o2                                 
 20024ec:	40 00 38 e3 	call  2010878 <memcmp>                         
 20024f0:	92 12 61 98 	or  %o1, 0x198, %o1                            
 20024f4:	80 a0 00 08 	cmp  %g0, %o0                                  
 20024f8:	82 60 3f ff 	subx  %g0, -1, %g1                             
  }                                                                   
                                                                      
  /*                                                                  
   * The Stack Pointer and the Pattern Area are OK so return false.   
   */                                                                 
  if ( sp_ok && pattern_ok )                                          
 20024fc:	80 8c 60 ff 	btst  0xff, %l1                                
 2002500:	02 80 00 05 	be  2002514 <rtems_stack_checker_is_blown+0x74><== NEVER TAKEN
 2002504:	92 08 60 ff 	and  %g1, 0xff, %o1                            
 2002508:	92 88 60 ff 	andcc  %g1, 0xff, %o1                          
 200250c:	12 80 00 05 	bne  2002520 <rtems_stack_checker_is_blown+0x80><== ALWAYS TAKEN
 2002510:	b0 10 20 00 	clr  %i0                                       
    return false;                                                     
                                                                      
  /*                                                                  
   * Let's report as much as we can.                                  
   */                                                                 
  Stack_check_report_blown_task( _Thread_Executing, pattern_ok );     
 2002514:	d0 04 20 40 	ld  [ %l0 + 0x40 ], %o0                        <== NOT EXECUTED
 2002518:	7f ff ff b8 	call  20023f8 <Stack_check_report_blown_task>  <== NOT EXECUTED
 200251c:	b0 10 20 01 	mov  1, %i0                                    <== NOT EXECUTED
  return true;                                                        
}                                                                     
 2002520:	81 c7 e0 08 	ret                                            
 2002524:	81 e8 00 00 	restore                                        
                                                                      

020023dc <rtems_stack_checker_report_usage>: void rtems_stack_checker_report_usage( void ) { rtems_stack_checker_report_usage_with_plugin( NULL, printk_plugin );
 20023dc:	13 00 80 0e 	sethi  %hi(0x2003800), %o1                     <== NOT EXECUTED
 20023e0:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 20023e4:	92 12 60 f0 	or  %o1, 0xf0, %o1                             <== NOT EXECUTED
 20023e8:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 20023ec:	7f ff ff e6 	call  2002384 <rtems_stack_checker_report_usage_with_plugin><== NOT EXECUTED
 20023f0:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

02002384 <rtems_stack_checker_report_usage_with_plugin>: void rtems_stack_checker_report_usage_with_plugin( void *context, rtems_printk_plugin_t print ) {
 2002384:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  print_context = context;                                            
 2002388:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     <== NOT EXECUTED
  print_handler = print;                                              
 200238c:	21 00 80 72 	sethi  %hi(0x201c800), %l0                     <== NOT EXECUTED
void rtems_stack_checker_report_usage_with_plugin(                    
  void                  *context,                                     
  rtems_printk_plugin_t  print                                        
)                                                                     
{                                                                     
  print_context = context;                                            
 2002390:	f0 24 63 08 	st  %i0, [ %l1 + 0x308 ]                       <== NOT EXECUTED
  print_handler = print;                                              
 2002394:	f2 24 23 0c 	st  %i1, [ %l0 + 0x30c ]                       <== NOT EXECUTED
                                                                      
  (*print)( context, "Stack usage by thread\n");                      
 2002398:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 200239c:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 20023a0:	9f c6 40 00 	call  %i1                                      <== NOT EXECUTED
 20023a4:	92 12 62 08 	or  %o1, 0x208, %o1	! 201b208 <rtems_filesystem_mount_table_size+0x3b8><== NOT EXECUTED
  (*print)( context,                                                  
 20023a8:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 20023ac:	13 00 80 6c 	sethi  %hi(0x201b000), %o1                     <== NOT EXECUTED
 20023b0:	9f c6 40 00 	call  %i1                                      <== NOT EXECUTED
 20023b4:	92 12 62 20 	or  %o1, 0x220, %o1	! 201b220 <rtems_filesystem_mount_table_size+0x3d0><== NOT EXECUTED
"    ID      NAME    LOW          HIGH     CURRENT     AVAILABLE     USED\n"
  );                                                                  
                                                                      
  /* iterate over all threads and dump the usage */                   
  rtems_iterate_over_all_threads( Stack_check_Dump_threads_usage );   
 20023b8:	11 00 80 08 	sethi  %hi(0x2002000), %o0                     <== NOT EXECUTED
 20023bc:	40 00 14 b2 	call  2007684 <rtems_iterate_over_all_threads> <== NOT EXECUTED
 20023c0:	90 12 21 f8 	or  %o0, 0x1f8, %o0	! 20021f8 <Stack_check_Dump_threads_usage><== NOT EXECUTED
                                                                      
  /* dump interrupt stack info if any */                              
  Stack_check_Dump_threads_usage((Thread_Control *) -1);              
 20023c4:	7f ff ff 8d 	call  20021f8 <Stack_check_Dump_threads_usage> <== NOT EXECUTED
 20023c8:	90 10 3f ff 	mov  -1, %o0                                   <== NOT EXECUTED
                                                                      
  print_context = NULL;                                               
 20023cc:	c0 24 63 08 	clr  [ %l1 + 0x308 ]                           <== NOT EXECUTED
  print_handler = NULL;                                               
 20023d0:	c0 24 23 0c 	clr  [ %l0 + 0x30c ]                           <== NOT EXECUTED
                                                                      
}                                                                     
 20023d4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20023d8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02002528 <rtems_stack_checker_switch_extension>: */ void rtems_stack_checker_switch_extension( Thread_Control *running __attribute__((unused)), Thread_Control *heir __attribute__((unused)) ) {
 2002528:	9d e3 bf a0 	save  %sp, -96, %sp                            
  Stack_Control *the_stack = &running->Start.Initial_stack;           
  void          *pattern;                                             
  bool        sp_ok;                                                  
  bool        pattern_ok = true;                                      
                                                                      
  pattern = (void *) Stack_check_Get_pattern_area(the_stack)->pattern;
 200252c:	c2 06 20 c8 	ld  [ %i0 + 0xc8 ], %g1                        
)                                                                     
{                                                                     
  #if defined(__GNUC__)                                               
    void *sp = __builtin_frame_address(0);                            
                                                                      
    if ( sp < the_stack->area ) {                                     
 2002530:	80 a7 80 01 	cmp  %fp, %g1                                  
 2002534:	0a 80 00 07 	bcs  2002550 <rtems_stack_checker_switch_extension+0x28><== NEVER TAKEN
 2002538:	90 00 60 08 	add  %g1, 8, %o0                               
void rtems_stack_checker_switch_extension(                            
  Thread_Control *running __attribute__((unused)),                    
  Thread_Control *heir __attribute__((unused))                        
)                                                                     
{                                                                     
  Stack_Control *the_stack = &running->Start.Initial_stack;           
 200253c:	c4 06 20 c4 	ld  [ %i0 + 0xc4 ], %g2                        
 2002540:	82 00 40 02 	add  %g1, %g2, %g1                             
 2002544:	80 a7 80 01 	cmp  %fp, %g1                                  
 2002548:	28 80 00 0b 	bleu,a   2002574 <rtems_stack_checker_switch_extension+0x4c><== ALWAYS TAKEN
 200254c:	13 00 80 73 	sethi  %hi(0x201cc00), %o1                     
  /*                                                                  
   *  Check for an out of bounds stack pointer or an overwrite        
   */                                                                 
  sp_ok = Stack_check_Frame_pointer_in_range( the_stack );            
                                                                      
  pattern_ok = (!memcmp( pattern,                                     
 2002550:	13 00 80 73 	sethi  %hi(0x201cc00), %o1                     <== NOT EXECUTED
 2002554:	94 10 20 10 	mov  0x10, %o2                                 <== NOT EXECUTED
 2002558:	40 00 38 c8 	call  2010878 <memcmp>                         <== NOT EXECUTED
 200255c:	92 12 61 98 	or  %o1, 0x198, %o1                            <== NOT EXECUTED
 2002560:	80 a0 00 08 	cmp  %g0, %o0                                  <== NOT EXECUTED
 2002564:	b2 60 3f ff 	subx  %g0, -1, %i1                             <== NOT EXECUTED
            (void *) Stack_check_Pattern.pattern, PATTERN_SIZE_BYTES));
                                                                      
  if ( !sp_ok || !pattern_ok ) {                                      
    Stack_check_report_blown_task( running, pattern_ok );             
 2002568:	b2 0e 60 01 	and  %i1, 1, %i1                               <== NOT EXECUTED
 200256c:	7f ff ff a3 	call  20023f8 <Stack_check_report_blown_task>  <== NOT EXECUTED
 2002570:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   *  Check for an out of bounds stack pointer or an overwrite        
   */                                                                 
  sp_ok = Stack_check_Frame_pointer_in_range( the_stack );            
                                                                      
  pattern_ok = (!memcmp( pattern,                                     
 2002574:	94 10 20 10 	mov  0x10, %o2                                 
 2002578:	92 12 61 98 	or  %o1, 0x198, %o1                            
 200257c:	40 00 38 bf 	call  2010878 <memcmp>                         
 2002580:	b2 10 20 00 	clr  %i1                                       
            (void *) Stack_check_Pattern.pattern, PATTERN_SIZE_BYTES));
                                                                      
  if ( !sp_ok || !pattern_ok ) {                                      
 2002584:	80 a2 20 00 	cmp  %o0, 0                                    
 2002588:	12 bf ff f9 	bne  200256c <rtems_stack_checker_switch_extension+0x44><== NEVER TAKEN
 200258c:	b2 0e 60 01 	and  %i1, 1, %i1                               
 2002590:	81 c7 e0 08 	ret                                            
 2002594:	81 e8 00 00 	restore                                        
                                                                      

0200ccf0 <rtems_string_to_double>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200ccf0:	9d e3 bf 90 	save  %sp, -112, %sp                           
 200ccf4:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200ccf8:	80 a6 60 00 	cmp  %i1, 0                                    
 200ccfc:	02 80 00 18 	be  200cd5c <rtems_string_to_double+0x6c>      
 200cd00:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cd04:	40 00 0c e0 	call  2010084 <__errno>                        
 200cd08:	01 00 00 00 	nop                                            
  *n    = 0;                                                          
                                                                      
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
 200cd0c:	92 07 bf fc 	add  %fp, -4, %o1                              
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cd10:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200cd14:	c0 26 40 00 	clr  [ %i1 ]                                   
 200cd18:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
                                                                      
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
 200cd1c:	40 00 18 5e 	call  2012e94 <strtod>                         
 200cd20:	90 10 00 10 	mov  %l0, %o0                                  
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200cd24:	80 a6 a0 00 	cmp  %i2, 0                                    
 200cd28:	02 80 00 03 	be  200cd34 <rtems_string_to_double+0x44>      
 200cd2c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
    *endptr = end;                                                    
 200cd30:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200cd34:	80 a0 40 10 	cmp  %g1, %l0                                  
 200cd38:	02 80 00 09 	be  200cd5c <rtems_string_to_double+0x6c>      
 200cd3c:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cd40:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 200cd44:	d1 18 60 30 	ldd  [ %g1 + 0x30 ], %f8	! 201f430 <_CPU_Trap_slot_template+0x14>
 200cd48:	81 a8 0a c8 	fcmped  %f0, %f8                               
 200cd4c:	01 00 00 00 	nop                                            
 200cd50:	0d 80 00 05 	fbg  200cd64 <rtems_string_to_double+0x74>     
 200cd54:	b0 10 20 00 	clr  %i0	! 0 <PROM_START>                      
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200cd58:	c1 3e 40 00 	std  %f0, [ %i1 ]                              
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200cd5c:	81 c7 e0 08 	ret                                            
 200cd60:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cd64:	c1 27 bf f4 	st  %f0, [ %fp + -12 ]                         
 200cd68:	40 00 0c c7 	call  2010084 <__errno>                        
 200cd6c:	c3 27 bf f0 	st  %f1, [ %fp + -16 ]                         
 200cd70:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200cd74:	b0 10 20 0a 	mov  0xa, %i0                                  
 200cd78:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200cd7c:	c1 07 bf f4 	ld  [ %fp + -12 ], %f0                         
 200cd80:	02 bf ff f7 	be  200cd5c <rtems_string_to_double+0x6c>      <== ALWAYS TAKEN
 200cd84:	c3 07 bf f0 	ld  [ %fp + -16 ], %f1                         
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200cd88:	c1 3e 40 00 	std  %f0, [ %i1 ]                              <== NOT EXECUTED
 200cd8c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200cd90:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      

0200cd94 <rtems_string_to_float>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200cd94:	9d e3 bf 90 	save  %sp, -112, %sp                           
 200cd98:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200cd9c:	80 a6 60 00 	cmp  %i1, 0                                    
 200cda0:	02 80 00 17 	be  200cdfc <rtems_string_to_float+0x68>       
 200cda4:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cda8:	40 00 0c b7 	call  2010084 <__errno>                        
 200cdac:	01 00 00 00 	nop                                            
  *n    = 0;                                                          
                                                                      
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
 200cdb0:	92 07 bf fc 	add  %fp, -4, %o1                              
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cdb4:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200cdb8:	c0 26 40 00 	clr  [ %i1 ]                                   
                                                                      
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
 200cdbc:	40 00 18 21 	call  2012e40 <strtof>                         
 200cdc0:	90 10 00 10 	mov  %l0, %o0                                  
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200cdc4:	80 a6 a0 00 	cmp  %i2, 0                                    
 200cdc8:	02 80 00 03 	be  200cdd4 <rtems_string_to_float+0x40>       
 200cdcc:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
    *endptr = end;                                                    
 200cdd0:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200cdd4:	80 a0 40 10 	cmp  %g1, %l0                                  
 200cdd8:	02 80 00 09 	be  200cdfc <rtems_string_to_float+0x68>       
 200cddc:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cde0:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 200cde4:	d1 00 60 38 	ld  [ %g1 + 0x38 ], %f8	! 201f438 <_CPU_Trap_slot_template+0x1c>
 200cde8:	81 a8 0a a8 	fcmpes  %f0, %f8                               
 200cdec:	01 00 00 00 	nop                                            
 200cdf0:	0d 80 00 05 	fbg  200ce04 <rtems_string_to_float+0x70>      
 200cdf4:	b0 10 20 00 	clr  %i0	! 0 <PROM_START>                      
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200cdf8:	c1 26 40 00 	st  %f0, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200cdfc:	81 c7 e0 08 	ret                                            
 200ce00:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200ce04:	40 00 0c a0 	call  2010084 <__errno>                        
 200ce08:	c1 27 bf f4 	st  %f0, [ %fp + -12 ]                         
 200ce0c:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200ce10:	b0 10 20 0a 	mov  0xa, %i0                                  
 200ce14:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200ce18:	02 bf ff f9 	be  200cdfc <rtems_string_to_float+0x68>       <== ALWAYS TAKEN
 200ce1c:	c1 07 bf f4 	ld  [ %fp + -12 ], %f0                         
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200ce20:	c1 26 40 00 	st  %f0, [ %i1 ]                               <== NOT EXECUTED
 200ce24:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200ce28:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      

0200ce2c <rtems_string_to_int>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200ce2c:	9d e3 bf 98 	save  %sp, -104, %sp                           
 200ce30:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200ce34:	80 a6 60 00 	cmp  %i1, 0                                    
 200ce38:	02 80 00 18 	be  200ce98 <rtems_string_to_int+0x6c>         
 200ce3c:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200ce40:	40 00 0c 91 	call  2010084 <__errno>                        
 200ce44:	01 00 00 00 	nop                                            
 200ce48:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200ce4c:	c0 26 40 00 	clr  [ %i1 ]                                   
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200ce50:	94 10 00 1b 	mov  %i3, %o2                                  
 200ce54:	90 10 00 10 	mov  %l0, %o0                                  
 200ce58:	40 00 18 9a 	call  20130c0 <strtol>                         
 200ce5c:	92 07 bf fc 	add  %fp, -4, %o1                              
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200ce60:	80 a6 a0 00 	cmp  %i2, 0                                    
 200ce64:	02 80 00 18 	be  200cec4 <rtems_string_to_int+0x98>         
 200ce68:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200ce6c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200ce70:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200ce74:	80 a0 40 10 	cmp  %g1, %l0                                  
 200ce78:	02 80 00 08 	be  200ce98 <rtems_string_to_int+0x6c>         
 200ce7c:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200ce80:	03 1f ff ff 	sethi  %hi(0x7ffffc00), %g1                    
 200ce84:	82 10 63 ff 	or  %g1, 0x3ff, %g1	! 7fffffff <RAM_END+0x7dbfffff>
 200ce88:	80 a4 40 01 	cmp  %l1, %g1                                  
 200ce8c:	02 80 00 05 	be  200cea0 <rtems_string_to_int+0x74>         
 200ce90:	b0 10 20 00 	clr  %i0                                       
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200ce94:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200ce98:	81 c7 e0 08 	ret                                            
 200ce9c:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cea0:	40 00 0c 79 	call  2010084 <__errno>                        
 200cea4:	b0 10 20 0a 	mov  0xa, %i0                                  
 200cea8:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200ceac:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200ceb0:	02 bf ff fa 	be  200ce98 <rtems_string_to_int+0x6c>         <== ALWAYS TAKEN
 200ceb4:	01 00 00 00 	nop                                            
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200ceb8:	e2 26 40 00 	st  %l1, [ %i1 ]                               <== NOT EXECUTED
 200cebc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200cec0:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
 200cec4:	10 bf ff ec 	b  200ce74 <rtems_string_to_int+0x48>          
 200cec8:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200cf98 <rtems_string_to_long>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200cf98:	9d e3 bf 98 	save  %sp, -104, %sp                           
 200cf9c:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200cfa0:	80 a6 60 00 	cmp  %i1, 0                                    
 200cfa4:	02 80 00 24 	be  200d034 <rtems_string_to_long+0x9c>        
 200cfa8:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cfac:	40 00 0c 36 	call  2010084 <__errno>                        
 200cfb0:	01 00 00 00 	nop                                            
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200cfb4:	94 10 00 1b 	mov  %i3, %o2                                  
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cfb8:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200cfbc:	c0 26 40 00 	clr  [ %i1 ]                                   
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200cfc0:	90 10 00 10 	mov  %l0, %o0                                  
 200cfc4:	40 00 18 3f 	call  20130c0 <strtol>                         
 200cfc8:	92 07 bf fc 	add  %fp, -4, %o1                              
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200cfcc:	80 a6 a0 00 	cmp  %i2, 0                                    
 200cfd0:	02 80 00 1b 	be  200d03c <rtems_string_to_long+0xa4>        
 200cfd4:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200cfd8:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200cfdc:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200cfe0:	80 a0 40 10 	cmp  %g1, %l0                                  
 200cfe4:	02 80 00 14 	be  200d034 <rtems_string_to_long+0x9c>        
 200cfe8:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cfec:	03 1f ff ff 	sethi  %hi(0x7ffffc00), %g1                    
 200cff0:	82 10 63 ff 	or  %g1, 0x3ff, %g1	! 7fffffff <RAM_END+0x7dbfffff>
 200cff4:	80 a4 40 01 	cmp  %l1, %g1                                  
 200cff8:	02 80 00 08 	be  200d018 <rtems_string_to_long+0x80>        
 200cffc:	03 20 00 00 	sethi  %hi(0x80000000), %g1                    
      return RTEMS_INVALID_NUMBER;                                    
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MIN                                                
    /* there was an underflow */                                      
    if ( (result == STRING_TO_MIN) && (errno == ERANGE))              
 200d000:	80 a4 40 01 	cmp  %l1, %g1                                  
 200d004:	02 80 00 05 	be  200d018 <rtems_string_to_long+0x80>        
 200d008:	01 00 00 00 	nop                                            
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200d00c:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
 200d010:	81 c7 e0 08 	ret                                            
 200d014:	91 e8 20 00 	restore  %g0, 0, %o0                           
      return RTEMS_INVALID_NUMBER;                                    
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MIN                                                
    /* there was an underflow */                                      
    if ( (result == STRING_TO_MIN) && (errno == ERANGE))              
 200d018:	40 00 0c 1b 	call  2010084 <__errno>                        
 200d01c:	01 00 00 00 	nop                                            
 200d020:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200d024:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200d028:	32 bf ff fa 	bne,a   200d010 <rtems_string_to_long+0x78>    <== NEVER TAKEN
 200d02c:	e2 26 40 00 	st  %l1, [ %i1 ]                               <== NOT EXECUTED
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
 200d030:	b0 10 20 0a 	mov  0xa, %i0                                  
}                                                                     
 200d034:	81 c7 e0 08 	ret                                            
 200d038:	81 e8 00 00 	restore                                        
 200d03c:	10 bf ff e9 	b  200cfe0 <rtems_string_to_long+0x48>         
 200d040:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200cecc <rtems_string_to_long_long>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200cecc:	9d e3 bf 90 	save  %sp, -112, %sp                           
 200ced0:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200ced4:	80 a6 60 00 	cmp  %i1, 0                                    
 200ced8:	02 80 00 29 	be  200cf7c <rtems_string_to_long_long+0xb0>   
 200cedc:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200cee0:	40 00 0c 69 	call  2010084 <__errno>                        
 200cee4:	01 00 00 00 	nop                                            
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200cee8:	94 10 00 1b 	mov  %i3, %o2                                  
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200ceec:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200cef0:	c0 26 40 00 	clr  [ %i1 ]                                   
 200cef4:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200cef8:	90 10 00 10 	mov  %l0, %o0                                  
 200cefc:	40 00 18 7b 	call  20130e8 <strtoll>                        
 200cf00:	92 07 bf fc 	add  %fp, -4, %o1                              
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200cf04:	80 a6 a0 00 	cmp  %i2, 0                                    
 200cf08:	02 80 00 22 	be  200cf90 <rtems_string_to_long_long+0xc4>   
 200cf0c:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200cf10:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200cf14:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200cf18:	80 a0 40 10 	cmp  %g1, %l0                                  
 200cf1c:	02 80 00 18 	be  200cf7c <rtems_string_to_long_long+0xb0>   
 200cf20:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cf24:	03 1f ff ff 	sethi  %hi(0x7ffffc00), %g1                    
 200cf28:	82 10 63 ff 	or  %g1, 0x3ff, %g1	! 7fffffff <RAM_END+0x7dbfffff>
 200cf2c:	80 a4 40 01 	cmp  %l1, %g1                                  
 200cf30:	02 80 00 15 	be  200cf84 <rtems_string_to_long_long+0xb8>   
 200cf34:	80 a2 7f ff 	cmp  %o1, -1                                   
      return RTEMS_INVALID_NUMBER;                                    
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MIN                                                
    /* there was an underflow */                                      
    if ( (result == STRING_TO_MIN) && (errno == ERANGE))              
 200cf38:	03 20 00 00 	sethi  %hi(0x80000000), %g1                    
 200cf3c:	80 a4 40 01 	cmp  %l1, %g1                                  
 200cf40:	02 80 00 06 	be  200cf58 <rtems_string_to_long_long+0x8c>   
 200cf44:	80 a2 60 00 	cmp  %o1, 0                                    
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200cf48:	d2 26 60 04 	st  %o1, [ %i1 + 4 ]                           
 200cf4c:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
 200cf50:	81 c7 e0 08 	ret                                            
 200cf54:	91 e8 20 00 	restore  %g0, 0, %o0                           
      return RTEMS_INVALID_NUMBER;                                    
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MIN                                                
    /* there was an underflow */                                      
    if ( (result == STRING_TO_MIN) && (errno == ERANGE))              
 200cf58:	32 bf ff fd 	bne,a   200cf4c <rtems_string_to_long_long+0x80><== NEVER TAKEN
 200cf5c:	d2 26 60 04 	st  %o1, [ %i1 + 4 ]                           <== NOT EXECUTED
 200cf60:	40 00 0c 49 	call  2010084 <__errno>                        
 200cf64:	d2 27 bf f4 	st  %o1, [ %fp + -12 ]                         
 200cf68:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200cf6c:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200cf70:	12 bf ff f6 	bne  200cf48 <rtems_string_to_long_long+0x7c>  <== NEVER TAKEN
 200cf74:	d2 07 bf f4 	ld  [ %fp + -12 ], %o1                         
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
 200cf78:	b0 10 20 0a 	mov  0xa, %i0                                  
}                                                                     
 200cf7c:	81 c7 e0 08 	ret                                            
 200cf80:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200cf84:	12 bf ff ee 	bne  200cf3c <rtems_string_to_long_long+0x70>  <== NEVER TAKEN
 200cf88:	03 20 00 00 	sethi  %hi(0x80000000), %g1                    
 200cf8c:	30 bf ff f5 	b,a   200cf60 <rtems_string_to_long_long+0x94> 
 200cf90:	10 bf ff e2 	b  200cf18 <rtems_string_to_long_long+0x4c>    
 200cf94:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200d044 <rtems_string_to_pointer>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200d044:	9d e3 bf 98 	save  %sp, -104, %sp                           
 200d048:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200d04c:	80 a6 60 00 	cmp  %i1, 0                                    
 200d050:	02 80 00 16 	be  200d0a8 <rtems_string_to_pointer+0x64>     
 200d054:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d058:	40 00 0c 0b 	call  2010084 <__errno>                        
 200d05c:	01 00 00 00 	nop                                            
  *n    = 0;                                                          
                                                                      
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
 200d060:	92 07 bf fc 	add  %fp, -4, %o1                              
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d064:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200d068:	c0 26 40 00 	clr  [ %i1 ]                                   
                                                                      
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
 200d06c:	90 10 00 10 	mov  %l0, %o0                                  
 200d070:	40 00 19 4c 	call  20135a0 <strtoul>                        
 200d074:	94 10 20 10 	mov  0x10, %o2                                 
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200d078:	80 a6 a0 00 	cmp  %i2, 0                                    
 200d07c:	02 80 00 16 	be  200d0d4 <rtems_string_to_pointer+0x90>     
 200d080:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200d084:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200d088:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200d08c:	80 a0 40 10 	cmp  %g1, %l0                                  
 200d090:	02 80 00 06 	be  200d0a8 <rtems_string_to_pointer+0x64>     
 200d094:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d098:	80 a4 7f ff 	cmp  %l1, -1                                   
 200d09c:	02 80 00 05 	be  200d0b0 <rtems_string_to_pointer+0x6c>     <== NEVER TAKEN
 200d0a0:	b0 10 20 00 	clr  %i0                                       
    if ( (result == STRING_TO_MIN) && (errno == ERANGE))              
      return RTEMS_INVALID_NUMBER;                                    
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
 200d0a4:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200d0a8:	81 c7 e0 08 	ret                                            
 200d0ac:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d0b0:	40 00 0b f5 	call  2010084 <__errno>                        <== NOT EXECUTED
 200d0b4:	b0 10 20 0a 	mov  0xa, %i0                                  <== NOT EXECUTED
 200d0b8:	c2 02 00 00 	ld  [ %o0 ], %g1                               <== NOT EXECUTED
 200d0bc:	80 a0 60 22 	cmp  %g1, 0x22                                 <== NOT EXECUTED
 200d0c0:	02 bf ff fa 	be  200d0a8 <rtems_string_to_pointer+0x64>     <== NOT EXECUTED
 200d0c4:	01 00 00 00 	nop                                            <== NOT EXECUTED
    if ( (result == STRING_TO_MIN) && (errno == ERANGE))              
      return RTEMS_INVALID_NUMBER;                                    
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
 200d0c8:	e2 26 40 00 	st  %l1, [ %i1 ]                               <== NOT EXECUTED
 200d0cc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d0d0:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
 200d0d4:	10 bf ff ee 	b  200d08c <rtems_string_to_pointer+0x48>      
 200d0d8:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200d13c <rtems_string_to_unsigned_int>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200d13c:	9d e3 bf 98 	save  %sp, -104, %sp                           
 200d140:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200d144:	80 a6 60 00 	cmp  %i1, 0                                    
 200d148:	02 80 00 16 	be  200d1a0 <rtems_string_to_unsigned_int+0x64>
 200d14c:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d150:	40 00 0b cd 	call  2010084 <__errno>                        
 200d154:	01 00 00 00 	nop                                            
 200d158:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200d15c:	c0 26 40 00 	clr  [ %i1 ]                                   
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200d160:	94 10 00 1b 	mov  %i3, %o2                                  
 200d164:	90 10 00 10 	mov  %l0, %o0                                  
 200d168:	40 00 19 0e 	call  20135a0 <strtoul>                        
 200d16c:	92 07 bf fc 	add  %fp, -4, %o1                              
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200d170:	80 a6 a0 00 	cmp  %i2, 0                                    
 200d174:	02 80 00 16 	be  200d1cc <rtems_string_to_unsigned_int+0x90>
 200d178:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200d17c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200d180:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200d184:	80 a0 40 10 	cmp  %g1, %l0                                  
 200d188:	02 80 00 06 	be  200d1a0 <rtems_string_to_unsigned_int+0x64>
 200d18c:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d190:	80 a4 7f ff 	cmp  %l1, -1                                   
 200d194:	02 80 00 05 	be  200d1a8 <rtems_string_to_unsigned_int+0x6c>
 200d198:	b0 10 20 00 	clr  %i0                                       
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200d19c:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200d1a0:	81 c7 e0 08 	ret                                            
 200d1a4:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d1a8:	40 00 0b b7 	call  2010084 <__errno>                        
 200d1ac:	b0 10 20 0a 	mov  0xa, %i0                                  
 200d1b0:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200d1b4:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200d1b8:	02 bf ff fa 	be  200d1a0 <rtems_string_to_unsigned_int+0x64><== ALWAYS TAKEN
 200d1bc:	01 00 00 00 	nop                                            
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200d1c0:	e2 26 40 00 	st  %l1, [ %i1 ]                               <== NOT EXECUTED
 200d1c4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d1c8:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
 200d1cc:	10 bf ff ee 	b  200d184 <rtems_string_to_unsigned_int+0x48> 
 200d1d0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200d27c <rtems_string_to_unsigned_long>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200d27c:	9d e3 bf 98 	save  %sp, -104, %sp                           
 200d280:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200d284:	80 a6 60 00 	cmp  %i1, 0                                    
 200d288:	02 80 00 16 	be  200d2e0 <rtems_string_to_unsigned_long+0x64>
 200d28c:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d290:	40 00 0b 7d 	call  2010084 <__errno>                        
 200d294:	01 00 00 00 	nop                                            
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200d298:	94 10 00 1b 	mov  %i3, %o2                                  
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d29c:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200d2a0:	c0 26 40 00 	clr  [ %i1 ]                                   
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200d2a4:	90 10 00 10 	mov  %l0, %o0                                  
 200d2a8:	40 00 18 be 	call  20135a0 <strtoul>                        
 200d2ac:	92 07 bf fc 	add  %fp, -4, %o1                              
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200d2b0:	80 a6 a0 00 	cmp  %i2, 0                                    
 200d2b4:	02 80 00 16 	be  200d30c <rtems_string_to_unsigned_long+0x90>
 200d2b8:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200d2bc:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200d2c0:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200d2c4:	80 a0 40 10 	cmp  %g1, %l0                                  
 200d2c8:	02 80 00 06 	be  200d2e0 <rtems_string_to_unsigned_long+0x64>
 200d2cc:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d2d0:	80 a4 7f ff 	cmp  %l1, -1                                   
 200d2d4:	02 80 00 05 	be  200d2e8 <rtems_string_to_unsigned_long+0x6c>
 200d2d8:	b0 10 20 00 	clr  %i0                                       
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200d2dc:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200d2e0:	81 c7 e0 08 	ret                                            
 200d2e4:	81 e8 00 00 	restore                                        
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d2e8:	40 00 0b 67 	call  2010084 <__errno>                        
 200d2ec:	b0 10 20 0a 	mov  0xa, %i0                                  
 200d2f0:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200d2f4:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200d2f8:	02 bf ff fa 	be  200d2e0 <rtems_string_to_unsigned_long+0x64><== ALWAYS TAKEN
 200d2fc:	01 00 00 00 	nop                                            
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200d300:	e2 26 40 00 	st  %l1, [ %i1 ]                               <== NOT EXECUTED
 200d304:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d308:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
 200d30c:	10 bf ff ee 	b  200d2c4 <rtems_string_to_unsigned_long+0x48>
 200d310:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200d1d4 <rtems_string_to_unsigned_long_long>: #if defined(STRING_TO_INTEGER) && !defined(STRING_TO_POINTER) , int base #endif ) {
 200d1d4:	9d e3 bf 90 	save  %sp, -112, %sp                           
 200d1d8:	a0 10 00 18 	mov  %i0, %l0                                  
  STRING_TO_INPUT_TYPE  result;                                       
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
 200d1dc:	80 a6 60 00 	cmp  %i1, 0                                    
 200d1e0:	02 80 00 23 	be  200d26c <rtems_string_to_unsigned_long_long+0x98>
 200d1e4:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d1e8:	40 00 0b a7 	call  2010084 <__errno>                        
 200d1ec:	01 00 00 00 	nop                                            
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200d1f0:	94 10 00 1b 	mov  %i3, %o2                                  
  char                 *end;                                          
                                                                      
  if ( !n )                                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  errno = 0;                                                          
 200d1f4:	c0 22 00 00 	clr  [ %o0 ]                                   
  *n    = 0;                                                          
 200d1f8:	c0 26 40 00 	clr  [ %i1 ]                                   
 200d1fc:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
  #ifdef STRING_TO_FLOAT                                              
    result = STRING_TO_METHOD( s, &end );                             
  #elif defined(STRING_TO_POINTER)                                    
    result = STRING_TO_METHOD( s, &end, 16 );                         
  #elif defined(STRING_TO_INTEGER)                                    
    result = STRING_TO_METHOD( s, &end, base );                       
 200d200:	90 10 00 10 	mov  %l0, %o0                                  
 200d204:	40 00 18 f1 	call  20135c8 <strtoull>                       
 200d208:	92 07 bf fc 	add  %fp, -4, %o1                              
  #endif                                                              
                                                                      
  /* If the user wants the end pointer back, then return it. */       
  if ( endptr )                                                       
 200d20c:	80 a6 a0 00 	cmp  %i2, 0                                    
 200d210:	02 80 00 19 	be  200d274 <rtems_string_to_unsigned_long_long+0xa0>
 200d214:	a2 10 00 08 	mov  %o0, %l1                                  
    *endptr = end;                                                    
 200d218:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200d21c:	c2 26 80 00 	st  %g1, [ %i2 ]                               
                                                                      
  /* nothing was converted */                                         
  if ( end == s )                                                     
 200d220:	80 a0 40 10 	cmp  %g1, %l0                                  
 200d224:	02 80 00 12 	be  200d26c <rtems_string_to_unsigned_long_long+0x98>
 200d228:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d22c:	80 a4 7f ff 	cmp  %l1, -1                                   
 200d230:	02 80 00 06 	be  200d248 <rtems_string_to_unsigned_long_long+0x74>
 200d234:	80 a2 7f ff 	cmp  %o1, -1                                   
  #endif                                                              
                                                                      
  #if defined(STRING_TO_POINTER)                                      
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
 200d238:	d2 26 60 04 	st  %o1, [ %i1 + 4 ]                           
 200d23c:	e2 26 40 00 	st  %l1, [ %i1 ]                               
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200d240:	81 c7 e0 08 	ret                                            
 200d244:	91 e8 20 00 	restore  %g0, 0, %o0                           
    return RTEMS_INVALID_NUMBER;                                      
  #endif                                                              
                                                                      
  #ifdef STRING_TO_MAX                                                
    /* there was an overflow */                                       
    if ( (result == STRING_TO_MAX) && (errno == ERANGE))              
 200d248:	32 bf ff fd 	bne,a   200d23c <rtems_string_to_unsigned_long_long+0x68><== NEVER TAKEN
 200d24c:	d2 26 60 04 	st  %o1, [ %i1 + 4 ]                           <== NOT EXECUTED
 200d250:	40 00 0b 8d 	call  2010084 <__errno>                        
 200d254:	d2 27 bf f4 	st  %o1, [ %fp + -12 ]                         
 200d258:	c2 02 00 00 	ld  [ %o0 ], %g1                               
 200d25c:	b0 10 20 0a 	mov  0xa, %i0                                  
 200d260:	80 a0 60 22 	cmp  %g1, 0x22                                 
 200d264:	12 bf ff f5 	bne  200d238 <rtems_string_to_unsigned_long_long+0x64><== NEVER TAKEN
 200d268:	d2 07 bf f4 	ld  [ %fp + -12 ], %o1                         
    *n = (STRING_TO_TYPE) (uintptr_t)result;                          
  #else                                                               
    *n = (STRING_TO_TYPE) result;                                     
  #endif                                                              
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200d26c:	81 c7 e0 08 	ret                                            
 200d270:	81 e8 00 00 	restore                                        
 200d274:	10 bf ff eb 	b  200d220 <rtems_string_to_unsigned_long_long+0x4c>
 200d278:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      

0200eb80 <rtems_task_mode>: rtems_status_code rtems_task_mode( rtems_mode mode_set, rtems_mode mask, rtems_mode *previous_mode_set ) {
 200eb80:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ASR_Information    *asr;                                            
  bool                is_asr_enabled = false;                         
  bool                needs_asr_dispatching = false;                  
  rtems_mode          old_mode;                                       
                                                                      
  if ( !previous_mode_set )                                           
 200eb84:	80 a6 a0 00 	cmp  %i2, 0                                    
 200eb88:	02 80 00 44 	be  200ec98 <rtems_task_mode+0x118>            
 200eb8c:	82 10 20 09 	mov  9, %g1                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
 200eb90:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200eb94:	e0 00 62 00 	ld  [ %g1 + 0x200 ], %l0	! 201ce00 <_Thread_Executing>
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
                                                                      
  old_mode  = (executing->is_preemptible) ? RTEMS_PREEMPT : RTEMS_NO_PREEMPT;
 200eb98:	c4 0c 20 75 	ldub  [ %l0 + 0x75 ], %g2                      
                                                                      
  if ( executing->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_NONE )
 200eb9c:	c2 04 20 7c 	ld  [ %l0 + 0x7c ], %g1                        
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
                                                                      
  old_mode  = (executing->is_preemptible) ? RTEMS_PREEMPT : RTEMS_NO_PREEMPT;
 200eba0:	80 a0 00 02 	cmp  %g0, %g2                                  
                                                                      
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
 200eba4:	e2 04 21 68 	ld  [ %l0 + 0x168 ], %l1                       
  asr = &api->Signal;                                                 
                                                                      
  old_mode  = (executing->is_preemptible) ? RTEMS_PREEMPT : RTEMS_NO_PREEMPT;
 200eba8:	a4 60 3f ff 	subx  %g0, -1, %l2                             
                                                                      
  if ( executing->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_NONE )
 200ebac:	80 a0 60 00 	cmp  %g1, 0                                    
 200ebb0:	12 80 00 3c 	bne  200eca0 <rtems_task_mode+0x120>           
 200ebb4:	a5 2c a0 08 	sll  %l2, 8, %l2                               
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200ebb8:	c2 0c 60 08 	ldub  [ %l1 + 8 ], %g1                         
 200ebbc:	80 a0 00 01 	cmp  %g0, %g1                                  
    old_mode |= RTEMS_NO_TIMESLICE;                                   
  else                                                                
    old_mode |= RTEMS_TIMESLICE;                                      
                                                                      
  old_mode |= (asr->is_enabled) ? RTEMS_ASR : RTEMS_NO_ASR;           
  old_mode |= _ISR_Get_level();                                       
 200ebc0:	7f ff ec f1 	call  2009f84 <_CPU_ISR_Get_level>             
 200ebc4:	a6 60 3f ff 	subx  %g0, -1, %l3                             
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200ebc8:	a7 2c e0 0a 	sll  %l3, 0xa, %l3                             
  if ( executing->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_NONE )
    old_mode |= RTEMS_NO_TIMESLICE;                                   
  else                                                                
    old_mode |= RTEMS_TIMESLICE;                                      
                                                                      
  old_mode |= (asr->is_enabled) ? RTEMS_ASR : RTEMS_NO_ASR;           
 200ebcc:	a6 14 c0 08 	or  %l3, %o0, %l3                              
  old_mode |= _ISR_Get_level();                                       
                                                                      
  *previous_mode_set = old_mode;                                      
 200ebd0:	a4 14 c0 12 	or  %l3, %l2, %l2                              
                                                                      
  /*                                                                  
   *  These are generic thread scheduling characteristics.            
   */                                                                 
                                                                      
  if ( mask & RTEMS_PREEMPT_MASK )                                    
 200ebd4:	80 8e 61 00 	btst  0x100, %i1                               
 200ebd8:	02 80 00 06 	be  200ebf0 <rtems_task_mode+0x70>             
 200ebdc:	e4 26 80 00 	st  %l2, [ %i2 ]                               
    executing->is_preemptible = _Modes_Is_preempt(mode_set) ? true : false;
 200ebe0:	83 36 20 08 	srl  %i0, 8, %g1                               
 200ebe4:	82 18 60 01 	xor  %g1, 1, %g1                               
 200ebe8:	82 08 60 01 	and  %g1, 1, %g1                               
 200ebec:	c2 2c 20 75 	stb  %g1, [ %l0 + 0x75 ]                       
                                                                      
  if ( mask & RTEMS_TIMESLICE_MASK ) {                                
 200ebf0:	80 8e 62 00 	btst  0x200, %i1                               
 200ebf4:	02 80 00 0b 	be  200ec20 <rtems_task_mode+0xa0>             
 200ebf8:	80 8e 60 0f 	btst  0xf, %i1                                 
    if ( _Modes_Is_timeslice(mode_set) ) {                            
 200ebfc:	80 8e 22 00 	btst  0x200, %i0                               
 200ec00:	22 80 00 07 	be,a   200ec1c <rtems_task_mode+0x9c>          
 200ec04:	c0 24 20 7c 	clr  [ %l0 + 0x7c ]                            
      executing->budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE;
      executing->cpu_time_budget  = _Thread_Ticks_per_timeslice;      
 200ec08:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200ec0c:	c2 00 60 98 	ld  [ %g1 + 0x98 ], %g1	! 201cc98 <_Thread_Ticks_per_timeslice>
 200ec10:	c2 24 20 78 	st  %g1, [ %l0 + 0x78 ]                        
  if ( mask & RTEMS_PREEMPT_MASK )                                    
    executing->is_preemptible = _Modes_Is_preempt(mode_set) ? true : false;
                                                                      
  if ( mask & RTEMS_TIMESLICE_MASK ) {                                
    if ( _Modes_Is_timeslice(mode_set) ) {                            
      executing->budget_algorithm = THREAD_CPU_BUDGET_ALGORITHM_RESET_TIMESLICE;
 200ec14:	82 10 20 01 	mov  1, %g1                                    
 200ec18:	c2 24 20 7c 	st  %g1, [ %l0 + 0x7c ]                        
                                                                      
  /*                                                                  
   *  Set the new interrupt level                                     
   */                                                                 
                                                                      
  if ( mask & RTEMS_INTERRUPT_MASK )                                  
 200ec1c:	80 8e 60 0f 	btst  0xf, %i1                                 
 200ec20:	12 80 00 2d 	bne  200ecd4 <rtems_task_mode+0x154>           
 200ec24:	01 00 00 00 	nop                                            
   */                                                                 
                                                                      
  is_asr_enabled = false;                                             
  needs_asr_dispatching = false;                                      
                                                                      
  if ( mask & RTEMS_ASR_MASK ) {                                      
 200ec28:	80 8e 64 00 	btst  0x400, %i1                               
 200ec2c:	22 80 00 16 	be,a   200ec84 <rtems_task_mode+0x104>         
 200ec30:	a0 10 20 00 	clr  %l0                                       
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200ec34:	c2 0c 60 08 	ldub  [ %l1 + 8 ], %g1                         
 *  Output:                                                           
 *    *previous_mode_set - previous mode set                          
 *     always return RTEMS_SUCCESSFUL;                                
 */                                                                   
                                                                      
rtems_status_code rtems_task_mode(                                    
 200ec38:	b1 36 20 0a 	srl  %i0, 0xa, %i0                             
 200ec3c:	b0 1e 20 01 	xor  %i0, 1, %i0                               
 200ec40:	b0 0e 20 01 	and  %i0, 1, %i0                               
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200ec44:	80 a0 40 18 	cmp  %g1, %i0                                  
 200ec48:	22 80 00 0f 	be,a   200ec84 <rtems_task_mode+0x104>         
 200ec4c:	a0 10 20 00 	clr  %l0                                       
)                                                                     
{                                                                     
  rtems_signal_set _signals;                                          
  ISR_Level        _level;                                            
                                                                      
  _ISR_Disable( _level );                                             
 200ec50:	7f ff cd 97 	call  20022ac <sparc_disable_interrupts>       
 200ec54:	f0 2c 60 08 	stb  %i0, [ %l1 + 8 ]                          
    _signals                     = information->signals_pending;      
 200ec58:	c4 04 60 18 	ld  [ %l1 + 0x18 ], %g2                        
    information->signals_pending = information->signals_posted;       
 200ec5c:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        
    information->signals_posted  = _signals;                          
 200ec60:	c4 24 60 14 	st  %g2, [ %l1 + 0x14 ]                        
  rtems_signal_set _signals;                                          
  ISR_Level        _level;                                            
                                                                      
  _ISR_Disable( _level );                                             
    _signals                     = information->signals_pending;      
    information->signals_pending = information->signals_posted;       
 200ec64:	c2 24 60 18 	st  %g1, [ %l1 + 0x18 ]                        
    information->signals_posted  = _signals;                          
  _ISR_Enable( _level );                                              
 200ec68:	7f ff cd 95 	call  20022bc <sparc_enable_interrupts>        
 200ec6c:	01 00 00 00 	nop                                            
 200ec70:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        
 200ec74:	80 a0 60 00 	cmp  %g1, 0                                    
 200ec78:	12 80 00 28 	bne  200ed18 <rtems_task_mode+0x198>           
 200ec7c:	82 10 20 01 	mov  1, %g1                                    
    if ( is_asr_enabled != asr->is_enabled ) {                        
      asr->is_enabled = is_asr_enabled;                               
      _ASR_Swap_signals( asr );                                       
      if ( _ASR_Are_signals_pending( asr ) ) {                        
        needs_asr_dispatching = true;                                 
        executing->do_post_task_switch_extension = true;              
 200ec80:	a0 10 20 00 	clr  %l0                                       
      }                                                               
    }                                                                 
  }                                                                   
                                                                      
  if ( _System_state_Is_up( _System_state_Get() ) )                   
 200ec84:	03 00 80 73 	sethi  %hi(0x201cc00), %g1                     
 200ec88:	c2 00 62 e0 	ld  [ %g1 + 0x2e0 ], %g1	! 201cee0 <_System_state_Current>
 200ec8c:	80 a0 60 03 	cmp  %g1, 3                                    
 200ec90:	02 80 00 16 	be  200ece8 <rtems_task_mode+0x168>            <== ALWAYS TAKEN
 200ec94:	82 10 20 00 	clr  %g1                                       
    if ( _Thread_Evaluate_mode() || needs_asr_dispatching )           
      _Thread_Dispatch();                                             
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200ec98:	81 c7 e0 08 	ret                                            
 200ec9c:	91 e8 00 01 	restore  %g0, %g1, %o0                         
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200eca0:	c2 0c 60 08 	ldub  [ %l1 + 8 ], %g1                         
  old_mode  = (executing->is_preemptible) ? RTEMS_PREEMPT : RTEMS_NO_PREEMPT;
                                                                      
  if ( executing->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_NONE )
    old_mode |= RTEMS_NO_TIMESLICE;                                   
  else                                                                
    old_mode |= RTEMS_TIMESLICE;                                      
 200eca4:	a4 14 a2 00 	or  %l2, 0x200, %l2                            
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200eca8:	80 a0 00 01 	cmp  %g0, %g1                                  
    old_mode |= RTEMS_NO_TIMESLICE;                                   
  else                                                                
    old_mode |= RTEMS_TIMESLICE;                                      
                                                                      
  old_mode |= (asr->is_enabled) ? RTEMS_ASR : RTEMS_NO_ASR;           
  old_mode |= _ISR_Get_level();                                       
 200ecac:	7f ff ec b6 	call  2009f84 <_CPU_ISR_Get_level>             
 200ecb0:	a6 60 3f ff 	subx  %g0, -1, %l3                             
  if ( !previous_mode_set )                                           
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  executing     = _Thread_Executing;                                  
  api = executing->API_Extensions[ THREAD_API_RTEMS ];                
  asr = &api->Signal;                                                 
 200ecb4:	a7 2c e0 0a 	sll  %l3, 0xa, %l3                             
  if ( executing->budget_algorithm == THREAD_CPU_BUDGET_ALGORITHM_NONE )
    old_mode |= RTEMS_NO_TIMESLICE;                                   
  else                                                                
    old_mode |= RTEMS_TIMESLICE;                                      
                                                                      
  old_mode |= (asr->is_enabled) ? RTEMS_ASR : RTEMS_NO_ASR;           
 200ecb8:	a6 14 c0 08 	or  %l3, %o0, %l3                              
  old_mode |= _ISR_Get_level();                                       
                                                                      
  *previous_mode_set = old_mode;                                      
 200ecbc:	a4 14 c0 12 	or  %l3, %l2, %l2                              
                                                                      
  /*                                                                  
   *  These are generic thread scheduling characteristics.            
   */                                                                 
                                                                      
  if ( mask & RTEMS_PREEMPT_MASK )                                    
 200ecc0:	80 8e 61 00 	btst  0x100, %i1                               
 200ecc4:	02 bf ff cb 	be  200ebf0 <rtems_task_mode+0x70>             
 200ecc8:	e4 26 80 00 	st  %l2, [ %i2 ]                               
    executing->is_preemptible = _Modes_Is_preempt(mode_set) ? true : false;
 200eccc:	10 bf ff c6 	b  200ebe4 <rtems_task_mode+0x64>              
 200ecd0:	83 36 20 08 	srl  %i0, 8, %g1                               
 */                                                                   
RTEMS_INLINE_ROUTINE void _Modes_Set_interrupt_level (                
  Modes_Control mode_set                                              
)                                                                     
{                                                                     
  _ISR_Set_level( _Modes_Get_interrupt_level( mode_set ) );           
 200ecd4:	90 0e 20 0f 	and  %i0, 0xf, %o0                             
 200ecd8:	7f ff cd 79 	call  20022bc <sparc_enable_interrupts>        
 200ecdc:	91 2a 20 08 	sll  %o0, 8, %o0                               
   */                                                                 
                                                                      
  is_asr_enabled = false;                                             
  needs_asr_dispatching = false;                                      
                                                                      
  if ( mask & RTEMS_ASR_MASK ) {                                      
 200ece0:	10 bf ff d3 	b  200ec2c <rtems_task_mode+0xac>              
 200ece4:	80 8e 64 00 	btst  0x400, %i1                               
      }                                                               
    }                                                                 
  }                                                                   
                                                                      
  if ( _System_state_Is_up( _System_state_Get() ) )                   
    if ( _Thread_Evaluate_mode() || needs_asr_dispatching )           
 200ece8:	40 00 00 c8 	call  200f008 <_Thread_Evaluate_mode>          
 200ecec:	01 00 00 00 	nop                                            
 200ecf0:	80 8a 20 ff 	btst  0xff, %o0                                
 200ecf4:	12 80 00 04 	bne  200ed04 <rtems_task_mode+0x184>           
 200ecf8:	80 8c 20 ff 	btst  0xff, %l0                                
 200ecfc:	02 bf ff e7 	be  200ec98 <rtems_task_mode+0x118>            
 200ed00:	82 10 20 00 	clr  %g1                                       
      _Thread_Dispatch();                                             
 200ed04:	7f ff e5 43 	call  2008210 <_Thread_Dispatch>               
 200ed08:	01 00 00 00 	nop                                            
 200ed0c:	82 10 20 00 	clr  %g1	! 0 <PROM_START>                      
                                                                      
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 200ed10:	81 c7 e0 08 	ret                                            
 200ed14:	91 e8 00 01 	restore  %g0, %g1, %o0                         
    if ( is_asr_enabled != asr->is_enabled ) {                        
      asr->is_enabled = is_asr_enabled;                               
      _ASR_Swap_signals( asr );                                       
      if ( _ASR_Are_signals_pending( asr ) ) {                        
        needs_asr_dispatching = true;                                 
        executing->do_post_task_switch_extension = true;              
 200ed18:	c2 2c 20 74 	stb  %g1, [ %l0 + 0x74 ]                       
 200ed1c:	10 bf ff da 	b  200ec84 <rtems_task_mode+0x104>             
 200ed20:	a0 10 20 01 	mov  1, %l0                                    
                                                                      

0200b944 <rtems_task_set_priority>: rtems_status_code rtems_task_set_priority( rtems_id id, rtems_task_priority new_priority, rtems_task_priority *old_priority ) {
 200b944:	9d e3 bf 98 	save  %sp, -104, %sp                           
  register Thread_Control *the_thread;                                
  Objects_Locations               location;                           
                                                                      
  if ( new_priority != RTEMS_CURRENT_PRIORITY &&                      
 200b948:	80 a6 60 00 	cmp  %i1, 0                                    
 200b94c:	02 80 00 07 	be  200b968 <rtems_task_set_priority+0x24>     
 200b950:	90 10 00 18 	mov  %i0, %o0                                  
 */                                                                   
RTEMS_INLINE_ROUTINE bool _RTEMS_tasks_Priority_is_valid (            
  rtems_task_priority the_priority                                    
)                                                                     
{                                                                     
  return (  ( the_priority >= RTEMS_MINIMUM_PRIORITY ) &&             
 200b954:	03 00 80 8c 	sethi  %hi(0x2023000), %g1                     
 200b958:	c2 08 61 b4 	ldub  [ %g1 + 0x1b4 ], %g1	! 20231b4 <rtems_maximum_priority>
 200b95c:	80 a6 40 01 	cmp  %i1, %g1                                  
 200b960:	18 80 00 1c 	bgu  200b9d0 <rtems_task_set_priority+0x8c>    
 200b964:	b0 10 20 13 	mov  0x13, %i0                                 
       !_RTEMS_tasks_Priority_is_valid( new_priority ) )              
    return RTEMS_INVALID_PRIORITY;                                    
                                                                      
  if ( !old_priority )                                                
 200b968:	80 a6 a0 00 	cmp  %i2, 0                                    
 200b96c:	02 80 00 19 	be  200b9d0 <rtems_task_set_priority+0x8c>     
 200b970:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  the_thread = _Thread_Get( id, &location );                          
 200b974:	40 00 08 d7 	call  200dcd0 <_Thread_Get>                    
 200b978:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch ( location ) {                                               
 200b97c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200b980:	80 a0 60 00 	cmp  %g1, 0                                    
 200b984:	12 80 00 13 	bne  200b9d0 <rtems_task_set_priority+0x8c>    
 200b988:	b0 10 20 04 	mov  4, %i0                                    
                                                                      
    case OBJECTS_LOCAL:                                               
      /* XXX need helper to "convert" from core priority */           
      *old_priority = the_thread->current_priority;                   
 200b98c:	c2 02 20 14 	ld  [ %o0 + 0x14 ], %g1                        
      if ( new_priority != RTEMS_CURRENT_PRIORITY ) {                 
 200b990:	80 a6 60 00 	cmp  %i1, 0                                    
 200b994:	02 80 00 0d 	be  200b9c8 <rtems_task_set_priority+0x84>     
 200b998:	c2 26 80 00 	st  %g1, [ %i2 ]                               
        the_thread->real_priority = new_priority;                     
        if ( the_thread->resource_count == 0 ||                       
 200b99c:	c2 02 20 1c 	ld  [ %o0 + 0x1c ], %g1                        
 200b9a0:	80 a0 60 00 	cmp  %g1, 0                                    
 200b9a4:	02 80 00 06 	be  200b9bc <rtems_task_set_priority+0x78>     
 200b9a8:	f2 22 20 18 	st  %i1, [ %o0 + 0x18 ]                        
             the_thread->current_priority > new_priority )            
 200b9ac:	c2 02 20 14 	ld  [ %o0 + 0x14 ], %g1                        
 200b9b0:	80 a6 40 01 	cmp  %i1, %g1                                  
 200b9b4:	1a 80 00 05 	bcc  200b9c8 <rtems_task_set_priority+0x84>    <== ALWAYS TAKEN
 200b9b8:	01 00 00 00 	nop                                            
          _Thread_Change_priority( the_thread, new_priority, false ); 
 200b9bc:	92 10 00 19 	mov  %i1, %o1                                  
 200b9c0:	40 00 07 02 	call  200d5c8 <_Thread_Change_priority>        
 200b9c4:	94 10 20 00 	clr  %o2                                       
      }                                                               
      _Thread_Enable_dispatch();                                      
 200b9c8:	40 00 08 9e 	call  200dc40 <_Thread_Enable_dispatch>        
 200b9cc:	b0 10 20 00 	clr  %i0                                       
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 200b9d0:	81 c7 e0 08 	ret                                            
 200b9d4:	81 e8 00 00 	restore                                        
                                                                      

02007814 <rtems_task_variable_delete>: rtems_status_code rtems_task_variable_delete( rtems_id tid, void **ptr ) {
 2007814:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control        *the_thread;                                  
  Objects_Locations      location;                                    
  rtems_task_variable_t *tvp, *prev;                                  
                                                                      
  if ( !ptr )                                                         
 2007818:	80 a6 60 00 	cmp  %i1, 0                                    
 200781c:	02 80 00 09 	be  2007840 <rtems_task_variable_delete+0x2c>  
 2007820:	82 10 20 09 	mov  9, %g1                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  prev = NULL;                                                        
                                                                      
  the_thread = _Thread_Get (tid, &location);                          
 2007824:	90 10 00 18 	mov  %i0, %o0                                  
 2007828:	40 00 08 55 	call  200997c <_Thread_Get>                    
 200782c:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch (location) {                                                 
 2007830:	c4 07 bf fc 	ld  [ %fp + -4 ], %g2                          
 2007834:	80 a0 a0 00 	cmp  %g2, 0                                    
 2007838:	02 80 00 04 	be  2007848 <rtems_task_variable_delete+0x34>  
 200783c:	82 10 20 04 	mov  4, %g1                                    
    case OBJECTS_ERROR:                                               
        break;                                                        
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 2007840:	81 c7 e0 08 	ret                                            
 2007844:	91 e8 00 01 	restore  %g0, %g1, %o0                         
                                                                      
  the_thread = _Thread_Get (tid, &location);                          
  switch (location) {                                                 
                                                                      
    case OBJECTS_LOCAL:                                               
      tvp = the_thread->task_variables;                               
 2007848:	d2 02 21 78 	ld  [ %o0 + 0x178 ], %o1                       
      while (tvp) {                                                   
 200784c:	80 a2 60 00 	cmp  %o1, 0                                    
 2007850:	02 80 00 10 	be  2007890 <rtems_task_variable_delete+0x7c>  
 2007854:	01 00 00 00 	nop                                            
        if (tvp->ptr == ptr) {                                        
 2007858:	c2 02 60 04 	ld  [ %o1 + 4 ], %g1                           
 200785c:	80 a0 40 19 	cmp  %g1, %i1                                  
 2007860:	12 80 00 08 	bne  2007880 <rtems_task_variable_delete+0x6c> 
 2007864:	84 10 00 09 	mov  %o1, %g2                                  
          if (prev)                                                   
            prev->next = tvp->next;                                   
          else                                                        
            the_thread->task_variables = (rtems_task_variable_t *)tvp->next;
 2007868:	10 80 00 17 	b  20078c4 <rtems_task_variable_delete+0xb0>   
 200786c:	c2 02 40 00 	ld  [ %o1 ], %g1                               
  switch (location) {                                                 
                                                                      
    case OBJECTS_LOCAL:                                               
      tvp = the_thread->task_variables;                               
      while (tvp) {                                                   
        if (tvp->ptr == ptr) {                                        
 2007870:	80 a0 40 19 	cmp  %g1, %i1                                  
 2007874:	22 80 00 0c 	be,a   20078a4 <rtems_task_variable_delete+0x90>
 2007878:	c2 02 40 00 	ld  [ %o1 ], %g1                               
          else                                                        
            the_thread->task_variables = (rtems_task_variable_t *)tvp->next;
                                                                      
          _RTEMS_Tasks_Invoke_task_variable_dtor( the_thread, tvp );  
          _Thread_Enable_dispatch();                                  
          return RTEMS_SUCCESSFUL;                                    
 200787c:	84 10 00 09 	mov  %o1, %g2                                  
        }                                                             
        prev = tvp;                                                   
        tvp = (rtems_task_variable_t *)tvp->next;                     
 2007880:	d2 02 40 00 	ld  [ %o1 ], %o1                               
  the_thread = _Thread_Get (tid, &location);                          
  switch (location) {                                                 
                                                                      
    case OBJECTS_LOCAL:                                               
      tvp = the_thread->task_variables;                               
      while (tvp) {                                                   
 2007884:	80 a2 60 00 	cmp  %o1, 0                                    
 2007888:	32 bf ff fa 	bne,a   2007870 <rtems_task_variable_delete+0x5c><== ALWAYS TAKEN
 200788c:	c2 02 60 04 	ld  [ %o1 + 4 ], %g1                           
          return RTEMS_SUCCESSFUL;                                    
        }                                                             
        prev = tvp;                                                   
        tvp = (rtems_task_variable_t *)tvp->next;                     
      }                                                               
      _Thread_Enable_dispatch();                                      
 2007890:	40 00 08 2d 	call  2009944 <_Thread_Enable_dispatch>        
 2007894:	01 00 00 00 	nop                                            
 2007898:	82 10 20 09 	mov  9, %g1	! 9 <PROM_START+0x9>               
    case OBJECTS_ERROR:                                               
        break;                                                        
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 200789c:	81 c7 e0 08 	ret                                            
 20078a0:	91 e8 00 01 	restore  %g0, %g1, %o0                         
    case OBJECTS_LOCAL:                                               
      tvp = the_thread->task_variables;                               
      while (tvp) {                                                   
        if (tvp->ptr == ptr) {                                        
          if (prev)                                                   
            prev->next = tvp->next;                                   
 20078a4:	c2 20 80 00 	st  %g1, [ %g2 ]                               
          else                                                        
            the_thread->task_variables = (rtems_task_variable_t *)tvp->next;
                                                                      
          _RTEMS_Tasks_Invoke_task_variable_dtor( the_thread, tvp );  
 20078a8:	40 00 00 2d 	call  200795c <_RTEMS_Tasks_Invoke_task_variable_dtor>
 20078ac:	01 00 00 00 	nop                                            
          _Thread_Enable_dispatch();                                  
 20078b0:	40 00 08 25 	call  2009944 <_Thread_Enable_dispatch>        
 20078b4:	01 00 00 00 	nop                                            
 20078b8:	82 10 20 00 	clr  %g1	! 0 <PROM_START>                      
    case OBJECTS_ERROR:                                               
        break;                                                        
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 20078bc:	81 c7 e0 08 	ret                                            
 20078c0:	91 e8 00 01 	restore  %g0, %g1, %o0                         
      while (tvp) {                                                   
        if (tvp->ptr == ptr) {                                        
          if (prev)                                                   
            prev->next = tvp->next;                                   
          else                                                        
            the_thread->task_variables = (rtems_task_variable_t *)tvp->next;
 20078c4:	10 bf ff f9 	b  20078a8 <rtems_task_variable_delete+0x94>   
 20078c8:	c2 22 21 78 	st  %g1, [ %o0 + 0x178 ]                       
                                                                      

020078cc <rtems_task_variable_get>: rtems_status_code rtems_task_variable_get( rtems_id tid, void **ptr, void **result ) {
 20078cc:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Thread_Control        *the_thread;                                  
  Objects_Locations      location;                                    
  rtems_task_variable_t *tvp;                                         
                                                                      
  if ( !ptr )                                                         
 20078d0:	80 a6 60 00 	cmp  %i1, 0                                    
 20078d4:	02 80 00 1c 	be  2007944 <rtems_task_variable_get+0x78>     
 20078d8:	80 a6 a0 00 	cmp  %i2, 0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( !result )                                                      
 20078dc:	02 80 00 1a 	be  2007944 <rtems_task_variable_get+0x78>     
 20078e0:	90 10 00 18 	mov  %i0, %o0                                  
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  the_thread = _Thread_Get (tid, &location);                          
 20078e4:	40 00 08 26 	call  200997c <_Thread_Get>                    
 20078e8:	92 07 bf fc 	add  %fp, -4, %o1                              
  switch (location) {                                                 
 20078ec:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 20078f0:	80 a0 60 00 	cmp  %g1, 0                                    
 20078f4:	12 80 00 12 	bne  200793c <rtems_task_variable_get+0x70>    
 20078f8:	b0 10 20 04 	mov  4, %i0                                    
                                                                      
    case OBJECTS_LOCAL:                                               
      /*                                                              
       *  Figure out if the variable is in this task's list.          
       */                                                             
      tvp = the_thread->task_variables;                               
 20078fc:	c2 02 21 78 	ld  [ %o0 + 0x178 ], %g1                       
      while (tvp) {                                                   
 2007900:	80 a0 60 00 	cmp  %g1, 0                                    
 2007904:	32 80 00 07 	bne,a   2007920 <rtems_task_variable_get+0x54> 
 2007908:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 200790c:	30 80 00 10 	b,a   200794c <rtems_task_variable_get+0x80>   
 2007910:	80 a0 60 00 	cmp  %g1, 0                                    
 2007914:	02 80 00 0e 	be  200794c <rtems_task_variable_get+0x80>     <== NEVER TAKEN
 2007918:	01 00 00 00 	nop                                            
        if (tvp->ptr == ptr) {                                        
 200791c:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 2007920:	80 a0 80 19 	cmp  %g2, %i1                                  
 2007924:	32 bf ff fb 	bne,a   2007910 <rtems_task_variable_get+0x44> 
 2007928:	c2 00 40 00 	ld  [ %g1 ], %g1                               
	  /*                                                                 
	   * Should this return the current (i.e not the                     
	   * saved) value if `tid' is the current task?                      
	   */                                                                
          *result = tvp->tval;                                        
 200792c:	c2 00 60 0c 	ld  [ %g1 + 0xc ], %g1                         
          _Thread_Enable_dispatch();                                  
 2007930:	b0 10 20 00 	clr  %i0                                       
 2007934:	40 00 08 04 	call  2009944 <_Thread_Enable_dispatch>        
 2007938:	c2 26 80 00 	st  %g1, [ %i2 ]                               
          return RTEMS_SUCCESSFUL;                                    
 200793c:	81 c7 e0 08 	ret                                            
 2007940:	81 e8 00 00 	restore                                        
                                                                      
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
  return RTEMS_INVALID_ID;                                            
}                                                                     
 2007944:	81 c7 e0 08 	ret                                            
 2007948:	91 e8 20 09 	restore  %g0, 9, %o0                           
          _Thread_Enable_dispatch();                                  
          return RTEMS_SUCCESSFUL;                                    
        }                                                             
        tvp = (rtems_task_variable_t *)tvp->next;                     
      }                                                               
      _Thread_Enable_dispatch();                                      
 200794c:	40 00 07 fe 	call  2009944 <_Thread_Enable_dispatch>        
 2007950:	b0 10 20 09 	mov  9, %i0                                    
      return RTEMS_INVALID_ADDRESS;                                   
 2007954:	81 c7 e0 08 	ret                                            
 2007958:	81 e8 00 00 	restore                                        
                                                                      

02004b3c <rtems_termios_baud_to_index>: #include <rtems/termiostypes.h> int rtems_termios_baud_to_index( rtems_termios_baud_t termios_baud ) {
 2004b3c:	82 10 00 08 	mov  %o0, %g1                                  
  int baud_index;                                                     
                                                                      
  switch (termios_baud) {                                             
 2004b40:	80 a2 20 09 	cmp  %o0, 9                                    
 2004b44:	02 80 00 2d 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NEVER TAKEN
 2004b48:	90 10 20 09 	mov  9, %o0                                    
 2004b4c:	80 a0 60 09 	cmp  %g1, 9                                    
 2004b50:	04 80 00 1a 	ble  2004bb8 <rtems_termios_baud_to_index+0x7c><== ALWAYS TAKEN
 2004b54:	80 a0 60 04 	cmp  %g1, 4                                    
 2004b58:	80 a0 60 0e 	cmp  %g1, 0xe                                  <== NOT EXECUTED
 2004b5c:	02 80 00 27 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004b60:	90 10 20 0e 	mov  0xe, %o0                                  <== NOT EXECUTED
 2004b64:	80 a0 60 0e 	cmp  %g1, 0xe                                  <== NOT EXECUTED
 2004b68:	04 80 00 26 	ble  2004c00 <rtems_termios_baud_to_index+0xc4><== NOT EXECUTED
 2004b6c:	80 a0 60 0b 	cmp  %g1, 0xb                                  <== NOT EXECUTED
 2004b70:	05 00 00 04 	sethi  %hi(0x1000), %g2                        <== NOT EXECUTED
 2004b74:	86 10 a0 02 	or  %g2, 2, %g3	! 1002 <PROM_START+0x1002>     <== NOT EXECUTED
 2004b78:	80 a0 40 03 	cmp  %g1, %g3                                  <== NOT EXECUTED
 2004b7c:	02 80 00 1f 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004b80:	90 10 20 11 	mov  0x11, %o0                                 <== NOT EXECUTED
 2004b84:	80 a0 40 03 	cmp  %g1, %g3                                  <== NOT EXECUTED
 2004b88:	04 80 00 38 	ble  2004c68 <rtems_termios_baud_to_index+0x12c><== NOT EXECUTED
 2004b8c:	80 a0 60 0f 	cmp  %g1, 0xf                                  <== NOT EXECUTED
 2004b90:	86 10 a0 03 	or  %g2, 3, %g3                                <== NOT EXECUTED
 2004b94:	80 a0 40 03 	cmp  %g1, %g3                                  <== NOT EXECUTED
 2004b98:	02 80 00 18 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004b9c:	90 10 20 12 	mov  0x12, %o0                                 <== NOT EXECUTED
 2004ba0:	84 10 a0 04 	or  %g2, 4, %g2                                <== NOT EXECUTED
 2004ba4:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2004ba8:	02 80 00 14 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004bac:	90 10 20 13 	mov  0x13, %o0                                 <== NOT EXECUTED
    case B460800:   baud_index = 19;  break;                          
    default:        baud_index = -1;  break;                          
  }                                                                   
                                                                      
  return baud_index;                                                  
}                                                                     
 2004bb0:	81 c3 e0 08 	retl                                           
 2004bb4:	90 10 3f ff 	mov  -1, %o0                                   
  rtems_termios_baud_t termios_baud                                   
)                                                                     
{                                                                     
  int baud_index;                                                     
                                                                      
  switch (termios_baud) {                                             
 2004bb8:	02 80 00 10 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NEVER TAKEN
 2004bbc:	90 10 20 04 	mov  4, %o0                                    
 2004bc0:	80 a0 60 04 	cmp  %g1, 4                                    
 2004bc4:	14 80 00 1c 	bg  2004c34 <rtems_termios_baud_to_index+0xf8> <== NEVER TAKEN
 2004bc8:	80 a0 60 06 	cmp  %g1, 6                                    
 2004bcc:	80 a0 60 01 	cmp  %g1, 1                                    
 2004bd0:	02 80 00 0a 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NEVER TAKEN
 2004bd4:	90 10 20 01 	mov  1, %o0                                    
 2004bd8:	80 a0 60 01 	cmp  %g1, 1                                    
 2004bdc:	04 80 00 2b 	ble  2004c88 <rtems_termios_baud_to_index+0x14c><== ALWAYS TAKEN
 2004be0:	80 a0 60 02 	cmp  %g1, 2                                    
 2004be4:	02 80 00 05 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004be8:	90 10 20 02 	mov  2, %o0                                    <== NOT EXECUTED
 2004bec:	80 a0 60 03 	cmp  %g1, 3                                    <== NOT EXECUTED
 2004bf0:	12 bf ff f0 	bne  2004bb0 <rtems_termios_baud_to_index+0x74><== NOT EXECUTED
 2004bf4:	90 10 20 03 	mov  3, %o0                                    <== NOT EXECUTED
 2004bf8:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2004bfc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004c00:	02 bf ff fe 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c04:	90 10 20 0b 	mov  0xb, %o0	! b <PROM_START+0xb>             <== NOT EXECUTED
 2004c08:	80 a0 60 0b 	cmp  %g1, 0xb                                  <== NOT EXECUTED
 2004c0c:	06 bf ff fb 	bl  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c10:	90 10 20 0a 	mov  0xa, %o0                                  <== NOT EXECUTED
 2004c14:	80 a0 60 0c 	cmp  %g1, 0xc                                  <== NOT EXECUTED
 2004c18:	02 bf ff f8 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c1c:	90 10 20 0c 	mov  0xc, %o0                                  <== NOT EXECUTED
 2004c20:	80 a0 60 0d 	cmp  %g1, 0xd                                  <== NOT EXECUTED
 2004c24:	12 bf ff e3 	bne  2004bb0 <rtems_termios_baud_to_index+0x74><== NOT EXECUTED
 2004c28:	90 10 20 0d 	mov  0xd, %o0                                  <== NOT EXECUTED
 2004c2c:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2004c30:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004c34:	02 bf ff f1 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c38:	90 10 20 06 	mov  6, %o0	! 6 <PROM_START+0x6>               <== NOT EXECUTED
 2004c3c:	80 a0 60 06 	cmp  %g1, 6                                    <== NOT EXECUTED
 2004c40:	06 bf ff ee 	bl  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c44:	90 10 20 05 	mov  5, %o0                                    <== NOT EXECUTED
 2004c48:	80 a0 60 07 	cmp  %g1, 7                                    <== NOT EXECUTED
 2004c4c:	02 bf ff eb 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c50:	90 10 20 07 	mov  7, %o0                                    <== NOT EXECUTED
 2004c54:	80 a0 60 08 	cmp  %g1, 8                                    <== NOT EXECUTED
 2004c58:	12 bf ff d6 	bne  2004bb0 <rtems_termios_baud_to_index+0x74><== NOT EXECUTED
 2004c5c:	90 10 20 08 	mov  8, %o0                                    <== NOT EXECUTED
 2004c60:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2004c64:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004c68:	02 bf ff e4 	be  2004bf8 <rtems_termios_baud_to_index+0xbc> <== NOT EXECUTED
 2004c6c:	90 10 20 0f 	mov  0xf, %o0	! f <PROM_START+0xf>             <== NOT EXECUTED
 2004c70:	84 10 a0 01 	or  %g2, 1, %g2                                <== NOT EXECUTED
 2004c74:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2004c78:	12 bf ff ce 	bne  2004bb0 <rtems_termios_baud_to_index+0x74><== NOT EXECUTED
 2004c7c:	90 10 20 10 	mov  0x10, %o0                                 <== NOT EXECUTED
 2004c80:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 2004c84:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004c88:	80 a0 60 00 	cmp  %g1, 0                                    
 2004c8c:	12 bf ff c9 	bne  2004bb0 <rtems_termios_baud_to_index+0x74><== ALWAYS TAKEN
 2004c90:	90 10 20 00 	clr  %o0                                       
    case B460800:   baud_index = 19;  break;                          
    default:        baud_index = -1;  break;                          
  }                                                                   
                                                                      
  return baud_index;                                                  
}                                                                     
 2004c94:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
                                                                      

02004c9c <rtems_termios_baud_to_number>: #include <rtems/termiostypes.h> int32_t rtems_termios_baud_to_number( int termios_baud ) {
 2004c9c:	82 10 00 08 	mov  %o0, %g1                                  
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004ca0:	80 a2 20 09 	cmp  %o0, 9                                    
 2004ca4:	02 80 00 2f 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004ca8:	90 10 24 b0 	mov  0x4b0, %o0                                
 2004cac:	80 a0 60 09 	cmp  %g1, 9                                    
 2004cb0:	04 80 00 1c 	ble  2004d20 <rtems_termios_baud_to_number+0x84>
 2004cb4:	80 a0 60 04 	cmp  %g1, 4                                    
    case B600:      baud =    600;  break;                            
    case B1200:     baud =   1200;  break;                            
    case B1800:     baud =   1800;  break;                            
    case B2400:     baud =   2400;  break;                            
    case B4800:     baud =   4800;  break;                            
    case B9600:     baud =   9600;  break;                            
 2004cb8:	11 00 00 12 	sethi  %hi(0x4800), %o0                        
  int termios_baud                                                    
)                                                                     
{                                                                     
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004cbc:	80 a0 60 0e 	cmp  %g1, 0xe                                  
 2004cc0:	02 80 00 28 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004cc4:	90 12 23 00 	or  %o0, 0x300, %o0                            
 2004cc8:	80 a0 60 0e 	cmp  %g1, 0xe                                  
 2004ccc:	04 80 00 27 	ble  2004d68 <rtems_termios_baud_to_number+0xcc>
 2004cd0:	80 a0 60 0b 	cmp  %g1, 0xb                                  
 2004cd4:	05 00 00 04 	sethi  %hi(0x1000), %g2                        
    case B2400:     baud =   2400;  break;                            
    case B4800:     baud =   4800;  break;                            
    case B9600:     baud =   9600;  break;                            
    case B19200:    baud =  19200;  break;                            
    case B38400:    baud =  38400;  break;                            
    case B57600:    baud =  57600;  break;                            
 2004cd8:	11 00 00 70 	sethi  %hi(0x1c000), %o0                       
  int termios_baud                                                    
)                                                                     
{                                                                     
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004cdc:	86 10 a0 02 	or  %g2, 2, %g3                                
 2004ce0:	80 a0 40 03 	cmp  %g1, %g3                                  
 2004ce4:	02 80 00 1f 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004ce8:	90 12 22 00 	or  %o0, 0x200, %o0                            
 2004cec:	80 a0 40 03 	cmp  %g1, %g3                                  
 2004cf0:	04 80 00 3a 	ble  2004dd8 <rtems_termios_baud_to_number+0x13c>
 2004cf4:	11 00 00 25 	sethi  %hi(0x9400), %o0                        
 2004cf8:	86 10 a0 03 	or  %g2, 3, %g3                                
 2004cfc:	80 a0 40 03 	cmp  %g1, %g3                                  
 2004d00:	02 80 00 18 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d04:	11 00 00 e1 	sethi  %hi(0x38400), %o0                       
 2004d08:	84 10 a0 04 	or  %g2, 4, %g2                                
 2004d0c:	80 a0 40 02 	cmp  %g1, %g2                                  
 2004d10:	02 80 00 14 	be  2004d60 <rtems_termios_baud_to_number+0xc4><== ALWAYS TAKEN
 2004d14:	11 00 01 c2 	sethi  %hi(0x70800), %o0                       
    case B460800:   baud = 460800;  break;                            
    default:        baud =     -1;  break;                            
  }                                                                   
                                                                      
  return baud;                                                        
}                                                                     
 2004d18:	81 c3 e0 08 	retl                                           
 2004d1c:	90 10 3f ff 	mov  -1, %o0                                   
  int termios_baud                                                    
)                                                                     
{                                                                     
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004d20:	02 80 00 10 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d24:	90 10 20 86 	mov  0x86, %o0                                 
 2004d28:	80 a0 60 04 	cmp  %g1, 4                                    
 2004d2c:	14 80 00 1e 	bg  2004da4 <rtems_termios_baud_to_number+0x108>
 2004d30:	80 a0 60 06 	cmp  %g1, 6                                    
 2004d34:	80 a0 60 01 	cmp  %g1, 1                                    
 2004d38:	02 80 00 0a 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d3c:	90 10 20 32 	mov  0x32, %o0                                 
 2004d40:	80 a0 60 01 	cmp  %g1, 1                                    
 2004d44:	04 80 00 2f 	ble  2004e00 <rtems_termios_baud_to_number+0x164>
 2004d48:	80 a0 60 02 	cmp  %g1, 2                                    
 2004d4c:	02 80 00 05 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d50:	90 10 20 4b 	mov  0x4b, %o0                                 
 2004d54:	80 a0 60 03 	cmp  %g1, 3                                    
 2004d58:	12 bf ff f0 	bne  2004d18 <rtems_termios_baud_to_number+0x7c><== NEVER TAKEN
 2004d5c:	90 10 20 6e 	mov  0x6e, %o0                                 
 2004d60:	81 c3 e0 08 	retl                                           
 2004d64:	01 00 00 00 	nop                                            
 2004d68:	02 bf ff fe 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d6c:	90 10 29 60 	mov  0x960, %o0	! 960 <PROM_START+0x960>       
 2004d70:	80 a0 60 0b 	cmp  %g1, 0xb                                  
 2004d74:	06 bf ff fb 	bl  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d78:	90 10 27 08 	mov  0x708, %o0                                
    case B200:      baud =    200;  break;                            
    case B300:      baud =    300;  break;                            
    case B600:      baud =    600;  break;                            
    case B1200:     baud =   1200;  break;                            
    case B1800:     baud =   1800;  break;                            
    case B2400:     baud =   2400;  break;                            
 2004d7c:	90 02 28 f8 	add  %o0, 0x8f8, %o0                           
  int termios_baud                                                    
)                                                                     
{                                                                     
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004d80:	80 a0 60 0c 	cmp  %g1, 0xc                                  
 2004d84:	02 bf ff f7 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004d88:	90 12 22 c0 	or  %o0, 0x2c0, %o0                            
    case B300:      baud =    300;  break;                            
    case B600:      baud =    600;  break;                            
    case B1200:     baud =   1200;  break;                            
    case B1800:     baud =   1800;  break;                            
    case B2400:     baud =   2400;  break;                            
    case B4800:     baud =   4800;  break;                            
 2004d8c:	11 00 00 09 	sethi  %hi(0x2400), %o0                        
  int termios_baud                                                    
)                                                                     
{                                                                     
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004d90:	80 a0 60 0d 	cmp  %g1, 0xd                                  
 2004d94:	12 bf ff e1 	bne  2004d18 <rtems_termios_baud_to_number+0x7c><== NEVER TAKEN
 2004d98:	90 12 21 80 	or  %o0, 0x180, %o0                            
 2004d9c:	81 c3 e0 08 	retl                                           
 2004da0:	01 00 00 00 	nop                                            
 2004da4:	02 bf ff ef 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004da8:	90 10 20 c8 	mov  0xc8, %o0	! c8 <PROM_START+0xc8>          
 2004dac:	80 a0 60 06 	cmp  %g1, 6                                    
 2004db0:	06 bf ff ec 	bl  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004db4:	90 10 20 96 	mov  0x96, %o0                                 
 2004db8:	80 a0 60 07 	cmp  %g1, 7                                    
 2004dbc:	02 bf ff e9 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004dc0:	90 10 21 2c 	mov  0x12c, %o0                                
 2004dc4:	80 a0 60 08 	cmp  %g1, 8                                    
 2004dc8:	12 bf ff d4 	bne  2004d18 <rtems_termios_baud_to_number+0x7c><== NEVER TAKEN
 2004dcc:	90 10 22 58 	mov  0x258, %o0                                
 2004dd0:	81 c3 e0 08 	retl                                           
 2004dd4:	01 00 00 00 	nop                                            
 2004dd8:	80 a0 60 0f 	cmp  %g1, 0xf                                  
 2004ddc:	02 bf ff e1 	be  2004d60 <rtems_termios_baud_to_number+0xc4>
 2004de0:	90 12 22 00 	or  %o0, 0x200, %o0                            
 2004de4:	84 10 a0 01 	or  %g2, 1, %g2                                
    case B1800:     baud =   1800;  break;                            
    case B2400:     baud =   2400;  break;                            
    case B4800:     baud =   4800;  break;                            
    case B9600:     baud =   9600;  break;                            
    case B19200:    baud =  19200;  break;                            
    case B38400:    baud =  38400;  break;                            
 2004de8:	11 00 00 38 	sethi  %hi(0xe000), %o0                        
  int termios_baud                                                    
)                                                                     
{                                                                     
  int32_t baud;                                                       
                                                                      
  switch (termios_baud) {                                             
 2004dec:	80 a0 40 02 	cmp  %g1, %g2                                  
 2004df0:	12 bf ff ca 	bne  2004d18 <rtems_termios_baud_to_number+0x7c><== NEVER TAKEN
 2004df4:	90 12 21 00 	or  %o0, 0x100, %o0                            
 2004df8:	81 c3 e0 08 	retl                                           
 2004dfc:	01 00 00 00 	nop                                            
 2004e00:	80 a0 60 00 	cmp  %g1, 0                                    
 2004e04:	12 bf ff c5 	bne  2004d18 <rtems_termios_baud_to_number+0x7c>
 2004e08:	90 10 20 00 	clr  %o0                                       
    case B460800:   baud = 460800;  break;                            
    default:        baud =     -1;  break;                            
  }                                                                   
                                                                      
  return baud;                                                        
}                                                                     
 2004e0c:	81 c3 e0 08 	retl                                           
                                                                      

020035ac <rtems_termios_bufsize>: int cbufsize, int raw_input, int raw_output ) { rtems_termios_cbufsize = cbufsize;
 20035ac:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
 20035b0:	d0 20 63 20 	st  %o0, [ %g1 + 0x320 ]	! 201c320 <rtems_termios_cbufsize><== NOT EXECUTED
  rtems_termios_raw_input_size  = raw_input;                          
 20035b4:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
  rtems_termios_raw_output_size = raw_output;                         
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 20035b8:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
  int raw_input,                                                      
  int raw_output                                                      
)                                                                     
{                                                                     
  rtems_termios_cbufsize        = cbufsize;                           
  rtems_termios_raw_input_size  = raw_input;                          
 20035bc:	d2 20 63 24 	st  %o1, [ %g1 + 0x324 ]                       <== NOT EXECUTED
  rtems_termios_raw_output_size = raw_output;                         
 20035c0:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
  return RTEMS_SUCCESSFUL;                                            
}                                                                     
 20035c4:	81 c3 e0 08 	retl                                           <== NOT EXECUTED
 20035c8:	d4 20 63 28 	st  %o2, [ %g1 + 0x328 ]	! 201c328 <rtems_termios_raw_output_size><== NOT EXECUTED
                                                                      

02004ce0 <rtems_termios_close>: } } rtems_status_code rtems_termios_close (void *arg) {
 2004ce0:	9d e3 bf a0 	save  %sp, -96, %sp                            
	rtems_libio_open_close_args_t *args = arg;                           
	struct rtems_termios_tty *tty = args->iop->data1;                    
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (rtems_termios_ttyMutex, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 2004ce4:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
                                                                      
rtems_status_code                                                     
rtems_termios_close (void *arg)                                       
{                                                                     
	rtems_libio_open_close_args_t *args = arg;                           
	struct rtems_termios_tty *tty = args->iop->data1;                    
 2004ce8:	c2 06 00 00 	ld  [ %i0 ], %g1                               
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (rtems_termios_ttyMutex, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 2004cec:	d0 04 63 bc 	ld  [ %l1 + 0x3bc ], %o0                       
                                                                      
rtems_status_code                                                     
rtems_termios_close (void *arg)                                       
{                                                                     
	rtems_libio_open_close_args_t *args = arg;                           
	struct rtems_termios_tty *tty = args->iop->data1;                    
 2004cf0:	e0 00 60 38 	ld  [ %g1 + 0x38 ], %l0                        
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (rtems_termios_ttyMutex, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 2004cf4:	92 10 20 00 	clr  %o1                                       
 2004cf8:	40 00 04 c3 	call  2006004 <rtems_semaphore_obtain>         
 2004cfc:	94 10 20 00 	clr  %o2                                       
	if (sc != RTEMS_SUCCESSFUL)                                          
 2004d00:	80 a2 20 00 	cmp  %o0, 0                                    
 2004d04:	12 80 00 6e 	bne  2004ebc <rtems_termios_close+0x1dc>       <== NEVER TAKEN
 2004d08:	01 00 00 00 	nop                                            
		rtems_fatal_error_occurred (sc);                                    
	if (--tty->refcount == 0) {                                          
 2004d0c:	c2 04 20 08 	ld  [ %l0 + 8 ], %g1                           
 2004d10:	82 00 7f ff 	add  %g1, -1, %g1                              
 2004d14:	80 a0 60 00 	cmp  %g1, 0                                    
 2004d18:	12 80 00 3a 	bne  2004e00 <rtems_termios_close+0x120>       
 2004d1c:	c2 24 20 08 	st  %g1, [ %l0 + 8 ]                           
                if (rtems_termios_linesw[tty->t_line].l_close != NULL) {
 2004d20:	c4 04 20 cc 	ld  [ %l0 + 0xcc ], %g2                        
 2004d24:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 2004d28:	85 28 a0 05 	sll  %g2, 5, %g2                               
 2004d2c:	82 10 60 e4 	or  %g1, 0xe4, %g1                             
 2004d30:	82 00 40 02 	add  %g1, %g2, %g1                             
 2004d34:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 2004d38:	80 a0 60 00 	cmp  %g1, 0                                    
 2004d3c:	22 80 00 48 	be,a   2004e5c <rtems_termios_close+0x17c>     <== ALWAYS TAKEN
 2004d40:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        
			/*                                                                 
			 * call discipline-specific close                                  
			 */                                                                
			sc = rtems_termios_linesw[tty->t_line].l_close(tty);               
 2004d44:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004d48:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
				rtems_fatal_error_occurred (sc);                                  
			}                                                                  
		        drainOutput (tty);                                          
		}                                                                   
                                                                      
		if (tty->device.outputUsesInterrupts                                
 2004d4c:	c2 04 20 b4 	ld  [ %l0 + 0xb4 ], %g1                        <== NOT EXECUTED
 2004d50:	80 a0 60 02 	cmp  %g1, 2                                    <== NOT EXECUTED
 2004d54:	22 80 00 4f 	be,a   2004e90 <rtems_termios_close+0x1b0>     <== NOT EXECUTED
 2004d58:	d0 04 20 c4 	ld  [ %l0 + 0xc4 ], %o0                        <== NOT EXECUTED
                                  tty->txTaskId,                      
				  TERMIOS_TX_TERMINATE_EVENT);                                    
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
		}                                                                   
		if (tty->device.lastClose)                                          
 2004d5c:	c2 04 20 9c 	ld  [ %l0 + 0x9c ], %g1                        <== NOT EXECUTED
 2004d60:	80 a0 60 00 	cmp  %g1, 0                                    
 2004d64:	22 80 00 07 	be,a   2004d80 <rtems_termios_close+0xa0>      <== ALWAYS TAKEN
 2004d68:	c2 04 00 00 	ld  [ %l0 ], %g1                               
			 (*tty->device.lastClose)(tty->major, tty->minor, arg);            
 2004d6c:	d0 04 20 0c 	ld  [ %l0 + 0xc ], %o0                         <== NOT EXECUTED
 2004d70:	d2 04 20 10 	ld  [ %l0 + 0x10 ], %o1                        <== NOT EXECUTED
 2004d74:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004d78:	94 10 00 18 	mov  %i0, %o2                                  <== NOT EXECUTED
		if (tty->forw == NULL) {                                            
 2004d7c:	c2 04 00 00 	ld  [ %l0 ], %g1                               <== NOT EXECUTED
 2004d80:	80 a0 60 00 	cmp  %g1, 0                                    
 2004d84:	22 80 00 27 	be,a   2004e20 <rtems_termios_close+0x140>     
 2004d88:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
			if ( rtems_termios_ttyTail != NULL ) {                             
				rtems_termios_ttyTail->forw = NULL;                               
			}                                                                  
		}                                                                   
		else {                                                              
			tty->forw->back = tty->back;                                       
 2004d8c:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           
 2004d90:	c4 20 60 04 	st  %g2, [ %g1 + 4 ]                           
		}                                                                   
		if (tty->back == NULL) {                                            
 2004d94:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           
 2004d98:	80 a0 a0 00 	cmp  %g2, 0                                    
 2004d9c:	22 80 00 2b 	be,a   2004e48 <rtems_termios_close+0x168>     <== ALWAYS TAKEN
 2004da0:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
			if ( rtems_termios_ttyHead != NULL ) {                             
				rtems_termios_ttyHead->back = NULL;                               
			}                                                                  
		}                                                                   
		else {                                                              
			tty->back->forw = tty->forw;                                       
 2004da4:	c2 20 80 00 	st  %g1, [ %g2 ]                               <== NOT EXECUTED
		}                                                                   
		rtems_semaphore_delete (tty->isem);                                 
 2004da8:	40 00 04 6a 	call  2005f50 <rtems_semaphore_delete>         
 2004dac:	d0 04 20 14 	ld  [ %l0 + 0x14 ], %o0                        
		rtems_semaphore_delete (tty->osem);                                 
 2004db0:	40 00 04 68 	call  2005f50 <rtems_semaphore_delete>         
 2004db4:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        
		rtems_semaphore_delete (tty->rawOutBuf.Semaphore);                  
 2004db8:	40 00 04 66 	call  2005f50 <rtems_semaphore_delete>         
 2004dbc:	d0 04 20 8c 	ld  [ %l0 + 0x8c ], %o0                        
		if ((tty->device.pollRead == NULL) ||                               
 2004dc0:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        
 2004dc4:	80 a0 60 00 	cmp  %g1, 0                                    
 2004dc8:	02 80 00 13 	be  2004e14 <rtems_termios_close+0x134>        
 2004dcc:	01 00 00 00 	nop                                            
		    (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN))      
 2004dd0:	c2 04 20 b4 	ld  [ %l0 + 0xb4 ], %g1                        
 2004dd4:	80 a0 60 02 	cmp  %g1, 2                                    
 2004dd8:	02 80 00 0f 	be  2004e14 <rtems_termios_close+0x134>        <== NEVER TAKEN
 2004ddc:	01 00 00 00 	nop                                            
			rtems_semaphore_delete (tty->rawInBuf.Semaphore);                  
		free (tty->rawInBuf.theBuf);                                        
 2004de0:	40 00 19 7e 	call  200b3d8 <free>                           
 2004de4:	d0 04 20 58 	ld  [ %l0 + 0x58 ], %o0                        
		free (tty->rawOutBuf.theBuf);                                       
 2004de8:	40 00 19 7c 	call  200b3d8 <free>                           
 2004dec:	d0 04 20 7c 	ld  [ %l0 + 0x7c ], %o0                        
		free (tty->cbuf);                                                   
 2004df0:	40 00 19 7a 	call  200b3d8 <free>                           
 2004df4:	d0 04 20 1c 	ld  [ %l0 + 0x1c ], %o0                        
		free (tty);                                                         
 2004df8:	40 00 19 78 	call  200b3d8 <free>                           
 2004dfc:	90 10 00 10 	mov  %l0, %o0                                  
	}                                                                    
	rtems_semaphore_release (rtems_termios_ttyMutex);                    
 2004e00:	d0 04 63 bc 	ld  [ %l1 + 0x3bc ], %o0                       
 2004e04:	40 00 04 c7 	call  2006120 <rtems_semaphore_release>        
 2004e08:	b0 10 20 00 	clr  %i0                                       
	return RTEMS_SUCCESSFUL;                                             
}                                                                     
 2004e0c:	81 c7 e0 08 	ret                                            
 2004e10:	81 e8 00 00 	restore                                        
		rtems_semaphore_delete (tty->isem);                                 
		rtems_semaphore_delete (tty->osem);                                 
		rtems_semaphore_delete (tty->rawOutBuf.Semaphore);                  
		if ((tty->device.pollRead == NULL) ||                               
		    (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN))      
			rtems_semaphore_delete (tty->rawInBuf.Semaphore);                  
 2004e14:	40 00 04 4f 	call  2005f50 <rtems_semaphore_delete>         
 2004e18:	d0 04 20 68 	ld  [ %l0 + 0x68 ], %o0                        
 2004e1c:	30 bf ff f1 	b,a   2004de0 <rtems_termios_close+0x100>      
				rtems_fatal_error_occurred (sc);                                  
		}                                                                   
		if (tty->device.lastClose)                                          
			 (*tty->device.lastClose)(tty->major, tty->minor, arg);            
		if (tty->forw == NULL) {                                            
			rtems_termios_ttyTail = tty->back;                                 
 2004e20:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     
			if ( rtems_termios_ttyTail != NULL ) {                             
 2004e24:	80 a0 60 00 	cmp  %g1, 0                                    
 2004e28:	02 80 00 27 	be  2004ec4 <rtems_termios_close+0x1e4>        <== ALWAYS TAKEN
 2004e2c:	c2 20 a3 c0 	st  %g1, [ %g2 + 0x3c0 ]                       
			}                                                                  
		}                                                                   
		else {                                                              
			tty->forw->back = tty->back;                                       
		}                                                                   
		if (tty->back == NULL) {                                            
 2004e30:	c4 04 20 04 	ld  [ %l0 + 4 ], %g2                           <== NOT EXECUTED
		if (tty->device.lastClose)                                          
			 (*tty->device.lastClose)(tty->major, tty->minor, arg);            
		if (tty->forw == NULL) {                                            
			rtems_termios_ttyTail = tty->back;                                 
			if ( rtems_termios_ttyTail != NULL ) {                             
				rtems_termios_ttyTail->forw = NULL;                               
 2004e34:	c0 20 40 00 	clr  [ %g1 ]                                   <== NOT EXECUTED
			}                                                                  
		}                                                                   
		else {                                                              
			tty->forw->back = tty->back;                                       
		}                                                                   
		if (tty->back == NULL) {                                            
 2004e38:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2004e3c:	12 bf ff da 	bne  2004da4 <rtems_termios_close+0xc4>        <== NOT EXECUTED
 2004e40:	c2 04 00 00 	ld  [ %l0 ], %g1                               <== NOT EXECUTED
			rtems_termios_ttyHead = tty->forw;                                 
 2004e44:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     <== NOT EXECUTED
			if ( rtems_termios_ttyHead != NULL ) {                             
 2004e48:	80 a0 60 00 	cmp  %g1, 0                                    
 2004e4c:	02 bf ff d7 	be  2004da8 <rtems_termios_close+0xc8>         <== NEVER TAKEN
 2004e50:	c2 20 a3 c4 	st  %g1, [ %g2 + 0x3c4 ]                       
				rtems_termios_ttyHead->back = NULL;                               
 2004e54:	10 bf ff d5 	b  2004da8 <rtems_termios_close+0xc8>          
 2004e58:	c0 20 60 04 	clr  [ %g1 + 4 ]                               
		}                                                                   
		else {                                                              
			/*                                                                 
			 * default: just flush output buffer                               
			 */                                                                
			sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 2004e5c:	92 10 20 00 	clr  %o1                                       
 2004e60:	40 00 04 69 	call  2006004 <rtems_semaphore_obtain>         
 2004e64:	94 10 20 00 	clr  %o2                                       
			if (sc != RTEMS_SUCCESSFUL) {                                      
 2004e68:	80 a2 20 00 	cmp  %o0, 0                                    
 2004e6c:	12 80 00 14 	bne  2004ebc <rtems_termios_close+0x1dc>       <== NEVER TAKEN
 2004e70:	01 00 00 00 	nop                                            
				rtems_fatal_error_occurred (sc);                                  
			}                                                                  
		        drainOutput (tty);                                          
 2004e74:	7f ff fd 80 	call  2004474 <drainOutput>                    
 2004e78:	90 10 00 10 	mov  %l0, %o0                                  
		}                                                                   
                                                                      
		if (tty->device.outputUsesInterrupts                                
 2004e7c:	c2 04 20 b4 	ld  [ %l0 + 0xb4 ], %g1                        
 2004e80:	80 a0 60 02 	cmp  %g1, 2                                    
 2004e84:	32 bf ff b7 	bne,a   2004d60 <rtems_termios_close+0x80>     <== ALWAYS TAKEN
 2004e88:	c2 04 20 9c 	ld  [ %l0 + 0x9c ], %g1                        
		    == TERMIOS_TASK_DRIVEN) {                                       
			/*                                                                 
			 * send "terminate" to I/O tasks                                   
			 */                                                                
			sc = rtems_event_send(                                             
 2004e8c:	d0 04 20 c4 	ld  [ %l0 + 0xc4 ], %o0                        <== NOT EXECUTED
 2004e90:	40 00 03 1c 	call  2005b00 <rtems_event_send>               <== NOT EXECUTED
 2004e94:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
                                  tty->rxTaskId,                      
				  TERMIOS_RX_TERMINATE_EVENT);                                    
			if (sc != RTEMS_SUCCESSFUL)                                        
 2004e98:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004e9c:	12 80 00 08 	bne  2004ebc <rtems_termios_close+0x1dc>       <== NOT EXECUTED
 2004ea0:	01 00 00 00 	nop                                            <== NOT EXECUTED
				rtems_fatal_error_occurred (sc);                                  
			sc = rtems_event_send(                                             
 2004ea4:	d0 04 20 c8 	ld  [ %l0 + 0xc8 ], %o0                        <== NOT EXECUTED
 2004ea8:	40 00 03 16 	call  2005b00 <rtems_event_send>               <== NOT EXECUTED
 2004eac:	92 10 20 01 	mov  1, %o1                                    <== NOT EXECUTED
                                  tty->txTaskId,                      
				  TERMIOS_TX_TERMINATE_EVENT);                                    
			if (sc != RTEMS_SUCCESSFUL)                                        
 2004eb0:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004eb4:	22 bf ff ab 	be,a   2004d60 <rtems_termios_close+0x80>      <== NOT EXECUTED
 2004eb8:	c2 04 20 9c 	ld  [ %l0 + 0x9c ], %g1                        <== NOT EXECUTED
				rtems_fatal_error_occurred (sc);                                  
 2004ebc:	40 00 06 01 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 2004ec0:	01 00 00 00 	nop                                            <== NOT EXECUTED
		}                                                                   
		else {                                                              
			tty->forw->back = tty->back;                                       
		}                                                                   
		if (tty->back == NULL) {                                            
			rtems_termios_ttyHead = tty->forw;                                 
 2004ec4:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 2004ec8:	10 bf ff b8 	b  2004da8 <rtems_termios_close+0xc8>          
 2004ecc:	c0 20 63 c4 	clr  [ %g1 + 0x3c4 ]	! 201cbc4 <rtems_termios_ttyHead>
                                                                      

020037e4 <rtems_termios_dequeue_characters>: * for each transmitted character. * It returns number of characters left to transmit */ int rtems_termios_dequeue_characters (void *ttyp, int len) {
 20037e4:	9d e3 bf a0 	save  %sp, -96, %sp                            
	rtems_status_code sc;                                                
                                                                      
	/*                                                                   
	 * sum up character count already sent                               
	 */                                                                  
	tty->t_dqlen += len;                                                 
 20037e8:	c4 06 20 90 	ld  [ %i0 + 0x90 ], %g2                        
                                                                      
	if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {       
 20037ec:	c2 06 20 b4 	ld  [ %i0 + 0xb4 ], %g1                        
	rtems_status_code sc;                                                
                                                                      
	/*                                                                   
	 * sum up character count already sent                               
	 */                                                                  
	tty->t_dqlen += len;                                                 
 20037f0:	84 00 80 19 	add  %g2, %i1, %g2                             
 20037f4:	c4 26 20 90 	st  %g2, [ %i0 + 0x90 ]                        
                                                                      
	if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {       
 20037f8:	80 a0 60 02 	cmp  %g1, 2                                    
 20037fc:	02 80 00 10 	be  200383c <rtems_termios_dequeue_characters+0x58><== NEVER TAKEN
 2003800:	90 10 00 18 	mov  %i0, %o0                                  
				      TERMIOS_TX_START_EVENT);                                    
		if (sc != RTEMS_SUCCESSFUL)                                         
			rtems_fatal_error_occurred (sc);                                   
		return 0; /* nothing to output in IRQ... */                         
	}                                                                    
	else if (tty->t_line == PPPDISC ) {                                  
 2003804:	c2 06 20 cc 	ld  [ %i0 + 0xcc ], %g1                        
 2003808:	80 a0 60 05 	cmp  %g1, 5                                    
 200380c:	02 80 00 04 	be  200381c <rtems_termios_dequeue_characters+0x38><== NEVER TAKEN
 2003810:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
			rtems_termios_linesw[tty->t_line].l_start(tty);                    
		}                                                                   
		return 0; /* nothing to output in IRQ... */                         
	}                                                                    
	else {                                                               
		return rtems_termios_refill_transmitter(tty);                       
 2003814:	7f ff ff 74 	call  20035e4 <rtems_termios_refill_transmitter>
 2003818:	81 e8 00 00 	restore                                        
	}                                                                    
	else if (tty->t_line == PPPDISC ) {                                  
		/*                                                                  
		 * call any line discipline start function                          
		 */                                                                 
		if (rtems_termios_linesw[tty->t_line].l_start != NULL) {            
 200381c:	c2 00 61 98 	ld  [ %g1 + 0x198 ], %g1                       <== NOT EXECUTED
 2003820:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003824:	02 80 00 04 	be  2003834 <rtems_termios_dequeue_characters+0x50><== NOT EXECUTED
 2003828:	01 00 00 00 	nop                                            <== NOT EXECUTED
			rtems_termios_linesw[tty->t_line].l_start(tty);                    
 200382c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003830:	01 00 00 00 	nop                                            <== NOT EXECUTED
		return 0; /* nothing to output in IRQ... */                         
	}                                                                    
	else {                                                               
		return rtems_termios_refill_transmitter(tty);                       
	}                                                                    
}                                                                     
 2003834:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003838:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      
	if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {       
		/*                                                                  
		 * send wake up to transmitter task                                 
		 */                                                                 
		sc = rtems_event_send(tty->txTaskId,                                
 200383c:	d0 06 20 c8 	ld  [ %i0 + 0xc8 ], %o0                        <== NOT EXECUTED
 2003840:	40 00 08 b0 	call  2005b00 <rtems_event_send>               <== NOT EXECUTED
 2003844:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
				      TERMIOS_TX_START_EVENT);                                    
		if (sc != RTEMS_SUCCESSFUL)                                         
 2003848:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200384c:	02 bf ff fa 	be  2003834 <rtems_termios_dequeue_characters+0x50><== NOT EXECUTED
 2003850:	01 00 00 00 	nop                                            <== NOT EXECUTED
			rtems_fatal_error_occurred (sc);                                   
 2003854:	40 00 0b 9b 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

02003860 <rtems_termios_enqueue_raw_characters>: * device receive interrupt handler. * Returns the number of characters dropped because of overflow. */ int rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len) {
 2003860:	9d e3 bf a0 	save  %sp, -96, %sp                            
	char c;                                                              
	int dropped = 0;                                                     
	bool flow_rcv = false; /* true, if flow control char received */     
	rtems_interrupt_level level;                                         
                                                                      
	if (rtems_termios_linesw[tty->t_line].l_rint != NULL) {              
 2003864:	c2 06 20 cc 	ld  [ %i0 + 0xcc ], %g1                        
 2003868:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
 200386c:	83 28 60 05 	sll  %g1, 5, %g1                               
 2003870:	a2 14 60 e4 	or  %l1, 0xe4, %l1                             
 2003874:	82 00 60 10 	add  %g1, 0x10, %g1                            
 2003878:	c2 04 40 01 	ld  [ %l1 + %g1 ], %g1                         
 200387c:	80 a0 60 00 	cmp  %g1, 0                                    
 2003880:	02 80 00 22 	be  2003908 <rtems_termios_enqueue_raw_characters+0xa8><== ALWAYS TAKEN
 2003884:	a0 10 00 18 	mov  %i0, %l0                                  
	  while (len--) {                                                    
 2003888:	80 a6 a0 00 	cmp  %i2, 0                                    <== NOT EXECUTED
 200388c:	22 80 00 0f 	be,a   20038c8 <rtems_termios_enqueue_raw_characters+0x68><== NOT EXECUTED
 2003890:	c2 04 20 e4 	ld  [ %l0 + 0xe4 ], %g1                        <== NOT EXECUTED
 2003894:	10 80 00 05 	b  20038a8 <rtems_termios_enqueue_raw_characters+0x48><== NOT EXECUTED
 2003898:	a4 10 20 00 	clr  %l2                                       <== NOT EXECUTED
 200389c:	83 28 60 05 	sll  %g1, 5, %g1                               <== NOT EXECUTED
 20038a0:	82 00 60 10 	add  %g1, 0x10, %g1                            <== NOT EXECUTED
 20038a4:	c2 04 40 01 	ld  [ %l1 + %g1 ], %g1                         <== NOT EXECUTED
	    c = *buf++;                                                      
	    rtems_termios_linesw[tty->t_line].l_rint(c,tty);                 
 20038a8:	d0 4e 40 12 	ldsb  [ %i1 + %l2 ], %o0                       <== NOT EXECUTED
 20038ac:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20038b0:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 20038b4:	a4 04 a0 01 	inc  %l2                                       <== NOT EXECUTED
	int dropped = 0;                                                     
	bool flow_rcv = false; /* true, if flow control char received */     
	rtems_interrupt_level level;                                         
                                                                      
	if (rtems_termios_linesw[tty->t_line].l_rint != NULL) {              
	  while (len--) {                                                    
 20038b8:	80 a6 80 12 	cmp  %i2, %l2                                  <== NOT EXECUTED
 20038bc:	32 bf ff f8 	bne,a   200389c <rtems_termios_enqueue_raw_characters+0x3c><== NOT EXECUTED
 20038c0:	c2 04 20 cc 	ld  [ %l0 + 0xcc ], %g1                        <== NOT EXECUTED
	  }                                                                  
                                                                      
	  /*                                                                 
	   * check to see if rcv wakeup callback was set                     
	   */                                                                
	  if (( !tty->tty_rcvwakeup ) && ( tty->tty_rcv.sw_pfn != NULL )) {  
 20038c4:	c2 04 20 e4 	ld  [ %l0 + 0xe4 ], %g1                        <== NOT EXECUTED
 20038c8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20038cc:	12 80 00 0d 	bne  2003900 <rtems_termios_enqueue_raw_characters+0xa0><== NOT EXECUTED
 20038d0:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20038d4:	c2 04 20 dc 	ld  [ %l0 + 0xdc ], %g1                        <== NOT EXECUTED
 20038d8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20038dc:	02 80 00 09 	be  2003900 <rtems_termios_enqueue_raw_characters+0xa0><== NOT EXECUTED
 20038e0:	01 00 00 00 	nop                                            <== NOT EXECUTED
	    (*tty->tty_rcv.sw_pfn)(&tty->termios, tty->tty_rcv.sw_arg);      
 20038e4:	d2 04 20 e0 	ld  [ %l0 + 0xe0 ], %o1                        <== NOT EXECUTED
 20038e8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20038ec:	90 04 20 30 	add  %l0, 0x30, %o0                            <== NOT EXECUTED
	    tty->tty_rcvwakeup = 1;                                          
 20038f0:	82 10 20 01 	mov  1, %g1                                    <== NOT EXECUTED
 20038f4:	c2 24 20 e4 	st  %g1, [ %l0 + 0xe4 ]                        <== NOT EXECUTED
 20038f8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20038fc:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
	  }                                                                  
	}                                                                    
	tty->rawInBufDropped += dropped;                                     
	rtems_semaphore_release (tty->rawInBuf.Semaphore);                   
	return dropped;                                                      
}                                                                     
 2003900:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003904:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      
			/*                                                                 
			 * check to see if rcv wakeup callback was set                     
			 */                                                                
			if (( !tty->tty_rcvwakeup ) && ( tty->tty_rcv.sw_pfn != NULL )) {  
			  (*tty->tty_rcv.sw_pfn)(&tty->termios, tty->tty_rcv.sw_arg);      
 2003908:	a2 10 00 1a 	mov  %i2, %l1                                  
		    if ((tty->flow_ctrl & FL_OSTOP) ||                              
			(tty->rawOutBufState == rob_idle)) {                               
		      /* if tx is stopped due to XOFF or out of data */             
		      /*    call write function here                 */             
		      tty->flow_ctrl |= FL_ISNTXOF;                                 
		      (*tty->device.write)(tty->minor,                              
 200390c:	ae 06 20 4a 	add  %i0, 0x4a, %l7                            
                                                                      
			/*                                                                 
			 * check to see if rcv wakeup callback was set                     
			 */                                                                
			if (( !tty->tty_rcvwakeup ) && ( tty->tty_rcv.sw_pfn != NULL )) {  
			  (*tty->tty_rcv.sw_pfn)(&tty->termios, tty->tty_rcv.sw_arg);      
 2003910:	ac 06 20 30 	add  %i0, 0x30, %l6                            
 2003914:	a8 10 20 00 	clr  %l4                                       
	    tty->tty_rcvwakeup = 1;                                          
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
 2003918:	80 a4 60 00 	cmp  %l1, 0                                    
 200391c:	02 80 00 1c 	be  200398c <rtems_termios_enqueue_raw_characters+0x12c><== ALWAYS TAKEN
 2003920:	b0 10 20 00 	clr  %i0                                       
	  c = *buf++;                                                        
	  /* FIXME: implement IXANY: any character restarts output */        
	  /* if incoming XON/XOFF controls outgoing stream: */               
	  if (tty->flow_ctrl & FL_MDXON) {                                   
 2003924:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003928:	80 88 62 00 	btst  0x200, %g1                               <== NOT EXECUTED
 200392c:	02 80 00 0b 	be  2003958 <rtems_termios_enqueue_raw_characters+0xf8><== NOT EXECUTED
 2003930:	e4 0e 40 00 	ldub  [ %i1 ], %l2                             <== NOT EXECUTED
	    /* if received char is V_STOP and V_START (both are equal value) */
	    if (c == tty->termios.c_cc[VSTOP]) {                             
 2003934:	c4 0c 20 4a 	ldub  [ %l0 + 0x4a ], %g2                      <== NOT EXECUTED
 2003938:	83 2c a0 18 	sll  %l2, 0x18, %g1                            <== NOT EXECUTED
 200393c:	83 38 60 18 	sra  %g1, 0x18, %g1                            <== NOT EXECUTED
 2003940:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2003944:	02 80 00 63 	be  2003ad0 <rtems_termios_enqueue_raw_characters+0x270><== NOT EXECUTED
 2003948:	c4 0c 20 49 	ldub  [ %l0 + 0x49 ], %g2                      <== NOT EXECUTED
		/* stop output                             */                       
		tty->flow_ctrl |= FL_ORCVXOF;                                       
	      }                                                              
	      flow_rcv = true;                                               
	    }                                                                
	    else if (c == tty->termios.c_cc[VSTART]) {                       
 200394c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2003950:	02 80 00 68 	be  2003af0 <rtems_termios_enqueue_raw_characters+0x290><== NOT EXECUTED
 2003954:	01 00 00 00 	nop                                            <== NOT EXECUTED
	      /* restart output  */                                          
	      tty->flow_ctrl &= ~FL_ORCVXOF;                                 
	      flow_rcv = true;                                               
	    }                                                                
	  }                                                                  
	  if (flow_rcv) {                                                    
 2003958:	80 8d 20 ff 	btst  0xff, %l4                                <== NOT EXECUTED
 200395c:	02 80 00 22 	be  20039e4 <rtems_termios_enqueue_raw_characters+0x184><== NOT EXECUTED
 2003960:	01 00 00 00 	nop                                            <== NOT EXECUTED
	    /* restart output according to FL_ORCVXOF flag */                
	    if ((tty->flow_ctrl & (FL_ORCVXOF | FL_OSTOP)) == FL_OSTOP) {    
 2003964:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003968:	82 08 60 30 	and  %g1, 0x30, %g1                            <== NOT EXECUTED
 200396c:	80 a0 60 20 	cmp  %g1, 0x20                                 <== NOT EXECUTED
 2003970:	02 80 00 0e 	be  20039a8 <rtems_termios_enqueue_raw_characters+0x148><== NOT EXECUTED
 2003974:	01 00 00 00 	nop                                            <== NOT EXECUTED
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
	  c = *buf++;                                                        
 2003978:	b2 06 60 01 	inc  %i1                                       <== NOT EXECUTED
 200397c:	a2 04 7f ff 	add  %l1, -1, %l1                              <== NOT EXECUTED
	    tty->tty_rcvwakeup = 1;                                          
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
 2003980:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
 2003984:	12 bf ff e8 	bne  2003924 <rtems_termios_enqueue_raw_characters+0xc4><== NOT EXECUTED
 2003988:	01 00 00 00 	nop                                            <== NOT EXECUTED
			  tty->tty_rcvwakeup = 1;                                          
			}                                                                  
		}                                                                   
	  }                                                                  
	}                                                                    
	tty->rawInBufDropped += dropped;                                     
 200398c:	c2 04 20 78 	ld  [ %l0 + 0x78 ], %g1                        
	rtems_semaphore_release (tty->rawInBuf.Semaphore);                   
 2003990:	d0 04 20 68 	ld  [ %l0 + 0x68 ], %o0                        
			  tty->tty_rcvwakeup = 1;                                          
			}                                                                  
		}                                                                   
	  }                                                                  
	}                                                                    
	tty->rawInBufDropped += dropped;                                     
 2003994:	82 00 40 18 	add  %g1, %i0, %g1                             
	rtems_semaphore_release (tty->rawInBuf.Semaphore);                   
 2003998:	40 00 09 e2 	call  2006120 <rtems_semaphore_release>        
 200399c:	c2 24 20 78 	st  %g1, [ %l0 + 0x78 ]                        
	return dropped;                                                      
 20039a0:	81 c7 e0 08 	ret                                            
 20039a4:	81 e8 00 00 	restore                                        
	  }                                                                  
	  if (flow_rcv) {                                                    
	    /* restart output according to FL_ORCVXOF flag */                
	    if ((tty->flow_ctrl & (FL_ORCVXOF | FL_OSTOP)) == FL_OSTOP) {    
	      /* disable interrupts    */                                    
	      rtems_interrupt_disable(level);                                
 20039a8:	7f ff fa 41 	call  20022ac <sparc_disable_interrupts>       <== NOT EXECUTED
 20039ac:	01 00 00 00 	nop                                            <== NOT EXECUTED
 20039b0:	a4 10 00 08 	mov  %o0, %l2                                  <== NOT EXECUTED
	      tty->flow_ctrl &= ~FL_OSTOP;                                   
 20039b4:	c4 04 20 b8 	ld  [ %l0 + 0xb8 ], %g2                        <== NOT EXECUTED
	      /* check for chars in output buffer (or rob_state?) */         
	      if (tty->rawOutBufState != rob_idle) {                         
 20039b8:	c2 04 20 94 	ld  [ %l0 + 0x94 ], %g1                        <== NOT EXECUTED
	  if (flow_rcv) {                                                    
	    /* restart output according to FL_ORCVXOF flag */                
	    if ((tty->flow_ctrl & (FL_ORCVXOF | FL_OSTOP)) == FL_OSTOP) {    
	      /* disable interrupts    */                                    
	      rtems_interrupt_disable(level);                                
	      tty->flow_ctrl &= ~FL_OSTOP;                                   
 20039bc:	84 08 bf df 	and  %g2, -33, %g2                             <== NOT EXECUTED
 20039c0:	c4 24 20 b8 	st  %g2, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
	      /* check for chars in output buffer (or rob_state?) */         
	      if (tty->rawOutBufState != rob_idle) {                         
 20039c4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20039c8:	12 80 00 57 	bne  2003b24 <rtems_termios_enqueue_raw_characters+0x2c4><== NOT EXECUTED
 20039cc:	01 00 00 00 	nop                                            <== NOT EXECUTED
	      /* if chars available, call write function... */               
		(*tty->device.write)(tty->minor,                                    
		     &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail], 1);               
	      }                                                              
	      /* reenable interrupts */                                      
	      rtems_interrupt_enable(level);                                 
 20039d0:	90 10 00 12 	mov  %l2, %o0                                  <== NOT EXECUTED
 20039d4:	7f ff fa 3a 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 20039d8:	b2 06 60 01 	inc  %i1                                       <== NOT EXECUTED
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
	  c = *buf++;                                                        
 20039dc:	10 bf ff e9 	b  2003980 <rtems_termios_enqueue_raw_characters+0x120><== NOT EXECUTED
 20039e0:	a2 04 7f ff 	add  %l1, -1, %l1                              <== NOT EXECUTED
	      /* reenable interrupts */                                      
	      rtems_interrupt_enable(level);                                 
	    }                                                                
	  }                                                                  
	  else {                                                             
		newTail = (tty->rawInBuf.Tail + 1) % tty->rawInBuf.Size;            
 20039e4:	d0 04 20 60 	ld  [ %l0 + 0x60 ], %o0                        <== NOT EXECUTED
 20039e8:	d2 04 20 64 	ld  [ %l0 + 0x64 ], %o1                        <== NOT EXECUTED
 20039ec:	40 00 56 f0 	call  20195ac <.urem>                          <== NOT EXECUTED
 20039f0:	90 02 20 01 	inc  %o0                                       <== NOT EXECUTED
		/* if chars_in_buffer > highwater                */                 
		rtems_interrupt_disable(level);                                     
 20039f4:	7f ff fa 2e 	call  20022ac <sparc_disable_interrupts>       <== NOT EXECUTED
 20039f8:	a6 10 00 08 	mov  %o0, %l3                                  <== NOT EXECUTED
 20039fc:	aa 10 00 08 	mov  %o0, %l5                                  <== NOT EXECUTED
		if ((((newTail - tty->rawInBuf.Head + tty->rawInBuf.Size)           
 2003a00:	c2 04 20 5c 	ld  [ %l0 + 0x5c ], %g1                        <== NOT EXECUTED
 2003a04:	d0 04 20 64 	ld  [ %l0 + 0x64 ], %o0                        <== NOT EXECUTED
 2003a08:	d2 04 20 64 	ld  [ %l0 + 0x64 ], %o1                        <== NOT EXECUTED
 2003a0c:	90 22 00 01 	sub  %o0, %g1, %o0                             <== NOT EXECUTED
 2003a10:	40 00 56 e7 	call  20195ac <.urem>                          <== NOT EXECUTED
 2003a14:	90 02 00 13 	add  %o0, %l3, %o0                             <== NOT EXECUTED
		      % tty->rawInBuf.Size)                                         
		     > tty->highwater) &&                                           
 2003a18:	c2 04 20 c0 	ld  [ %l0 + 0xc0 ], %g1                        <== NOT EXECUTED
 2003a1c:	80 a2 00 01 	cmp  %o0, %g1                                  <== NOT EXECUTED
 2003a20:	08 80 00 13 	bleu  2003a6c <rtems_termios_enqueue_raw_characters+0x20c><== NOT EXECUTED
 2003a24:	01 00 00 00 	nop                                            <== NOT EXECUTED
		    !(tty->flow_ctrl & FL_IREQXOF)) {                               
 2003a28:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
	  }                                                                  
	  else {                                                             
		newTail = (tty->rawInBuf.Tail + 1) % tty->rawInBuf.Size;            
		/* if chars_in_buffer > highwater                */                 
		rtems_interrupt_disable(level);                                     
		if ((((newTail - tty->rawInBuf.Head + tty->rawInBuf.Size)           
 2003a2c:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 2003a30:	12 80 00 0f 	bne  2003a6c <rtems_termios_enqueue_raw_characters+0x20c><== NOT EXECUTED
 2003a34:	01 00 00 00 	nop                                            <== NOT EXECUTED
		      % tty->rawInBuf.Size)                                         
		     > tty->highwater) &&                                           
		    !(tty->flow_ctrl & FL_IREQXOF)) {                               
		  /* incoming data stream should be stopped */                      
		  tty->flow_ctrl |= FL_IREQXOF;                                     
 2003a38:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003a3c:	82 10 60 01 	or  %g1, 1, %g1                                <== NOT EXECUTED
 2003a40:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
		  if ((tty->flow_ctrl & (FL_MDXOF | FL_ISNTXOF))                    
 2003a44:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003a48:	82 08 64 02 	and  %g1, 0x402, %g1                           <== NOT EXECUTED
 2003a4c:	80 a0 64 00 	cmp  %g1, 0x400                                <== NOT EXECUTED
 2003a50:	02 80 00 3d 	be  2003b44 <rtems_termios_enqueue_raw_characters+0x2e4><== NOT EXECUTED
 2003a54:	01 00 00 00 	nop                                            <== NOT EXECUTED
		      (*tty->device.write)(tty->minor,                              
			 (void *)&(tty->termios.c_cc[VSTOP]),                              
			 1);                                                               
		    }                                                               
		  }                                                                 
		  else if ((tty->flow_ctrl & (FL_MDRTS | FL_IRTSOFF))               
 2003a58:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003a5c:	82 08 61 04 	and  %g1, 0x104, %g1                           <== NOT EXECUTED
 2003a60:	80 a0 61 00 	cmp  %g1, 0x100                                <== NOT EXECUTED
 2003a64:	02 80 00 49 	be  2003b88 <rtems_termios_enqueue_raw_characters+0x328><== NOT EXECUTED
 2003a68:	01 00 00 00 	nop                                            <== NOT EXECUTED
		      tty->device.stopRemoteTx(tty->minor);                         
		    }                                                               
		  }                                                                 
		}                                                                   
		/* reenable interrupts */                                           
		rtems_interrupt_enable(level);                                      
 2003a6c:	7f ff fa 14 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 2003a70:	90 10 00 15 	mov  %l5, %o0                                  <== NOT EXECUTED
                                                                      
		if (newTail == tty->rawInBuf.Head) {                                
 2003a74:	c2 04 20 5c 	ld  [ %l0 + 0x5c ], %g1                        <== NOT EXECUTED
 2003a78:	80 a0 40 13 	cmp  %g1, %l3                                  <== NOT EXECUTED
 2003a7c:	22 80 00 22 	be,a   2003b04 <rtems_termios_enqueue_raw_characters+0x2a4><== NOT EXECUTED
 2003a80:	b0 06 20 01 	inc  %i0                                       <== NOT EXECUTED
		        dropped++;                                                  
		}                                                                   
		else {                                                              
		        tty->rawInBuf.theBuf[newTail] = c;                          
 2003a84:	c2 04 20 58 	ld  [ %l0 + 0x58 ], %g1                        <== NOT EXECUTED
 2003a88:	e4 28 40 13 	stb  %l2, [ %g1 + %l3 ]                        <== NOT EXECUTED
		        tty->rawInBuf.Tail = newTail;                               
                                                                      
			/*                                                                 
			 * check to see if rcv wakeup callback was set                     
			 */                                                                
			if (( !tty->tty_rcvwakeup ) && ( tty->tty_rcv.sw_pfn != NULL )) {  
 2003a8c:	c2 04 20 e4 	ld  [ %l0 + 0xe4 ], %g1                        <== NOT EXECUTED
		if (newTail == tty->rawInBuf.Head) {                                
		        dropped++;                                                  
		}                                                                   
		else {                                                              
		        tty->rawInBuf.theBuf[newTail] = c;                          
		        tty->rawInBuf.Tail = newTail;                               
 2003a90:	e6 24 20 60 	st  %l3, [ %l0 + 0x60 ]                        <== NOT EXECUTED
                                                                      
			/*                                                                 
			 * check to see if rcv wakeup callback was set                     
			 */                                                                
			if (( !tty->tty_rcvwakeup ) && ( tty->tty_rcv.sw_pfn != NULL )) {  
 2003a94:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003a98:	32 bf ff b9 	bne,a   200397c <rtems_termios_enqueue_raw_characters+0x11c><== NOT EXECUTED
 2003a9c:	b2 06 60 01 	inc  %i1                                       <== NOT EXECUTED
 2003aa0:	c2 04 20 dc 	ld  [ %l0 + 0xdc ], %g1                        <== NOT EXECUTED
 2003aa4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003aa8:	22 bf ff b5 	be,a   200397c <rtems_termios_enqueue_raw_characters+0x11c><== NOT EXECUTED
 2003aac:	b2 06 60 01 	inc  %i1                                       <== NOT EXECUTED
			  (*tty->tty_rcv.sw_pfn)(&tty->termios, tty->tty_rcv.sw_arg);      
 2003ab0:	d2 04 20 e0 	ld  [ %l0 + 0xe0 ], %o1                        <== NOT EXECUTED
 2003ab4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003ab8:	90 10 00 16 	mov  %l6, %o0                                  <== NOT EXECUTED
			  tty->tty_rcvwakeup = 1;                                          
 2003abc:	82 10 20 01 	mov  1, %g1                                    <== NOT EXECUTED
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
	  c = *buf++;                                                        
 2003ac0:	b2 06 60 01 	inc  %i1                                       <== NOT EXECUTED
			/*                                                                 
			 * check to see if rcv wakeup callback was set                     
			 */                                                                
			if (( !tty->tty_rcvwakeup ) && ( tty->tty_rcv.sw_pfn != NULL )) {  
			  (*tty->tty_rcv.sw_pfn)(&tty->termios, tty->tty_rcv.sw_arg);      
			  tty->tty_rcvwakeup = 1;                                          
 2003ac4:	c2 24 20 e4 	st  %g1, [ %l0 + 0xe4 ]                        <== NOT EXECUTED
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
	  c = *buf++;                                                        
 2003ac8:	10 bf ff ae 	b  2003980 <rtems_termios_enqueue_raw_characters+0x120><== NOT EXECUTED
 2003acc:	a2 04 7f ff 	add  %l1, -1, %l1                              <== NOT EXECUTED
	  /* FIXME: implement IXANY: any character restarts output */        
	  /* if incoming XON/XOFF controls outgoing stream: */               
	  if (tty->flow_ctrl & FL_MDXON) {                                   
	    /* if received char is V_STOP and V_START (both are equal value) */
	    if (c == tty->termios.c_cc[VSTOP]) {                             
	      if (c == tty->termios.c_cc[VSTART]) {                          
 2003ad0:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2003ad4:	02 80 00 0f 	be  2003b10 <rtems_termios_enqueue_raw_characters+0x2b0><== NOT EXECUTED
 2003ad8:	01 00 00 00 	nop                                            <== NOT EXECUTED
		tty->flow_ctrl = tty->flow_ctrl ^ FL_ORCVXOF;                       
	      }                                                              
	      else {                                                         
		/* VSTOP received (other code than VSTART) */                       
		/* stop output                             */                       
		tty->flow_ctrl |= FL_ORCVXOF;                                       
 2003adc:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
		}                                                                   
	  }                                                                  
	}                                                                    
	tty->rawInBufDropped += dropped;                                     
	rtems_semaphore_release (tty->rawInBuf.Semaphore);                   
	return dropped;                                                      
 2003ae0:	a8 10 20 01 	mov  1, %l4                                    <== NOT EXECUTED
		tty->flow_ctrl = tty->flow_ctrl ^ FL_ORCVXOF;                       
	      }                                                              
	      else {                                                         
		/* VSTOP received (other code than VSTART) */                       
		/* stop output                             */                       
		tty->flow_ctrl |= FL_ORCVXOF;                                       
 2003ae4:	82 10 60 10 	or  %g1, 0x10, %g1                             <== NOT EXECUTED
 2003ae8:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
 2003aec:	30 bf ff 9e 	b,a   2003964 <rtems_termios_enqueue_raw_characters+0x104><== NOT EXECUTED
	      flow_rcv = true;                                               
	    }                                                                
	    else if (c == tty->termios.c_cc[VSTART]) {                       
	      /* VSTART received */                                          
	      /* restart output  */                                          
	      tty->flow_ctrl &= ~FL_ORCVXOF;                                 
 2003af0:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
		}                                                                   
	  }                                                                  
	}                                                                    
	tty->rawInBufDropped += dropped;                                     
	rtems_semaphore_release (tty->rawInBuf.Semaphore);                   
	return dropped;                                                      
 2003af4:	a8 10 20 01 	mov  1, %l4                                    <== NOT EXECUTED
	      flow_rcv = true;                                               
	    }                                                                
	    else if (c == tty->termios.c_cc[VSTART]) {                       
	      /* VSTART received */                                          
	      /* restart output  */                                          
	      tty->flow_ctrl &= ~FL_ORCVXOF;                                 
 2003af8:	82 08 7f ef 	and  %g1, -17, %g1                             <== NOT EXECUTED
 2003afc:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
 2003b00:	30 bf ff 99 	b,a   2003964 <rtems_termios_enqueue_raw_characters+0x104><== NOT EXECUTED
    	  }                                                              
	  return 0;                                                          
	}                                                                    
                                                                      
	while (len--) {                                                      
	  c = *buf++;                                                        
 2003b04:	b2 06 60 01 	inc  %i1                                       <== NOT EXECUTED
 2003b08:	10 bf ff 9e 	b  2003980 <rtems_termios_enqueue_raw_characters+0x120><== NOT EXECUTED
 2003b0c:	a2 04 7f ff 	add  %l1, -1, %l1                              <== NOT EXECUTED
	    /* if received char is V_STOP and V_START (both are equal value) */
	    if (c == tty->termios.c_cc[VSTOP]) {                             
	      if (c == tty->termios.c_cc[VSTART]) {                          
		/* received VSTOP and VSTART==VSTOP? */                             
		/* then toggle "stop output" status  */                             
		tty->flow_ctrl = tty->flow_ctrl ^ FL_ORCVXOF;                       
 2003b10:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
		}                                                                   
	  }                                                                  
	}                                                                    
	tty->rawInBufDropped += dropped;                                     
	rtems_semaphore_release (tty->rawInBuf.Semaphore);                   
	return dropped;                                                      
 2003b14:	a8 10 20 01 	mov  1, %l4                                    <== NOT EXECUTED
	    /* if received char is V_STOP and V_START (both are equal value) */
	    if (c == tty->termios.c_cc[VSTOP]) {                             
	      if (c == tty->termios.c_cc[VSTART]) {                          
		/* received VSTOP and VSTART==VSTOP? */                             
		/* then toggle "stop output" status  */                             
		tty->flow_ctrl = tty->flow_ctrl ^ FL_ORCVXOF;                       
 2003b18:	82 18 60 10 	xor  %g1, 0x10, %g1                            <== NOT EXECUTED
 2003b1c:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
 2003b20:	30 bf ff 91 	b,a   2003964 <rtems_termios_enqueue_raw_characters+0x104><== NOT EXECUTED
	      tty->flow_ctrl &= ~FL_OSTOP;                                   
	      /* check for chars in output buffer (or rob_state?) */         
	      if (tty->rawOutBufState != rob_idle) {                         
	      /* if chars available, call write function... */               
		(*tty->device.write)(tty->minor,                                    
		     &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail], 1);               
 2003b24:	c4 04 20 84 	ld  [ %l0 + 0x84 ], %g2                        <== NOT EXECUTED
	      rtems_interrupt_disable(level);                                
	      tty->flow_ctrl &= ~FL_OSTOP;                                   
	      /* check for chars in output buffer (or rob_state?) */         
	      if (tty->rawOutBufState != rob_idle) {                         
	      /* if chars available, call write function... */               
		(*tty->device.write)(tty->minor,                                    
 2003b28:	d2 04 20 7c 	ld  [ %l0 + 0x7c ], %o1                        <== NOT EXECUTED
 2003b2c:	c2 04 20 a4 	ld  [ %l0 + 0xa4 ], %g1                        <== NOT EXECUTED
 2003b30:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
 2003b34:	92 02 40 02 	add  %o1, %g2, %o1                             <== NOT EXECUTED
 2003b38:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003b3c:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
 2003b40:	30 bf ff a4 	b,a   20039d0 <rtems_termios_enqueue_raw_characters+0x170><== NOT EXECUTED
		    !(tty->flow_ctrl & FL_IREQXOF)) {                               
		  /* incoming data stream should be stopped */                      
		  tty->flow_ctrl |= FL_IREQXOF;                                     
		  if ((tty->flow_ctrl & (FL_MDXOF | FL_ISNTXOF))                    
		      ==                (FL_MDXOF             ) ){                  
		    if ((tty->flow_ctrl & FL_OSTOP) ||                              
 2003b44:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003b48:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 2003b4c:	12 80 00 06 	bne  2003b64 <rtems_termios_enqueue_raw_characters+0x304><== NOT EXECUTED
 2003b50:	01 00 00 00 	nop                                            <== NOT EXECUTED
			(tty->rawOutBufState == rob_idle)) {                               
 2003b54:	c2 04 20 94 	ld  [ %l0 + 0x94 ], %g1                        <== NOT EXECUTED
 2003b58:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003b5c:	12 bf ff c4 	bne  2003a6c <rtems_termios_enqueue_raw_characters+0x20c><== NOT EXECUTED
 2003b60:	01 00 00 00 	nop                                            <== NOT EXECUTED
		      /* if tx is stopped due to XOFF or out of data */             
		      /*    call write function here                 */             
		      tty->flow_ctrl |= FL_ISNTXOF;                                 
 2003b64:	c4 04 20 b8 	ld  [ %l0 + 0xb8 ], %g2                        <== NOT EXECUTED
		      (*tty->device.write)(tty->minor,                              
 2003b68:	c2 04 20 a4 	ld  [ %l0 + 0xa4 ], %g1                        <== NOT EXECUTED
 2003b6c:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
		      ==                (FL_MDXOF             ) ){                  
		    if ((tty->flow_ctrl & FL_OSTOP) ||                              
			(tty->rawOutBufState == rob_idle)) {                               
		      /* if tx is stopped due to XOFF or out of data */             
		      /*    call write function here                 */             
		      tty->flow_ctrl |= FL_ISNTXOF;                                 
 2003b70:	84 10 a0 02 	or  %g2, 2, %g2                                <== NOT EXECUTED
		      (*tty->device.write)(tty->minor,                              
 2003b74:	92 10 00 17 	mov  %l7, %o1                                  <== NOT EXECUTED
		      ==                (FL_MDXOF             ) ){                  
		    if ((tty->flow_ctrl & FL_OSTOP) ||                              
			(tty->rawOutBufState == rob_idle)) {                               
		      /* if tx is stopped due to XOFF or out of data */             
		      /*    call write function here                 */             
		      tty->flow_ctrl |= FL_ISNTXOF;                                 
 2003b78:	c4 24 20 b8 	st  %g2, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
		      (*tty->device.write)(tty->minor,                              
 2003b7c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003b80:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
 2003b84:	30 bf ff ba 	b,a   2003a6c <rtems_termios_enqueue_raw_characters+0x20c><== NOT EXECUTED
			 1);                                                               
		    }                                                               
		  }                                                                 
		  else if ((tty->flow_ctrl & (FL_MDRTS | FL_IRTSOFF))               
			   ==                (FL_MDRTS             ) ) {                   
		    tty->flow_ctrl |= FL_IRTSOFF;                                   
 2003b88:	c4 04 20 b8 	ld  [ %l0 + 0xb8 ], %g2                        <== NOT EXECUTED
		    /* deactivate RTS line */                                       
		    if (tty->device.stopRemoteTx != NULL) {                         
 2003b8c:	c2 04 20 ac 	ld  [ %l0 + 0xac ], %g1                        <== NOT EXECUTED
			 1);                                                               
		    }                                                               
		  }                                                                 
		  else if ((tty->flow_ctrl & (FL_MDRTS | FL_IRTSOFF))               
			   ==                (FL_MDRTS             ) ) {                   
		    tty->flow_ctrl |= FL_IRTSOFF;                                   
 2003b90:	84 10 a0 04 	or  %g2, 4, %g2                                <== NOT EXECUTED
 2003b94:	c4 24 20 b8 	st  %g2, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
		    /* deactivate RTS line */                                       
		    if (tty->device.stopRemoteTx != NULL) {                         
 2003b98:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2003b9c:	02 bf ff b4 	be  2003a6c <rtems_termios_enqueue_raw_characters+0x20c><== NOT EXECUTED
 2003ba0:	01 00 00 00 	nop                                            <== NOT EXECUTED
		      tty->device.stopRemoteTx(tty->minor);                         
 2003ba4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003ba8:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
 2003bac:	30 bf ff b0 	b,a   2003a6c <rtems_termios_enqueue_raw_characters+0x20c><== NOT EXECUTED
                                                                      

0200355c <rtems_termios_initialize>: struct rtems_termios_tty *rtems_termios_ttyTail; rtems_id rtems_termios_ttyMutex; void rtems_termios_initialize (void) {
 200355c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  rtems_status_code sc;                                               
                                                                      
  /*                                                                  
   * Create the mutex semaphore for the tty list                      
   */                                                                 
  if (!rtems_termios_ttyMutex) {                                      
 2003560:	19 00 80 72 	sethi  %hi(0x201c800), %o4                     
 2003564:	c2 03 23 bc 	ld  [ %o4 + 0x3bc ], %g1	! 201cbbc <rtems_termios_ttyMutex>
 2003568:	80 a0 60 00 	cmp  %g1, 0                                    
 200356c:	02 80 00 04 	be  200357c <rtems_termios_initialize+0x20>    
 2003570:	98 13 23 bc 	or  %o4, 0x3bc, %o4                            
 2003574:	81 c7 e0 08 	ret                                            
 2003578:	81 e8 00 00 	restore                                        
    sc = rtems_semaphore_create (                                     
 200357c:	11 15 14 9b 	sethi  %hi(0x54526c00), %o0                    
 2003580:	92 10 20 01 	mov  1, %o1                                    
 2003584:	90 12 21 69 	or  %o0, 0x169, %o0                            
 2003588:	94 10 20 54 	mov  0x54, %o2                                 
 200358c:	40 00 09 fd 	call  2005d80 <rtems_semaphore_create>         
 2003590:	96 10 20 00 	clr  %o3                                       
      rtems_build_name ('T', 'R', 'm', 'i'),                          
      1,                                                              
      RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY,
      RTEMS_NO_PRIORITY,                                              
      &rtems_termios_ttyMutex);                                       
    if (sc != RTEMS_SUCCESSFUL)                                       
 2003594:	80 a2 20 00 	cmp  %o0, 0                                    
 2003598:	02 bf ff f7 	be  2003574 <rtems_termios_initialize+0x18>    <== ALWAYS TAKEN
 200359c:	01 00 00 00 	nop                                            
      rtems_fatal_error_occurred (sc);                                
 20035a0:	40 00 0c 48 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

020048d4 <rtems_termios_ioctl>: } } rtems_status_code rtems_termios_ioctl (void *arg) {
 20048d4:	9d e3 bf a0 	save  %sp, -96, %sp                            
	rtems_libio_ioctl_args_t *args = arg;                                
	struct rtems_termios_tty *tty = args->iop->data1;                    
 20048d8:	c2 06 00 00 	ld  [ %i0 ], %g1                               
	struct ttywakeup         *wakeup = (struct ttywakeup *)args->buffer; 
	rtems_status_code sc;                                                
                                                                      
 	args->ioctl_return = 0;                                             
 20048dc:	c0 26 20 0c 	clr  [ %i0 + 0xc ]                             
                                                                      
rtems_status_code                                                     
rtems_termios_ioctl (void *arg)                                       
{                                                                     
	rtems_libio_ioctl_args_t *args = arg;                                
	struct rtems_termios_tty *tty = args->iop->data1;                    
 20048e0:	e0 00 60 38 	ld  [ %g1 + 0x38 ], %l0                        
	struct ttywakeup         *wakeup = (struct ttywakeup *)args->buffer; 
 20048e4:	e4 06 20 08 	ld  [ %i0 + 8 ], %l2                           
	rtems_status_code sc;                                                
                                                                      
 	args->ioctl_return = 0;                                             
	sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 20048e8:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        
 20048ec:	92 10 20 00 	clr  %o1                                       
 20048f0:	40 00 05 c5 	call  2006004 <rtems_semaphore_obtain>         
 20048f4:	94 10 20 00 	clr  %o2                                       
	if (sc != RTEMS_SUCCESSFUL) {                                        
 20048f8:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 20048fc:	32 80 00 16 	bne,a   2004954 <rtems_termios_ioctl+0x80>     <== NEVER TAKEN
 2004900:	e2 26 20 0c 	st  %l1, [ %i0 + 0xc ]                         <== NOT EXECUTED
		args->ioctl_return = sc;                                            
		return sc;                                                          
	}                                                                    
	switch (args->command) {                                             
 2004904:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
 2004908:	80 a0 60 04 	cmp  %g1, 4                                    
 200490c:	22 80 00 0c 	be,a   200493c <rtems_termios_ioctl+0x68>      <== NEVER TAKEN
 2004910:	c2 04 80 00 	ld  [ %l2 ], %g1                               <== NOT EXECUTED
 2004914:	18 80 00 12 	bgu  200495c <rtems_termios_ioctl+0x88>        <== NEVER TAKEN
 2004918:	05 10 01 19 	sethi  %hi(0x40046400), %g2                    
 200491c:	80 a0 60 02 	cmp  %g1, 2                                    
 2004920:	22 80 00 26 	be,a   20049b8 <rtems_termios_ioctl+0xe4>      
 2004924:	d2 06 20 08 	ld  [ %i0 + 8 ], %o1                           
 2004928:	08 80 00 81 	bleu  2004b2c <rtems_termios_ioctl+0x258>      
 200492c:	80 a0 60 01 	cmp  %g1, 1                                    
		if (tty->device.setAttributes)                                      
			(*tty->device.setAttributes)(tty->minor, &tty->termios);           
		break;                                                              
                                                                      
	case RTEMS_IO_TCDRAIN:                                               
		drainOutput (tty);                                                  
 2004930:	7f ff fe d1 	call  2004474 <drainOutput>                    
 2004934:	90 10 00 10 	mov  %l0, %o0                                  
		break;                                                              
 2004938:	30 80 00 04 	b,a   2004948 <rtems_termios_ioctl+0x74>       
	case RTEMS_IO_SNDWAKEUP:                                             
		tty->tty_snd = *wakeup;                                             
		break;                                                              
                                                                      
	case RTEMS_IO_RCVWAKEUP:                                             
		tty->tty_rcv = *wakeup;                                             
 200493c:	c2 24 20 dc 	st  %g1, [ %l0 + 0xdc ]                        <== NOT EXECUTED
 2004940:	c2 04 a0 04 	ld  [ %l2 + 4 ], %g1                           <== NOT EXECUTED
 2004944:	c2 24 20 e0 	st  %g1, [ %l0 + 0xe0 ]                        <== NOT EXECUTED
		/* Half guess that this is the right operation */                   
		*(int *)args->buffer = tty->ccount - tty->cindex + rawnc;           
		}                                                                   
		break;                                                              
	}                                                                    
	rtems_semaphore_release (tty->osem);                                 
 2004948:	40 00 05 f6 	call  2006120 <rtems_semaphore_release>        
 200494c:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        
	args->ioctl_return = sc;                                             
 2004950:	e2 26 20 0c 	st  %l1, [ %i0 + 0xc ]                         
	return sc;                                                           
}                                                                     
 2004954:	81 c7 e0 08 	ret                                            
 2004958:	91 e8 00 11 	restore  %g0, %l1, %o0                         
	sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
	if (sc != RTEMS_SUCCESSFUL) {                                        
		args->ioctl_return = sc;                                            
		return sc;                                                          
	}                                                                    
	switch (args->command) {                                             
 200495c:	84 10 a2 7f 	or  %g2, 0x27f, %g2                            <== NOT EXECUTED
 2004960:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2004964:	02 80 00 66 	be  2004afc <rtems_termios_ioctl+0x228>        <== NOT EXECUTED
 2004968:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200496c:	18 80 00 77 	bgu  2004b48 <rtems_termios_ioctl+0x274>       <== NOT EXECUTED
 2004970:	05 10 01 1d 	sethi  %hi(0x40047400), %g2                    <== NOT EXECUTED
 2004974:	80 a0 60 05 	cmp  %g1, 5                                    <== NOT EXECUTED
 2004978:	22 80 00 98 	be,a   2004bd8 <rtems_termios_ioctl+0x304>     <== NOT EXECUTED
 200497c:	c2 04 80 00 	ld  [ %l2 ], %g1                               <== NOT EXECUTED
	default:                                                             
		if (rtems_termios_linesw[tty->t_line].l_ioctl != NULL) {            
 2004980:	c4 04 20 cc 	ld  [ %l0 + 0xcc ], %g2                        <== NOT EXECUTED
 2004984:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     <== NOT EXECUTED
 2004988:	85 28 a0 05 	sll  %g2, 5, %g2                               <== NOT EXECUTED
 200498c:	82 10 60 e4 	or  %g1, 0xe4, %g1                             <== NOT EXECUTED
 2004990:	82 00 40 02 	add  %g1, %g2, %g1                             <== NOT EXECUTED
 2004994:	c2 00 60 18 	ld  [ %g1 + 0x18 ], %g1                        <== NOT EXECUTED
 2004998:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200499c:	02 bf ff eb 	be  2004948 <rtems_termios_ioctl+0x74>         <== NOT EXECUTED
 20049a0:	a2 10 20 0a 	mov  0xa, %l1                                  <== NOT EXECUTED
			sc = rtems_termios_linesw[tty->t_line].l_ioctl(tty,args);          
 20049a4:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 20049a8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20049ac:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
 20049b0:	10 bf ff e6 	b  2004948 <rtems_termios_ioctl+0x74>          <== NOT EXECUTED
 20049b4:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
	case RTEMS_IO_GET_ATTRIBUTES:                                        
		*(struct termios *)args->buffer = tty->termios;                     
		break;                                                              
                                                                      
	case RTEMS_IO_SET_ATTRIBUTES:                                        
		tty->termios = *(struct termios *)args->buffer;                     
 20049b8:	a4 04 20 30 	add  %l0, 0x30, %l2                            
 20049bc:	94 10 20 24 	mov  0x24, %o2                                 
 20049c0:	40 00 2f 57 	call  201071c <memcpy>                         
 20049c4:	90 10 00 12 	mov  %l2, %o0                                  
  /*                                                                  
   * check for flow control options to be switched off                
   */                                                                 
                                                                      
  /* check for outgoing XON/XOFF flow control switched off */         
  if (( tty->flow_ctrl & FL_MDXON) &&                                 
 20049c8:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        
 20049cc:	80 88 62 00 	btst  0x200, %g1                               
 20049d0:	02 80 00 19 	be  2004a34 <rtems_termios_ioctl+0x160>        
 20049d4:	01 00 00 00 	nop                                            
 20049d8:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        
 20049dc:	80 88 64 00 	btst  0x400, %g1                               
 20049e0:	12 80 00 15 	bne  2004a34 <rtems_termios_ioctl+0x160>       <== ALWAYS TAKEN
 20049e4:	01 00 00 00 	nop                                            
      !(tty->termios.c_iflag & IXON)) {                               
    /* clear related flags in flow_ctrl */                            
    tty->flow_ctrl &= ~(FL_MDXON | FL_ORCVXOF);                       
 20049e8:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 20049ec:	82 08 7d ef 	and  %g1, -529, %g1                            <== NOT EXECUTED
 20049f0:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
                                                                      
    /* has output been stopped due to received XOFF? */               
    if (tty->flow_ctrl & FL_OSTOP) {                                  
 20049f4:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 20049f8:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 20049fc:	02 80 00 0e 	be  2004a34 <rtems_termios_ioctl+0x160>        <== NOT EXECUTED
 2004a00:	01 00 00 00 	nop                                            <== NOT EXECUTED
      /* disable interrupts    */                                     
      rtems_interrupt_disable(level);                                 
 2004a04:	7f ff f6 2a 	call  20022ac <sparc_disable_interrupts>       <== NOT EXECUTED
 2004a08:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004a0c:	a6 10 00 08 	mov  %o0, %l3                                  <== NOT EXECUTED
      tty->flow_ctrl &= ~FL_OSTOP;                                    
 2004a10:	c4 04 20 b8 	ld  [ %l0 + 0xb8 ], %g2                        <== NOT EXECUTED
      /* check for chars in output buffer (or rob_state?) */          
      if (tty->rawOutBufState != rob_idle) {                          
 2004a14:	c2 04 20 94 	ld  [ %l0 + 0x94 ], %g1                        <== NOT EXECUTED
                                                                      
    /* has output been stopped due to received XOFF? */               
    if (tty->flow_ctrl & FL_OSTOP) {                                  
      /* disable interrupts    */                                     
      rtems_interrupt_disable(level);                                 
      tty->flow_ctrl &= ~FL_OSTOP;                                    
 2004a18:	84 08 bf df 	and  %g2, -33, %g2                             <== NOT EXECUTED
 2004a1c:	c4 24 20 b8 	st  %g2, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
      /* check for chars in output buffer (or rob_state?) */          
      if (tty->rawOutBufState != rob_idle) {                          
 2004a20:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004a24:	12 80 00 a7 	bne  2004cc0 <rtems_termios_ioctl+0x3ec>       <== NOT EXECUTED
 2004a28:	01 00 00 00 	nop                                            <== NOT EXECUTED
	/* if chars available, call write function... */                     
	(*tty->device.write)(tty->minor,                                     
		     &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);                
      }                                                               
      /* reenable interrupts */                                       
      rtems_interrupt_enable(level);                                  
 2004a2c:	7f ff f6 24 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 2004a30:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
    }                                                                 
  }                                                                   
  /* check for incoming XON/XOFF flow control switched off */         
  if (( tty->flow_ctrl & FL_MDXOF) &&                                 
 2004a34:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        
 2004a38:	80 88 64 00 	btst  0x400, %g1                               
 2004a3c:	02 80 00 0c 	be  2004a6c <rtems_termios_ioctl+0x198>        <== ALWAYS TAKEN
 2004a40:	03 00 00 04 	sethi  %hi(0x1000), %g1                        
 2004a44:	c4 04 20 30 	ld  [ %l0 + 0x30 ], %g2                        <== NOT EXECUTED
 2004a48:	80 88 80 01 	btst  %g2, %g1                                 <== NOT EXECUTED
 2004a4c:	12 80 00 08 	bne  2004a6c <rtems_termios_ioctl+0x198>       <== NOT EXECUTED
 2004a50:	01 00 00 00 	nop                                            <== NOT EXECUTED
      !(tty->termios.c_iflag & IXOFF)) {                              
    /* clear related flags in flow_ctrl */                            
    tty->flow_ctrl &= ~(FL_MDXOF);                                    
 2004a54:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2004a58:	82 08 7b ff 	and  %g1, -1025, %g1                           <== NOT EXECUTED
 2004a5c:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
    /* FIXME: what happens, if we had sent XOFF but not yet XON? */   
    tty->flow_ctrl &= ~(FL_ISNTXOF);                                  
 2004a60:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2004a64:	82 08 7f fd 	and  %g1, -3, %g1                              <== NOT EXECUTED
 2004a68:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
  }                                                                   
                                                                      
  /* check for incoming RTS/CTS flow control switched off */          
  if (( tty->flow_ctrl & FL_MDRTS) &&                                 
 2004a6c:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        
 2004a70:	80 88 61 00 	btst  0x100, %g1                               
 2004a74:	12 80 00 5d 	bne  2004be8 <rtems_termios_ioctl+0x314>       <== NEVER TAKEN
 2004a78:	c4 04 20 38 	ld  [ %l0 + 0x38 ], %g2                        
                                                                      
  /*                                                                  
   * check for flow control options to be switched on                 
   */                                                                 
  /* check for incoming RTS/CTS flow control switched on */           
  if (tty->termios.c_cflag & CRTSCTS) {                               
 2004a7c:	80 a0 a0 00 	cmp  %g2, 0                                    
 2004a80:	06 80 00 84 	bl  2004c90 <rtems_termios_ioctl+0x3bc>        <== NEVER TAKEN
 2004a84:	01 00 00 00 	nop                                            
    tty->flow_ctrl |= FL_MDRTS;                                       
  }                                                                   
  /* check for incoming XON/XOF flow control switched on */           
  if (tty->termios.c_iflag & IXOFF) {                                 
 2004a88:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        
 2004a8c:	05 00 00 04 	sethi  %hi(0x1000), %g2                        
 2004a90:	80 88 40 02 	btst  %g1, %g2                                 
 2004a94:	02 80 00 06 	be  2004aac <rtems_termios_ioctl+0x1d8>        <== ALWAYS TAKEN
 2004a98:	80 88 64 00 	btst  0x400, %g1                               
    tty->flow_ctrl |= FL_MDXOF;                                       
 2004a9c:	c4 04 20 b8 	ld  [ %l0 + 0xb8 ], %g2                        <== NOT EXECUTED
 2004aa0:	84 10 a4 00 	or  %g2, 0x400, %g2                            <== NOT EXECUTED
 2004aa4:	c4 24 20 b8 	st  %g2, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
  }                                                                   
  /* check for outgoing XON/XOF flow control switched on */           
  if (tty->termios.c_iflag & IXON) {                                  
 2004aa8:	80 88 64 00 	btst  0x400, %g1                               <== NOT EXECUTED
 2004aac:	22 80 00 06 	be,a   2004ac4 <rtems_termios_ioctl+0x1f0>     <== NEVER TAKEN
 2004ab0:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        <== NOT EXECUTED
    tty->flow_ctrl |= FL_MDXON;                                       
 2004ab4:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        
 2004ab8:	82 10 62 00 	or  %g1, 0x200, %g1                            
 2004abc:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        
		tty->termios = *(struct termios *)args->buffer;                     
                                                                      
		/* check for and process change in flow control options */          
		termios_set_flowctrl(tty);                                          
                                                                      
		if (tty->termios.c_lflag & ICANON) {                                
 2004ac0:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        
 2004ac4:	80 88 60 02 	btst  2, %g1                                   
 2004ac8:	02 80 00 5e 	be  2004c40 <rtems_termios_ioctl+0x36c>        <== NEVER TAKEN
 2004acc:	01 00 00 00 	nop                                            
				else                                                              
					tty->rawInBufSemaphoreFirstTimeout = tty->vtimeTicks;            
			}                                                                  
			else {                                                             
				if (tty->termios.c_cc[VMIN]) {                                    
					tty->rawInBufSemaphoreOptions = RTEMS_WAIT;                      
 2004ad0:	c0 24 20 6c 	clr  [ %l0 + 0x6c ]                            
					tty->rawInBufSemaphoreTimeout = RTEMS_NO_TIMEOUT;                
 2004ad4:	c0 24 20 70 	clr  [ %l0 + 0x70 ]                            
					tty->rawInBufSemaphoreFirstTimeout = RTEMS_NO_TIMEOUT;           
 2004ad8:	c0 24 20 74 	clr  [ %l0 + 0x74 ]                            
				else {                                                            
					tty->rawInBufSemaphoreOptions = RTEMS_NO_WAIT;                   
				}                                                                 
			}                                                                  
		}                                                                   
		if (tty->device.setAttributes)                                      
 2004adc:	c2 04 20 a8 	ld  [ %l0 + 0xa8 ], %g1                        
 2004ae0:	80 a0 60 00 	cmp  %g1, 0                                    
 2004ae4:	02 bf ff 99 	be  2004948 <rtems_termios_ioctl+0x74>         <== NEVER TAKEN
 2004ae8:	01 00 00 00 	nop                                            
			(*tty->device.setAttributes)(tty->minor, &tty->termios);           
 2004aec:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        
 2004af0:	9f c0 40 00 	call  %g1                                      
 2004af4:	92 10 00 12 	mov  %l2, %o1                                  
 2004af8:	30 bf ff 94 	b,a   2004948 <rtems_termios_ioctl+0x74>       
		*(int*)(args->buffer)=tty->t_line;                                  
		break;                                                              
#endif                                                                
 	case FIONREAD:                                                      
		{                                                                   
		int rawnc = tty->rawInBuf.Tail - tty->rawInBuf.Head;                
 2004afc:	c4 04 20 60 	ld  [ %l0 + 0x60 ], %g2                        <== NOT EXECUTED
 2004b00:	c2 04 20 5c 	ld  [ %l0 + 0x5c ], %g1                        <== NOT EXECUTED
		if ( rawnc < 0 )                                                    
 2004b04:	82 a0 80 01 	subcc  %g2, %g1, %g1                           <== NOT EXECUTED
 2004b08:	0c 80 00 5f 	bneg  2004c84 <rtems_termios_ioctl+0x3b0>      <== NOT EXECUTED
 2004b0c:	01 00 00 00 	nop                                            <== NOT EXECUTED
			rawnc += tty->rawInBuf.Size;                                       
		/* Half guess that this is the right operation */                   
		*(int *)args->buffer = tty->ccount - tty->cindex + rawnc;           
 2004b10:	c8 04 20 20 	ld  [ %l0 + 0x20 ], %g4                        <== NOT EXECUTED
 2004b14:	c4 04 20 24 	ld  [ %l0 + 0x24 ], %g2                        <== NOT EXECUTED
 2004b18:	c6 06 20 08 	ld  [ %i0 + 8 ], %g3                           <== NOT EXECUTED
 2004b1c:	84 21 00 02 	sub  %g4, %g2, %g2                             <== NOT EXECUTED
 2004b20:	82 00 80 01 	add  %g2, %g1, %g1                             <== NOT EXECUTED
 2004b24:	10 bf ff 89 	b  2004948 <rtems_termios_ioctl+0x74>          <== NOT EXECUTED
 2004b28:	c2 20 c0 00 	st  %g1, [ %g3 ]                               <== NOT EXECUTED
	sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
	if (sc != RTEMS_SUCCESSFUL) {                                        
		args->ioctl_return = sc;                                            
		return sc;                                                          
	}                                                                    
	switch (args->command) {                                             
 2004b2c:	32 bf ff 96 	bne,a   2004984 <rtems_termios_ioctl+0xb0>     <== NEVER TAKEN
 2004b30:	c4 04 20 cc 	ld  [ %l0 + 0xcc ], %g2                        <== NOT EXECUTED
			sc = RTEMS_INVALID_NUMBER;                                         
		}                                                                   
		break;                                                              
                                                                      
	case RTEMS_IO_GET_ATTRIBUTES:                                        
		*(struct termios *)args->buffer = tty->termios;                     
 2004b34:	d0 06 20 08 	ld  [ %i0 + 8 ], %o0                           
 2004b38:	92 04 20 30 	add  %l0, 0x30, %o1                            
 2004b3c:	40 00 2e f8 	call  201071c <memcpy>                         
 2004b40:	94 10 20 24 	mov  0x24, %o2                                 
		break;                                                              
 2004b44:	30 bf ff 81 	b,a   2004948 <rtems_termios_ioctl+0x74>       
	sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
	if (sc != RTEMS_SUCCESSFUL) {                                        
		args->ioctl_return = sc;                                            
		return sc;                                                          
	}                                                                    
	switch (args->command) {                                             
 2004b48:	84 10 a0 1a 	or  %g2, 0x1a, %g2                             <== NOT EXECUTED
 2004b4c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2004b50:	02 80 00 1e 	be  2004bc8 <rtems_termios_ioctl+0x2f4>        <== NOT EXECUTED
 2004b54:	05 20 01 1d 	sethi  %hi(0x80047400), %g2                    <== NOT EXECUTED
 2004b58:	84 10 a0 1b 	or  %g2, 0x1b, %g2	! 8004741b <RAM_END+0x7dc4741b><== NOT EXECUTED
 2004b5c:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 2004b60:	32 bf ff 89 	bne,a   2004984 <rtems_termios_ioctl+0xb0>     <== NOT EXECUTED
 2004b64:	c4 04 20 cc 	ld  [ %l0 + 0xcc ], %g2                        <== NOT EXECUTED
#if 1 /* FIXME */                                                     
	case TIOCSETD:                                                       
		/*                                                                  
		 * close old line discipline                                        
		 */                                                                 
		if (rtems_termios_linesw[tty->t_line].l_close != NULL) {            
 2004b68:	c2 04 20 cc 	ld  [ %l0 + 0xcc ], %g1                        <== NOT EXECUTED
 2004b6c:	25 00 80 72 	sethi  %hi(0x201c800), %l2                     <== NOT EXECUTED
 2004b70:	83 28 60 05 	sll  %g1, 5, %g1                               <== NOT EXECUTED
 2004b74:	a4 14 a0 e4 	or  %l2, 0xe4, %l2                             <== NOT EXECUTED
 2004b78:	82 04 80 01 	add  %l2, %g1, %g1                             <== NOT EXECUTED
 2004b7c:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           <== NOT EXECUTED
 2004b80:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004b84:	22 80 00 06 	be,a   2004b9c <rtems_termios_ioctl+0x2c8>     <== NOT EXECUTED
 2004b88:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           <== NOT EXECUTED
			sc = rtems_termios_linesw[tty->t_line].l_close(tty);               
 2004b8c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004b90:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2004b94:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
		}                                                                   
		tty->t_line=*(int*)(args->buffer);                                  
 2004b98:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           <== NOT EXECUTED
		tty->t_sc = NULL; /* ensure that no more valid data */              
 2004b9c:	c0 24 20 d0 	clr  [ %l0 + 0xd0 ]                            <== NOT EXECUTED
		 * close old line discipline                                        
		 */                                                                 
		if (rtems_termios_linesw[tty->t_line].l_close != NULL) {            
			sc = rtems_termios_linesw[tty->t_line].l_close(tty);               
		}                                                                   
		tty->t_line=*(int*)(args->buffer);                                  
 2004ba0:	c4 00 40 00 	ld  [ %g1 ], %g2                               <== NOT EXECUTED
		tty->t_sc = NULL; /* ensure that no more valid data */              
		/*                                                                  
		 * open new line discipline                                         
		 */                                                                 
		if (rtems_termios_linesw[tty->t_line].l_open != NULL) {             
 2004ba4:	83 28 a0 05 	sll  %g2, 5, %g1                               <== NOT EXECUTED
 2004ba8:	c2 04 80 01 	ld  [ %l2 + %g1 ], %g1                         <== NOT EXECUTED
 2004bac:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004bb0:	02 bf ff 66 	be  2004948 <rtems_termios_ioctl+0x74>         <== NOT EXECUTED
 2004bb4:	c4 24 20 cc 	st  %g2, [ %l0 + 0xcc ]                        <== NOT EXECUTED
			sc = rtems_termios_linesw[tty->t_line].l_open(tty);                
 2004bb8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004bbc:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2004bc0:	10 bf ff 62 	b  2004948 <rtems_termios_ioctl+0x74>          <== NOT EXECUTED
 2004bc4:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
		}                                                                   
		break;                                                              
	case TIOCGETD:                                                       
		*(int*)(args->buffer)=tty->t_line;                                  
 2004bc8:	c2 06 20 08 	ld  [ %i0 + 8 ], %g1                           <== NOT EXECUTED
 2004bcc:	c4 04 20 cc 	ld  [ %l0 + 0xcc ], %g2                        <== NOT EXECUTED
		break;                                                              
 2004bd0:	10 bf ff 5e 	b  2004948 <rtems_termios_ioctl+0x74>          <== NOT EXECUTED
 2004bd4:	c4 20 40 00 	st  %g2, [ %g1 ]                               <== NOT EXECUTED
	case RTEMS_IO_TCDRAIN:                                               
		drainOutput (tty);                                                  
		break;                                                              
                                                                      
	case RTEMS_IO_SNDWAKEUP:                                             
		tty->tty_snd = *wakeup;                                             
 2004bd8:	c2 24 20 d4 	st  %g1, [ %l0 + 0xd4 ]                        <== NOT EXECUTED
 2004bdc:	c2 04 a0 04 	ld  [ %l2 + 4 ], %g1                           <== NOT EXECUTED
		break;                                                              
 2004be0:	10 bf ff 5a 	b  2004948 <rtems_termios_ioctl+0x74>          <== NOT EXECUTED
 2004be4:	c2 24 20 d8 	st  %g1, [ %l0 + 0xd8 ]                        <== NOT EXECUTED
    /* FIXME: what happens, if we had sent XOFF but not yet XON? */   
    tty->flow_ctrl &= ~(FL_ISNTXOF);                                  
  }                                                                   
                                                                      
  /* check for incoming RTS/CTS flow control switched off */          
  if (( tty->flow_ctrl & FL_MDRTS) &&                                 
 2004be8:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2004bec:	06 80 00 29 	bl  2004c90 <rtems_termios_ioctl+0x3bc>        <== NOT EXECUTED
 2004bf0:	01 00 00 00 	nop                                            <== NOT EXECUTED
      !(tty->termios.c_cflag & CRTSCTS)) {                            
    /* clear related flags in flow_ctrl */                            
    tty->flow_ctrl &= ~(FL_MDRTS);                                    
 2004bf4:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2004bf8:	82 08 7e ff 	and  %g1, -257, %g1                            <== NOT EXECUTED
 2004bfc:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
                                                                      
    /* restart remote Tx, if it was stopped */                        
    if ((tty->flow_ctrl & FL_IRTSOFF) &&                              
 2004c00:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2004c04:	80 88 60 04 	btst  4, %g1                                   <== NOT EXECUTED
 2004c08:	02 80 00 09 	be  2004c2c <rtems_termios_ioctl+0x358>        <== NOT EXECUTED
 2004c0c:	01 00 00 00 	nop                                            <== NOT EXECUTED
	(tty->device.startRemoteTx != NULL)) {                               
 2004c10:	c2 04 20 b0 	ld  [ %l0 + 0xb0 ], %g1                        <== NOT EXECUTED
      !(tty->termios.c_cflag & CRTSCTS)) {                            
    /* clear related flags in flow_ctrl */                            
    tty->flow_ctrl &= ~(FL_MDRTS);                                    
                                                                      
    /* restart remote Tx, if it was stopped */                        
    if ((tty->flow_ctrl & FL_IRTSOFF) &&                              
 2004c14:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004c18:	02 80 00 05 	be  2004c2c <rtems_termios_ioctl+0x358>        <== NOT EXECUTED
 2004c1c:	01 00 00 00 	nop                                            <== NOT EXECUTED
	(tty->device.startRemoteTx != NULL)) {                               
      tty->device.startRemoteTx(tty->minor);                          
 2004c20:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004c24:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
 2004c28:	c4 04 20 38 	ld  [ %l0 + 0x38 ], %g2                        <== NOT EXECUTED
    }                                                                 
    tty->flow_ctrl &= ~(FL_IRTSOFF);                                  
 2004c2c:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2004c30:	82 08 7f fb 	and  %g1, -5, %g1                              <== NOT EXECUTED
 2004c34:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
                                                                      
  /*                                                                  
   * check for flow control options to be switched on                 
   */                                                                 
  /* check for incoming RTS/CTS flow control switched on */           
  if (tty->termios.c_cflag & CRTSCTS) {                               
 2004c38:	10 bf ff 92 	b  2004a80 <rtems_termios_ioctl+0x1ac>         <== NOT EXECUTED
 2004c3c:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
			tty->rawInBufSemaphoreTimeout = RTEMS_NO_TIMEOUT;                  
			tty->rawInBufSemaphoreFirstTimeout = RTEMS_NO_TIMEOUT;             
		}                                                                   
		else {                                                              
			tty->vtimeTicks = tty->termios.c_cc[VTIME] *                       
			              rtems_clock_get_ticks_per_second() / 10;             
 2004c40:	40 00 03 24 	call  20058d0 <rtems_clock_get_ticks_per_second><== NOT EXECUTED
 2004c44:	e6 0c 20 46 	ldub  [ %l0 + 0x46 ], %l3                      <== NOT EXECUTED
			tty->rawInBufSemaphoreOptions = RTEMS_WAIT;                        
			tty->rawInBufSemaphoreTimeout = RTEMS_NO_TIMEOUT;                  
			tty->rawInBufSemaphoreFirstTimeout = RTEMS_NO_TIMEOUT;             
		}                                                                   
		else {                                                              
			tty->vtimeTicks = tty->termios.c_cc[VTIME] *                       
 2004c48:	40 00 51 73 	call  2019214 <.umul>                          <== NOT EXECUTED
 2004c4c:	92 10 00 13 	mov  %l3, %o1                                  <== NOT EXECUTED
 2004c50:	40 00 51 ab 	call  20192fc <.udiv>                          <== NOT EXECUTED
 2004c54:	92 10 20 0a 	mov  0xa, %o1                                  <== NOT EXECUTED
			              rtems_clock_get_ticks_per_second() / 10;             
			if (tty->termios.c_cc[VTIME]) {                                    
 2004c58:	c2 0c 20 46 	ldub  [ %l0 + 0x46 ], %g1                      <== NOT EXECUTED
 2004c5c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004c60:	02 80 00 11 	be  2004ca4 <rtems_termios_ioctl+0x3d0>        <== NOT EXECUTED
 2004c64:	d0 24 20 54 	st  %o0, [ %l0 + 0x54 ]                        <== NOT EXECUTED
				tty->rawInBufSemaphoreOptions = RTEMS_WAIT;                       
				tty->rawInBufSemaphoreTimeout = tty->vtimeTicks;                  
				if (tty->termios.c_cc[VMIN])                                      
 2004c68:	c2 0c 20 47 	ldub  [ %l0 + 0x47 ], %g1                      <== NOT EXECUTED
		}                                                                   
		else {                                                              
			tty->vtimeTicks = tty->termios.c_cc[VTIME] *                       
			              rtems_clock_get_ticks_per_second() / 10;             
			if (tty->termios.c_cc[VTIME]) {                                    
				tty->rawInBufSemaphoreOptions = RTEMS_WAIT;                       
 2004c6c:	c0 24 20 6c 	clr  [ %l0 + 0x6c ]                            <== NOT EXECUTED
				tty->rawInBufSemaphoreTimeout = tty->vtimeTicks;                  
				if (tty->termios.c_cc[VMIN])                                      
 2004c70:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004c74:	12 bf ff 99 	bne  2004ad8 <rtems_termios_ioctl+0x204>       <== NOT EXECUTED
 2004c78:	d0 24 20 70 	st  %o0, [ %l0 + 0x70 ]                        <== NOT EXECUTED
					tty->rawInBufSemaphoreFirstTimeout = RTEMS_NO_TIMEOUT;           
				else                                                              
					tty->rawInBufSemaphoreFirstTimeout = tty->vtimeTicks;            
 2004c7c:	10 bf ff 98 	b  2004adc <rtems_termios_ioctl+0x208>         <== NOT EXECUTED
 2004c80:	d0 24 20 74 	st  %o0, [ %l0 + 0x74 ]                        <== NOT EXECUTED
#endif                                                                
 	case FIONREAD:                                                      
		{                                                                   
		int rawnc = tty->rawInBuf.Tail - tty->rawInBuf.Head;                
		if ( rawnc < 0 )                                                    
			rawnc += tty->rawInBuf.Size;                                       
 2004c84:	c4 04 20 64 	ld  [ %l0 + 0x64 ], %g2                        <== NOT EXECUTED
 2004c88:	10 bf ff a2 	b  2004b10 <rtems_termios_ioctl+0x23c>         <== NOT EXECUTED
 2004c8c:	82 00 40 02 	add  %g1, %g2, %g1                             <== NOT EXECUTED
  /*                                                                  
   * check for flow control options to be switched on                 
   */                                                                 
  /* check for incoming RTS/CTS flow control switched on */           
  if (tty->termios.c_cflag & CRTSCTS) {                               
    tty->flow_ctrl |= FL_MDRTS;                                       
 2004c90:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 2004c94:	82 10 61 00 	or  %g1, 0x100, %g1                            <== NOT EXECUTED
 2004c98:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
  }                                                                   
  /* check for incoming XON/XOF flow control switched on */           
  if (tty->termios.c_iflag & IXOFF) {                                 
 2004c9c:	10 bf ff 7c 	b  2004a8c <rtems_termios_ioctl+0x1b8>         <== NOT EXECUTED
 2004ca0:	c2 04 20 30 	ld  [ %l0 + 0x30 ], %g1                        <== NOT EXECUTED
					tty->rawInBufSemaphoreFirstTimeout = RTEMS_NO_TIMEOUT;           
				else                                                              
					tty->rawInBufSemaphoreFirstTimeout = tty->vtimeTicks;            
			}                                                                  
			else {                                                             
				if (tty->termios.c_cc[VMIN]) {                                    
 2004ca4:	c2 0c 20 47 	ldub  [ %l0 + 0x47 ], %g1                      <== NOT EXECUTED
 2004ca8:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004cac:	32 bf ff 8a 	bne,a   2004ad4 <rtems_termios_ioctl+0x200>    <== NOT EXECUTED
 2004cb0:	c0 24 20 6c 	clr  [ %l0 + 0x6c ]                            <== NOT EXECUTED
					tty->rawInBufSemaphoreOptions = RTEMS_WAIT;                      
					tty->rawInBufSemaphoreTimeout = RTEMS_NO_TIMEOUT;                
					tty->rawInBufSemaphoreFirstTimeout = RTEMS_NO_TIMEOUT;           
				}                                                                 
				else {                                                            
					tty->rawInBufSemaphoreOptions = RTEMS_NO_WAIT;                   
 2004cb4:	82 10 20 01 	mov  1, %g1                                    <== NOT EXECUTED
 2004cb8:	10 bf ff 89 	b  2004adc <rtems_termios_ioctl+0x208>         <== NOT EXECUTED
 2004cbc:	c2 24 20 6c 	st  %g1, [ %l0 + 0x6c ]                        <== NOT EXECUTED
      tty->flow_ctrl &= ~FL_OSTOP;                                    
      /* check for chars in output buffer (or rob_state?) */          
      if (tty->rawOutBufState != rob_idle) {                          
	/* if chars available, call write function... */                     
	(*tty->device.write)(tty->minor,                                     
		     &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);                
 2004cc0:	c4 04 20 84 	ld  [ %l0 + 0x84 ], %g2                        <== NOT EXECUTED
      rtems_interrupt_disable(level);                                 
      tty->flow_ctrl &= ~FL_OSTOP;                                    
      /* check for chars in output buffer (or rob_state?) */          
      if (tty->rawOutBufState != rob_idle) {                          
	/* if chars available, call write function... */                     
	(*tty->device.write)(tty->minor,                                     
 2004cc4:	d2 04 20 7c 	ld  [ %l0 + 0x7c ], %o1                        <== NOT EXECUTED
 2004cc8:	c2 04 20 a4 	ld  [ %l0 + 0xa4 ], %g1                        <== NOT EXECUTED
 2004ccc:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
 2004cd0:	92 02 40 02 	add  %o1, %g2, %o1                             <== NOT EXECUTED
 2004cd4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004cd8:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
 2004cdc:	30 bf ff 54 	b,a   2004a2c <rtems_termios_ioctl+0x158>      <== NOT EXECUTED
                                                                      

0200badc <rtems_termios_number_to_baud>: #include <rtems/termiostypes.h> int rtems_termios_number_to_baud( int32_t baud ) {
 200badc:	82 10 00 08 	mov  %o0, %g1                                  
  int termios_baud;                                                   
                                                                      
  switch (baud) {                                                     
 200bae0:	80 a2 24 b0 	cmp  %o0, 0x4b0                                
 200bae4:	02 80 00 32 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bae8:	90 10 20 09 	mov  9, %o0                                    
 200baec:	80 a0 64 b0 	cmp  %g1, 0x4b0                                
 200baf0:	04 80 00 1e 	ble  200bb68 <rtems_termios_number_to_baud+0x8c>
 200baf4:	80 a0 60 86 	cmp  %g1, 0x86                                 
 200baf8:	05 00 00 12 	sethi  %hi(0x4800), %g2                        
 200bafc:	84 10 a3 00 	or  %g2, 0x300, %g2	! 4b00 <PROM_START+0x4b00> 
 200bb00:	80 a0 40 02 	cmp  %g1, %g2                                  
 200bb04:	02 80 00 2a 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bb08:	90 10 20 0e 	mov  0xe, %o0                                  
 200bb0c:	80 a0 40 02 	cmp  %g1, %g2                                  
 200bb10:	04 80 00 29 	ble  200bbb4 <rtems_termios_number_to_baud+0xd8>
 200bb14:	80 a0 69 60 	cmp  %g1, 0x960                                
 200bb18:	07 00 00 70 	sethi  %hi(0x1c000), %g3                       
    case 2400:    termios_baud = B2400;   break;                      
    case 4800:    termios_baud = B4800;   break;                      
    case 9600:    termios_baud = B9600;   break;                      
    case 19200:   termios_baud = B19200;  break;                      
    case 38400:   termios_baud = B38400;  break;                      
    case 57600:   termios_baud = B57600;  break;                      
 200bb1c:	05 00 00 04 	sethi  %hi(0x1000), %g2                        
  int32_t baud                                                        
)                                                                     
{                                                                     
  int termios_baud;                                                   
                                                                      
  switch (baud) {                                                     
 200bb20:	86 10 e2 00 	or  %g3, 0x200, %g3                            
 200bb24:	80 a0 40 03 	cmp  %g1, %g3                                  
 200bb28:	02 80 00 21 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bb2c:	90 10 a0 02 	or  %g2, 2, %o0                                
 200bb30:	80 a0 40 03 	cmp  %g1, %g3                                  
 200bb34:	04 80 00 46 	ble  200bc4c <rtems_termios_number_to_baud+0x170>
 200bb38:	07 00 00 25 	sethi  %hi(0x9400), %g3                        
 200bb3c:	07 00 00 e1 	sethi  %hi(0x38400), %g3                       
 200bb40:	80 a0 40 03 	cmp  %g1, %g3                                  
 200bb44:	02 80 00 1a 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bb48:	90 10 a0 03 	or  %g2, 3, %o0                                
    case 9600:    termios_baud = B9600;   break;                      
    case 19200:   termios_baud = B19200;  break;                      
    case 38400:   termios_baud = B38400;  break;                      
    case 57600:   termios_baud = B57600;  break;                      
    case 115200:  termios_baud = B115200; break;                      
    case 230400:  termios_baud = B230400; break;                      
 200bb4c:	90 10 a0 04 	or  %g2, 4, %o0                                
  int32_t baud                                                        
)                                                                     
{                                                                     
  int termios_baud;                                                   
                                                                      
  switch (baud) {                                                     
 200bb50:	05 00 01 c2 	sethi  %hi(0x70800), %g2                       
 200bb54:	80 a0 40 02 	cmp  %g1, %g2                                  
 200bb58:	02 80 00 4b 	be  200bc84 <rtems_termios_number_to_baud+0x1a8><== ALWAYS TAKEN
 200bb5c:	01 00 00 00 	nop                                            
    case 460800:  termios_baud = B460800; break;                      
    default:      termios_baud = -1;      break;                      
  }                                                                   
                                                                      
  return termios_baud;                                                
}                                                                     
 200bb60:	81 c3 e0 08 	retl                                           
 200bb64:	90 10 3f ff 	mov  -1, %o0	! ffffffff <RAM_END+0xfdbfffff>   
  int32_t baud                                                        
)                                                                     
{                                                                     
  int termios_baud;                                                   
                                                                      
  switch (baud) {                                                     
 200bb68:	02 80 00 11 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bb6c:	90 10 20 04 	mov  4, %o0                                    
 200bb70:	80 a0 60 86 	cmp  %g1, 0x86                                 
 200bb74:	04 80 00 21 	ble  200bbf8 <rtems_termios_number_to_baud+0x11c>
 200bb78:	80 a0 60 32 	cmp  %g1, 0x32                                 
 200bb7c:	80 a0 60 c8 	cmp  %g1, 0xc8                                 
 200bb80:	02 80 00 0b 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bb84:	90 10 20 06 	mov  6, %o0                                    
 200bb88:	80 a0 60 c8 	cmp  %g1, 0xc8                                 
 200bb8c:	04 80 00 28 	ble  200bc2c <rtems_termios_number_to_baud+0x150>
 200bb90:	80 a0 60 96 	cmp  %g1, 0x96                                 
 200bb94:	80 a0 61 2c 	cmp  %g1, 0x12c                                
 200bb98:	02 80 00 05 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bb9c:	90 10 20 07 	mov  7, %o0                                    
 200bba0:	80 a0 62 58 	cmp  %g1, 0x258                                
 200bba4:	12 bf ff ef 	bne  200bb60 <rtems_termios_number_to_baud+0x84><== NEVER TAKEN
 200bba8:	90 10 20 08 	mov  8, %o0                                    
 200bbac:	81 c3 e0 08 	retl                                           
 200bbb0:	01 00 00 00 	nop                                            
 200bbb4:	02 bf ff fe 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bbb8:	90 10 20 0b 	mov  0xb, %o0	! b <PROM_START+0xb>             
 200bbbc:	80 a0 69 60 	cmp  %g1, 0x960                                
 200bbc0:	04 80 00 2f 	ble  200bc7c <rtems_termios_number_to_baud+0x1a0>
 200bbc4:	80 a0 67 08 	cmp  %g1, 0x708                                
 200bbc8:	05 00 00 04 	sethi  %hi(0x1000), %g2                        
 200bbcc:	84 10 a2 c0 	or  %g2, 0x2c0, %g2	! 12c0 <PROM_START+0x12c0> 
 200bbd0:	80 a0 40 02 	cmp  %g1, %g2                                  
 200bbd4:	02 bf ff f6 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bbd8:	90 10 20 0c 	mov  0xc, %o0                                  
 200bbdc:	05 00 00 09 	sethi  %hi(0x2400), %g2                        
 200bbe0:	84 10 a1 80 	or  %g2, 0x180, %g2	! 2580 <PROM_START+0x2580> 
 200bbe4:	80 a0 40 02 	cmp  %g1, %g2                                  
 200bbe8:	12 bf ff de 	bne  200bb60 <rtems_termios_number_to_baud+0x84>
 200bbec:	90 10 20 0d 	mov  0xd, %o0                                  
 200bbf0:	81 c3 e0 08 	retl                                           
 200bbf4:	01 00 00 00 	nop                                            
 200bbf8:	02 bf ff ed 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bbfc:	90 10 20 01 	mov  1, %o0	! 1 <PROM_START+0x1>               
 200bc00:	80 a0 60 32 	cmp  %g1, 0x32                                 
 200bc04:	04 80 00 0e 	ble  200bc3c <rtems_termios_number_to_baud+0x160>
 200bc08:	80 a0 60 00 	cmp  %g1, 0                                    
 200bc0c:	80 a0 60 4b 	cmp  %g1, 0x4b                                 
 200bc10:	02 bf ff e7 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bc14:	90 10 20 02 	mov  2, %o0                                    
 200bc18:	80 a0 60 6e 	cmp  %g1, 0x6e                                 
 200bc1c:	12 bf ff d1 	bne  200bb60 <rtems_termios_number_to_baud+0x84><== NEVER TAKEN
 200bc20:	90 10 20 03 	mov  3, %o0                                    
 200bc24:	81 c3 e0 08 	retl                                           
 200bc28:	01 00 00 00 	nop                                            
 200bc2c:	12 bf ff cd 	bne  200bb60 <rtems_termios_number_to_baud+0x84><== NEVER TAKEN
 200bc30:	90 10 20 05 	mov  5, %o0	! 5 <PROM_START+0x5>               
 200bc34:	81 c3 e0 08 	retl                                           
 200bc38:	01 00 00 00 	nop                                            
 200bc3c:	12 bf ff c9 	bne  200bb60 <rtems_termios_number_to_baud+0x84>
 200bc40:	90 10 20 00 	clr  %o0	! 0 <PROM_START>                      
    case 460800:  termios_baud = B460800; break;                      
    default:      termios_baud = -1;      break;                      
  }                                                                   
                                                                      
  return termios_baud;                                                
}                                                                     
 200bc44:	81 c3 e0 08 	retl                                           
 200bc48:	01 00 00 00 	nop                                            
  int32_t baud                                                        
)                                                                     
{                                                                     
  int termios_baud;                                                   
                                                                      
  switch (baud) {                                                     
 200bc4c:	86 10 e2 00 	or  %g3, 0x200, %g3                            
 200bc50:	80 a0 40 03 	cmp  %g1, %g3                                  
 200bc54:	02 bf ff d6 	be  200bbac <rtems_termios_number_to_baud+0xd0>
 200bc58:	90 10 20 0f 	mov  0xf, %o0                                  
    case 1800:    termios_baud = B1800;   break;                      
    case 2400:    termios_baud = B2400;   break;                      
    case 4800:    termios_baud = B4800;   break;                      
    case 9600:    termios_baud = B9600;   break;                      
    case 19200:   termios_baud = B19200;  break;                      
    case 38400:   termios_baud = B38400;  break;                      
 200bc5c:	90 10 a0 01 	or  %g2, 1, %o0                                
  int32_t baud                                                        
)                                                                     
{                                                                     
  int termios_baud;                                                   
                                                                      
  switch (baud) {                                                     
 200bc60:	05 00 00 38 	sethi  %hi(0xe000), %g2                        
 200bc64:	84 10 a1 00 	or  %g2, 0x100, %g2	! e100 <PROM_START+0xe100> 
 200bc68:	80 a0 40 02 	cmp  %g1, %g2                                  
 200bc6c:	32 bf ff d0 	bne,a   200bbac <rtems_termios_number_to_baud+0xd0><== NEVER TAKEN
 200bc70:	90 10 3f ff 	mov  -1, %o0                                   <== NOT EXECUTED
 200bc74:	81 c3 e0 08 	retl                                           
 200bc78:	01 00 00 00 	nop                                            
 200bc7c:	12 bf ff b9 	bne  200bb60 <rtems_termios_number_to_baud+0x84><== NEVER TAKEN
 200bc80:	90 10 20 0a 	mov  0xa, %o0	! a <PROM_START+0xa>             
 200bc84:	81 c3 e0 08 	retl                                           
                                                                      

02004ed0 <rtems_termios_open>: rtems_device_major_number major, rtems_device_minor_number minor, void *arg, const rtems_termios_callbacks *callbacks ) {
 2004ed0:	9d e3 bf a0 	save  %sp, -96, %sp                            
	struct rtems_termios_tty *tty;                                       
                                                                      
	/*                                                                   
	 * See if the device has already been opened                         
	 */                                                                  
	sc = rtems_semaphore_obtain (rtems_termios_ttyMutex,                 
 2004ed4:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     
 2004ed8:	d0 04 63 bc 	ld  [ %l1 + 0x3bc ], %o0	! 201cbbc <rtems_termios_ttyMutex>
 2004edc:	92 10 20 00 	clr  %o1                                       
 2004ee0:	40 00 04 49 	call  2006004 <rtems_semaphore_obtain>         
 2004ee4:	94 10 20 00 	clr  %o2                                       
				     RTEMS_WAIT, RTEMS_NO_TIMEOUT);                               
	if (sc != RTEMS_SUCCESSFUL)                                          
 2004ee8:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 2004eec:	32 80 00 29 	bne,a   2004f90 <rtems_termios_open+0xc0>      <== NEVER TAKEN
 2004ef0:	b0 10 00 10 	mov  %l0, %i0                                  <== NOT EXECUTED
		return sc;                                                          
	for (tty = rtems_termios_ttyHead ; tty != NULL ; tty = tty->forw) {  
 2004ef4:	29 00 80 72 	sethi  %hi(0x201c800), %l4                     
 2004ef8:	e4 05 23 c4 	ld  [ %l4 + 0x3c4 ], %l2	! 201cbc4 <rtems_termios_ttyHead>
 2004efc:	80 a4 a0 00 	cmp  %l2, 0                                    
 2004f00:	32 80 00 08 	bne,a   2004f20 <rtems_termios_open+0x50>      
 2004f04:	c2 04 a0 0c 	ld  [ %l2 + 0xc ], %g1                         
		static char c = 'a';                                                
                                                                      
		/*                                                                  
		 * Create a new device                                              
		 */                                                                 
		tty = calloc (1, sizeof (struct rtems_termios_tty));                
 2004f08:	10 80 00 33 	b  2004fd4 <rtems_termios_open+0x104>          
 2004f0c:	90 10 20 01 	mov  1, %o0                                    
	 */                                                                  
	sc = rtems_semaphore_obtain (rtems_termios_ttyMutex,                 
				     RTEMS_WAIT, RTEMS_NO_TIMEOUT);                               
	if (sc != RTEMS_SUCCESSFUL)                                          
		return sc;                                                          
	for (tty = rtems_termios_ttyHead ; tty != NULL ; tty = tty->forw) {  
 2004f10:	80 a4 a0 00 	cmp  %l2, 0                                    
 2004f14:	02 80 00 30 	be  2004fd4 <rtems_termios_open+0x104>         <== ALWAYS TAKEN
 2004f18:	90 10 20 01 	mov  1, %o0                                    
		if ((tty->major == major) && (tty->minor == minor))                 
 2004f1c:	c2 04 a0 0c 	ld  [ %l2 + 0xc ], %g1                         <== NOT EXECUTED
 2004f20:	80 a0 40 18 	cmp  %g1, %i0                                  
 2004f24:	32 bf ff fb 	bne,a   2004f10 <rtems_termios_open+0x40>      
 2004f28:	e4 04 80 00 	ld  [ %l2 ], %l2                               
 2004f2c:	c2 04 a0 10 	ld  [ %l2 + 0x10 ], %g1                        
 2004f30:	80 a0 40 19 	cmp  %g1, %i1                                  
 2004f34:	32 bf ff f7 	bne,a   2004f10 <rtems_termios_open+0x40>      <== NEVER TAKEN
 2004f38:	e4 04 80 00 	ld  [ %l2 ], %l2                               <== NOT EXECUTED
		if (c++ == 'z')                                                     
			c = 'a';                                                           
                                                                      
	}                                                                    
	args->iop->data1 = tty;                                              
	if (!tty->refcount++) {                                              
 2004f3c:	c2 04 a0 08 	ld  [ %l2 + 8 ], %g1                           
		 */                                                                 
		if (c++ == 'z')                                                     
			c = 'a';                                                           
                                                                      
	}                                                                    
	args->iop->data1 = tty;                                              
 2004f40:	c6 06 80 00 	ld  [ %i2 ], %g3                               
	if (!tty->refcount++) {                                              
 2004f44:	84 00 60 01 	add  %g1, 1, %g2                               
		 */                                                                 
		if (c++ == 'z')                                                     
			c = 'a';                                                           
                                                                      
	}                                                                    
	args->iop->data1 = tty;                                              
 2004f48:	e4 20 e0 38 	st  %l2, [ %g3 + 0x38 ]                        
	if (!tty->refcount++) {                                              
 2004f4c:	80 a0 60 00 	cmp  %g1, 0                                    
 2004f50:	12 80 00 0d 	bne  2004f84 <rtems_termios_open+0xb4>         
 2004f54:	c4 24 a0 08 	st  %g2, [ %l2 + 8 ]                           
	  if (tty->device.firstOpen)                                         
 2004f58:	c2 04 a0 98 	ld  [ %l2 + 0x98 ], %g1                        
 2004f5c:	80 a0 60 00 	cmp  %g1, 0                                    
 2004f60:	02 80 00 05 	be  2004f74 <rtems_termios_open+0xa4>          
 2004f64:	90 10 00 18 	mov  %i0, %o0                                  
		(*tty->device.firstOpen)(major, minor, arg);                        
 2004f68:	92 10 00 19 	mov  %i1, %o1                                  
 2004f6c:	9f c0 40 00 	call  %g1                                      
 2004f70:	94 10 00 1a 	mov  %i2, %o2                                  
	  /*                                                                 
	   * start I/O tasks, if needed                                      
	   */                                                                
	  if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {     
 2004f74:	c2 04 a0 b4 	ld  [ %l2 + 0xb4 ], %g1                        
 2004f78:	80 a0 60 02 	cmp  %g1, 2                                    
 2004f7c:	22 80 00 07 	be,a   2004f98 <rtems_termios_open+0xc8>       <== NEVER TAKEN
 2004f80:	d0 04 a0 c4 	ld  [ %l2 + 0xc4 ], %o0                        <== NOT EXECUTED
				  (rtems_task_argument)tty);                                      
	    if (sc != RTEMS_SUCCESSFUL)                                      
	      rtems_fatal_error_occurred (sc);                               
	  }                                                                  
	}                                                                    
	rtems_semaphore_release (rtems_termios_ttyMutex);                    
 2004f84:	40 00 04 67 	call  2006120 <rtems_semaphore_release>        
 2004f88:	d0 04 63 bc 	ld  [ %l1 + 0x3bc ], %o0                       
	return RTEMS_SUCCESSFUL;                                             
}                                                                     
 2004f8c:	b0 10 00 10 	mov  %l0, %i0                                  
 2004f90:	81 c7 e0 08 	ret                                            
 2004f94:	81 e8 00 00 	restore                                        
		(*tty->device.firstOpen)(major, minor, arg);                        
	  /*                                                                 
	   * start I/O tasks, if needed                                      
	   */                                                                
	  if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {     
	    sc = rtems_task_start(tty->rxTaskId,                             
 2004f98:	13 00 80 14 	sethi  %hi(0x2005000), %o1                     <== NOT EXECUTED
 2004f9c:	94 10 00 12 	mov  %l2, %o2                                  <== NOT EXECUTED
 2004fa0:	40 00 05 34 	call  2006470 <rtems_task_start>               <== NOT EXECUTED
 2004fa4:	92 12 63 c0 	or  %o1, 0x3c0, %o1                            <== NOT EXECUTED
				  rtems_termios_rxdaemon,                                         
				  (rtems_task_argument)tty);                                      
	    if (sc != RTEMS_SUCCESSFUL)                                      
 2004fa8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004fac:	12 80 00 bf 	bne  20052a8 <rtems_termios_open+0x3d8>        <== NOT EXECUTED
 2004fb0:	94 10 00 12 	mov  %l2, %o2                                  <== NOT EXECUTED
	      rtems_fatal_error_occurred (sc);                               
                                                                      
	    sc = rtems_task_start(tty->txTaskId,                             
 2004fb4:	d0 04 a0 c8 	ld  [ %l2 + 0xc8 ], %o0                        <== NOT EXECUTED
 2004fb8:	13 00 80 14 	sethi  %hi(0x2005000), %o1                     <== NOT EXECUTED
 2004fbc:	40 00 05 2d 	call  2006470 <rtems_task_start>               <== NOT EXECUTED
 2004fc0:	92 12 63 28 	or  %o1, 0x328, %o1	! 2005328 <rtems_termios_txdaemon><== NOT EXECUTED
				  rtems_termios_txdaemon,                                         
				  (rtems_task_argument)tty);                                      
	    if (sc != RTEMS_SUCCESSFUL)                                      
 2004fc4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004fc8:	02 bf ff ef 	be  2004f84 <rtems_termios_open+0xb4>          <== NOT EXECUTED
 2004fcc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004fd0:	30 80 00 b6 	b,a   20052a8 <rtems_termios_open+0x3d8>       <== NOT EXECUTED
		static char c = 'a';                                                
                                                                      
		/*                                                                  
		 * Create a new device                                              
		 */                                                                 
		tty = calloc (1, sizeof (struct rtems_termios_tty));                
 2004fd4:	40 00 18 bc 	call  200b2c4 <calloc>                         
 2004fd8:	92 10 20 e8 	mov  0xe8, %o1                                 
		if (tty == NULL) {                                                  
 2004fdc:	a6 92 20 00 	orcc  %o0, 0, %l3                              
 2004fe0:	02 80 00 99 	be  2005244 <rtems_termios_open+0x374>         <== NEVER TAKEN
 2004fe4:	a4 10 00 13 	mov  %l3, %l2                                  
			return RTEMS_NO_MEMORY;                                            
		}                                                                   
		/*                                                                  
		 * allocate raw input buffer                                        
		 */                                                                 
		tty->rawInBuf.Size = RAW_INPUT_BUFFER_SIZE;                         
 2004fe8:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2004fec:	c2 00 63 24 	ld  [ %g1 + 0x324 ], %g1	! 201c324 <rtems_termios_raw_input_size>
 2004ff0:	c2 24 e0 64 	st  %g1, [ %l3 + 0x64 ]                        
		tty->rawInBuf.theBuf = malloc (tty->rawInBuf.Size);                 
 2004ff4:	d0 04 e0 64 	ld  [ %l3 + 0x64 ], %o0                        
 2004ff8:	40 00 1a 78 	call  200b9d8 <malloc>                         
 2004ffc:	01 00 00 00 	nop                                            
		if (tty->rawInBuf.theBuf == NULL) {                                 
 2005000:	80 a2 20 00 	cmp  %o0, 0                                    
 2005004:	02 80 00 8e 	be  200523c <rtems_termios_open+0x36c>         <== NEVER TAKEN
 2005008:	d0 24 e0 58 	st  %o0, [ %l3 + 0x58 ]                        
			return RTEMS_NO_MEMORY;                                            
		}                                                                   
		/*                                                                  
		 * allocate raw output buffer                                       
		 */                                                                 
		tty->rawOutBuf.Size = RAW_OUTPUT_BUFFER_SIZE;                       
 200500c:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2005010:	c2 00 63 28 	ld  [ %g1 + 0x328 ], %g1	! 201c328 <rtems_termios_raw_output_size>
 2005014:	c2 24 e0 88 	st  %g1, [ %l3 + 0x88 ]                        
		tty->rawOutBuf.theBuf = malloc (tty->rawOutBuf.Size);               
 2005018:	d0 04 e0 88 	ld  [ %l3 + 0x88 ], %o0                        
 200501c:	40 00 1a 6f 	call  200b9d8 <malloc>                         
 2005020:	01 00 00 00 	nop                                            
		if (tty->rawOutBuf.theBuf == NULL) {                                
 2005024:	80 a2 20 00 	cmp  %o0, 0                                    
 2005028:	02 80 00 8c 	be  2005258 <rtems_termios_open+0x388>         <== NEVER TAKEN
 200502c:	d0 24 e0 7c 	st  %o0, [ %l3 + 0x7c ]                        
			return RTEMS_NO_MEMORY;                                            
		}                                                                   
		/*                                                                  
		 * allocate cooked buffer                                           
		 */                                                                 
		tty->cbuf  = malloc (CBUFSIZE);                                     
 2005030:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 2005034:	40 00 1a 69 	call  200b9d8 <malloc>                         
 2005038:	d0 00 63 20 	ld  [ %g1 + 0x320 ], %o0	! 201c320 <rtems_termios_cbufsize>
		if (tty->cbuf == NULL) {                                            
 200503c:	80 a2 20 00 	cmp  %o0, 0                                    
 2005040:	02 80 00 9c 	be  20052b0 <rtems_termios_open+0x3e0>         <== NEVER TAKEN
 2005044:	d0 24 e0 1c 	st  %o0, [ %l3 + 0x1c ]                        
		tty->tty_rcvwakeup  = 0;                                            
                                                                      
		/*                                                                  
		 * link tty                                                         
		 */                                                                 
		tty->forw = rtems_termios_ttyHead;                                  
 2005048:	c2 05 23 c4 	ld  [ %l4 + 0x3c4 ], %g1                       
			return RTEMS_NO_MEMORY;                                            
		}                                                                   
		/*                                                                  
		 * Initialize wakeup callbacks                                      
		 */                                                                 
		tty->tty_snd.sw_pfn = NULL;                                         
 200504c:	c0 24 e0 d4 	clr  [ %l3 + 0xd4 ]                            
		tty->tty_snd.sw_arg = NULL;                                         
 2005050:	c0 24 e0 d8 	clr  [ %l3 + 0xd8 ]                            
		tty->tty_rcv.sw_pfn = NULL;                                         
 2005054:	c0 24 e0 dc 	clr  [ %l3 + 0xdc ]                            
		tty->tty_rcv.sw_arg = NULL;                                         
 2005058:	c0 24 e0 e0 	clr  [ %l3 + 0xe0 ]                            
		tty->tty_rcvwakeup  = 0;                                            
 200505c:	c0 24 e0 e4 	clr  [ %l3 + 0xe4 ]                            
                                                                      
		/*                                                                  
		 * link tty                                                         
		 */                                                                 
		tty->forw = rtems_termios_ttyHead;                                  
 2005060:	c2 24 c0 00 	st  %g1, [ %l3 ]                               
		tty->back = NULL;                                                   
		if (rtems_termios_ttyHead != NULL)                                  
 2005064:	80 a0 60 00 	cmp  %g1, 0                                    
 2005068:	02 80 00 03 	be  2005074 <rtems_termios_open+0x1a4>         
 200506c:	c0 24 e0 04 	clr  [ %l3 + 4 ]                               
			rtems_termios_ttyHead->back = tty;                                 
 2005070:	e6 20 60 04 	st  %l3, [ %g1 + 4 ]                           
		rtems_termios_ttyHead = tty;                                        
		if (rtems_termios_ttyTail == NULL)                                  
 2005074:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
 2005078:	c4 00 63 c0 	ld  [ %g1 + 0x3c0 ], %g2	! 201cbc0 <rtems_termios_ttyTail>
 200507c:	80 a0 a0 00 	cmp  %g2, 0                                    
 2005080:	02 80 00 a8 	be  2005320 <rtems_termios_open+0x450>         
 2005084:	e6 25 23 c4 	st  %l3, [ %l4 + 0x3c4 ]                       
		tty->major = major;                                                 
                                                                      
		/*                                                                  
		 * Set up mutex semaphores                                          
		 */                                                                 
		sc = rtems_semaphore_create (                                       
 2005088:	29 00 80 70 	sethi  %hi(0x201c000), %l4                     
 200508c:	d0 4d 23 2c 	ldsb  [ %l4 + 0x32c ], %o0	! 201c32c <c.6361>  
 2005090:	03 15 14 9a 	sethi  %hi(0x54526800), %g1                    
 2005094:	82 10 61 00 	or  %g1, 0x100, %g1	! 54526900 <RAM_END+0x52126900>
			rtems_termios_ttyHead->back = tty;                                 
		rtems_termios_ttyHead = tty;                                        
		if (rtems_termios_ttyTail == NULL)                                  
			rtems_termios_ttyTail = tty;                                       
                                                                      
		tty->minor = minor;                                                 
 2005098:	f2 24 e0 10 	st  %i1, [ %l3 + 0x10 ]                        
		tty->major = major;                                                 
 200509c:	f0 24 e0 0c 	st  %i0, [ %l3 + 0xc ]                         
                                                                      
		/*                                                                  
		 * Set up mutex semaphores                                          
		 */                                                                 
		sc = rtems_semaphore_create (                                       
 20050a0:	90 12 00 01 	or  %o0, %g1, %o0                              
 20050a4:	92 10 20 01 	mov  1, %o1                                    
 20050a8:	94 10 20 54 	mov  0x54, %o2                                 
 20050ac:	96 10 20 00 	clr  %o3                                       
 20050b0:	40 00 03 34 	call  2005d80 <rtems_semaphore_create>         
 20050b4:	98 04 e0 14 	add  %l3, 0x14, %o4                            
			rtems_build_name ('T', 'R', 'i', c),                               
			1,                                                                 
			RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY,  
			RTEMS_NO_PRIORITY,                                                 
			&tty->isem);                                                       
		if (sc != RTEMS_SUCCESSFUL)                                         
 20050b8:	80 a2 20 00 	cmp  %o0, 0                                    
 20050bc:	12 80 00 7b 	bne  20052a8 <rtems_termios_open+0x3d8>        <== NEVER TAKEN
 20050c0:	03 15 14 9b 	sethi  %hi(0x54526c00), %g1                    
			rtems_fatal_error_occurred (sc);                                   
		sc = rtems_semaphore_create (                                       
 20050c4:	d0 4d 23 2c 	ldsb  [ %l4 + 0x32c ], %o0                     
 20050c8:	82 10 63 00 	or  %g1, 0x300, %g1                            
 20050cc:	92 10 20 01 	mov  1, %o1                                    
 20050d0:	90 12 00 01 	or  %o0, %g1, %o0                              
 20050d4:	94 10 20 54 	mov  0x54, %o2                                 
 20050d8:	96 10 20 00 	clr  %o3                                       
 20050dc:	40 00 03 29 	call  2005d80 <rtems_semaphore_create>         
 20050e0:	98 04 e0 18 	add  %l3, 0x18, %o4                            
			rtems_build_name ('T', 'R', 'o', c),                               
			1,                                                                 
			RTEMS_BINARY_SEMAPHORE | RTEMS_INHERIT_PRIORITY | RTEMS_PRIORITY,  
			RTEMS_NO_PRIORITY,                                                 
			&tty->osem);                                                       
		if (sc != RTEMS_SUCCESSFUL)                                         
 20050e4:	80 a2 20 00 	cmp  %o0, 0                                    
 20050e8:	12 80 00 70 	bne  20052a8 <rtems_termios_open+0x3d8>        <== NEVER TAKEN
 20050ec:	03 15 14 9e 	sethi  %hi(0x54527800), %g1                    
			rtems_fatal_error_occurred (sc);                                   
		sc = rtems_semaphore_create (                                       
 20050f0:	d0 4d 23 2c 	ldsb  [ %l4 + 0x32c ], %o0                     
 20050f4:	92 10 20 00 	clr  %o1                                       
 20050f8:	90 12 00 01 	or  %o0, %g1, %o0                              
 20050fc:	94 10 20 20 	mov  0x20, %o2                                 
 2005100:	96 10 20 00 	clr  %o3                                       
 2005104:	40 00 03 1f 	call  2005d80 <rtems_semaphore_create>         
 2005108:	98 04 e0 8c 	add  %l3, 0x8c, %o4                            
			rtems_build_name ('T', 'R', 'x', c),                               
			0,                                                                 
			RTEMS_SIMPLE_BINARY_SEMAPHORE | RTEMS_FIFO,                        
			RTEMS_NO_PRIORITY,                                                 
			&tty->rawOutBuf.Semaphore);                                        
		if (sc != RTEMS_SUCCESSFUL)                                         
 200510c:	80 a2 20 00 	cmp  %o0, 0                                    
 2005110:	12 80 00 66 	bne  20052a8 <rtems_termios_open+0x3d8>        <== NEVER TAKEN
 2005114:	92 10 00 1b 	mov  %i3, %o1                                  
			rtems_fatal_error_occurred (sc);                                   
		tty->rawOutBufState = rob_idle;                                     
 2005118:	c0 24 e0 94 	clr  [ %l3 + 0x94 ]                            
                                                                      
		/*                                                                  
		 * Set callbacks                                                    
		 */                                                                 
		tty->device = *callbacks;                                           
 200511c:	90 04 e0 98 	add  %l3, 0x98, %o0                            
 2005120:	40 00 2d 7f 	call  201071c <memcpy>                         
 2005124:	94 10 20 20 	mov  0x20, %o2                                 
                                                                      
		/*                                                                  
		 * Create I/O tasks                                                 
		 */                                                                 
		if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {      
 2005128:	c2 04 e0 b4 	ld  [ %l3 + 0xb4 ], %g1                        
 200512c:	80 a0 60 02 	cmp  %g1, 2                                    
 2005130:	02 80 00 65 	be  20052c4 <rtems_termios_open+0x3f4>         <== NEVER TAKEN
 2005134:	d0 4d 23 2c 	ldsb  [ %l4 + 0x32c ], %o0                     
				   &tty->rxTaskId);                                               
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
                                                                      
		}                                                                   
		if ((tty->device.pollRead == NULL) ||                               
 2005138:	c2 04 e0 a0 	ld  [ %l3 + 0xa0 ], %g1                        
 200513c:	80 a0 60 00 	cmp  %g1, 0                                    
 2005140:	02 80 00 4f 	be  200527c <rtems_termios_open+0x3ac>         
 2005144:	d0 4d 23 2c 	ldsb  [ %l4 + 0x32c ], %o0                     
		    (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN)){     
 2005148:	c2 04 e0 b4 	ld  [ %l3 + 0xb4 ], %g1                        
 200514c:	80 a0 60 02 	cmp  %g1, 2                                    
 2005150:	02 80 00 4c 	be  2005280 <rtems_termios_open+0x3b0>         <== NEVER TAKEN
 2005154:	03 15 14 9c 	sethi  %hi(0x54527000), %g1                    
		tty->termios.c_cc[VDISCARD] = '\017';                               
		tty->termios.c_cc[VWERASE] = '\027';                                
		tty->termios.c_cc[VLNEXT] = '\026';                                 
                                                                      
		/* start with no flow control, clear flow control flags */          
		tty->flow_ctrl = 0;                                                 
 2005158:	c0 24 e0 b8 	clr  [ %l3 + 0xb8 ]                            
		/*                                                                  
		 * set low/highwater mark for XON/XOFF support                      
		 */                                                                 
		tty->lowwater  = tty->rawInBuf.Size * 1/2;                          
 200515c:	c6 04 e0 64 	ld  [ %l3 + 0x64 ], %g3                        
		tty->highwater = tty->rawInBuf.Size * 3/4;                          
		/*                                                                  
		 * Bump name characer                                               
		 */                                                                 
		if (c++ == 'z')                                                     
 2005160:	c2 0d 23 2c 	ldub  [ %l4 + 0x32c ], %g1                     
		/* start with no flow control, clear flow control flags */          
		tty->flow_ctrl = 0;                                                 
		/*                                                                  
		 * set low/highwater mark for XON/XOFF support                      
		 */                                                                 
		tty->lowwater  = tty->rawInBuf.Size * 1/2;                          
 2005164:	87 30 e0 01 	srl  %g3, 1, %g3                               
 2005168:	c6 24 e0 bc 	st  %g3, [ %l3 + 0xbc ]                        
		}                                                                   
                                                                      
		/*                                                                  
		 * Set default parameters                                           
		 */                                                                 
		tty->termios.c_iflag = BRKINT | ICRNL | IXON | IMAXBEL;             
 200516c:	07 00 00 09 	sethi  %hi(0x2400), %g3                        
 2005170:	86 10 e1 02 	or  %g3, 0x102, %g3	! 2502 <PROM_START+0x2502> 
 2005174:	c6 24 e0 30 	st  %g3, [ %l3 + 0x30 ]                        
		tty->termios.c_oflag = OPOST | ONLCR | XTABS;                       
 2005178:	07 00 00 06 	sethi  %hi(0x1800), %g3                        
 200517c:	86 10 e0 05 	or  %g3, 5, %g3	! 1805 <PROM_START+0x1805>     
 2005180:	c6 24 e0 34 	st  %g3, [ %l3 + 0x34 ]                        
		tty->termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL;                
 2005184:	86 10 28 bd 	mov  0x8bd, %g3                                
 2005188:	c6 24 e0 38 	st  %g3, [ %l3 + 0x38 ]                        
		tty->termios.c_lflag = ISIG | ICANON | IEXTEN | ECHO | ECHOK | ECHOE | ECHOCTL;
 200518c:	07 00 00 20 	sethi  %hi(0x8000), %g3                        
 2005190:	86 10 e2 3b 	or  %g3, 0x23b, %g3	! 823b <PROM_START+0x823b> 
 2005194:	c6 24 e0 3c 	st  %g3, [ %l3 + 0x3c ]                        
                                                                      
		tty->termios.c_cc[VINTR] = '\003';                                  
 2005198:	86 10 20 03 	mov  3, %g3                                    
 200519c:	c6 2c e0 41 	stb  %g3, [ %l3 + 0x41 ]                       
		tty->termios.c_cc[VQUIT] = '\034';                                  
 20051a0:	86 10 20 1c 	mov  0x1c, %g3                                 
 20051a4:	c6 2c e0 42 	stb  %g3, [ %l3 + 0x42 ]                       
		tty->termios.c_cc[VERASE] = '\177';                                 
 20051a8:	86 10 20 7f 	mov  0x7f, %g3                                 
 20051ac:	c6 2c e0 43 	stb  %g3, [ %l3 + 0x43 ]                       
		tty->termios.c_cc[VKILL] = '\025';                                  
 20051b0:	86 10 20 15 	mov  0x15, %g3                                 
 20051b4:	c6 2c e0 44 	stb  %g3, [ %l3 + 0x44 ]                       
		tty->termios.c_cc[VEOF] = '\004';                                   
 20051b8:	86 10 20 04 	mov  4, %g3                                    
 20051bc:	c6 2c e0 45 	stb  %g3, [ %l3 + 0x45 ]                       
		tty->termios.c_cc[VEOL] = '\000';                                   
		tty->termios.c_cc[VEOL2] = '\000';                                  
		tty->termios.c_cc[VSTART] = '\021';                                 
 20051c0:	86 10 20 11 	mov  0x11, %g3                                 
 20051c4:	c6 2c e0 49 	stb  %g3, [ %l3 + 0x49 ]                       
		tty->termios.c_cc[VSTOP] = '\023';                                  
 20051c8:	86 10 20 13 	mov  0x13, %g3                                 
 20051cc:	c6 2c e0 4a 	stb  %g3, [ %l3 + 0x4a ]                       
		tty->termios.c_cc[VSUSP] = '\032';                                  
 20051d0:	86 10 20 1a 	mov  0x1a, %g3                                 
 20051d4:	c6 2c e0 4b 	stb  %g3, [ %l3 + 0x4b ]                       
		tty->termios.c_cc[VREPRINT] = '\022';                               
 20051d8:	86 10 20 12 	mov  0x12, %g3                                 
 20051dc:	c6 2c e0 4d 	stb  %g3, [ %l3 + 0x4d ]                       
		tty->termios.c_cc[VDISCARD] = '\017';                               
 20051e0:	86 10 20 0f 	mov  0xf, %g3                                  
		tty->flow_ctrl = 0;                                                 
		/*                                                                  
		 * set low/highwater mark for XON/XOFF support                      
		 */                                                                 
		tty->lowwater  = tty->rawInBuf.Size * 1/2;                          
		tty->highwater = tty->rawInBuf.Size * 3/4;                          
 20051e4:	c4 04 e0 64 	ld  [ %l3 + 0x64 ], %g2                        
		tty->termios.c_cc[VEOL2] = '\000';                                  
		tty->termios.c_cc[VSTART] = '\021';                                 
		tty->termios.c_cc[VSTOP] = '\023';                                  
		tty->termios.c_cc[VSUSP] = '\032';                                  
		tty->termios.c_cc[VREPRINT] = '\022';                               
		tty->termios.c_cc[VDISCARD] = '\017';                               
 20051e8:	c6 2c e0 4e 	stb  %g3, [ %l3 + 0x4e ]                       
		tty->termios.c_cc[VWERASE] = '\027';                                
 20051ec:	86 10 20 17 	mov  0x17, %g3                                 
 20051f0:	c6 2c e0 4f 	stb  %g3, [ %l3 + 0x4f ]                       
		tty->termios.c_cc[VLNEXT] = '\026';                                 
 20051f4:	86 10 20 16 	mov  0x16, %g3                                 
		tty->termios.c_cc[VINTR] = '\003';                                  
		tty->termios.c_cc[VQUIT] = '\034';                                  
		tty->termios.c_cc[VERASE] = '\177';                                 
		tty->termios.c_cc[VKILL] = '\025';                                  
		tty->termios.c_cc[VEOF] = '\004';                                   
		tty->termios.c_cc[VEOL] = '\000';                                   
 20051f8:	c0 2c e0 4c 	clrb  [ %l3 + 0x4c ]                           
		tty->termios.c_cc[VSTOP] = '\023';                                  
		tty->termios.c_cc[VSUSP] = '\032';                                  
		tty->termios.c_cc[VREPRINT] = '\022';                               
		tty->termios.c_cc[VDISCARD] = '\017';                               
		tty->termios.c_cc[VWERASE] = '\027';                                
		tty->termios.c_cc[VLNEXT] = '\026';                                 
 20051fc:	c6 2c e0 50 	stb  %g3, [ %l3 + 0x50 ]                       
		tty->termios.c_cc[VQUIT] = '\034';                                  
		tty->termios.c_cc[VERASE] = '\177';                                 
		tty->termios.c_cc[VKILL] = '\025';                                  
		tty->termios.c_cc[VEOF] = '\004';                                   
		tty->termios.c_cc[VEOL] = '\000';                                   
		tty->termios.c_cc[VEOL2] = '\000';                                  
 2005200:	c0 2c e0 51 	clrb  [ %l3 + 0x51 ]                           
		tty->flow_ctrl = 0;                                                 
		/*                                                                  
		 * set low/highwater mark for XON/XOFF support                      
		 */                                                                 
		tty->lowwater  = tty->rawInBuf.Size * 1/2;                          
		tty->highwater = tty->rawInBuf.Size * 3/4;                          
 2005204:	87 28 a0 01 	sll  %g2, 1, %g3                               
 2005208:	84 00 c0 02 	add  %g3, %g2, %g2                             
 200520c:	85 30 a0 02 	srl  %g2, 2, %g2                               
 2005210:	c4 24 e0 c0 	st  %g2, [ %l3 + 0xc0 ]                        
		/*                                                                  
		 * Bump name characer                                               
		 */                                                                 
		if (c++ == 'z')                                                     
 2005214:	84 00 60 01 	add  %g1, 1, %g2                               
 2005218:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 200521c:	83 38 60 18 	sra  %g1, 0x18, %g1                            
 2005220:	80 a0 60 7a 	cmp  %g1, 0x7a                                 
 2005224:	12 bf ff 46 	bne  2004f3c <rtems_termios_open+0x6c>         <== ALWAYS TAKEN
 2005228:	c4 2d 23 2c 	stb  %g2, [ %l4 + 0x32c ]                      
			c = 'a';                                                           
 200522c:	84 10 20 61 	mov  0x61, %g2                                 <== NOT EXECUTED
 2005230:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
 2005234:	10 bf ff 42 	b  2004f3c <rtems_termios_open+0x6c>           <== NOT EXECUTED
 2005238:	c4 28 63 2c 	stb  %g2, [ %g1 + 0x32c ]	! 201c32c <c.6361>   <== NOT EXECUTED
		 * allocate raw input buffer                                        
		 */                                                                 
		tty->rawInBuf.Size = RAW_INPUT_BUFFER_SIZE;                         
		tty->rawInBuf.theBuf = malloc (tty->rawInBuf.Size);                 
		if (tty->rawInBuf.theBuf == NULL) {                                 
		        free(tty);                                                  
 200523c:	40 00 18 67 	call  200b3d8 <free>                           <== NOT EXECUTED
 2005240:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
			rtems_semaphore_release (rtems_termios_ttyMutex);                  
 2005244:	d0 04 63 bc 	ld  [ %l1 + 0x3bc ], %o0                       <== NOT EXECUTED
 2005248:	40 00 03 b6 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 200524c:	a0 10 20 1a 	mov  0x1a, %l0                                 <== NOT EXECUTED
			return RTEMS_NO_MEMORY;                                            
 2005250:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2005254:	91 e8 00 10 	restore  %g0, %l0, %o0                         <== NOT EXECUTED
		 * allocate raw output buffer                                       
		 */                                                                 
		tty->rawOutBuf.Size = RAW_OUTPUT_BUFFER_SIZE;                       
		tty->rawOutBuf.theBuf = malloc (tty->rawOutBuf.Size);               
		if (tty->rawOutBuf.theBuf == NULL) {                                
		        free((void *)(tty->rawInBuf.theBuf));                       
 2005258:	d0 04 e0 58 	ld  [ %l3 + 0x58 ], %o0                        <== NOT EXECUTED
		        free(tty);                                                  
			rtems_semaphore_release (rtems_termios_ttyMutex);                  
 200525c:	a0 10 20 1a 	mov  0x1a, %l0                                 <== NOT EXECUTED
		 * allocate cooked buffer                                           
		 */                                                                 
		tty->cbuf  = malloc (CBUFSIZE);                                     
		if (tty->cbuf == NULL) {                                            
		        free((void *)(tty->rawOutBuf.theBuf));                      
		        free((void *)(tty->rawInBuf.theBuf));                       
 2005260:	40 00 18 5e 	call  200b3d8 <free>                           <== NOT EXECUTED
 2005264:	b0 10 00 10 	mov  %l0, %i0                                  <== NOT EXECUTED
		        free(tty);                                                  
 2005268:	40 00 18 5c 	call  200b3d8 <free>                           <== NOT EXECUTED
 200526c:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
			rtems_semaphore_release (rtems_termios_ttyMutex);                  
 2005270:	40 00 03 ac 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 2005274:	d0 04 63 bc 	ld  [ %l1 + 0x3bc ], %o0                       <== NOT EXECUTED
			return RTEMS_NO_MEMORY;                                            
 2005278:	30 bf ff 46 	b,a   2004f90 <rtems_termios_open+0xc0>        <== NOT EXECUTED
				rtems_fatal_error_occurred (sc);                                  
                                                                      
		}                                                                   
		if ((tty->device.pollRead == NULL) ||                               
		    (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN)){     
			sc = rtems_semaphore_create (                                      
 200527c:	03 15 14 9c 	sethi  %hi(0x54527000), %g1                    
 2005280:	82 10 62 00 	or  %g1, 0x200, %g1	! 54527200 <RAM_END+0x52127200>
 2005284:	92 10 20 00 	clr  %o1                                       
 2005288:	90 12 00 01 	or  %o0, %g1, %o0                              
 200528c:	94 10 20 24 	mov  0x24, %o2                                 
 2005290:	96 10 20 00 	clr  %o3                                       
 2005294:	40 00 02 bb 	call  2005d80 <rtems_semaphore_create>         
 2005298:	98 04 e0 68 	add  %l3, 0x68, %o4                            
				rtems_build_name ('T', 'R', 'r', c),                              
				0,                                                                
				RTEMS_SIMPLE_BINARY_SEMAPHORE | RTEMS_PRIORITY,                   
				RTEMS_NO_PRIORITY,                                                
				&tty->rawInBuf.Semaphore);                                        
			if (sc != RTEMS_SUCCESSFUL)                                        
 200529c:	80 a2 20 00 	cmp  %o0, 0                                    
 20052a0:	02 bf ff ae 	be  2005158 <rtems_termios_open+0x288>         <== ALWAYS TAKEN
 20052a4:	01 00 00 00 	nop                                            
                                                                      
	    sc = rtems_task_start(tty->txTaskId,                             
				  rtems_termios_txdaemon,                                         
				  (rtems_task_argument)tty);                                      
	    if (sc != RTEMS_SUCCESSFUL)                                      
	      rtems_fatal_error_occurred (sc);                               
 20052a8:	40 00 05 06 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 20052ac:	01 00 00 00 	nop                                            <== NOT EXECUTED
		/*                                                                  
		 * allocate cooked buffer                                           
		 */                                                                 
		tty->cbuf  = malloc (CBUFSIZE);                                     
		if (tty->cbuf == NULL) {                                            
		        free((void *)(tty->rawOutBuf.theBuf));                      
 20052b0:	d0 04 e0 7c 	ld  [ %l3 + 0x7c ], %o0                        <== NOT EXECUTED
 20052b4:	40 00 18 49 	call  200b3d8 <free>                           <== NOT EXECUTED
 20052b8:	a0 10 20 1a 	mov  0x1a, %l0                                 <== NOT EXECUTED
		        free((void *)(tty->rawInBuf.theBuf));                       
 20052bc:	10 bf ff e9 	b  2005260 <rtems_termios_open+0x390>          <== NOT EXECUTED
 20052c0:	d0 04 e0 58 	ld  [ %l3 + 0x58 ], %o0                        <== NOT EXECUTED
                                                                      
		/*                                                                  
		 * Create I/O tasks                                                 
		 */                                                                 
		if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {      
			sc = rtems_task_create (                                           
 20052c4:	03 15 1e 15 	sethi  %hi(0x54785400), %g1                    <== NOT EXECUTED
 20052c8:	92 10 20 0a 	mov  0xa, %o1                                  <== NOT EXECUTED
 20052cc:	90 12 00 01 	or  %o0, %g1, %o0                              <== NOT EXECUTED
 20052d0:	94 10 24 00 	mov  0x400, %o2                                <== NOT EXECUTED
 20052d4:	96 10 25 00 	mov  0x500, %o3                                <== NOT EXECUTED
 20052d8:	98 10 20 00 	clr  %o4                                       <== NOT EXECUTED
 20052dc:	40 00 03 bd 	call  20061d0 <rtems_task_create>              <== NOT EXECUTED
 20052e0:	9a 04 e0 c8 	add  %l3, 0xc8, %o5                            <== NOT EXECUTED
				   TERMIOS_TXTASK_STACKSIZE,                                      
				   RTEMS_NO_PREEMPT | RTEMS_NO_TIMESLICE |                        
				   RTEMS_NO_ASR,                                                  
				   RTEMS_NO_FLOATING_POINT | RTEMS_LOCAL,                         
				   &tty->txTaskId);                                               
			if (sc != RTEMS_SUCCESSFUL)                                        
 20052e4:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20052e8:	12 bf ff f0 	bne  20052a8 <rtems_termios_open+0x3d8>        <== NOT EXECUTED
 20052ec:	03 14 9e 15 	sethi  %hi(0x52785400), %g1                    <== NOT EXECUTED
				rtems_fatal_error_occurred (sc);                                  
			sc = rtems_task_create (                                           
 20052f0:	d0 4d 23 2c 	ldsb  [ %l4 + 0x32c ], %o0                     <== NOT EXECUTED
 20052f4:	92 10 20 09 	mov  9, %o1                                    <== NOT EXECUTED
 20052f8:	90 12 00 01 	or  %o0, %g1, %o0                              <== NOT EXECUTED
 20052fc:	94 10 24 00 	mov  0x400, %o2                                <== NOT EXECUTED
 2005300:	96 10 25 00 	mov  0x500, %o3                                <== NOT EXECUTED
 2005304:	98 10 20 00 	clr  %o4                                       <== NOT EXECUTED
 2005308:	40 00 03 b2 	call  20061d0 <rtems_task_create>              <== NOT EXECUTED
 200530c:	9a 04 e0 c4 	add  %l3, 0xc4, %o5                            <== NOT EXECUTED
				   TERMIOS_RXTASK_STACKSIZE,                                      
				   RTEMS_NO_PREEMPT | RTEMS_NO_TIMESLICE |                        
				   RTEMS_NO_ASR,                                                  
				   RTEMS_NO_FLOATING_POINT | RTEMS_LOCAL,                         
				   &tty->rxTaskId);                                               
			if (sc != RTEMS_SUCCESSFUL)                                        
 2005310:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2005314:	22 bf ff 8a 	be,a   200513c <rtems_termios_open+0x26c>      <== NOT EXECUTED
 2005318:	c2 04 e0 a0 	ld  [ %l3 + 0xa0 ], %g1                        <== NOT EXECUTED
 200531c:	30 bf ff e3 	b,a   20052a8 <rtems_termios_open+0x3d8>       <== NOT EXECUTED
		tty->back = NULL;                                                   
		if (rtems_termios_ttyHead != NULL)                                  
			rtems_termios_ttyHead->back = tty;                                 
		rtems_termios_ttyHead = tty;                                        
		if (rtems_termios_ttyTail == NULL)                                  
			rtems_termios_ttyTail = tty;                                       
 2005320:	10 bf ff 5a 	b  2005088 <rtems_termios_open+0x1b8>          
 2005324:	e6 20 63 c0 	st  %l3, [ %g1 + 0x3c0 ]                       
                                                                      

02003bb0 <rtems_termios_puts>: * Send characters to device-specific code */ void rtems_termios_puts ( const void *_buf, int len, struct rtems_termios_tty *tty) {
 2003bb0:	9d e3 bf a0 	save  %sp, -96, %sp                            
	const unsigned char *buf = _buf;                                     
	unsigned int newHead;                                                
	rtems_interrupt_level level;                                         
	rtems_status_code sc;                                                
                                                                      
	if (tty->device.outputUsesInterrupts == TERMIOS_POLLED) {            
 2003bb4:	c2 06 a0 b4 	ld  [ %i2 + 0xb4 ], %g1                        
 2003bb8:	80 a0 60 00 	cmp  %g1, 0                                    
 2003bbc:	02 80 00 42 	be  2003cc4 <rtems_termios_puts+0x114>         <== NEVER TAKEN
 2003bc0:	a8 10 00 18 	mov  %i0, %l4                                  
		(*tty->device.write)(tty->minor, (void *)buf, len);                 
		return;                                                             
	}                                                                    
	newHead = tty->rawOutBuf.Head;                                       
 2003bc4:	e6 06 a0 80 	ld  [ %i2 + 0x80 ], %l3                        
	while (len) {                                                        
 2003bc8:	80 a6 60 00 	cmp  %i1, 0                                    
 2003bcc:	02 80 00 43 	be  2003cd8 <rtems_termios_puts+0x128>         <== NEVER TAKEN
 2003bd0:	a4 10 20 02 	mov  2, %l2                                    
		  }                                                                 
		  else {                                                            
		    /* remember that output has been stopped due to flow ctrl*/     
		    tty->flow_ctrl |= FL_OSTOP;                                     
		  }                                                                 
		  tty->rawOutBufState = rob_busy;                                   
 2003bd4:	aa 10 20 01 	mov  1, %l5                                    
		 *	len -= ncopy                                                     
		 *                                                                  
		 * To minimize latency, the memcpy should be done                   
		 * with interrupts enabled.                                         
		 */                                                                 
		newHead = (newHead + 1) % tty->rawOutBuf.Size;                      
 2003bd8:	d2 06 a0 88 	ld  [ %i2 + 0x88 ], %o1                        
 2003bdc:	40 00 56 74 	call  20195ac <.urem>                          
 2003be0:	90 04 e0 01 	add  %l3, 1, %o0                               
		rtems_interrupt_disable (level);                                    
 2003be4:	7f ff f9 b2 	call  20022ac <sparc_disable_interrupts>       
 2003be8:	a6 10 00 08 	mov  %o0, %l3                                  
 2003bec:	a0 10 00 08 	mov  %o0, %l0                                  
		while (newHead == tty->rawOutBuf.Tail) {                            
 2003bf0:	e2 06 a0 84 	ld  [ %i2 + 0x84 ], %l1                        
 2003bf4:	80 a4 40 13 	cmp  %l1, %l3                                  
 2003bf8:	12 80 00 13 	bne  2003c44 <rtems_termios_puts+0x94>         
 2003bfc:	01 00 00 00 	nop                                            
			tty->rawOutBufState = rob_wait;                                    
 2003c00:	e4 26 a0 94 	st  %l2, [ %i2 + 0x94 ]                        
			rtems_interrupt_enable (level);                                    
 2003c04:	7f ff f9 ae 	call  20022bc <sparc_enable_interrupts>        
 2003c08:	90 10 00 10 	mov  %l0, %o0                                  
			sc = rtems_semaphore_obtain (tty->rawOutBuf.Semaphore,             
 2003c0c:	d0 06 a0 8c 	ld  [ %i2 + 0x8c ], %o0                        
 2003c10:	92 10 20 00 	clr  %o1                                       
 2003c14:	40 00 08 fc 	call  2006004 <rtems_semaphore_obtain>         
 2003c18:	94 10 20 00 	clr  %o2                                       
							RTEMS_WAIT,                                                    
							RTEMS_NO_TIMEOUT);                                             
			if (sc != RTEMS_SUCCESSFUL)                                        
 2003c1c:	80 a2 20 00 	cmp  %o0, 0                                    
 2003c20:	12 80 00 30 	bne  2003ce0 <rtems_termios_puts+0x130>        <== NEVER TAKEN
 2003c24:	01 00 00 00 	nop                                            
				rtems_fatal_error_occurred (sc);                                  
			rtems_interrupt_disable (level);                                   
 2003c28:	7f ff f9 a1 	call  20022ac <sparc_disable_interrupts>       
 2003c2c:	01 00 00 00 	nop                                            
 2003c30:	a0 10 00 08 	mov  %o0, %l0                                  
		 * To minimize latency, the memcpy should be done                   
		 * with interrupts enabled.                                         
		 */                                                                 
		newHead = (newHead + 1) % tty->rawOutBuf.Size;                      
		rtems_interrupt_disable (level);                                    
		while (newHead == tty->rawOutBuf.Tail) {                            
 2003c34:	c2 06 a0 84 	ld  [ %i2 + 0x84 ], %g1                        
 2003c38:	80 a0 40 11 	cmp  %g1, %l1                                  
 2003c3c:	22 bf ff f2 	be,a   2003c04 <rtems_termios_puts+0x54>       <== NEVER TAKEN
 2003c40:	e4 26 a0 94 	st  %l2, [ %i2 + 0x94 ]                        <== NOT EXECUTED
							RTEMS_NO_TIMEOUT);                                             
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
			rtems_interrupt_disable (level);                                   
		}                                                                   
		tty->rawOutBuf.theBuf[tty->rawOutBuf.Head] = *buf++;                
 2003c44:	c2 06 a0 80 	ld  [ %i2 + 0x80 ], %g1                        
 2003c48:	c6 0d 00 00 	ldub  [ %l4 ], %g3                             
 2003c4c:	c4 06 a0 7c 	ld  [ %i2 + 0x7c ], %g2                        
 2003c50:	c6 28 80 01 	stb  %g3, [ %g2 + %g1 ]                        
		tty->rawOutBuf.Head = newHead;                                      
		if (tty->rawOutBufState == rob_idle) {                              
 2003c54:	c2 06 a0 94 	ld  [ %i2 + 0x94 ], %g1                        
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
			rtems_interrupt_disable (level);                                   
		}                                                                   
		tty->rawOutBuf.theBuf[tty->rawOutBuf.Head] = *buf++;                
		tty->rawOutBuf.Head = newHead;                                      
 2003c58:	e6 26 a0 80 	st  %l3, [ %i2 + 0x80 ]                        
		if (tty->rawOutBufState == rob_idle) {                              
 2003c5c:	80 a0 60 00 	cmp  %g1, 0                                    
 2003c60:	12 80 00 0a 	bne  2003c88 <rtems_termios_puts+0xd8>         
 2003c64:	01 00 00 00 	nop                                            
		  /* check, whether XOFF has been received */                       
		  if (!(tty->flow_ctrl & FL_ORCVXOF)) {                             
 2003c68:	c2 06 a0 b8 	ld  [ %i2 + 0xb8 ], %g1                        
 2003c6c:	80 88 60 10 	btst  0x10, %g1                                
 2003c70:	02 80 00 0c 	be  2003ca0 <rtems_termios_puts+0xf0>          <== ALWAYS TAKEN
 2003c74:	01 00 00 00 	nop                                            
		    (*tty->device.write)(tty->minor,                                
			(char *)&tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);            
		  }                                                                 
		  else {                                                            
		    /* remember that output has been stopped due to flow ctrl*/     
		    tty->flow_ctrl |= FL_OSTOP;                                     
 2003c78:	c2 06 a0 b8 	ld  [ %i2 + 0xb8 ], %g1                        <== NOT EXECUTED
 2003c7c:	82 10 60 20 	or  %g1, 0x20, %g1                             <== NOT EXECUTED
 2003c80:	c2 26 a0 b8 	st  %g1, [ %i2 + 0xb8 ]                        <== NOT EXECUTED
		  }                                                                 
		  tty->rawOutBufState = rob_busy;                                   
 2003c84:	ea 26 a0 94 	st  %l5, [ %i2 + 0x94 ]                        <== NOT EXECUTED
		}                                                                   
		rtems_interrupt_enable (level);                                     
 2003c88:	7f ff f9 8d 	call  20022bc <sparc_enable_interrupts>        
 2003c8c:	90 10 00 10 	mov  %l0, %o0                                  
	if (tty->device.outputUsesInterrupts == TERMIOS_POLLED) {            
		(*tty->device.write)(tty->minor, (void *)buf, len);                 
		return;                                                             
	}                                                                    
	newHead = tty->rawOutBuf.Head;                                       
	while (len) {                                                        
 2003c90:	b2 86 7f ff 	addcc  %i1, -1, %i1                            
 2003c94:	02 80 00 11 	be  2003cd8 <rtems_termios_puts+0x128>         
 2003c98:	a8 05 20 01 	inc  %l4                                       
 2003c9c:	30 bf ff cf 	b,a   2003bd8 <rtems_termios_puts+0x28>        
		tty->rawOutBuf.Head = newHead;                                      
		if (tty->rawOutBufState == rob_idle) {                              
		  /* check, whether XOFF has been received */                       
		  if (!(tty->flow_ctrl & FL_ORCVXOF)) {                             
		    (*tty->device.write)(tty->minor,                                
			(char *)&tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);            
 2003ca0:	c4 06 a0 84 	ld  [ %i2 + 0x84 ], %g2                        
		tty->rawOutBuf.theBuf[tty->rawOutBuf.Head] = *buf++;                
		tty->rawOutBuf.Head = newHead;                                      
		if (tty->rawOutBufState == rob_idle) {                              
		  /* check, whether XOFF has been received */                       
		  if (!(tty->flow_ctrl & FL_ORCVXOF)) {                             
		    (*tty->device.write)(tty->minor,                                
 2003ca4:	d2 06 a0 7c 	ld  [ %i2 + 0x7c ], %o1                        
 2003ca8:	c2 06 a0 a4 	ld  [ %i2 + 0xa4 ], %g1                        
 2003cac:	d0 06 a0 10 	ld  [ %i2 + 0x10 ], %o0                        
 2003cb0:	92 02 40 02 	add  %o1, %g2, %o1                             
 2003cb4:	9f c0 40 00 	call  %g1                                      
 2003cb8:	94 10 20 01 	mov  1, %o2                                    
		  }                                                                 
		  else {                                                            
		    /* remember that output has been stopped due to flow ctrl*/     
		    tty->flow_ctrl |= FL_OSTOP;                                     
		  }                                                                 
		  tty->rawOutBufState = rob_busy;                                   
 2003cbc:	10 bf ff f3 	b  2003c88 <rtems_termios_puts+0xd8>           
 2003cc0:	ea 26 a0 94 	st  %l5, [ %i2 + 0x94 ]                        
	unsigned int newHead;                                                
	rtems_interrupt_level level;                                         
	rtems_status_code sc;                                                
                                                                      
	if (tty->device.outputUsesInterrupts == TERMIOS_POLLED) {            
		(*tty->device.write)(tty->minor, (void *)buf, len);                 
 2003cc4:	d0 06 a0 10 	ld  [ %i2 + 0x10 ], %o0                        <== NOT EXECUTED
 2003cc8:	c2 06 a0 a4 	ld  [ %i2 + 0xa4 ], %g1                        <== NOT EXECUTED
 2003ccc:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
 2003cd0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003cd4:	94 10 00 19 	mov  %i1, %o2                                  <== NOT EXECUTED
		return;                                                             
 2003cd8:	81 c7 e0 08 	ret                                            
 2003cdc:	81 e8 00 00 	restore                                        
			rtems_interrupt_enable (level);                                    
			sc = rtems_semaphore_obtain (tty->rawOutBuf.Semaphore,             
							RTEMS_WAIT,                                                    
							RTEMS_NO_TIMEOUT);                                             
			if (sc != RTEMS_SUCCESSFUL)                                        
				rtems_fatal_error_occurred (sc);                                  
 2003ce0:	40 00 0a 78 	call  20066c0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
                                                                      

02004508 <rtems_termios_read>: return RTEMS_SUCCESSFUL; } rtems_status_code rtems_termios_read (void *arg) {
 2004508:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
	rtems_libio_rw_args_t *args = arg;                                   
	struct rtems_termios_tty *tty = args->iop->data1;                    
 200450c:	c2 06 00 00 	ld  [ %i0 ], %g1                               <== NOT EXECUTED
	uint32_t   count = args->count;                                      
 2004510:	e6 06 20 14 	ld  [ %i0 + 0x14 ], %l3                        <== NOT EXECUTED
                                                                      
rtems_status_code                                                     
rtems_termios_read (void *arg)                                        
{                                                                     
	rtems_libio_rw_args_t *args = arg;                                   
	struct rtems_termios_tty *tty = args->iop->data1;                    
 2004514:	e0 00 60 38 	ld  [ %g1 + 0x38 ], %l0                        <== NOT EXECUTED
	uint32_t   count = args->count;                                      
	char      *buffer = args->buffer;                                    
 2004518:	e8 06 20 10 	ld  [ %i0 + 0x10 ], %l4                        <== NOT EXECUTED
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (tty->isem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 200451c:	d0 04 20 14 	ld  [ %l0 + 0x14 ], %o0                        <== NOT EXECUTED
	return RTEMS_SUCCESSFUL;                                             
}                                                                     
                                                                      
rtems_status_code                                                     
rtems_termios_read (void *arg)                                        
{                                                                     
 2004520:	ac 10 00 18 	mov  %i0, %l6                                  <== NOT EXECUTED
	struct rtems_termios_tty *tty = args->iop->data1;                    
	uint32_t   count = args->count;                                      
	char      *buffer = args->buffer;                                    
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (tty->isem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 2004524:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
 2004528:	40 00 06 b7 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200452c:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
	if (sc != RTEMS_SUCCESSFUL)                                          
 2004530:	b0 92 20 00 	orcc  %o0, 0, %i0                              <== NOT EXECUTED
 2004534:	12 80 00 10 	bne  2004574 <rtems_termios_read+0x6c>         <== NOT EXECUTED
 2004538:	05 00 80 72 	sethi  %hi(0x201c800), %g2                     <== NOT EXECUTED
		return sc;                                                          
	if (rtems_termios_linesw[tty->t_line].l_read != NULL) {              
 200453c:	c2 04 20 cc 	ld  [ %l0 + 0xcc ], %g1                        <== NOT EXECUTED
 2004540:	83 28 60 05 	sll  %g1, 5, %g1                               <== NOT EXECUTED
 2004544:	84 10 a0 e4 	or  %g2, 0xe4, %g2                             <== NOT EXECUTED
 2004548:	82 00 60 08 	add  %g1, 8, %g1                               <== NOT EXECUTED
 200454c:	c2 00 80 01 	ld  [ %g2 + %g1 ], %g1                         <== NOT EXECUTED
 2004550:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004554:	02 80 00 0a 	be  200457c <rtems_termios_read+0x74>          <== NOT EXECUTED
 2004558:	92 10 00 16 	mov  %l6, %o1                                  <== NOT EXECUTED
		sc = rtems_termios_linesw[tty->t_line].l_read(tty,args);            
 200455c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004560:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 2004564:	b0 10 00 08 	mov  %o0, %i0                                  <== NOT EXECUTED
		tty->tty_rcvwakeup = 0;                                             
		rtems_semaphore_release (tty->isem);                                
 2004568:	d0 04 20 14 	ld  [ %l0 + 0x14 ], %o0                        <== NOT EXECUTED
 200456c:	40 00 06 ed 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 2004570:	c0 24 20 e4 	clr  [ %l0 + 0xe4 ]                            <== NOT EXECUTED
		return sc;                                                          
 2004574:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004578:	81 e8 00 00 	restore                                        <== NOT EXECUTED
	}                                                                    
	if (tty->cindex == tty->ccount) {                                    
 200457c:	c4 04 20 24 	ld  [ %l0 + 0x24 ], %g2                        <== NOT EXECUTED
 2004580:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        <== NOT EXECUTED
 2004584:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 2004588:	22 80 00 20 	be,a   2004608 <rtems_termios_read+0x100>      <== NOT EXECUTED
 200458c:	c4 04 20 28 	ld  [ %l0 + 0x28 ], %g2                        <== NOT EXECUTED
		else                                                                
			sc = fillBufferQueue (tty);                                        
		if (sc != RTEMS_SUCCESSFUL)                                         
			tty->cindex = tty->ccount = 0;                                     
	}                                                                    
	while (count && (tty->cindex < tty->ccount)) {                       
 2004590:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
 2004594:	22 80 00 16 	be,a   20045ec <rtems_termios_read+0xe4>       <== NOT EXECUTED
 2004598:	c2 05 a0 14 	ld  [ %l6 + 0x14 ], %g1                        <== NOT EXECUTED
 200459c:	c2 04 20 24 	ld  [ %l0 + 0x24 ], %g1                        <== NOT EXECUTED
 20045a0:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
 20045a4:	80 a0 40 02 	cmp  %g1, %g2                                  <== NOT EXECUTED
 20045a8:	26 80 00 09 	bl,a   20045cc <rtems_termios_read+0xc4>       <== NOT EXECUTED
 20045ac:	c4 04 20 1c 	ld  [ %l0 + 0x1c ], %g2                        <== NOT EXECUTED
		*buffer++ = tty->cbuf[tty->cindex++];                               
		count--;                                                            
	}                                                                    
	args->bytes_moved = args->count - count;                             
 20045b0:	10 80 00 0f 	b  20045ec <rtems_termios_read+0xe4>           <== NOT EXECUTED
 20045b4:	c2 05 a0 14 	ld  [ %l6 + 0x14 ], %g1                        <== NOT EXECUTED
		else                                                                
			sc = fillBufferQueue (tty);                                        
		if (sc != RTEMS_SUCCESSFUL)                                         
			tty->cindex = tty->ccount = 0;                                     
	}                                                                    
	while (count && (tty->cindex < tty->ccount)) {                       
 20045b8:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
 20045bc:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 20045c0:	24 80 00 0b 	ble,a   20045ec <rtems_termios_read+0xe4>      <== NOT EXECUTED
 20045c4:	c2 05 a0 14 	ld  [ %l6 + 0x14 ], %g1                        <== NOT EXECUTED
		*buffer++ = tty->cbuf[tty->cindex++];                               
 20045c8:	c4 04 20 1c 	ld  [ %l0 + 0x1c ], %g2                        <== NOT EXECUTED
		else                                                                
			sc = fillBufferQueue (tty);                                        
		if (sc != RTEMS_SUCCESSFUL)                                         
			tty->cindex = tty->ccount = 0;                                     
	}                                                                    
	while (count && (tty->cindex < tty->ccount)) {                       
 20045cc:	a6 84 ff ff 	addcc  %l3, -1, %l3                            <== NOT EXECUTED
		*buffer++ = tty->cbuf[tty->cindex++];                               
 20045d0:	c4 08 80 01 	ldub  [ %g2 + %g1 ], %g2                       <== NOT EXECUTED
 20045d4:	82 00 60 01 	inc  %g1                                       <== NOT EXECUTED
 20045d8:	c4 2d 00 00 	stb  %g2, [ %l4 ]                              <== NOT EXECUTED
 20045dc:	c2 24 20 24 	st  %g1, [ %l0 + 0x24 ]                        <== NOT EXECUTED
		else                                                                
			sc = fillBufferQueue (tty);                                        
		if (sc != RTEMS_SUCCESSFUL)                                         
			tty->cindex = tty->ccount = 0;                                     
	}                                                                    
	while (count && (tty->cindex < tty->ccount)) {                       
 20045e0:	12 bf ff f6 	bne  20045b8 <rtems_termios_read+0xb0>         <== NOT EXECUTED
 20045e4:	a8 05 20 01 	inc  %l4                                       <== NOT EXECUTED
		*buffer++ = tty->cbuf[tty->cindex++];                               
		count--;                                                            
	}                                                                    
	args->bytes_moved = args->count - count;                             
 20045e8:	c2 05 a0 14 	ld  [ %l6 + 0x14 ], %g1                        <== NOT EXECUTED
	tty->tty_rcvwakeup = 0;                                              
 20045ec:	c0 24 20 e4 	clr  [ %l0 + 0xe4 ]                            <== NOT EXECUTED
	}                                                                    
	while (count && (tty->cindex < tty->ccount)) {                       
		*buffer++ = tty->cbuf[tty->cindex++];                               
		count--;                                                            
	}                                                                    
	args->bytes_moved = args->count - count;                             
 20045f0:	a6 20 40 13 	sub  %g1, %l3, %l3                             <== NOT EXECUTED
 20045f4:	e6 25 a0 1c 	st  %l3, [ %l6 + 0x1c ]                        <== NOT EXECUTED
	tty->tty_rcvwakeup = 0;                                              
	rtems_semaphore_release (tty->isem);                                 
 20045f8:	40 00 06 ca 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 20045fc:	d0 04 20 14 	ld  [ %l0 + 0x14 ], %o0                        <== NOT EXECUTED
	return sc;                                                           
}                                                                     
 2004600:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004604:	81 e8 00 00 	restore                                        <== NOT EXECUTED
	}                                                                    
	if (tty->cindex == tty->ccount) {                                    
		tty->cindex = tty->ccount = 0;                                      
		tty->read_start_column = tty->column;                               
		if (tty->device.pollRead != NULL                                    
		    && tty->device.outputUsesInterrupts == TERMIOS_POLLED)          
 2004608:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
		rtems_semaphore_release (tty->isem);                                
		return sc;                                                          
	}                                                                    
	if (tty->cindex == tty->ccount) {                                    
		tty->cindex = tty->ccount = 0;                                      
		tty->read_start_column = tty->column;                               
 200460c:	c4 24 20 2c 	st  %g2, [ %l0 + 0x2c ]                        <== NOT EXECUTED
		tty->tty_rcvwakeup = 0;                                             
		rtems_semaphore_release (tty->isem);                                
		return sc;                                                          
	}                                                                    
	if (tty->cindex == tty->ccount) {                                    
		tty->cindex = tty->ccount = 0;                                      
 2004610:	c0 24 20 20 	clr  [ %l0 + 0x20 ]                            <== NOT EXECUTED
		tty->read_start_column = tty->column;                               
		if (tty->device.pollRead != NULL                                    
 2004614:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004618:	02 80 00 06 	be  2004630 <rtems_termios_read+0x128>         <== NOT EXECUTED
 200461c:	c0 24 20 24 	clr  [ %l0 + 0x24 ]                            <== NOT EXECUTED
		    && tty->device.outputUsesInterrupts == TERMIOS_POLLED)          
 2004620:	c4 04 20 b4 	ld  [ %l0 + 0xb4 ], %g2                        <== NOT EXECUTED
 2004624:	80 a0 a0 00 	cmp  %g2, 0                                    <== NOT EXECUTED
 2004628:	22 80 00 67 	be,a   20047c4 <rtems_termios_read+0x2bc>      <== NOT EXECUTED
 200462c:	c4 04 20 3c 	ld  [ %l0 + 0x3c ], %g2                        <== NOT EXECUTED
 * Fill the input buffer from the raw input queue                     
 */                                                                   
static rtems_status_code                                              
fillBufferQueue (struct rtems_termios_tty *tty)                       
{                                                                     
	rtems_interval timeout = tty->rawInBufSemaphoreFirstTimeout;         
 2004630:	e2 04 20 74 	ld  [ %l0 + 0x74 ], %l1                        <== NOT EXECUTED
                                                                      
	while ( wait ) {                                                     
		/*                                                                  
		 * Process characters read from raw queue                           
		 */                                                                 
		while ((tty->rawInBuf.Head != tty->rawInBuf.Tail) &&                
 2004634:	25 00 80 70 	sethi  %hi(0x201c000), %l2                     <== NOT EXECUTED
			  if (((tty->flow_ctrl & (FL_MDXON | FL_ISNTXOF))                  
			       ==                (FL_MDXON | FL_ISNTXOF))                  
			      && ((tty->rawOutBufState == rob_idle)                        
				  || (tty->flow_ctrl & FL_OSTOP))) {                              
			    /* XON should be sent now... */                                
			    (*tty->device.write)(tty->minor,                               
 2004638:	ae 04 20 49 	add  %l0, 0x49, %l7                            <== NOT EXECUTED
                                                                      
	while ( wait ) {                                                     
		/*                                                                  
		 * Process characters read from raw queue                           
		 */                                                                 
		while ((tty->rawInBuf.Head != tty->rawInBuf.Tail) &&                
 200463c:	a4 14 a3 20 	or  %l2, 0x320, %l2                            <== NOT EXECUTED
			  if (((tty->flow_ctrl & (FL_MDXON | FL_ISNTXOF))                  
			       ==                (FL_MDXON | FL_ISNTXOF))                  
			      && ((tty->rawOutBufState == rob_idle)                        
				  || (tty->flow_ctrl & FL_OSTOP))) {                              
			    /* XON should be sent now... */                                
			    (*tty->device.write)(tty->minor,                               
 2004640:	aa 10 20 01 	mov  1, %l5                                    <== NOT EXECUTED
                                                                      
	while ( wait ) {                                                     
		/*                                                                  
		 * Process characters read from raw queue                           
		 */                                                                 
		while ((tty->rawInBuf.Head != tty->rawInBuf.Tail) &&                
 2004644:	c4 04 20 5c 	ld  [ %l0 + 0x5c ], %g2                        <== NOT EXECUTED
 2004648:	c2 04 20 60 	ld  [ %l0 + 0x60 ], %g1                        <== NOT EXECUTED
 200464c:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 2004650:	02 80 00 3d 	be  2004744 <rtems_termios_read+0x23c>         <== NOT EXECUTED
 2004654:	80 a5 60 00 	cmp  %l5, 0                                    <== NOT EXECUTED
 2004658:	c2 04 80 00 	ld  [ %l2 ], %g1                               <== NOT EXECUTED
 200465c:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
 2004660:	82 00 7f ff 	add  %g1, -1, %g1                              <== NOT EXECUTED
 2004664:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 2004668:	16 80 00 37 	bge  2004744 <rtems_termios_read+0x23c>        <== NOT EXECUTED
 200466c:	80 a5 60 00 	cmp  %l5, 0                                    <== NOT EXECUTED
                       (tty->ccount < (CBUFSIZE-1))) {                
			unsigned char c;                                                   
			unsigned int newHead;                                              
                                                                      
			newHead = (tty->rawInBuf.Head + 1) % tty->rawInBuf.Size;           
 2004670:	d0 04 20 5c 	ld  [ %l0 + 0x5c ], %o0                        <== NOT EXECUTED
 2004674:	d2 04 20 64 	ld  [ %l0 + 0x64 ], %o1                        <== NOT EXECUTED
 2004678:	40 00 53 cd 	call  20195ac <.urem>                          <== NOT EXECUTED
 200467c:	90 02 20 01 	inc  %o0                                       <== NOT EXECUTED
			c = tty->rawInBuf.theBuf[newHead];                                 
 2004680:	c2 04 20 58 	ld  [ %l0 + 0x58 ], %g1                        <== NOT EXECUTED
 2004684:	e2 08 40 08 	ldub  [ %g1 + %o0 ], %l1                       <== NOT EXECUTED
			tty->rawInBuf.Head = newHead;                                      
 2004688:	d0 24 20 5c 	st  %o0, [ %l0 + 0x5c ]                        <== NOT EXECUTED
			if(((tty->rawInBuf.Tail-newHead+tty->rawInBuf.Size)                
 200468c:	c2 04 20 60 	ld  [ %l0 + 0x60 ], %g1                        <== NOT EXECUTED
 2004690:	c4 04 20 64 	ld  [ %l0 + 0x64 ], %g2                        <== NOT EXECUTED
 2004694:	d2 04 20 64 	ld  [ %l0 + 0x64 ], %o1                        <== NOT EXECUTED
 2004698:	82 00 80 01 	add  %g2, %g1, %g1                             <== NOT EXECUTED
 200469c:	40 00 53 c4 	call  20195ac <.urem>                          <== NOT EXECUTED
 20046a0:	90 20 40 08 	sub  %g1, %o0, %o0                             <== NOT EXECUTED
 20046a4:	c2 04 20 bc 	ld  [ %l0 + 0xbc ], %g1                        <== NOT EXECUTED
 20046a8:	80 a2 00 01 	cmp  %o0, %g1                                  <== NOT EXECUTED
 20046ac:	3a 80 00 18 	bcc,a   200470c <rtems_termios_read+0x204>     <== NOT EXECUTED
 20046b0:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        <== NOT EXECUTED
			    % tty->rawInBuf.Size)                                          
			   < tty->lowwater) {                                              
			  tty->flow_ctrl &= ~FL_IREQXOF;                                   
 20046b4:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 20046b8:	82 08 7f fe 	and  %g1, -2, %g1                              <== NOT EXECUTED
 20046bc:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
			  /* if tx stopped and XON should be sent... */                    
			  if (((tty->flow_ctrl & (FL_MDXON | FL_ISNTXOF))                  
 20046c0:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 20046c4:	82 08 62 02 	and  %g1, 0x202, %g1                           <== NOT EXECUTED
 20046c8:	80 a0 62 02 	cmp  %g1, 0x202                                <== NOT EXECUTED
 20046cc:	22 80 00 30 	be,a   200478c <rtems_termios_read+0x284>      <== NOT EXECUTED
 20046d0:	c2 04 20 94 	ld  [ %l0 + 0x94 ], %g1                        <== NOT EXECUTED
			    /* XON should be sent now... */                                
			    (*tty->device.write)(tty->minor,                               
				(void *)&(tty->termios.c_cc[VSTART]),                             
				1);                                                               
			  }                                                                
			  else if (tty->flow_ctrl & FL_MDRTS) {                            
 20046d4:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
 20046d8:	80 88 61 00 	btst  0x100, %g1                               <== NOT EXECUTED
 20046dc:	22 80 00 0c 	be,a   200470c <rtems_termios_read+0x204>      <== NOT EXECUTED
 20046e0:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        <== NOT EXECUTED
			    tty->flow_ctrl &= ~FL_IRTSOFF;                                 
 20046e4:	c4 04 20 b8 	ld  [ %l0 + 0xb8 ], %g2                        <== NOT EXECUTED
			    /* activate RTS line */                                        
			    if (tty->device.startRemoteTx != NULL) {                       
 20046e8:	c2 04 20 b0 	ld  [ %l0 + 0xb0 ], %g1                        <== NOT EXECUTED
			    (*tty->device.write)(tty->minor,                               
				(void *)&(tty->termios.c_cc[VSTART]),                             
				1);                                                               
			  }                                                                
			  else if (tty->flow_ctrl & FL_MDRTS) {                            
			    tty->flow_ctrl &= ~FL_IRTSOFF;                                 
 20046ec:	84 08 bf fb 	and  %g2, -5, %g2                              <== NOT EXECUTED
 20046f0:	c4 24 20 b8 	st  %g2, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
			    /* activate RTS line */                                        
			    if (tty->device.startRemoteTx != NULL) {                       
 20046f4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 20046f8:	22 80 00 05 	be,a   200470c <rtems_termios_read+0x204>      <== NOT EXECUTED
 20046fc:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        <== NOT EXECUTED
			      tty->device.startRemoteTx(tty->minor);                       
 2004700:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004704:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
			    }                                                              
			  }                                                                
			}                                                                  
                                                                      
			/* continue processing new character */                            
			if (tty->termios.c_lflag & ICANON) {                               
 2004708:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        <== NOT EXECUTED
 200470c:	80 88 60 02 	btst  2, %g1                                   <== NOT EXECUTED
 2004710:	02 80 00 17 	be  200476c <rtems_termios_read+0x264>         <== NOT EXECUTED
 2004714:	90 0c 60 ff 	and  %l1, 0xff, %o0                            <== NOT EXECUTED
				if  (siproc (c, tty))                                             
 2004718:	7f ff ff 0f 	call  2004354 <siproc>                         <== NOT EXECUTED
 200471c:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 2004720:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004724:	32 80 00 02 	bne,a   200472c <rtems_termios_read+0x224>     <== NOT EXECUTED
 2004728:	aa 10 20 00 	clr  %l5                                       <== NOT EXECUTED
                                                                      
	while ( wait ) {                                                     
		/*                                                                  
		 * Process characters read from raw queue                           
		 */                                                                 
		while ((tty->rawInBuf.Head != tty->rawInBuf.Tail) &&                
 200472c:	c4 04 20 5c 	ld  [ %l0 + 0x5c ], %g2                        <== NOT EXECUTED
 2004730:	c2 04 20 60 	ld  [ %l0 + 0x60 ], %g1                        <== NOT EXECUTED
 2004734:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 2004738:	12 bf ff c8 	bne  2004658 <rtems_termios_read+0x150>        <== NOT EXECUTED
 200473c:	e2 04 20 70 	ld  [ %l0 + 0x70 ], %l1                        <== NOT EXECUTED
		}                                                                   
                                                                      
		/*                                                                  
		 * Wait for characters                                              
		 */                                                                 
		if ( wait ) {                                                       
 2004740:	80 a5 60 00 	cmp  %l5, 0                                    <== NOT EXECUTED
 2004744:	02 bf ff 94 	be  2004594 <rtems_termios_read+0x8c>          <== NOT EXECUTED
 2004748:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
			sc = rtems_semaphore_obtain (tty->rawInBuf.Semaphore,              
 200474c:	d0 04 20 68 	ld  [ %l0 + 0x68 ], %o0                        <== NOT EXECUTED
 2004750:	d2 04 20 6c 	ld  [ %l0 + 0x6c ], %o1                        <== NOT EXECUTED
 2004754:	40 00 06 2c 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 2004758:	94 10 00 11 	mov  %l1, %o2                                  <== NOT EXECUTED
				tty->rawInBufSemaphoreOptions,                                    
				timeout);                                                         
			if (sc != RTEMS_SUCCESSFUL)                                        
 200475c:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004760:	02 bf ff b9 	be  2004644 <rtems_termios_read+0x13c>         <== NOT EXECUTED
 2004764:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
 2004768:	30 bf ff 8b 	b,a   2004594 <rtems_termios_read+0x8c>        <== NOT EXECUTED
			if (tty->termios.c_lflag & ICANON) {                               
				if  (siproc (c, tty))                                             
					wait = 0;                                                        
			}                                                                  
			else {                                                             
				siproc (c, tty);                                                  
 200476c:	7f ff fe fa 	call  2004354 <siproc>                         <== NOT EXECUTED
 2004770:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
				if (tty->ccount >= tty->termios.c_cc[VMIN])                       
 2004774:	c2 0c 20 47 	ldub  [ %l0 + 0x47 ], %g1                      <== NOT EXECUTED
 2004778:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
 200477c:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 2004780:	36 bf ff eb 	bge,a   200472c <rtems_termios_read+0x224>     <== NOT EXECUTED
 2004784:	aa 10 20 00 	clr  %l5                                       <== NOT EXECUTED
 2004788:	30 bf ff e9 	b,a   200472c <rtems_termios_read+0x224>       <== NOT EXECUTED
			if(((tty->rawInBuf.Tail-newHead+tty->rawInBuf.Size)                
			    % tty->rawInBuf.Size)                                          
			   < tty->lowwater) {                                              
			  tty->flow_ctrl &= ~FL_IREQXOF;                                   
			  /* if tx stopped and XON should be sent... */                    
			  if (((tty->flow_ctrl & (FL_MDXON | FL_ISNTXOF))                  
 200478c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004790:	22 80 00 07 	be,a   20047ac <rtems_termios_read+0x2a4>      <== NOT EXECUTED
 2004794:	c2 04 20 a4 	ld  [ %l0 + 0xa4 ], %g1                        <== NOT EXECUTED
			       ==                (FL_MDXON | FL_ISNTXOF))                  
			      && ((tty->rawOutBufState == rob_idle)                        
				  || (tty->flow_ctrl & FL_OSTOP))) {                              
 2004798:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
			if(((tty->rawInBuf.Tail-newHead+tty->rawInBuf.Size)                
			    % tty->rawInBuf.Size)                                          
			   < tty->lowwater) {                                              
			  tty->flow_ctrl &= ~FL_IREQXOF;                                   
			  /* if tx stopped and XON should be sent... */                    
			  if (((tty->flow_ctrl & (FL_MDXON | FL_ISNTXOF))                  
 200479c:	80 88 60 20 	btst  0x20, %g1                                <== NOT EXECUTED
 20047a0:	02 bf ff cd 	be  20046d4 <rtems_termios_read+0x1cc>         <== NOT EXECUTED
 20047a4:	01 00 00 00 	nop                                            <== NOT EXECUTED
			       ==                (FL_MDXON | FL_ISNTXOF))                  
			      && ((tty->rawOutBufState == rob_idle)                        
				  || (tty->flow_ctrl & FL_OSTOP))) {                              
			    /* XON should be sent now... */                                
			    (*tty->device.write)(tty->minor,                               
 20047a8:	c2 04 20 a4 	ld  [ %l0 + 0xa4 ], %g1                        <== NOT EXECUTED
 20047ac:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
 20047b0:	92 10 00 17 	mov  %l7, %o1                                  <== NOT EXECUTED
 20047b4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20047b8:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
			    }                                                              
			  }                                                                
			}                                                                  
                                                                      
			/* continue processing new character */                            
			if (tty->termios.c_lflag & ICANON) {                               
 20047bc:	10 bf ff d4 	b  200470c <rtems_termios_read+0x204>          <== NOT EXECUTED
 20047c0:	c2 04 20 3c 	ld  [ %l0 + 0x3c ], %g1                        <== NOT EXECUTED
static rtems_status_code                                              
fillBufferPoll (struct rtems_termios_tty *tty)                        
{                                                                     
	int n;                                                               
                                                                      
	if (tty->termios.c_lflag & ICANON) {                                 
 20047c4:	80 88 a0 02 	btst  2, %g2                                   <== NOT EXECUTED
 20047c8:	02 80 00 0e 	be  2004800 <rtems_termios_read+0x2f8>         <== NOT EXECUTED
 20047cc:	01 00 00 00 	nop                                            <== NOT EXECUTED
		for (;;) {                                                          
			n = (*tty->device.pollRead)(tty->minor);                           
 20047d0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20047d4:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
			if (n < 0) {                                                       
 20047d8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20047dc:	06 80 00 3a 	bl  20048c4 <rtems_termios_read+0x3bc>         <== NOT EXECUTED
 20047e0:	90 0a 20 ff 	and  %o0, 0xff, %o0                            <== NOT EXECUTED
				rtems_task_wake_after (1);                                        
			}                                                                  
			else {                                                             
				if  (siproc (n, tty))                                             
 20047e4:	7f ff fe dc 	call  2004354 <siproc>                         <== NOT EXECUTED
 20047e8:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
 20047ec:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 20047f0:	12 bf ff 69 	bne  2004594 <rtems_termios_read+0x8c>         <== NOT EXECUTED
 20047f4:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
static rtems_status_code                                              
fillBufferPoll (struct rtems_termios_tty *tty)                        
{                                                                     
	int n;                                                               
                                                                      
	if (tty->termios.c_lflag & ICANON) {                                 
 20047f8:	10 bf ff f6 	b  20047d0 <rtems_termios_read+0x2c8>          <== NOT EXECUTED
 20047fc:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
			}                                                                  
		}                                                                   
	}                                                                    
	else {                                                               
		rtems_interval then, now;                                           
		then = rtems_clock_get_ticks_since_boot();                          
 2004800:	40 00 04 3c 	call  20058f0 <rtems_clock_get_ticks_since_boot><== NOT EXECUTED
 2004804:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004808:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
		for (;;) {                                                          
			n = (*tty->device.pollRead)(tty->minor);                           
 200480c:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
 2004810:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2004814:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        <== NOT EXECUTED
			if (n < 0) {                                                       
 2004818:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200481c:	06 80 00 10 	bl  200485c <rtems_termios_read+0x354>         <== NOT EXECUTED
 2004820:	90 0a 20 ff 	and  %o0, 0xff, %o0                            <== NOT EXECUTED
					}                                                                
				}                                                                 
				rtems_task_wake_after (1);                                        
			}                                                                  
			else {                                                             
				siproc (n, tty);                                                  
 2004824:	7f ff fe cc 	call  2004354 <siproc>                         <== NOT EXECUTED
 2004828:	92 10 00 10 	mov  %l0, %o1                                  <== NOT EXECUTED
				if (tty->ccount >= tty->termios.c_cc[VMIN])                       
 200482c:	c2 0c 20 47 	ldub  [ %l0 + 0x47 ], %g1                      <== NOT EXECUTED
 2004830:	c4 04 20 20 	ld  [ %l0 + 0x20 ], %g2                        <== NOT EXECUTED
 2004834:	80 a0 80 01 	cmp  %g2, %g1                                  <== NOT EXECUTED
 2004838:	16 bf ff 56 	bge  2004590 <rtems_termios_read+0x88>         <== NOT EXECUTED
 200483c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
					break;                                                           
				if (tty->termios.c_cc[VMIN] && tty->termios.c_cc[VTIME])          
 2004840:	22 bf ff f4 	be,a   2004810 <rtems_termios_read+0x308>      <== NOT EXECUTED
 2004844:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
 2004848:	c2 0c 20 46 	ldub  [ %l0 + 0x46 ], %g1                      <== NOT EXECUTED
 200484c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004850:	22 bf ff f0 	be,a   2004810 <rtems_termios_read+0x308>      <== NOT EXECUTED
 2004854:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
 2004858:	30 bf ff ea 	b,a   2004800 <rtems_termios_read+0x2f8>       <== NOT EXECUTED
		rtems_interval then, now;                                           
		then = rtems_clock_get_ticks_since_boot();                          
		for (;;) {                                                          
			n = (*tty->device.pollRead)(tty->minor);                           
			if (n < 0) {                                                       
				if (tty->termios.c_cc[VMIN]) {                                    
 200485c:	c2 0c 20 47 	ldub  [ %l0 + 0x47 ], %g1                      <== NOT EXECUTED
 2004860:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004864:	02 80 00 0d 	be  2004898 <rtems_termios_read+0x390>         <== NOT EXECUTED
 2004868:	c2 0c 20 46 	ldub  [ %l0 + 0x46 ], %g1                      <== NOT EXECUTED
					if (tty->termios.c_cc[VTIME] && tty->ccount) {                   
 200486c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004870:	02 80 00 06 	be  2004888 <rtems_termios_read+0x380>         <== NOT EXECUTED
 2004874:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004878:	c2 04 20 20 	ld  [ %l0 + 0x20 ], %g1                        <== NOT EXECUTED
 200487c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2004880:	12 80 00 09 	bne  20048a4 <rtems_termios_read+0x39c>        <== NOT EXECUTED
 2004884:	01 00 00 00 	nop                                            <== NOT EXECUTED
					now = rtems_clock_get_ticks_since_boot();                        
					if ((now - then) > tty->vtimeTicks) {                            
						break;                                                          
					}                                                                
				}                                                                 
				rtems_task_wake_after (1);                                        
 2004888:	40 00 07 17 	call  20064e4 <rtems_task_wake_after>          <== NOT EXECUTED
 200488c:	90 10 20 01 	mov  1, %o0	! 1 <PROM_START+0x1>               <== NOT EXECUTED
	}                                                                    
	else {                                                               
		rtems_interval then, now;                                           
		then = rtems_clock_get_ticks_since_boot();                          
		for (;;) {                                                          
			n = (*tty->device.pollRead)(tty->minor);                           
 2004890:	10 bf ff e0 	b  2004810 <rtems_termios_read+0x308>          <== NOT EXECUTED
 2004894:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
							break;                                                         
						}                                                               
					}                                                                
				}                                                                 
				else {                                                            
					if (!tty->termios.c_cc[VTIME])                                   
 2004898:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200489c:	02 bf ff 3e 	be  2004594 <rtems_termios_read+0x8c>          <== NOT EXECUTED
 20048a0:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
						break;                                                          
					now = rtems_clock_get_ticks_since_boot();                        
 20048a4:	40 00 04 13 	call  20058f0 <rtems_clock_get_ticks_since_boot><== NOT EXECUTED
 20048a8:	01 00 00 00 	nop                                            <== NOT EXECUTED
					if ((now - then) > tty->vtimeTicks) {                            
 20048ac:	c2 04 20 54 	ld  [ %l0 + 0x54 ], %g1                        <== NOT EXECUTED
 20048b0:	90 22 00 11 	sub  %o0, %l1, %o0                             <== NOT EXECUTED
 20048b4:	80 a2 00 01 	cmp  %o0, %g1                                  <== NOT EXECUTED
 20048b8:	08 bf ff f4 	bleu  2004888 <rtems_termios_read+0x380>       <== NOT EXECUTED
 20048bc:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
 20048c0:	30 bf ff 35 	b,a   2004594 <rtems_termios_read+0x8c>        <== NOT EXECUTED
                                                                      
	if (tty->termios.c_lflag & ICANON) {                                 
		for (;;) {                                                          
			n = (*tty->device.pollRead)(tty->minor);                           
			if (n < 0) {                                                       
				rtems_task_wake_after (1);                                        
 20048c4:	40 00 07 08 	call  20064e4 <rtems_task_wake_after>          <== NOT EXECUTED
 20048c8:	90 10 20 01 	mov  1, %o0                                    <== NOT EXECUTED
static rtems_status_code                                              
fillBufferPoll (struct rtems_termios_tty *tty)                        
{                                                                     
	int n;                                                               
                                                                      
	if (tty->termios.c_lflag & ICANON) {                                 
 20048cc:	10 bf ff c1 	b  20047d0 <rtems_termios_read+0x2c8>          <== NOT EXECUTED
 20048d0:	c2 04 20 a0 	ld  [ %l0 + 0xa0 ], %g1                        <== NOT EXECUTED
                                                                      

020035e4 <rtems_termios_refill_transmitter>: * in task-driven mode, this function is called in Tx task context * in interrupt-driven mode, this function is called in TxIRQ context */ int rtems_termios_refill_transmitter (struct rtems_termios_tty *tty) {
 20035e4:	9d e3 bf a0 	save  %sp, -96, %sp                            
	int nToSend;                                                         
	rtems_interrupt_level level;                                         
	int len;                                                             
                                                                      
	/* check for XOF/XON to send */                                      
	if ((tty->flow_ctrl & (FL_MDXOF | FL_IREQXOF | FL_ISNTXOF))          
 20035e8:	c2 06 20 b8 	ld  [ %i0 + 0xb8 ], %g1                        
 20035ec:	82 08 64 03 	and  %g1, 0x403, %g1                           
 20035f0:	80 a0 64 01 	cmp  %g1, 0x401                                
 20035f4:	02 80 00 44 	be  2003704 <rtems_termios_refill_transmitter+0x120><== NEVER TAKEN
 20035f8:	a0 10 00 18 	mov  %i0, %l0                                  
	  tty->flow_ctrl |= FL_ISNTXOF;                                      
	  rtems_interrupt_enable(level);                                     
                                                                      
	  nToSend = 1;                                                       
	}                                                                    
	else if ((tty->flow_ctrl & (FL_IREQXOF | FL_ISNTXOF))                
 20035fc:	c2 06 20 b8 	ld  [ %i0 + 0xb8 ], %g1                        
 2003600:	82 08 60 03 	and  %g1, 3, %g1                               
 2003604:	80 a0 60 02 	cmp  %g1, 2                                    
 2003608:	22 80 00 50 	be,a   2003748 <rtems_termios_refill_transmitter+0x164><== NEVER TAKEN
 200360c:	c2 06 20 a4 	ld  [ %i0 + 0xa4 ], %g1                        <== NOT EXECUTED
	  rtems_interrupt_enable(level);                                     
                                                                      
	  nToSend = 1;                                                       
	}                                                                    
	else {                                                               
	  if ( tty->rawOutBuf.Head == tty->rawOutBuf.Tail ) {                
 2003610:	c4 06 20 80 	ld  [ %i0 + 0x80 ], %g2                        
 2003614:	c2 06 20 84 	ld  [ %i0 + 0x84 ], %g1                        
 2003618:	80 a0 80 01 	cmp  %g2, %g1                                  
 200361c:	22 80 00 30 	be,a   20036dc <rtems_termios_refill_transmitter+0xf8>
 2003620:	c2 06 20 94 	ld  [ %i0 + 0x94 ], %g1                        
	      rtems_semaphore_release (tty->rawOutBuf.Semaphore);            
	    }                                                                
	    return 0;                                                        
	  }                                                                  
                                                                      
	  rtems_interrupt_disable(level);                                    
 2003624:	7f ff fb 22 	call  20022ac <sparc_disable_interrupts>       
 2003628:	01 00 00 00 	nop                                            
	  len = tty->t_dqlen;                                                
 200362c:	e2 06 20 90 	ld  [ %i0 + 0x90 ], %l1                        
	  tty->t_dqlen = 0;                                                  
 2003630:	c0 26 20 90 	clr  [ %i0 + 0x90 ]                            
	  rtems_interrupt_enable(level);                                     
 2003634:	7f ff fb 22 	call  20022bc <sparc_enable_interrupts>        
 2003638:	01 00 00 00 	nop                                            
                                                                      
	  newTail = (tty->rawOutBuf.Tail + len) % tty->rawOutBuf.Size;       
 200363c:	d0 06 20 84 	ld  [ %i0 + 0x84 ], %o0                        
 2003640:	d2 06 20 88 	ld  [ %i0 + 0x88 ], %o1                        
 2003644:	40 00 57 da 	call  20195ac <.urem>                          
 2003648:	90 04 40 08 	add  %l1, %o0, %o0                             
	  tty->rawOutBuf.Tail = newTail;                                     
	  if (tty->rawOutBufState == rob_wait) {                             
 200364c:	c2 06 20 94 	ld  [ %i0 + 0x94 ], %g1                        
	  len = tty->t_dqlen;                                                
	  tty->t_dqlen = 0;                                                  
	  rtems_interrupt_enable(level);                                     
                                                                      
	  newTail = (tty->rawOutBuf.Tail + len) % tty->rawOutBuf.Size;       
	  tty->rawOutBuf.Tail = newTail;                                     
 2003650:	d0 24 20 84 	st  %o0, [ %l0 + 0x84 ]                        
	  if (tty->rawOutBufState == rob_wait) {                             
 2003654:	80 a0 60 02 	cmp  %g1, 2                                    
 2003658:	02 80 00 55 	be  20037ac <rtems_termios_refill_transmitter+0x1c8>
 200365c:	a2 10 00 08 	mov  %o0, %l1                                  
	    /*                                                               
	     * wake up any pending writer task                               
	     */                                                              
	    rtems_semaphore_release (tty->rawOutBuf.Semaphore);              
	  }                                                                  
	  if (newTail == tty->rawOutBuf.Head) {                              
 2003660:	c2 04 20 80 	ld  [ %l0 + 0x80 ], %g1                        
 2003664:	80 a0 40 11 	cmp  %g1, %l1                                  
 2003668:	22 80 00 48 	be,a   2003788 <rtems_termios_refill_transmitter+0x1a4>
 200366c:	c2 04 20 d4 	ld  [ %l0 + 0xd4 ], %g1                        
	    if ( tty->tty_snd.sw_pfn != NULL) {                              
	      (*tty->tty_snd.sw_pfn)(&tty->termios, tty->tty_snd.sw_arg);    
	    }                                                                
	  }                                                                  
	  /* check, whether output should stop due to received XOFF */       
	  else if ((tty->flow_ctrl & (FL_MDXON | FL_ORCVXOF))                
 2003670:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        
 2003674:	82 08 62 10 	and  %g1, 0x210, %g1                           
 2003678:	80 a0 62 10 	cmp  %g1, 0x210                                
 200367c:	02 80 00 4f 	be  20037b8 <rtems_termios_refill_transmitter+0x1d4><== NEVER TAKEN
 2003680:	01 00 00 00 	nop                                            
	  }                                                                  
	  else {                                                             
	    /*                                                               
	     * Buffer not empty, start tranmitter                            
	     */                                                              
	    if (newTail > tty->rawOutBuf.Head)                               
 2003684:	c2 04 20 80 	ld  [ %l0 + 0x80 ], %g1                        
 2003688:	80 a4 40 01 	cmp  %l1, %g1                                  
 200368c:	18 80 00 1b 	bgu  20036f8 <rtems_termios_refill_transmitter+0x114>
 2003690:	01 00 00 00 	nop                                            
		    nToSend = tty->rawOutBuf.Size - newTail;                        
	    else                                                             
		    nToSend = tty->rawOutBuf.Head - newTail;                        
 2003694:	f0 04 20 80 	ld  [ %l0 + 0x80 ], %i0                        
 2003698:	b0 26 00 11 	sub  %i0, %l1, %i0                             
	    /* when flow control XON or XOF, don't send blocks of data     */
	    /* to allow fast reaction on incoming flow ctrl and low latency*/
	    /* for outgoing flow control                                   */
	    if (tty->flow_ctrl & (FL_MDXON | FL_MDXOF)) {                    
 200369c:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        
 20036a0:	80 88 66 00 	btst  0x600, %g1                               
 20036a4:	02 80 00 04 	be  20036b4 <rtems_termios_refill_transmitter+0xd0><== ALWAYS TAKEN
 20036a8:	94 10 00 18 	mov  %i0, %o2                                  
 20036ac:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
 20036b0:	b0 10 20 01 	mov  1, %i0                                    <== NOT EXECUTED
		    nToSend = 1;                                                    
	    }                                                                
	    tty->rawOutBufState = rob_busy; /*apm*/                          
	    (*tty->device.write)(tty->minor,                                 
 20036b4:	d2 04 20 7c 	ld  [ %l0 + 0x7c ], %o1                        
 20036b8:	c2 04 20 a4 	ld  [ %l0 + 0xa4 ], %g1                        
 20036bc:	d0 04 20 10 	ld  [ %l0 + 0x10 ], %o0                        
	    /* to allow fast reaction on incoming flow ctrl and low latency*/
	    /* for outgoing flow control                                   */
	    if (tty->flow_ctrl & (FL_MDXON | FL_MDXOF)) {                    
		    nToSend = 1;                                                    
	    }                                                                
	    tty->rawOutBufState = rob_busy; /*apm*/                          
 20036c0:	84 10 20 01 	mov  1, %g2                                    
	    (*tty->device.write)(tty->minor,                                 
 20036c4:	92 02 40 11 	add  %o1, %l1, %o1                             
 20036c8:	9f c0 40 00 	call  %g1                                      
 20036cc:	c4 24 20 94 	st  %g2, [ %l0 + 0x94 ]                        
				 &tty->rawOutBuf.theBuf[newTail],                                 
				 nToSend);                                                        
	  }                                                                  
	  tty->rawOutBuf.Tail = newTail; /*apm*/                             
 20036d0:	e2 24 20 84 	st  %l1, [ %l0 + 0x84 ]                        
	}                                                                    
	return nToSend;                                                      
}                                                                     
 20036d4:	81 c7 e0 08 	ret                                            
 20036d8:	81 e8 00 00 	restore                                        
	else {                                                               
	  if ( tty->rawOutBuf.Head == tty->rawOutBuf.Tail ) {                
	    /*                                                               
	     * buffer was empty                                              
	     */                                                              
	    if (tty->rawOutBufState == rob_wait) {                           
 20036dc:	80 a0 60 02 	cmp  %g1, 2                                    
 20036e0:	12 bf ff fd 	bne  20036d4 <rtems_termios_refill_transmitter+0xf0><== ALWAYS TAKEN
 20036e4:	b0 10 20 00 	clr  %i0                                       
	      /*                                                             
	       * this should never happen...                                 
	       */                                                            
	      rtems_semaphore_release (tty->rawOutBuf.Semaphore);            
 20036e8:	40 00 0a 8e 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 20036ec:	d0 04 20 8c 	ld  [ %l0 + 0x8c ], %o0                        <== NOT EXECUTED
 20036f0:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 20036f4:	81 e8 00 00 	restore                                        <== NOT EXECUTED
	  else {                                                             
	    /*                                                               
	     * Buffer not empty, start tranmitter                            
	     */                                                              
	    if (newTail > tty->rawOutBuf.Head)                               
		    nToSend = tty->rawOutBuf.Size - newTail;                        
 20036f8:	f0 04 20 88 	ld  [ %l0 + 0x88 ], %i0                        
 20036fc:	10 bf ff e8 	b  200369c <rtems_termios_refill_transmitter+0xb8>
 2003700:	b0 26 00 11 	sub  %i0, %l1, %i0                             
                                                                      
	/* check for XOF/XON to send */                                      
	if ((tty->flow_ctrl & (FL_MDXOF | FL_IREQXOF | FL_ISNTXOF))          
	    == (FL_MDXOF | FL_IREQXOF)) {                                    
	  /* XOFF should be sent now... */                                   
	  (*tty->device.write)(tty->minor,                                   
 2003704:	c2 06 20 a4 	ld  [ %i0 + 0xa4 ], %g1                        <== NOT EXECUTED
 2003708:	d0 06 20 10 	ld  [ %i0 + 0x10 ], %o0                        <== NOT EXECUTED
 200370c:	92 06 20 4a 	add  %i0, 0x4a, %o1                            <== NOT EXECUTED
 2003710:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003714:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
			       (void *)&(tty->termios.c_cc[VSTOP]), 1);                    
                                                                      
	  rtems_interrupt_disable(level);                                    
 2003718:	7f ff fa e5 	call  20022ac <sparc_disable_interrupts>       <== NOT EXECUTED
 200371c:	01 00 00 00 	nop                                            <== NOT EXECUTED
	  tty->t_dqlen--;                                                    
 2003720:	c4 06 20 90 	ld  [ %i0 + 0x90 ], %g2                        <== NOT EXECUTED
	  tty->flow_ctrl |= FL_ISNTXOF;                                      
 2003724:	c2 06 20 b8 	ld  [ %i0 + 0xb8 ], %g1                        <== NOT EXECUTED
	  /* XOFF should be sent now... */                                   
	  (*tty->device.write)(tty->minor,                                   
			       (void *)&(tty->termios.c_cc[VSTOP]), 1);                    
                                                                      
	  rtems_interrupt_disable(level);                                    
	  tty->t_dqlen--;                                                    
 2003728:	84 00 bf ff 	add  %g2, -1, %g2                              <== NOT EXECUTED
	  tty->flow_ctrl |= FL_ISNTXOF;                                      
 200372c:	82 10 60 02 	or  %g1, 2, %g1                                <== NOT EXECUTED
	  /* XOFF should be sent now... */                                   
	  (*tty->device.write)(tty->minor,                                   
			       (void *)&(tty->termios.c_cc[VSTOP]), 1);                    
                                                                      
	  rtems_interrupt_disable(level);                                    
	  tty->t_dqlen--;                                                    
 2003730:	c4 26 20 90 	st  %g2, [ %i0 + 0x90 ]                        <== NOT EXECUTED
	  tty->flow_ctrl |= FL_ISNTXOF;                                      
 2003734:	c2 26 20 b8 	st  %g1, [ %i0 + 0xb8 ]                        <== NOT EXECUTED
	  rtems_interrupt_enable(level);                                     
 2003738:	7f ff fa e1 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 200373c:	b0 10 20 01 	mov  1, %i0                                    <== NOT EXECUTED
 2003740:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003744:	81 e8 00 00 	restore                                        <== NOT EXECUTED
		 * FIXME: this .write call will generate another                    
		 * dequeue callback. This will advance the "Tail" in the data       
		 * buffer, although the corresponding data is not yet out!          
		 * Therefore the dequeue "length" should be reduced by 1            
		 */                                                                 
	  (*tty->device.write)(tty->minor,                                   
 2003748:	d0 06 20 10 	ld  [ %i0 + 0x10 ], %o0                        <== NOT EXECUTED
 200374c:	92 06 20 49 	add  %i0, 0x49, %o1                            <== NOT EXECUTED
 2003750:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2003754:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
			       (void *)&(tty->termios.c_cc[VSTART]), 1);                   
                                                                      
	  rtems_interrupt_disable(level);                                    
 2003758:	7f ff fa d5 	call  20022ac <sparc_disable_interrupts>       <== NOT EXECUTED
 200375c:	01 00 00 00 	nop                                            <== NOT EXECUTED
	  tty->t_dqlen--;                                                    
 2003760:	c4 06 20 90 	ld  [ %i0 + 0x90 ], %g2                        <== NOT EXECUTED
	  tty->flow_ctrl &= ~FL_ISNTXOF;                                     
 2003764:	c2 06 20 b8 	ld  [ %i0 + 0xb8 ], %g1                        <== NOT EXECUTED
		 */                                                                 
	  (*tty->device.write)(tty->minor,                                   
			       (void *)&(tty->termios.c_cc[VSTART]), 1);                   
                                                                      
	  rtems_interrupt_disable(level);                                    
	  tty->t_dqlen--;                                                    
 2003768:	84 00 bf ff 	add  %g2, -1, %g2                              <== NOT EXECUTED
	  tty->flow_ctrl &= ~FL_ISNTXOF;                                     
 200376c:	82 08 7f fd 	and  %g1, -3, %g1                              <== NOT EXECUTED
		 */                                                                 
	  (*tty->device.write)(tty->minor,                                   
			       (void *)&(tty->termios.c_cc[VSTART]), 1);                   
                                                                      
	  rtems_interrupt_disable(level);                                    
	  tty->t_dqlen--;                                                    
 2003770:	c4 26 20 90 	st  %g2, [ %i0 + 0x90 ]                        <== NOT EXECUTED
	  tty->flow_ctrl &= ~FL_ISNTXOF;                                     
 2003774:	c2 26 20 b8 	st  %g1, [ %i0 + 0xb8 ]                        <== NOT EXECUTED
	  rtems_interrupt_enable(level);                                     
 2003778:	7f ff fa d1 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 200377c:	b0 10 20 01 	mov  1, %i0                                    <== NOT EXECUTED
 2003780:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003784:	81 e8 00 00 	restore                                        <== NOT EXECUTED
	  }                                                                  
	  if (newTail == tty->rawOutBuf.Head) {                              
	    /*                                                               
	     * Buffer has become empty                                       
	     */                                                              
	    tty->rawOutBufState = rob_idle;                                  
 2003788:	c0 24 20 94 	clr  [ %l0 + 0x94 ]                            
	    nToSend = 0;                                                     
                                                                      
	    /*                                                               
	     * check to see if snd wakeup callback was set                   
	     */                                                              
	    if ( tty->tty_snd.sw_pfn != NULL) {                              
 200378c:	80 a0 60 00 	cmp  %g1, 0                                    
 2003790:	02 bf ff d0 	be  20036d0 <rtems_termios_refill_transmitter+0xec><== ALWAYS TAKEN
 2003794:	b0 10 20 00 	clr  %i0                                       
	      (*tty->tty_snd.sw_pfn)(&tty->termios, tty->tty_snd.sw_arg);    
 2003798:	d2 04 20 d8 	ld  [ %l0 + 0xd8 ], %o1                        <== NOT EXECUTED
 200379c:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20037a0:	90 04 20 30 	add  %l0, 0x30, %o0                            <== NOT EXECUTED
	    tty->rawOutBufState = rob_busy; /*apm*/                          
	    (*tty->device.write)(tty->minor,                                 
				 &tty->rawOutBuf.theBuf[newTail],                                 
				 nToSend);                                                        
	  }                                                                  
	  tty->rawOutBuf.Tail = newTail; /*apm*/                             
 20037a4:	e2 24 20 84 	st  %l1, [ %l0 + 0x84 ]                        <== NOT EXECUTED
 20037a8:	30 bf ff f6 	b,a   2003780 <rtems_termios_refill_transmitter+0x19c><== NOT EXECUTED
	  tty->rawOutBuf.Tail = newTail;                                     
	  if (tty->rawOutBufState == rob_wait) {                             
	    /*                                                               
	     * wake up any pending writer task                               
	     */                                                              
	    rtems_semaphore_release (tty->rawOutBuf.Semaphore);              
 20037ac:	40 00 0a 5d 	call  2006120 <rtems_semaphore_release>        
 20037b0:	d0 06 20 8c 	ld  [ %i0 + 0x8c ], %o0                        
 20037b4:	30 bf ff ab 	b,a   2003660 <rtems_termios_refill_transmitter+0x7c>
	  /* check, whether output should stop due to received XOFF */       
	  else if ((tty->flow_ctrl & (FL_MDXON | FL_ORCVXOF))                
		   ==                (FL_MDXON | FL_ORCVXOF)) {                     
		  /* Buffer not empty, but output stops due to XOFF */              
		  /* set flag, that output has been stopped */                      
		  rtems_interrupt_disable(level);                                   
 20037b8:	7f ff fa bd 	call  20022ac <sparc_disable_interrupts>       <== NOT EXECUTED
 20037bc:	01 00 00 00 	nop                                            <== NOT EXECUTED
		  tty->flow_ctrl |= FL_OSTOP;                                       
 20037c0:	c2 04 20 b8 	ld  [ %l0 + 0xb8 ], %g1                        <== NOT EXECUTED
		  tty->rawOutBufState = rob_busy; /*apm*/                           
 20037c4:	84 10 20 01 	mov  1, %g2                                    <== NOT EXECUTED
	  else if ((tty->flow_ctrl & (FL_MDXON | FL_ORCVXOF))                
		   ==                (FL_MDXON | FL_ORCVXOF)) {                     
		  /* Buffer not empty, but output stops due to XOFF */              
		  /* set flag, that output has been stopped */                      
		  rtems_interrupt_disable(level);                                   
		  tty->flow_ctrl |= FL_OSTOP;                                       
 20037c8:	82 10 60 20 	or  %g1, 0x20, %g1                             <== NOT EXECUTED
		  tty->rawOutBufState = rob_busy; /*apm*/                           
 20037cc:	c4 24 20 94 	st  %g2, [ %l0 + 0x94 ]                        <== NOT EXECUTED
	  else if ((tty->flow_ctrl & (FL_MDXON | FL_ORCVXOF))                
		   ==                (FL_MDXON | FL_ORCVXOF)) {                     
		  /* Buffer not empty, but output stops due to XOFF */              
		  /* set flag, that output has been stopped */                      
		  rtems_interrupt_disable(level);                                   
		  tty->flow_ctrl |= FL_OSTOP;                                       
 20037d0:	c2 24 20 b8 	st  %g1, [ %l0 + 0xb8 ]                        <== NOT EXECUTED
		  tty->rawOutBufState = rob_busy; /*apm*/                           
		  rtems_interrupt_enable(level);                                    
 20037d4:	7f ff fa ba 	call  20022bc <sparc_enable_interrupts>        <== NOT EXECUTED
 20037d8:	b0 10 20 00 	clr  %i0                                       <== NOT EXECUTED
	    tty->rawOutBufState = rob_busy; /*apm*/                          
	    (*tty->device.write)(tty->minor,                                 
				 &tty->rawOutBuf.theBuf[newTail],                                 
				 nToSend);                                                        
	  }                                                                  
	  tty->rawOutBuf.Tail = newTail; /*apm*/                             
 20037dc:	e2 24 20 84 	st  %l1, [ %l0 + 0x84 ]                        <== NOT EXECUTED
 20037e0:	30 bf ff e8 	b,a   2003780 <rtems_termios_refill_transmitter+0x19c><== NOT EXECUTED
                                                                      

020053c0 <rtems_termios_rxdaemon>: /* * this task actually processes any receive events */ static rtems_task rtems_termios_rxdaemon(rtems_task_argument argument) {
 20053c0:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
 20053c4:	a0 07 bf f8 	add  %fp, -8, %l0                              <== NOT EXECUTED
 20053c8:	a2 07 bf ff 	add  %fp, -1, %l1                              <== NOT EXECUTED
	char c_buf;                                                          
	while (1) {                                                          
		/*                                                                  
		 * wait for rtems event                                             
		 */                                                                 
		rtems_event_receive((TERMIOS_RX_PROC_EVENT |                        
 20053cc:	96 10 00 10 	mov  %l0, %o3                                  <== NOT EXECUTED
 20053d0:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
 20053d4:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 20053d8:	40 00 01 69 	call  200597c <rtems_event_receive>            <== NOT EXECUTED
 20053dc:	90 10 20 03 	mov  3, %o0                                    <== NOT EXECUTED
				     TERMIOS_RX_TERMINATE_EVENT),                                 
				    RTEMS_EVENT_ANY | RTEMS_WAIT,                                 
				    RTEMS_NO_TIMEOUT,                                             
				    &the_event);                                                  
		if ((the_event & TERMIOS_RX_TERMINATE_EVENT) != 0) {                
 20053e0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 20053e4:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 20053e8:	32 80 00 16 	bne,a   2005440 <rtems_termios_rxdaemon+0x80>  <== NOT EXECUTED
 20053ec:	c0 26 20 c4 	clr  [ %i0 + 0xc4 ]                            <== NOT EXECUTED
		}                                                                   
		else {                                                              
			/*                                                                 
			 * do something                                                    
			 */                                                                
			c = tty->device.pollRead(tty->minor);                              
 20053f0:	c2 06 20 a0 	ld  [ %i0 + 0xa0 ], %g1                        <== NOT EXECUTED
 20053f4:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20053f8:	d0 06 20 10 	ld  [ %i0 + 0x10 ], %o0                        <== NOT EXECUTED
			if (c != EOF) {                                                    
 20053fc:	80 a2 3f ff 	cmp  %o0, -1                                   <== NOT EXECUTED
 2005400:	02 bf ff f3 	be  20053cc <rtems_termios_rxdaemon+0xc>       <== NOT EXECUTED
 2005404:	92 10 00 11 	mov  %l1, %o1                                  <== NOT EXECUTED
				/*                                                                
				 * pollRead did call enqueue on its own                           
				 */                                                               
				c_buf = c;                                                        
 2005408:	d0 2f bf ff 	stb  %o0, [ %fp + -1 ]                         <== NOT EXECUTED
				rtems_termios_enqueue_raw_characters (                            
 200540c:	94 10 20 01 	mov  1, %o2                                    <== NOT EXECUTED
 2005410:	7f ff f9 14 	call  2003860 <rtems_termios_enqueue_raw_characters><== NOT EXECUTED
 2005414:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
	char c_buf;                                                          
	while (1) {                                                          
		/*                                                                  
		 * wait for rtems event                                             
		 */                                                                 
		rtems_event_receive((TERMIOS_RX_PROC_EVENT |                        
 2005418:	96 10 00 10 	mov  %l0, %o3                                  <== NOT EXECUTED
 200541c:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
 2005420:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 2005424:	40 00 01 56 	call  200597c <rtems_event_receive>            <== NOT EXECUTED
 2005428:	90 10 20 03 	mov  3, %o0                                    <== NOT EXECUTED
				     TERMIOS_RX_TERMINATE_EVENT),                                 
				    RTEMS_EVENT_ANY | RTEMS_WAIT,                                 
				    RTEMS_NO_TIMEOUT,                                             
				    &the_event);                                                  
		if ((the_event & TERMIOS_RX_TERMINATE_EVENT) != 0) {                
 200542c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 2005430:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 2005434:	22 bf ff f0 	be,a   20053f4 <rtems_termios_rxdaemon+0x34>   <== NOT EXECUTED
 2005438:	c2 06 20 a0 	ld  [ %i0 + 0xa0 ], %g1                        <== NOT EXECUTED
			tty->rxTaskId = 0;                                                 
 200543c:	c0 26 20 c4 	clr  [ %i0 + 0xc4 ]                            <== NOT EXECUTED
			rtems_task_delete(RTEMS_SELF);                                     
 2005440:	40 00 03 af 	call  20062fc <rtems_task_delete>              <== NOT EXECUTED
 2005444:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
	char c_buf;                                                          
	while (1) {                                                          
		/*                                                                  
		 * wait for rtems event                                             
		 */                                                                 
		rtems_event_receive((TERMIOS_RX_PROC_EVENT |                        
 2005448:	10 bf ff e2 	b  20053d0 <rtems_termios_rxdaemon+0x10>       <== NOT EXECUTED
 200544c:	96 10 00 10 	mov  %l0, %o3                                  <== NOT EXECUTED
                                                                      

020035cc <rtems_termios_rxirq_occured>: void rtems_termios_rxirq_occured(struct rtems_termios_tty *tty) { /* * send event to rx daemon task */ rtems_event_send(tty->rxTaskId,TERMIOS_RX_PROC_EVENT);
 20035cc:	d0 02 20 c4 	ld  [ %o0 + 0xc4 ], %o0                        <== NOT EXECUTED
 20035d0:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
 20035d4:	82 13 c0 00 	mov  %o7, %g1                                  <== NOT EXECUTED
 20035d8:	40 00 09 4a 	call  2005b00 <rtems_event_send>               <== NOT EXECUTED
 20035dc:	9e 10 40 00 	mov  %g1, %o7                                  <== NOT EXECUTED
                                                                      

02005328 <rtems_termios_txdaemon>: /* * this task actually processes any transmit events */ static rtems_task rtems_termios_txdaemon(rtems_task_argument argument) {
 2005328:	9d e3 bf 98 	save  %sp, -104, %sp                           <== NOT EXECUTED
 200532c:	23 00 80 72 	sethi  %hi(0x201c800), %l1                     <== NOT EXECUTED
 2005330:	a0 07 bf fc 	add  %fp, -4, %l0                              <== NOT EXECUTED
 2005334:	a2 14 60 e4 	or  %l1, 0xe4, %l1                             <== NOT EXECUTED
                                                                      
	while (1) {                                                          
		/*                                                                  
		 * wait for rtems event                                             
		 */                                                                 
		rtems_event_receive((TERMIOS_TX_START_EVENT |                       
 2005338:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
 200533c:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 2005340:	96 10 00 10 	mov  %l0, %o3                                  <== NOT EXECUTED
 2005344:	40 00 01 8e 	call  200597c <rtems_event_receive>            <== NOT EXECUTED
 2005348:	90 10 20 03 	mov  3, %o0                                    <== NOT EXECUTED
				     TERMIOS_TX_TERMINATE_EVENT),                                 
				    RTEMS_EVENT_ANY | RTEMS_WAIT,                                 
				    RTEMS_NO_TIMEOUT,                                             
				    &the_event);                                                  
		if ((the_event & TERMIOS_TX_TERMINATE_EVENT) != 0) {                
 200534c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          <== NOT EXECUTED
 2005350:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 2005354:	12 80 00 16 	bne  20053ac <rtems_termios_txdaemon+0x84>     <== NOT EXECUTED
 2005358:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
		}                                                                   
		else {                                                              
			/*                                                                 
			 * call any line discipline start function                         
			 */                                                                
			if (rtems_termios_linesw[tty->t_line].l_start != NULL) {           
 200535c:	c2 06 20 cc 	ld  [ %i0 + 0xcc ], %g1                        <== NOT EXECUTED
 2005360:	83 28 60 05 	sll  %g1, 5, %g1                               <== NOT EXECUTED
 2005364:	82 04 40 01 	add  %l1, %g1, %g1                             <== NOT EXECUTED
 2005368:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        <== NOT EXECUTED
 200536c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2005370:	02 80 00 04 	be  2005380 <rtems_termios_txdaemon+0x58>      <== NOT EXECUTED
 2005374:	01 00 00 00 	nop                                            <== NOT EXECUTED
				rtems_termios_linesw[tty->t_line].l_start(tty);                   
 2005378:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200537c:	01 00 00 00 	nop                                            <== NOT EXECUTED
			}                                                                  
			/*                                                                 
			 * try to push further characters to device                        
			 */                                                                
			rtems_termios_refill_transmitter(tty);                             
 2005380:	7f ff f8 99 	call  20035e4 <rtems_termios_refill_transmitter><== NOT EXECUTED
 2005384:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
                                                                      
	while (1) {                                                          
		/*                                                                  
		 * wait for rtems event                                             
		 */                                                                 
		rtems_event_receive((TERMIOS_TX_START_EVENT |                       
 2005388:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
 200538c:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 2005390:	96 10 00 10 	mov  %l0, %o3                                  <== NOT EXECUTED
 2005394:	40 00 01 7a 	call  200597c <rtems_event_receive>            <== NOT EXECUTED
 2005398:	90 10 20 03 	mov  3, %o0                                    <== NOT EXECUTED
				     TERMIOS_TX_TERMINATE_EVENT),                                 
				    RTEMS_EVENT_ANY | RTEMS_WAIT,                                 
				    RTEMS_NO_TIMEOUT,                                             
				    &the_event);                                                  
		if ((the_event & TERMIOS_TX_TERMINATE_EVENT) != 0) {                
 200539c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          <== NOT EXECUTED
 20053a0:	80 88 60 01 	btst  1, %g1                                   <== NOT EXECUTED
 20053a4:	02 bf ff ee 	be  200535c <rtems_termios_txdaemon+0x34>      <== NOT EXECUTED
 20053a8:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
			tty->txTaskId = 0;                                                 
 20053ac:	c0 26 20 c8 	clr  [ %i0 + 0xc8 ]                            <== NOT EXECUTED
			rtems_task_delete(RTEMS_SELF);                                     
 20053b0:	40 00 03 d3 	call  20062fc <rtems_task_delete>              <== NOT EXECUTED
 20053b4:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
                                                                      
	while (1) {                                                          
		/*                                                                  
		 * wait for rtems event                                             
		 */                                                                 
		rtems_event_receive((TERMIOS_TX_START_EVENT |                       
 20053b8:	10 bf ff e1 	b  200533c <rtems_termios_txdaemon+0x14>       <== NOT EXECUTED
 20053bc:	92 10 20 02 	mov  2, %o1                                    <== NOT EXECUTED
                                                                      

020043a0 <rtems_termios_write>: rtems_termios_puts (&c, 1, tty); } rtems_status_code rtems_termios_write (void *arg) {
 20043a0:	9d e3 bf a0 	save  %sp, -96, %sp                            
	rtems_libio_rw_args_t *args = arg;                                   
	struct rtems_termios_tty *tty = args->iop->data1;                    
 20043a4:	c2 06 00 00 	ld  [ %i0 ], %g1                               
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 20043a8:	92 10 20 00 	clr  %o1                                       
                                                                      
rtems_status_code                                                     
rtems_termios_write (void *arg)                                       
{                                                                     
	rtems_libio_rw_args_t *args = arg;                                   
	struct rtems_termios_tty *tty = args->iop->data1;                    
 20043ac:	e0 00 60 38 	ld  [ %g1 + 0x38 ], %l0                        
	rtems_status_code sc;                                                
                                                                      
	sc = rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
 20043b0:	94 10 20 00 	clr  %o2                                       
 20043b4:	40 00 07 14 	call  2006004 <rtems_semaphore_obtain>         
 20043b8:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        
	if (sc != RTEMS_SUCCESSFUL)                                          
 20043bc:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 20043c0:	12 80 00 0f 	bne  20043fc <rtems_termios_write+0x5c>        <== NEVER TAKEN
 20043c4:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
		return sc;                                                          
	if (rtems_termios_linesw[tty->t_line].l_write != NULL) {             
 20043c8:	c4 04 20 cc 	ld  [ %l0 + 0xcc ], %g2                        
 20043cc:	85 28 a0 05 	sll  %g2, 5, %g2                               
 20043d0:	82 10 60 e4 	or  %g1, 0xe4, %g1                             
 20043d4:	82 00 40 02 	add  %g1, %g2, %g1                             
 20043d8:	c2 00 60 0c 	ld  [ %g1 + 0xc ], %g1                         
 20043dc:	80 a0 60 00 	cmp  %g1, 0                                    
 20043e0:	02 80 00 09 	be  2004404 <rtems_termios_write+0x64>         <== ALWAYS TAKEN
 20043e4:	92 10 00 18 	mov  %i0, %o1                                  
		sc = rtems_termios_linesw[tty->t_line].l_write(tty,args);           
 20043e8:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 20043ec:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 20043f0:	a2 10 00 08 	mov  %o0, %l1                                  <== NOT EXECUTED
		rtems_semaphore_release (tty->osem);                                
 20043f4:	40 00 07 4b 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 20043f8:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        <== NOT EXECUTED
		rtems_termios_puts (args->buffer, args->count, tty);                
		args->bytes_moved = args->count;                                    
	}                                                                    
	rtems_semaphore_release (tty->osem);                                 
	return sc;                                                           
}                                                                     
 20043fc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004400:	91 e8 00 11 	restore  %g0, %l1, %o0                         <== NOT EXECUTED
	if (rtems_termios_linesw[tty->t_line].l_write != NULL) {             
		sc = rtems_termios_linesw[tty->t_line].l_write(tty,args);           
		rtems_semaphore_release (tty->osem);                                
		return sc;                                                          
	}                                                                    
	if (tty->termios.c_oflag & OPOST) {                                  
 2004404:	c2 04 20 34 	ld  [ %l0 + 0x34 ], %g1                        
 2004408:	80 88 60 01 	btst  1, %g1                                   
 200440c:	22 80 00 16 	be,a   2004464 <rtems_termios_write+0xc4>      <== NEVER TAKEN
 2004410:	d0 1e 20 10 	ldd  [ %i0 + 0x10 ], %o0                       <== NOT EXECUTED
		uint32_t   count = args->count;                                     
 2004414:	e6 06 20 14 	ld  [ %i0 + 0x14 ], %l3                        
		char      *buffer = args->buffer;                                   
 2004418:	e8 06 20 10 	ld  [ %i0 + 0x10 ], %l4                        
		while (count--)                                                     
 200441c:	80 a4 e0 00 	cmp  %l3, 0                                    
 2004420:	a4 10 20 00 	clr  %l2                                       
 2004424:	02 80 00 0a 	be  200444c <rtems_termios_write+0xac>         <== NEVER TAKEN
 2004428:	82 10 20 00 	clr  %g1                                       
			oproc (*buffer++, tty);                                            
 200442c:	d0 0d 00 12 	ldub  [ %l4 + %l2 ], %o0                       
 2004430:	7f ff fe 2f 	call  2003cec <oproc>                          
 2004434:	92 10 00 10 	mov  %l0, %o1                                  
 2004438:	a4 04 a0 01 	inc  %l2                                       
		return sc;                                                          
	}                                                                    
	if (tty->termios.c_oflag & OPOST) {                                  
		uint32_t   count = args->count;                                     
		char      *buffer = args->buffer;                                   
		while (count--)                                                     
 200443c:	80 a4 80 13 	cmp  %l2, %l3                                  
 2004440:	32 bf ff fc 	bne,a   2004430 <rtems_termios_write+0x90>     
 2004444:	d0 0d 00 12 	ldub  [ %l4 + %l2 ], %o0                       
			oproc (*buffer++, tty);                                            
		args->bytes_moved = args->count;                                    
	}                                                                    
	else {                                                               
		rtems_termios_puts (args->buffer, args->count, tty);                
		args->bytes_moved = args->count;                                    
 2004448:	c2 06 20 14 	ld  [ %i0 + 0x14 ], %g1                        
 200444c:	c2 26 20 1c 	st  %g1, [ %i0 + 0x1c ]                        
	}                                                                    
	rtems_semaphore_release (tty->osem);                                 
 2004450:	d0 04 20 18 	ld  [ %l0 + 0x18 ], %o0                        
 2004454:	40 00 07 33 	call  2006120 <rtems_semaphore_release>        
 2004458:	b0 10 00 11 	mov  %l1, %i0                                  
	return sc;                                                           
}                                                                     
 200445c:	81 c7 e0 08 	ret                                            
 2004460:	81 e8 00 00 	restore                                        
		while (count--)                                                     
			oproc (*buffer++, tty);                                            
		args->bytes_moved = args->count;                                    
	}                                                                    
	else {                                                               
		rtems_termios_puts (args->buffer, args->count, tty);                
 2004464:	7f ff fd d3 	call  2003bb0 <rtems_termios_puts>             <== NOT EXECUTED
 2004468:	94 10 00 10 	mov  %l0, %o2                                  <== NOT EXECUTED
		args->bytes_moved = args->count;                                    
 200446c:	10 bf ff f8 	b  200444c <rtems_termios_write+0xac>          <== NOT EXECUTED
 2004470:	c2 06 20 14 	ld  [ %i0 + 0x14 ], %g1                        <== NOT EXECUTED
                                                                      

02015ee8 <rtems_timer_cancel>: */ rtems_status_code rtems_timer_cancel( rtems_id id ) {
 2015ee8:	9d e3 bf 98 	save  %sp, -104, %sp                           
RTEMS_INLINE_ROUTINE Timer_Control *_Timer_Get (                      
  Objects_Id         id,                                              
  Objects_Locations *location                                         
)                                                                     
{                                                                     
  return (Timer_Control *)                                            
 2015eec:	11 00 80 fb 	sethi  %hi(0x203ec00), %o0                     
 2015ef0:	92 10 00 18 	mov  %i0, %o1                                  
 2015ef4:	90 12 22 f0 	or  %o0, 0x2f0, %o0                            
 2015ef8:	40 00 0b ff 	call  2018ef4 <_Objects_Get>                   
 2015efc:	94 07 bf fc 	add  %fp, -4, %o2                              
  Timer_Control   *the_timer;                                         
  Objects_Locations       location;                                   
                                                                      
  the_timer = _Timer_Get( id, &location );                            
  switch ( location ) {                                               
 2015f00:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2015f04:	80 a0 60 00 	cmp  %g1, 0                                    
 2015f08:	12 80 00 0a 	bne  2015f30 <rtems_timer_cancel+0x48>         
 2015f0c:	b0 10 20 04 	mov  4, %i0                                    
                                                                      
    case OBJECTS_LOCAL:                                               
      if ( !_Timer_Is_dormant_class( the_timer->the_class ) )         
 2015f10:	c2 02 20 38 	ld  [ %o0 + 0x38 ], %g1                        
 2015f14:	80 a0 60 04 	cmp  %g1, 4                                    
 2015f18:	02 80 00 04 	be  2015f28 <rtems_timer_cancel+0x40>          <== NEVER TAKEN
 2015f1c:	01 00 00 00 	nop                                            
        (void) _Watchdog_Remove( &the_timer->Ticker );                
 2015f20:	40 00 15 3e 	call  201b418 <_Watchdog_Remove>               
 2015f24:	90 02 20 10 	add  %o0, 0x10, %o0                            
      _Thread_Enable_dispatch();                                      
 2015f28:	40 00 0e af 	call  20199e4 <_Thread_Enable_dispatch>        
 2015f2c:	b0 10 20 00 	clr  %i0                                       
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 2015f30:	81 c7 e0 08 	ret                                            
 2015f34:	81 e8 00 00 	restore                                        
                                                                      

020163f4 <rtems_timer_server_fire_when>: rtems_id id, rtems_time_of_day *wall_time, rtems_timer_service_routine_entry routine, void *user_data ) {
 20163f4:	9d e3 bf 98 	save  %sp, -104, %sp                           
  Timer_Control        *the_timer;                                    
  Objects_Locations     location;                                     
  rtems_interval        seconds;                                      
  Timer_server_Control *timer_server = _Timer_server;                 
 20163f8:	03 00 80 fb 	sethi  %hi(0x203ec00), %g1                     
 20163fc:	e0 00 63 30 	ld  [ %g1 + 0x330 ], %l0	! 203ef30 <_Timer_server>
  rtems_id                           id,                              
  rtems_time_of_day                  *wall_time,                      
  rtems_timer_service_routine_entry  routine,                         
  void                              *user_data                        
)                                                                     
{                                                                     
 2016400:	a2 10 00 18 	mov  %i0, %l1                                  
  Timer_Control        *the_timer;                                    
  Objects_Locations     location;                                     
  rtems_interval        seconds;                                      
  Timer_server_Control *timer_server = _Timer_server;                 
                                                                      
  if ( !timer_server )                                                
 2016404:	80 a4 20 00 	cmp  %l0, 0                                    
 2016408:	02 80 00 34 	be  20164d8 <rtems_timer_server_fire_when+0xe4>
 201640c:	b0 10 20 0e 	mov  0xe, %i0                                  
    return RTEMS_INCORRECT_STATE;                                     
                                                                      
  if ( !_TOD_Is_set )                                                 
 2016410:	03 00 80 f9 	sethi  %hi(0x203e400), %g1                     
 2016414:	c2 08 61 84 	ldub  [ %g1 + 0x184 ], %g1	! 203e584 <_TOD_Is_set>
 2016418:	80 a0 60 00 	cmp  %g1, 0                                    
 201641c:	02 80 00 2f 	be  20164d8 <rtems_timer_server_fire_when+0xe4><== NEVER TAKEN
 2016420:	b0 10 20 0b 	mov  0xb, %i0                                  
    return RTEMS_NOT_DEFINED;                                         
                                                                      
  if ( !routine )                                                     
 2016424:	80 a6 a0 00 	cmp  %i2, 0                                    
 2016428:	02 80 00 2c 	be  20164d8 <rtems_timer_server_fire_when+0xe4>
 201642c:	b0 10 20 09 	mov  9, %i0                                    
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( !_TOD_Validate( wall_time ) )                                  
 2016430:	7f ff f3 d2 	call  2013378 <_TOD_Validate>                  
 2016434:	90 10 00 19 	mov  %i1, %o0                                  
 2016438:	80 8a 20 ff 	btst  0xff, %o0                                
 201643c:	12 80 00 04 	bne  201644c <rtems_timer_server_fire_when+0x58>
 2016440:	01 00 00 00 	nop                                            
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  return RTEMS_INVALID_ID;                                            
}                                                                     
 2016444:	81 c7 e0 08 	ret                                            
 2016448:	91 e8 20 14 	restore  %g0, 0x14, %o0                        
    return RTEMS_INVALID_ADDRESS;                                     
                                                                      
  if ( !_TOD_Validate( wall_time ) )                                  
    return RTEMS_INVALID_CLOCK;                                       
                                                                      
  seconds = _TOD_To_seconds( wall_time );                             
 201644c:	7f ff f3 95 	call  20132a0 <_TOD_To_seconds>                
 2016450:	90 10 00 19 	mov  %i1, %o0                                  
  if ( seconds <= _TOD_Seconds_since_epoch() )                        
 2016454:	25 00 80 f9 	sethi  %hi(0x203e400), %l2                     
 2016458:	c2 04 a2 04 	ld  [ %l2 + 0x204 ], %g1	! 203e604 <_TOD_Now>  
 201645c:	80 a2 00 01 	cmp  %o0, %g1                                  
 2016460:	08 bf ff f9 	bleu  2016444 <rtems_timer_server_fire_when+0x50>
 2016464:	b2 10 00 08 	mov  %o0, %i1                                  
 2016468:	11 00 80 fb 	sethi  %hi(0x203ec00), %o0                     
 201646c:	92 10 00 11 	mov  %l1, %o1                                  
 2016470:	90 12 22 f0 	or  %o0, 0x2f0, %o0                            
 2016474:	40 00 0a a0 	call  2018ef4 <_Objects_Get>                   
 2016478:	94 07 bf fc 	add  %fp, -4, %o2                              
    return RTEMS_INVALID_CLOCK;                                       
                                                                      
  the_timer = _Timer_Get( id, &location );                            
  switch ( location ) {                                               
 201647c:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 2016480:	a6 10 00 08 	mov  %o0, %l3                                  
 2016484:	80 a0 60 00 	cmp  %g1, 0                                    
 2016488:	12 80 00 14 	bne  20164d8 <rtems_timer_server_fire_when+0xe4>
 201648c:	b0 10 20 04 	mov  4, %i0                                    
                                                                      
    case OBJECTS_LOCAL:                                               
      (void) _Watchdog_Remove( &the_timer->Ticker );                  
 2016490:	40 00 13 e2 	call  201b418 <_Watchdog_Remove>               
 2016494:	90 02 20 10 	add  %o0, 0x10, %o0                            
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
 2016498:	e2 24 e0 30 	st  %l1, [ %l3 + 0x30 ]                        
      the_timer->the_class = TIMER_TIME_OF_DAY_ON_TASK;               
      _Watchdog_Initialize( &the_timer->Ticker, routine, id, user_data );
      the_timer->Ticker.initial = seconds - _TOD_Seconds_since_epoch();
 201649c:	c4 04 a2 04 	ld  [ %l2 + 0x204 ], %g2                       
                                                                      
      (*timer_server->schedule_operation)( timer_server, the_timer ); 
 20164a0:	c2 04 20 04 	ld  [ %l0 + 4 ], %g1                           
 20164a4:	90 10 00 10 	mov  %l0, %o0                                  
 20164a8:	92 10 00 13 	mov  %l3, %o1                                  
                                                                      
    case OBJECTS_LOCAL:                                               
      (void) _Watchdog_Remove( &the_timer->Ticker );                  
      the_timer->the_class = TIMER_TIME_OF_DAY_ON_TASK;               
      _Watchdog_Initialize( &the_timer->Ticker, routine, id, user_data );
      the_timer->Ticker.initial = seconds - _TOD_Seconds_since_epoch();
 20164ac:	b2 26 40 02 	sub  %i1, %g2, %i1                             
  the_timer = _Timer_Get( id, &location );                            
  switch ( location ) {                                               
                                                                      
    case OBJECTS_LOCAL:                                               
      (void) _Watchdog_Remove( &the_timer->Ticker );                  
      the_timer->the_class = TIMER_TIME_OF_DAY_ON_TASK;               
 20164b0:	84 10 20 03 	mov  3, %g2                                    
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 20164b4:	f4 24 e0 2c 	st  %i2, [ %l3 + 0x2c ]                        
 20164b8:	c4 24 e0 38 	st  %g2, [ %l3 + 0x38 ]                        
  the_watchdog->id        = id;                                       
  the_watchdog->user_data = user_data;                                
 20164bc:	f6 24 e0 34 	st  %i3, [ %l3 + 0x34 ]                        
      _Watchdog_Initialize( &the_timer->Ticker, routine, id, user_data );
      the_timer->Ticker.initial = seconds - _TOD_Seconds_since_epoch();
 20164c0:	f2 24 e0 1c 	st  %i1, [ %l3 + 0x1c ]                        
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 20164c4:	c0 24 e0 18 	clr  [ %l3 + 0x18 ]                            
                                                                      
      (*timer_server->schedule_operation)( timer_server, the_timer ); 
 20164c8:	9f c0 40 00 	call  %g1                                      
 20164cc:	b0 10 20 00 	clr  %i0                                       
                                                                      
      _Thread_Enable_dispatch();                                      
 20164d0:	40 00 0d 45 	call  20199e4 <_Thread_Enable_dispatch>        
 20164d4:	01 00 00 00 	nop                                            
      return RTEMS_SUCCESSFUL;                                        
 20164d8:	81 c7 e0 08 	ret                                            
 20164dc:	81 e8 00 00 	restore                                        
                                                                      

02007e0c <rtems_verror>: static int rtems_verror( rtems_error_code_t error_flag, const char *printf_format, va_list arglist ) {
 2007e0c:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
    int               local_errno = 0;                                
    int               chars_written = 0;                              
    rtems_status_code status;                                         
                                                                      
    if (error_flag & RTEMS_ERROR_PANIC)                               
 2007e10:	29 08 00 00 	sethi  %hi(0x20000000), %l4                    <== NOT EXECUTED
 2007e14:	a8 8e 00 14 	andcc  %i0, %l4, %l4                           <== NOT EXECUTED
 2007e18:	02 80 00 0f 	be  2007e54 <rtems_verror+0x48>                <== NOT EXECUTED
 2007e1c:	05 00 80 a2 	sethi  %hi(0x2028800), %g2                     <== NOT EXECUTED
    {                                                                 
        if (rtems_panic_in_progress++)                                
 2007e20:	c6 00 a2 00 	ld  [ %g2 + 0x200 ], %g3	! 2028a00 <rtems_panic_in_progress><== NOT EXECUTED
 2007e24:	82 00 e0 01 	add  %g3, 1, %g1                               <== NOT EXECUTED
 2007e28:	80 a0 e0 00 	cmp  %g3, 0                                    <== NOT EXECUTED
 2007e2c:	02 80 00 07 	be  2007e48 <rtems_verror+0x3c>                <== NOT EXECUTED
 2007e30:	c2 20 a2 00 	st  %g1, [ %g2 + 0x200 ]                       <== NOT EXECUTED
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 2007e34:	03 00 80 a2 	sethi  %hi(0x2028800), %g1                     <== NOT EXECUTED
 2007e38:	c6 00 63 e0 	ld  [ %g1 + 0x3e0 ], %g3	! 2028be0 <_Thread_Dispatch_disable_level><== NOT EXECUTED
 2007e3c:	86 00 e0 01 	inc  %g3                                       <== NOT EXECUTED
 2007e40:	c6 20 63 e0 	st  %g3, [ %g1 + 0x3e0 ]                       <== NOT EXECUTED
  RTEMS_COMPILER_MEMORY_BARRIER();                                    
 2007e44:	c2 00 a2 00 	ld  [ %g2 + 0x200 ], %g1                       <== NOT EXECUTED
            _Thread_Disable_dispatch();       /* disable task switches */
                                                                      
        /* don't aggravate things */                                  
        if (rtems_panic_in_progress > 2)                              
 2007e48:	80 a0 60 02 	cmp  %g1, 2                                    <== NOT EXECUTED
 2007e4c:	14 80 00 3c 	bg  2007f3c <rtems_verror+0x130>               <== NOT EXECUTED
 2007e50:	a4 10 20 00 	clr  %l2                                       <== NOT EXECUTED
            return 0;                                                 
    }                                                                 
                                                                      
    (void) fflush(stdout);  	    /* in case stdout/stderr same */     
 2007e54:	21 00 80 a0 	sethi  %hi(0x2028000), %l0                     <== NOT EXECUTED
 2007e58:	c2 04 21 68 	ld  [ %l0 + 0x168 ], %g1	! 2028168 <_impure_ptr><== NOT EXECUTED
                                                                      
    status = error_flag & ~RTEMS_ERROR_MASK;                          
 2007e5c:	27 1c 00 00 	sethi  %hi(0x70000000), %l3                    <== NOT EXECUTED
        /* don't aggravate things */                                  
        if (rtems_panic_in_progress > 2)                              
            return 0;                                                 
    }                                                                 
                                                                      
    (void) fflush(stdout);  	    /* in case stdout/stderr same */     
 2007e60:	d0 00 60 08 	ld  [ %g1 + 8 ], %o0                           <== NOT EXECUTED
 2007e64:	40 00 3e 31 	call  2017728 <fflush>                         <== NOT EXECUTED
 2007e68:	a2 10 20 00 	clr  %l1                                       <== NOT EXECUTED
                                                                      
    status = error_flag & ~RTEMS_ERROR_MASK;                          
    if (error_flag & RTEMS_ERROR_ERRNO)     /* include errno? */      
 2007e6c:	03 10 00 00 	sethi  %hi(0x40000000), %g1                    <== NOT EXECUTED
 2007e70:	80 8e 00 01 	btst  %i0, %g1                                 <== NOT EXECUTED
 2007e74:	12 80 00 45 	bne  2007f88 <rtems_verror+0x17c>              <== NOT EXECUTED
 2007e78:	a6 2e 00 13 	andn  %i0, %l3, %l3                            <== NOT EXECUTED
    #if defined(RTEMS_MULTIPROCESSING)                                
      if (_System_state_Is_multiprocessing)                           
        fprintf(stderr, "[%" PRIu32 "] ", _Configuration_MP_table->node);
    #endif                                                            
                                                                      
    chars_written += vfprintf(stderr, printf_format, arglist);        
 2007e7c:	c2 04 21 68 	ld  [ %l0 + 0x168 ], %g1                       <== NOT EXECUTED
 2007e80:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 2007e84:	d0 00 60 0c 	ld  [ %g1 + 0xc ], %o0                         <== NOT EXECUTED
 2007e88:	40 00 55 ab 	call  201d534 <vfprintf>                       <== NOT EXECUTED
 2007e8c:	94 10 00 1a 	mov  %i2, %o2                                  <== NOT EXECUTED
                                                                      
    if (status)                                                       
 2007e90:	80 a4 e0 00 	cmp  %l3, 0                                    <== NOT EXECUTED
 2007e94:	12 80 00 31 	bne  2007f58 <rtems_verror+0x14c>              <== NOT EXECUTED
 2007e98:	a4 10 00 08 	mov  %o0, %l2                                  <== NOT EXECUTED
        chars_written += fprintf(stderr, " (status: %s)", rtems_status_text(status));
                                                                      
    if (local_errno)                                                  
 2007e9c:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
 2007ea0:	02 80 00 12 	be  2007ee8 <rtems_verror+0xdc>                <== NOT EXECUTED
 2007ea4:	c2 04 21 68 	ld  [ %l0 + 0x168 ], %g1                       <== NOT EXECUTED
    {                                                                 
      if ((local_errno > 0) && *strerror(local_errno))                
 2007ea8:	80 a4 60 00 	cmp  %l1, 0                                    <== NOT EXECUTED
 2007eac:	04 80 00 09 	ble  2007ed0 <rtems_verror+0xc4>               <== NOT EXECUTED
 2007eb0:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2007eb4:	40 00 42 44 	call  20187c4 <strerror>                       <== NOT EXECUTED
 2007eb8:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 2007ebc:	c2 4a 00 00 	ldsb  [ %o0 ], %g1                             <== NOT EXECUTED
 2007ec0:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2007ec4:	12 80 00 35 	bne  2007f98 <rtems_verror+0x18c>              <== NOT EXECUTED
 2007ec8:	c2 04 21 68 	ld  [ %l0 + 0x168 ], %g1                       <== NOT EXECUTED
        chars_written += fprintf(stderr, " (errno: %s)", strerror(local_errno));
      else                                                            
        chars_written += fprintf(stderr, " (unknown errno=%d)", local_errno);
 2007ecc:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2007ed0:	d0 00 60 0c 	ld  [ %g1 + 0xc ], %o0                         <== NOT EXECUTED
 2007ed4:	92 12 60 68 	or  %o1, 0x68, %o1                             <== NOT EXECUTED
 2007ed8:	40 00 3e e8 	call  2017a78 <fprintf>                        <== NOT EXECUTED
 2007edc:	94 10 00 11 	mov  %l1, %o2                                  <== NOT EXECUTED
 2007ee0:	a4 04 80 08 	add  %l2, %o0, %l2                             <== NOT EXECUTED
    }                                                                 
                                                                      
    chars_written += fprintf(stderr, "\n");                           
 2007ee4:	c2 04 21 68 	ld  [ %l0 + 0x168 ], %g1                       <== NOT EXECUTED
 2007ee8:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2007eec:	d0 00 60 0c 	ld  [ %g1 + 0xc ], %o0                         <== NOT EXECUTED
 2007ef0:	40 00 3e e2 	call  2017a78 <fprintf>                        <== NOT EXECUTED
 2007ef4:	92 12 60 80 	or  %o1, 0x80, %o1                             <== NOT EXECUTED
                                                                      
    (void) fflush(stderr);                                            
 2007ef8:	c2 04 21 68 	ld  [ %l0 + 0x168 ], %g1                       <== NOT EXECUTED
        chars_written += fprintf(stderr, " (errno: %s)", strerror(local_errno));
      else                                                            
        chars_written += fprintf(stderr, " (unknown errno=%d)", local_errno);
    }                                                                 
                                                                      
    chars_written += fprintf(stderr, "\n");                           
 2007efc:	a6 10 00 08 	mov  %o0, %l3                                  <== NOT EXECUTED
                                                                      
    (void) fflush(stderr);                                            
 2007f00:	d0 00 60 0c 	ld  [ %g1 + 0xc ], %o0                         <== NOT EXECUTED
 2007f04:	40 00 3e 09 	call  2017728 <fflush>                         <== NOT EXECUTED
 2007f08:	a4 04 c0 12 	add  %l3, %l2, %l2                             <== NOT EXECUTED
                                                                      
    if (error_flag & (RTEMS_ERROR_PANIC | RTEMS_ERROR_ABORT))         
 2007f0c:	03 0c 00 00 	sethi  %hi(0x30000000), %g1                    <== NOT EXECUTED
 2007f10:	80 8e 00 01 	btst  %i0, %g1                                 <== NOT EXECUTED
 2007f14:	02 80 00 0a 	be  2007f3c <rtems_verror+0x130>               <== NOT EXECUTED
 2007f18:	80 a5 20 00 	cmp  %l4, 0                                    <== NOT EXECUTED
    {                                                                 
        if (error_flag & RTEMS_ERROR_PANIC)                           
 2007f1c:	22 80 00 0a 	be,a   2007f44 <rtems_verror+0x138>            <== NOT EXECUTED
 2007f20:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
        {                                                             
            rtems_error(0, "fatal error, exiting");                   
 2007f24:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2007f28:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 2007f2c:	40 00 00 32 	call  2007ff4 <rtems_error>                    <== NOT EXECUTED
 2007f30:	92 12 60 88 	or  %o1, 0x88, %o1                             <== NOT EXECUTED
            _exit(local_errno);                                       
 2007f34:	40 00 03 5b 	call  2008ca0 <_exit>                          <== NOT EXECUTED
 2007f38:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
            rtems_error(0, "fatal error, aborting");                  
            abort();                                                  
        }                                                             
    }                                                                 
    return chars_written;                                             
}                                                                     
 2007f3c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2007f40:	91 e8 00 12 	restore  %g0, %l2, %o0                         <== NOT EXECUTED
            rtems_error(0, "fatal error, exiting");                   
            _exit(local_errno);                                       
        }                                                             
        else                                                          
        {                                                             
            rtems_error(0, "fatal error, aborting");                  
 2007f44:	90 10 20 00 	clr  %o0                                       <== NOT EXECUTED
 2007f48:	40 00 00 2b 	call  2007ff4 <rtems_error>                    <== NOT EXECUTED
 2007f4c:	92 12 60 a0 	or  %o1, 0xa0, %o1                             <== NOT EXECUTED
            abort();                                                  
 2007f50:	40 00 3c de 	call  20172c8 <abort>                          <== NOT EXECUTED
 2007f54:	01 00 00 00 	nop                                            <== NOT EXECUTED
    #endif                                                            
                                                                      
    chars_written += vfprintf(stderr, printf_format, arglist);        
                                                                      
    if (status)                                                       
        chars_written += fprintf(stderr, " (status: %s)", rtems_status_text(status));
 2007f58:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     <== NOT EXECUTED
 2007f5c:	c2 00 61 68 	ld  [ %g1 + 0x168 ], %g1	! 2028168 <_impure_ptr><== NOT EXECUTED
 2007f60:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
 2007f64:	7f ff ff a3 	call  2007df0 <rtems_status_text>              <== NOT EXECUTED
 2007f68:	e6 00 60 0c 	ld  [ %g1 + 0xc ], %l3                         <== NOT EXECUTED
 2007f6c:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2007f70:	94 10 00 08 	mov  %o0, %o2                                  <== NOT EXECUTED
 2007f74:	92 12 60 48 	or  %o1, 0x48, %o1                             <== NOT EXECUTED
 2007f78:	40 00 3e c0 	call  2017a78 <fprintf>                        <== NOT EXECUTED
 2007f7c:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
 2007f80:	10 bf ff c7 	b  2007e9c <rtems_verror+0x90>                 <== NOT EXECUTED
 2007f84:	a4 04 80 08 	add  %l2, %o0, %l2                             <== NOT EXECUTED
                                                                      
    (void) fflush(stdout);  	    /* in case stdout/stderr same */     
                                                                      
    status = error_flag & ~RTEMS_ERROR_MASK;                          
    if (error_flag & RTEMS_ERROR_ERRNO)     /* include errno? */      
        local_errno = errno;                                          
 2007f88:	40 00 3c de 	call  2017300 <__errno>                        <== NOT EXECUTED
 2007f8c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2007f90:	10 bf ff bb 	b  2007e7c <rtems_verror+0x70>                 <== NOT EXECUTED
 2007f94:	e2 02 00 00 	ld  [ %o0 ], %l1                               <== NOT EXECUTED
        chars_written += fprintf(stderr, " (status: %s)", rtems_status_text(status));
                                                                      
    if (local_errno)                                                  
    {                                                                 
      if ((local_errno > 0) && *strerror(local_errno))                
        chars_written += fprintf(stderr, " (errno: %s)", strerror(local_errno));
 2007f98:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 2007f9c:	40 00 42 0a 	call  20187c4 <strerror>                       <== NOT EXECUTED
 2007fa0:	e6 00 60 0c 	ld  [ %g1 + 0xc ], %l3                         <== NOT EXECUTED
 2007fa4:	13 00 80 98 	sethi  %hi(0x2026000), %o1                     <== NOT EXECUTED
 2007fa8:	94 10 00 08 	mov  %o0, %o2                                  <== NOT EXECUTED
 2007fac:	92 12 60 58 	or  %o1, 0x58, %o1                             <== NOT EXECUTED
 2007fb0:	40 00 3e b2 	call  2017a78 <fprintf>                        <== NOT EXECUTED
 2007fb4:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
    if (status)                                                       
        chars_written += fprintf(stderr, " (status: %s)", rtems_status_text(status));
                                                                      
    if (local_errno)                                                  
    {                                                                 
      if ((local_errno > 0) && *strerror(local_errno))                
 2007fb8:	10 bf ff cb 	b  2007ee4 <rtems_verror+0xd8>                 <== NOT EXECUTED
 2007fbc:	a4 04 80 08 	add  %l2, %o0, %l2                             <== NOT EXECUTED
                                                                      

02003114 <scanInt>: /* * Extract an integer value from the database */ static int scanInt(FILE *fp, int *val) {
 2003114:	9d e3 bf a0 	save  %sp, -96, %sp                            
 2003118:	27 1f ff ff 	sethi  %hi(0x7ffffc00), %l3                    
  unsigned int limit = INT_MAX;                                       
  int sign = 0;                                                       
  int d;                                                              
                                                                      
  for (;;) {                                                          
    c = getc(fp);                                                     
 200311c:	2b 00 80 7f 	sethi  %hi(0x201fc00), %l5                     
        limit++;                                                      
        continue;                                                     
      }                                                               
      sign = 1;                                                       
    }                                                                 
    if (!isdigit(c))                                                  
 2003120:	29 00 80 7f 	sethi  %hi(0x201fc00), %l4                     
/*                                                                    
 * Extract an integer value from the database                         
 */                                                                   
static int                                                            
scanInt(FILE *fp, int *val)                                           
{                                                                     
 2003124:	a6 14 e3 ff 	or  %l3, 0x3ff, %l3                            
  unsigned int limit = INT_MAX;                                       
  int sign = 0;                                                       
  int d;                                                              
                                                                      
  for (;;) {                                                          
    c = getc(fp);                                                     
 2003128:	aa 15 62 a8 	or  %l5, 0x2a8, %l5                            
        limit++;                                                      
        continue;                                                     
      }                                                               
      sign = 1;                                                       
    }                                                                 
    if (!isdigit(c))                                                  
 200312c:	a8 15 22 a0 	or  %l4, 0x2a0, %l4                            
/*                                                                    
 * Extract an integer value from the database                         
 */                                                                   
static int                                                            
scanInt(FILE *fp, int *val)                                           
{                                                                     
 2003130:	a4 10 20 00 	clr  %l2                                       
 2003134:	a2 10 20 00 	clr  %l1                                       
  unsigned int limit = INT_MAX;                                       
  int sign = 0;                                                       
  int d;                                                              
                                                                      
  for (;;) {                                                          
    c = getc(fp);                                                     
 2003138:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
 200313c:	82 00 7f ff 	add  %g1, -1, %g1                              
 2003140:	80 a0 60 00 	cmp  %g1, 0                                    
 2003144:	06 80 00 24 	bl  20031d4 <scanInt+0xc0>                     <== NEVER TAKEN
 2003148:	c2 26 20 04 	st  %g1, [ %i0 + 4 ]                           
 200314c:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 2003150:	e0 08 40 00 	ldub  [ %g1 ], %l0                             
 2003154:	84 00 60 01 	add  %g1, 1, %g2                               
    if (c == ':')                                                     
 2003158:	80 a4 20 3a 	cmp  %l0, 0x3a                                 
 200315c:	02 80 00 25 	be  20031f0 <scanInt+0xdc>                     
 2003160:	c4 26 00 00 	st  %g2, [ %i0 ]                               
      break;                                                          
    if (sign == 0) {                                                  
 2003164:	80 a4 a0 00 	cmp  %l2, 0                                    
 2003168:	32 80 00 06 	bne,a   2003180 <scanInt+0x6c>                 <== NEVER TAKEN
 200316c:	c2 05 00 00 	ld  [ %l4 ], %g1                               <== NOT EXECUTED
      if (c == '-') {                                                 
 2003170:	80 a4 20 2d 	cmp  %l0, 0x2d                                 
 2003174:	02 80 00 30 	be  2003234 <scanInt+0x120>                    <== NEVER TAKEN
 2003178:	a4 10 20 01 	mov  1, %l2                                    
        limit++;                                                      
        continue;                                                     
      }                                                               
      sign = 1;                                                       
    }                                                                 
    if (!isdigit(c))                                                  
 200317c:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2003180:	82 00 40 10 	add  %g1, %l0, %g1                             
 2003184:	c2 08 60 01 	ldub  [ %g1 + 1 ], %g1                         
 2003188:	80 88 60 04 	btst  4, %g1                                   
 200318c:	02 80 00 28 	be  200322c <scanInt+0x118>                    <== NEVER TAKEN
 2003190:	90 10 00 13 	mov  %l3, %o0                                  
      return 0;                                                       
    d = c - '0';                                                      
    if ((i > (limit / 10))                                            
 2003194:	40 00 64 1e 	call  201c20c <.udiv>                          
 2003198:	92 10 20 0a 	mov  0xa, %o1                                  
 200319c:	80 a4 40 08 	cmp  %l1, %o0                                  
 20031a0:	18 80 00 23 	bgu  200322c <scanInt+0x118>                   <== NEVER TAKEN
 20031a4:	01 00 00 00 	nop                                            
 20031a8:	02 80 00 1b 	be  2003214 <scanInt+0x100>                    <== NEVER TAKEN
 20031ac:	a0 04 3f d0 	add  %l0, -48, %l0                             
     || ((i == (limit / 10)) && (d > (limit % 10))))                  
      return 0;                                                       
    i = i * 10 + d;                                                   
 20031b0:	83 2c 60 03 	sll  %l1, 3, %g1                               
 20031b4:	a3 2c 60 01 	sll  %l1, 1, %l1                               
 20031b8:	a2 04 40 01 	add  %l1, %g1, %l1                             
  unsigned int limit = INT_MAX;                                       
  int sign = 0;                                                       
  int d;                                                              
                                                                      
  for (;;) {                                                          
    c = getc(fp);                                                     
 20031bc:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
      return 0;                                                       
    d = c - '0';                                                      
    if ((i > (limit / 10))                                            
     || ((i == (limit / 10)) && (d > (limit % 10))))                  
      return 0;                                                       
    i = i * 10 + d;                                                   
 20031c0:	a2 04 00 11 	add  %l0, %l1, %l1                             
  unsigned int limit = INT_MAX;                                       
  int sign = 0;                                                       
  int d;                                                              
                                                                      
  for (;;) {                                                          
    c = getc(fp);                                                     
 20031c4:	82 00 7f ff 	add  %g1, -1, %g1                              
 20031c8:	80 a0 60 00 	cmp  %g1, 0                                    
 20031cc:	16 bf ff e0 	bge  200314c <scanInt+0x38>                    <== ALWAYS TAKEN
 20031d0:	c2 26 20 04 	st  %g1, [ %i0 + 4 ]                           
 20031d4:	d0 05 40 00 	ld  [ %l5 ], %o0                               <== NOT EXECUTED
 20031d8:	40 00 41 c2 	call  20138e0 <__srget_r>                      <== NOT EXECUTED
 20031dc:	92 10 00 18 	mov  %i0, %o1                                  <== NOT EXECUTED
 20031e0:	a0 10 00 08 	mov  %o0, %l0                                  <== NOT EXECUTED
    if (c == ':')                                                     
 20031e4:	80 a4 20 3a 	cmp  %l0, 0x3a                                 <== NOT EXECUTED
 20031e8:	12 bf ff e0 	bne  2003168 <scanInt+0x54>                    <== NOT EXECUTED
 20031ec:	80 a4 a0 00 	cmp  %l2, 0                                    <== NOT EXECUTED
    if ((i > (limit / 10))                                            
     || ((i == (limit / 10)) && (d > (limit % 10))))                  
      return 0;                                                       
    i = i * 10 + d;                                                   
  }                                                                   
  if (sign == 0)                                                      
 20031f0:	80 a4 a0 00 	cmp  %l2, 0                                    
 20031f4:	02 80 00 0e 	be  200322c <scanInt+0x118>                    <== NEVER TAKEN
 20031f8:	90 10 00 12 	mov  %l2, %o0                                  
    return 0;                                                         
  *val = i * sign;                                                    
 20031fc:	92 10 00 11 	mov  %l1, %o1                                  
 2003200:	40 00 63 c9 	call  201c124 <.umul>                          
 2003204:	b0 10 20 01 	mov  1, %i0                                    
 2003208:	d0 26 40 00 	st  %o0, [ %i1 ]                               
  return 1;                                                           
 200320c:	81 c7 e0 08 	ret                                            
 2003210:	81 e8 00 00 	restore                                        
      sign = 1;                                                       
    }                                                                 
    if (!isdigit(c))                                                  
      return 0;                                                       
    d = c - '0';                                                      
    if ((i > (limit / 10))                                            
 2003214:	90 10 00 13 	mov  %l3, %o0                                  <== NOT EXECUTED
 2003218:	40 00 64 a9 	call  201c4bc <.urem>                          <== NOT EXECUTED
 200321c:	92 10 20 0a 	mov  0xa, %o1                                  <== NOT EXECUTED
 2003220:	80 a4 00 08 	cmp  %l0, %o0                                  <== NOT EXECUTED
 2003224:	08 bf ff e4 	bleu  20031b4 <scanInt+0xa0>                   <== NOT EXECUTED
 2003228:	83 2c 60 03 	sll  %l1, 3, %g1                               <== NOT EXECUTED
  }                                                                   
  if (sign == 0)                                                      
    return 0;                                                         
  *val = i * sign;                                                    
  return 1;                                                           
}                                                                     
 200322c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003230:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
    if (c == ':')                                                     
      break;                                                          
    if (sign == 0) {                                                  
      if (c == '-') {                                                 
        sign = -1;                                                    
        limit++;                                                      
 2003234:	a6 04 e0 01 	inc  %l3                                       <== NOT EXECUTED
        continue;                                                     
 2003238:	10 bf ff c0 	b  2003138 <scanInt+0x24>                      <== NOT EXECUTED
 200323c:	a4 10 3f ff 	mov  -1, %l2                                   <== NOT EXECUTED
                                                                      

02003240 <scanString>: /* * Extract a string value from the database */ static int scanString(FILE *fp, char **name, char **bufp, size_t *nleft, int nlFlag) {
 2003240:	9d e3 bf a0 	save  %sp, -96, %sp                            
  int c;                                                              
                                                                      
  *name = *bufp;                                                      
 2003244:	c2 06 80 00 	ld  [ %i2 ], %g1                               
  for (;;) {                                                          
    c = getc(fp);                                                     
 2003248:	21 00 80 7f 	sethi  %hi(0x201fc00), %l0                     
static int                                                            
scanString(FILE *fp, char **name, char **bufp, size_t *nleft, int nlFlag)
{                                                                     
  int c;                                                              
                                                                      
  *name = *bufp;                                                      
 200324c:	c2 26 40 00 	st  %g1, [ %i1 ]                               
  for (;;) {                                                          
    c = getc(fp);                                                     
 2003250:	10 80 00 19 	b  20032b4 <scanString+0x74>                   
 2003254:	a0 14 22 a8 	or  %l0, 0x2a8, %l0                            
 2003258:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 200325c:	d0 08 40 00 	ldub  [ %g1 ], %o0                             
 2003260:	84 00 60 01 	add  %g1, 1, %g2                               
    if (c == ':') {                                                   
 2003264:	80 a2 20 3a 	cmp  %o0, 0x3a                                 
 2003268:	02 80 00 1e 	be  20032e0 <scanString+0xa0>                  
 200326c:	c4 26 00 00 	st  %g2, [ %i0 ]                               
        if (nlFlag)                                                   
            return 0;                                                 
        break;                                                        
    }                                                                 
    if (c == '\n') {                                                  
 2003270:	80 a2 20 0a 	cmp  %o0, 0xa                                  
 2003274:	02 80 00 28 	be  2003314 <scanString+0xd4>                  
 2003278:	80 a2 3f ff 	cmp  %o0, -1                                   
        if (!nlFlag)                                                  
            return 0;                                                 
        break;                                                        
    }                                                                 
    if (c == EOF)                                                     
 200327c:	02 80 00 29 	be  2003320 <scanString+0xe0>                  <== NEVER TAKEN
 2003280:	01 00 00 00 	nop                                            
      return 0;                                                       
    if (*nleft < 2)                                                   
 2003284:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
 2003288:	80 a0 60 01 	cmp  %g1, 1                                    
 200328c:	08 80 00 25 	bleu  2003320 <scanString+0xe0>                <== NEVER TAKEN
 2003290:	01 00 00 00 	nop                                            
      return 0;                                                       
    **bufp = c;                                                       
 2003294:	c2 06 80 00 	ld  [ %i2 ], %g1                               
 2003298:	d0 28 40 00 	stb  %o0, [ %g1 ]                              
    ++(*bufp);                                                        
 200329c:	c4 06 80 00 	ld  [ %i2 ], %g2                               
    --(*nleft);                                                       
 20032a0:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
    if (c == EOF)                                                     
      return 0;                                                       
    if (*nleft < 2)                                                   
      return 0;                                                       
    **bufp = c;                                                       
    ++(*bufp);                                                        
 20032a4:	84 00 a0 01 	inc  %g2                                       
    --(*nleft);                                                       
 20032a8:	82 00 7f ff 	add  %g1, -1, %g1                              
    if (c == EOF)                                                     
      return 0;                                                       
    if (*nleft < 2)                                                   
      return 0;                                                       
    **bufp = c;                                                       
    ++(*bufp);                                                        
 20032ac:	c4 26 80 00 	st  %g2, [ %i2 ]                               
    --(*nleft);                                                       
 20032b0:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
{                                                                     
  int c;                                                              
                                                                      
  *name = *bufp;                                                      
  for (;;) {                                                          
    c = getc(fp);                                                     
 20032b4:	c2 06 20 04 	ld  [ %i0 + 4 ], %g1                           
 20032b8:	82 00 7f ff 	add  %g1, -1, %g1                              
 20032bc:	80 a0 60 00 	cmp  %g1, 0                                    
 20032c0:	16 bf ff e6 	bge  2003258 <scanString+0x18>                 
 20032c4:	c2 26 20 04 	st  %g1, [ %i0 + 4 ]                           
 20032c8:	d0 04 00 00 	ld  [ %l0 ], %o0                               
 20032cc:	40 00 41 85 	call  20138e0 <__srget_r>                      
 20032d0:	92 10 00 18 	mov  %i0, %o1                                  
    if (c == ':') {                                                   
 20032d4:	80 a2 20 3a 	cmp  %o0, 0x3a                                 
 20032d8:	12 bf ff e7 	bne  2003274 <scanString+0x34>                 <== ALWAYS TAKEN
 20032dc:	80 a2 20 0a 	cmp  %o0, 0xa                                  
        if (nlFlag)                                                   
 20032e0:	80 a7 20 00 	cmp  %i4, 0                                    
 20032e4:	12 80 00 0f 	bne  2003320 <scanString+0xe0>                 <== NEVER TAKEN
 20032e8:	01 00 00 00 	nop                                            
      return 0;                                                       
    **bufp = c;                                                       
    ++(*bufp);                                                        
    --(*nleft);                                                       
  }                                                                   
  **bufp = '\0';                                                      
 20032ec:	c2 06 80 00 	ld  [ %i2 ], %g1                               
 20032f0:	c0 28 40 00 	clrb  [ %g1 ]                                  
  ++(*bufp);                                                          
 20032f4:	c4 06 80 00 	ld  [ %i2 ], %g2                               
  --(*nleft);                                                         
 20032f8:	c2 06 c0 00 	ld  [ %i3 ], %g1                               
    **bufp = c;                                                       
    ++(*bufp);                                                        
    --(*nleft);                                                       
  }                                                                   
  **bufp = '\0';                                                      
  ++(*bufp);                                                          
 20032fc:	84 00 a0 01 	inc  %g2                                       
  --(*nleft);                                                         
 2003300:	82 00 7f ff 	add  %g1, -1, %g1                              
    **bufp = c;                                                       
    ++(*bufp);                                                        
    --(*nleft);                                                       
  }                                                                   
  **bufp = '\0';                                                      
  ++(*bufp);                                                          
 2003304:	c4 26 80 00 	st  %g2, [ %i2 ]                               
  --(*nleft);                                                         
 2003308:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
  return 1;                                                           
 200330c:	81 c7 e0 08 	ret                                            
 2003310:	91 e8 20 01 	restore  %g0, 1, %o0                           
        if (nlFlag)                                                   
            return 0;                                                 
        break;                                                        
    }                                                                 
    if (c == '\n') {                                                  
        if (!nlFlag)                                                  
 2003314:	80 a7 20 00 	cmp  %i4, 0                                    
 2003318:	32 bf ff f6 	bne,a   20032f0 <scanString+0xb0>              <== ALWAYS TAKEN
 200331c:	c2 06 80 00 	ld  [ %i2 ], %g1                               
  }                                                                   
  **bufp = '\0';                                                      
  ++(*bufp);                                                          
  --(*nleft);                                                         
  return 1;                                                           
}                                                                     
 2003320:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003324:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
                                                                      

02003328 <scangr>: FILE *fp, struct group *grp, char *buffer, size_t bufsize ) {
 2003328:	9d e3 bf 98 	save  %sp, -104, %sp                           
  int grgid;                                                          
  char *grmem, *cp;                                                   
  int memcount;                                                       
                                                                      
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
 200332c:	98 10 20 00 	clr  %o4                                       
  FILE *fp,                                                           
  struct group *grp,                                                  
  char *buffer,                                                       
  size_t bufsize                                                      
)                                                                     
{                                                                     
 2003330:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
 2003334:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
  int grgid;                                                          
  char *grmem, *cp;                                                   
  int memcount;                                                       
                                                                      
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
 2003338:	a2 07 a0 4c 	add  %fp, 0x4c, %l1                            
 200333c:	a0 07 a0 50 	add  %fp, 0x50, %l0                            
 2003340:	90 10 00 18 	mov  %i0, %o0                                  
 2003344:	92 10 00 19 	mov  %i1, %o1                                  
 2003348:	94 10 00 11 	mov  %l1, %o2                                  
 200334c:	7f ff ff bd 	call  2003240 <scanString>                     
 2003350:	96 10 00 10 	mov  %l0, %o3                                  
 2003354:	80 a2 20 00 	cmp  %o0, 0                                    
 2003358:	12 80 00 04 	bne  2003368 <scangr+0x40>                     <== ALWAYS TAKEN
 200335c:	90 10 00 18 	mov  %i0, %o0                                  
      grp->gr_mem[memcount++] = cp + 1;                               
    }                                                                 
  }                                                                   
  grp->gr_mem[memcount] = NULL;                                       
  return 1;                                                           
}                                                                     
 2003360:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003364:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
  int grgid;                                                          
  char *grmem, *cp;                                                   
  int memcount;                                                       
                                                                      
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
   || !scanString(fp, &grp->gr_passwd, &buffer, &bufsize, 0)          
 2003368:	92 06 60 04 	add  %i1, 4, %o1                               
 200336c:	94 10 00 11 	mov  %l1, %o2                                  
 2003370:	96 10 00 10 	mov  %l0, %o3                                  
 2003374:	7f ff ff b3 	call  2003240 <scanString>                     
 2003378:	98 10 20 00 	clr  %o4                                       
{                                                                     
  int grgid;                                                          
  char *grmem, *cp;                                                   
  int memcount;                                                       
                                                                      
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
 200337c:	80 a2 20 00 	cmp  %o0, 0                                    
 2003380:	02 bf ff f8 	be  2003360 <scangr+0x38>                      <== NEVER TAKEN
 2003384:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &grp->gr_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &grgid)                                            
 2003388:	7f ff ff 63 	call  2003114 <scanInt>                        
 200338c:	92 07 bf fc 	add  %fp, -4, %o1                              
{                                                                     
  int grgid;                                                          
  char *grmem, *cp;                                                   
  int memcount;                                                       
                                                                      
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
 2003390:	80 a2 20 00 	cmp  %o0, 0                                    
 2003394:	02 bf ff f3 	be  2003360 <scangr+0x38>                      <== NEVER TAKEN
 2003398:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &grp->gr_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &grgid)                                            
   || !scanString(fp, &grmem, &buffer, &bufsize, 1))                  
 200339c:	94 10 00 11 	mov  %l1, %o2                                  
 20033a0:	96 10 00 10 	mov  %l0, %o3                                  
 20033a4:	92 07 bf f8 	add  %fp, -8, %o1                              
 20033a8:	7f ff ff a6 	call  2003240 <scanString>                     
 20033ac:	98 10 20 01 	mov  1, %o4                                    
{                                                                     
  int grgid;                                                          
  char *grmem, *cp;                                                   
  int memcount;                                                       
                                                                      
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
 20033b0:	80 a2 20 00 	cmp  %o0, 0                                    
 20033b4:	02 bf ff eb 	be  2003360 <scangr+0x38>                      <== NEVER TAKEN
 20033b8:	da 07 bf f8 	ld  [ %fp + -8 ], %o5                          
   || !scanString(fp, &grp->gr_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &grgid)                                            
   || !scanString(fp, &grmem, &buffer, &bufsize, 1))                  
    return 0;                                                         
  grp->gr_gid = grgid;                                                
 20033bc:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
                                                                      
  /*                                                                  
   * Determine number of members                                      
   */                                                                 
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 20033c0:	84 10 00 0d 	mov  %o5, %g2                                  
  if (!scanString(fp, &grp->gr_name, &buffer, &bufsize, 0)            
   || !scanString(fp, &grp->gr_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &grgid)                                            
   || !scanString(fp, &grmem, &buffer, &bufsize, 1))                  
    return 0;                                                         
  grp->gr_gid = grgid;                                                
 20033c4:	c2 36 60 08 	sth  %g1, [ %i1 + 8 ]                          
                                                                      
  /*                                                                  
   * Determine number of members                                      
   */                                                                 
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 20033c8:	c6 0b 40 00 	ldub  [ %o5 ], %g3                             
 20033cc:	88 10 20 01 	mov  1, %g4                                    
 20033d0:	83 28 e0 18 	sll  %g3, 0x18, %g1                            
 20033d4:	80 a0 60 00 	cmp  %g1, 0                                    
 20033d8:	02 80 00 0e 	be  2003410 <scangr+0xe8>                      <== NEVER TAKEN
 20033dc:	86 10 20 17 	mov  0x17, %g3                                 
 20033e0:	84 00 a0 01 	inc  %g2                                       
 20033e4:	c6 08 80 00 	ldub  [ %g2 ], %g3                             
    if(*cp == ',')                                                    
 20033e8:	83 38 60 18 	sra  %g1, 0x18, %g1                            
      memcount++;                                                     
 20033ec:	82 18 60 2c 	xor  %g1, 0x2c, %g1                            
 20033f0:	80 a0 00 01 	cmp  %g0, %g1                                  
  grp->gr_gid = grgid;                                                
                                                                      
  /*                                                                  
   * Determine number of members                                      
   */                                                                 
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 20033f4:	83 28 e0 18 	sll  %g3, 0x18, %g1                            
    if(*cp == ',')                                                    
      memcount++;                                                     
 20033f8:	88 61 3f ff 	subx  %g4, -1, %g4                             
  grp->gr_gid = grgid;                                                
                                                                      
  /*                                                                  
   * Determine number of members                                      
   */                                                                 
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 20033fc:	80 a0 60 00 	cmp  %g1, 0                                    
 2003400:	32 bf ff f9 	bne,a   20033e4 <scangr+0xbc>                  
 2003404:	84 00 a0 01 	inc  %g2                                       
 2003408:	87 29 20 02 	sll  %g4, 2, %g3                               
 200340c:	86 00 e0 13 	add  %g3, 0x13, %g3                            
  }                                                                   
                                                                      
  /*                                                                  
   * Hack to produce (hopefully) a suitably-aligned array of pointers 
   */                                                                 
  if (bufsize < (((memcount+1)*sizeof(char *)) + 15))                 
 2003410:	c2 07 a0 50 	ld  [ %fp + 0x50 ], %g1                        
 2003414:	80 a0 40 03 	cmp  %g1, %g3                                  
 2003418:	0a bf ff d2 	bcs  2003360 <scangr+0x38>                     <== NEVER TAKEN
 200341c:	c4 07 a0 4c 	ld  [ %fp + 0x4c ], %g2                        
                                                                      
  /*                                                                  
   * Fill in pointer array                                            
   */                                                                 
  grp->gr_mem[0] = grmem;                                             
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 2003420:	86 10 20 01 	mov  1, %g3                                    
  /*                                                                  
   * Hack to produce (hopefully) a suitably-aligned array of pointers 
   */                                                                 
  if (bufsize < (((memcount+1)*sizeof(char *)) + 15))                 
    return 0;                                                         
  grp->gr_mem = (char **)(((uintptr_t)buffer + 15) & ~15);            
 2003424:	84 00 a0 0f 	add  %g2, 0xf, %g2                             
 2003428:	84 08 bf f0 	and  %g2, -16, %g2                             
                                                                      
  /*                                                                  
   * Fill in pointer array                                            
   */                                                                 
  grp->gr_mem[0] = grmem;                                             
 200342c:	da 20 80 00 	st  %o5, [ %g2 ]                               
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 2003430:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
  /*                                                                  
   * Hack to produce (hopefully) a suitably-aligned array of pointers 
   */                                                                 
  if (bufsize < (((memcount+1)*sizeof(char *)) + 15))                 
    return 0;                                                         
  grp->gr_mem = (char **)(((uintptr_t)buffer + 15) & ~15);            
 2003434:	c4 26 60 0c 	st  %g2, [ %i1 + 0xc ]                         
                                                                      
  /*                                                                  
   * Fill in pointer array                                            
   */                                                                 
  grp->gr_mem[0] = grmem;                                             
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 2003438:	c4 08 40 00 	ldub  [ %g1 ], %g2                             
 200343c:	88 10 20 04 	mov  4, %g4                                    
 2003440:	85 28 a0 18 	sll  %g2, 0x18, %g2                            
 2003444:	80 a0 a0 00 	cmp  %g2, 0                                    
 2003448:	12 80 00 09 	bne  200346c <scangr+0x144>                    <== ALWAYS TAKEN
 200344c:	82 00 60 01 	inc  %g1                                       
    if(*cp == ',') {                                                  
      *cp = '\0';                                                     
      grp->gr_mem[memcount++] = cp + 1;                               
    }                                                                 
  }                                                                   
  grp->gr_mem[memcount] = NULL;                                       
 2003450:	10 80 00 13 	b  200349c <scangr+0x174>                      <== NOT EXECUTED
 2003454:	c2 06 60 0c 	ld  [ %i1 + 0xc ], %g1                         <== NOT EXECUTED
                                                                      
  /*                                                                  
   * Fill in pointer array                                            
   */                                                                 
  grp->gr_mem[0] = grmem;                                             
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 2003458:	c4 08 40 00 	ldub  [ %g1 ], %g2                             <== NOT EXECUTED
 200345c:	85 28 a0 18 	sll  %g2, 0x18, %g2                            
 2003460:	80 a0 a0 00 	cmp  %g2, 0                                    
 2003464:	02 80 00 0c 	be  2003494 <scangr+0x16c>                     
 2003468:	82 00 60 01 	inc  %g1                                       
    if(*cp == ',') {                                                  
 200346c:	85 38 a0 18 	sra  %g2, 0x18, %g2                            
 2003470:	80 a0 a0 2c 	cmp  %g2, 0x2c                                 
 2003474:	32 bf ff fa 	bne,a   200345c <scangr+0x134>                 <== ALWAYS TAKEN
 2003478:	c4 08 40 00 	ldub  [ %g1 ], %g2                             
      *cp = '\0';                                                     
 200347c:	c0 28 7f ff 	clrb  [ %g1 + -1 ]                             <== NOT EXECUTED
      grp->gr_mem[memcount++] = cp + 1;                               
 2003480:	c8 06 60 0c 	ld  [ %i1 + 0xc ], %g4                         <== NOT EXECUTED
 2003484:	85 28 e0 02 	sll  %g3, 2, %g2                               <== NOT EXECUTED
 2003488:	86 00 e0 01 	inc  %g3                                       <== NOT EXECUTED
 200348c:	10 bf ff f3 	b  2003458 <scangr+0x130>                      <== NOT EXECUTED
 2003490:	c2 21 00 02 	st  %g1, [ %g4 + %g2 ]                         <== NOT EXECUTED
                                                                      
  /*                                                                  
   * Fill in pointer array                                            
   */                                                                 
  grp->gr_mem[0] = grmem;                                             
  for (cp = grmem, memcount = 1 ; *cp != 0 ; cp++) {                  
 2003494:	89 28 e0 02 	sll  %g3, 2, %g4                               
    if(*cp == ',') {                                                  
      *cp = '\0';                                                     
      grp->gr_mem[memcount++] = cp + 1;                               
    }                                                                 
  }                                                                   
  grp->gr_mem[memcount] = NULL;                                       
 2003498:	c2 06 60 0c 	ld  [ %i1 + 0xc ], %g1                         
 200349c:	c0 20 40 04 	clr  [ %g1 + %g4 ]                             
  return 1;                                                           
 20034a0:	81 c7 e0 08 	ret                                            
 20034a4:	91 e8 20 01 	restore  %g0, 1, %o0                           
                                                                      

020034f4 <scanpw>: FILE *fp, struct passwd *pwd, char *buffer, size_t bufsize ) {
 20034f4:	9d e3 bf 98 	save  %sp, -104, %sp                           
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 20034f8:	98 10 20 00 	clr  %o4                                       
  FILE *fp,                                                           
  struct passwd *pwd,                                                 
  char *buffer,                                                       
  size_t bufsize                                                      
)                                                                     
{                                                                     
 20034fc:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
 2003500:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 2003504:	a2 07 a0 4c 	add  %fp, 0x4c, %l1                            
 2003508:	a0 07 a0 50 	add  %fp, 0x50, %l0                            
 200350c:	90 10 00 18 	mov  %i0, %o0                                  
 2003510:	92 10 00 19 	mov  %i1, %o1                                  
 2003514:	94 10 00 11 	mov  %l1, %o2                                  
 2003518:	7f ff ff 4a 	call  2003240 <scanString>                     
 200351c:	96 10 00 10 	mov  %l0, %o3                                  
 2003520:	80 a2 20 00 	cmp  %o0, 0                                    
 2003524:	12 80 00 04 	bne  2003534 <scanpw+0x40>                     <== ALWAYS TAKEN
 2003528:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &pwd->pw_shell, &buffer, &bufsize, 1))          
    return 0;                                                         
  pwd->pw_uid = pwuid;                                                
  pwd->pw_gid = pwgid;                                                
  return 1;                                                           
}                                                                     
 200352c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003530:	91 e8 20 00 	restore  %g0, 0, %o0                           <== NOT EXECUTED
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
   || !scanString(fp, &pwd->pw_passwd, &buffer, &bufsize, 0)          
 2003534:	92 06 60 04 	add  %i1, 4, %o1                               
 2003538:	94 10 00 11 	mov  %l1, %o2                                  
 200353c:	96 10 00 10 	mov  %l0, %o3                                  
 2003540:	7f ff ff 40 	call  2003240 <scanString>                     
 2003544:	98 10 20 00 	clr  %o4                                       
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 2003548:	80 a2 20 00 	cmp  %o0, 0                                    
 200354c:	02 bf ff f8 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 2003550:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &pwd->pw_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &pwuid)                                            
 2003554:	7f ff fe f0 	call  2003114 <scanInt>                        
 2003558:	92 07 bf fc 	add  %fp, -4, %o1                              
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 200355c:	80 a2 20 00 	cmp  %o0, 0                                    
 2003560:	02 bf ff f3 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 2003564:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &pwd->pw_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &pwuid)                                            
   || !scanInt(fp, &pwgid)                                            
 2003568:	7f ff fe eb 	call  2003114 <scanInt>                        
 200356c:	92 07 bf f8 	add  %fp, -8, %o1                              
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 2003570:	80 a2 20 00 	cmp  %o0, 0                                    
 2003574:	02 bf ff ee 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 2003578:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &pwd->pw_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &pwuid)                                            
   || !scanInt(fp, &pwgid)                                            
   || !scanString(fp, &pwd->pw_comment, &buffer, &bufsize, 0)         
 200357c:	92 06 60 0c 	add  %i1, 0xc, %o1                             
 2003580:	94 10 00 11 	mov  %l1, %o2                                  
 2003584:	96 10 00 10 	mov  %l0, %o3                                  
 2003588:	7f ff ff 2e 	call  2003240 <scanString>                     
 200358c:	98 10 20 00 	clr  %o4                                       
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 2003590:	80 a2 20 00 	cmp  %o0, 0                                    
 2003594:	02 bf ff e6 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 2003598:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &pwd->pw_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &pwuid)                                            
   || !scanInt(fp, &pwgid)                                            
   || !scanString(fp, &pwd->pw_comment, &buffer, &bufsize, 0)         
   || !scanString(fp, &pwd->pw_gecos, &buffer, &bufsize, 0)           
 200359c:	92 06 60 10 	add  %i1, 0x10, %o1                            
 20035a0:	94 10 00 11 	mov  %l1, %o2                                  
 20035a4:	96 10 00 10 	mov  %l0, %o3                                  
 20035a8:	7f ff ff 26 	call  2003240 <scanString>                     
 20035ac:	98 10 20 00 	clr  %o4                                       
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 20035b0:	80 a2 20 00 	cmp  %o0, 0                                    
 20035b4:	02 bf ff de 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 20035b8:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanString(fp, &pwd->pw_passwd, &buffer, &bufsize, 0)          
   || !scanInt(fp, &pwuid)                                            
   || !scanInt(fp, &pwgid)                                            
   || !scanString(fp, &pwd->pw_comment, &buffer, &bufsize, 0)         
   || !scanString(fp, &pwd->pw_gecos, &buffer, &bufsize, 0)           
   || !scanString(fp, &pwd->pw_dir, &buffer, &bufsize, 0)             
 20035bc:	92 06 60 14 	add  %i1, 0x14, %o1                            
 20035c0:	94 10 00 11 	mov  %l1, %o2                                  
 20035c4:	96 10 00 10 	mov  %l0, %o3                                  
 20035c8:	7f ff ff 1e 	call  2003240 <scanString>                     
 20035cc:	98 10 20 00 	clr  %o4                                       
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 20035d0:	80 a2 20 00 	cmp  %o0, 0                                    
 20035d4:	02 bf ff d6 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 20035d8:	90 10 00 18 	mov  %i0, %o0                                  
   || !scanInt(fp, &pwuid)                                            
   || !scanInt(fp, &pwgid)                                            
   || !scanString(fp, &pwd->pw_comment, &buffer, &bufsize, 0)         
   || !scanString(fp, &pwd->pw_gecos, &buffer, &bufsize, 0)           
   || !scanString(fp, &pwd->pw_dir, &buffer, &bufsize, 0)             
   || !scanString(fp, &pwd->pw_shell, &buffer, &bufsize, 1))          
 20035dc:	94 10 00 11 	mov  %l1, %o2                                  
 20035e0:	96 10 00 10 	mov  %l0, %o3                                  
 20035e4:	92 06 60 18 	add  %i1, 0x18, %o1                            
 20035e8:	7f ff ff 16 	call  2003240 <scanString>                     
 20035ec:	98 10 20 01 	mov  1, %o4                                    
  size_t bufsize                                                      
)                                                                     
{                                                                     
  int pwuid, pwgid;                                                   
                                                                      
  if (!scanString(fp, &pwd->pw_name, &buffer, &bufsize, 0)            
 20035f0:	80 a2 20 00 	cmp  %o0, 0                                    
 20035f4:	02 bf ff ce 	be  200352c <scanpw+0x38>                      <== NEVER TAKEN
 20035f8:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
   || !scanString(fp, &pwd->pw_comment, &buffer, &bufsize, 0)         
   || !scanString(fp, &pwd->pw_gecos, &buffer, &bufsize, 0)           
   || !scanString(fp, &pwd->pw_dir, &buffer, &bufsize, 0)             
   || !scanString(fp, &pwd->pw_shell, &buffer, &bufsize, 1))          
    return 0;                                                         
  pwd->pw_uid = pwuid;                                                
 20035fc:	c2 36 60 08 	sth  %g1, [ %i1 + 8 ]                          
  pwd->pw_gid = pwgid;                                                
 2003600:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2003604:	c2 36 60 0a 	sth  %g1, [ %i1 + 0xa ]                        
  return 1;                                                           
 2003608:	81 c7 e0 08 	ret                                            
 200360c:	91 e8 20 01 	restore  %g0, 1, %o0                           
                                                                      

020069e4 <sched_get_priority_max>: #include <rtems/posix/priority.h> int sched_get_priority_max( int policy ) {
 20069e4:	9d e3 bf a0 	save  %sp, -96, %sp                            
  switch ( policy ) {                                                 
 20069e8:	80 a6 20 04 	cmp  %i0, 4                                    
 20069ec:	08 80 00 08 	bleu  2006a0c <sched_get_priority_max+0x28>    
 20069f0:	82 10 20 01 	mov  1, %g1                                    
    case SCHED_RR:                                                    
    case SCHED_SPORADIC:                                              
      break;                                                          
                                                                      
    default:                                                          
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 20069f4:	40 00 28 d1 	call  2010d38 <__errno>                        
 20069f8:	b0 10 3f ff 	mov  -1, %i0                                   
 20069fc:	82 10 20 16 	mov  0x16, %g1                                 
 2006a00:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006a04:	81 c7 e0 08 	ret                                            
 2006a08:	81 e8 00 00 	restore                                        
                                                                      
int sched_get_priority_max(                                           
  int  policy                                                         
)                                                                     
{                                                                     
  switch ( policy ) {                                                 
 2006a0c:	b1 28 40 18 	sll  %g1, %i0, %i0                             
 2006a10:	80 8e 20 17 	btst  0x17, %i0                                
 2006a14:	02 bf ff f8 	be  20069f4 <sched_get_priority_max+0x10>      <== NEVER TAKEN
 2006a18:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
                                                                      
    default:                                                          
      rtems_set_errno_and_return_minus_one( EINVAL );                 
  }                                                                   
                                                                      
  return POSIX_SCHEDULER_MAXIMUM_PRIORITY;                            
 2006a1c:	f0 08 62 a8 	ldub  [ %g1 + 0x2a8 ], %i0	! 201d6a8 <rtems_maximum_priority>
}                                                                     
 2006a20:	81 c7 e0 08 	ret                                            
 2006a24:	91 ee 3f ff 	restore  %i0, -1, %o0                          
                                                                      

02006a28 <sched_get_priority_min>: #include <rtems/posix/priority.h> int sched_get_priority_min( int policy ) {
 2006a28:	9d e3 bf a0 	save  %sp, -96, %sp                            
  switch ( policy ) {                                                 
 2006a2c:	80 a6 20 04 	cmp  %i0, 4                                    
 2006a30:	08 80 00 08 	bleu  2006a50 <sched_get_priority_min+0x28>    
 2006a34:	82 10 20 01 	mov  1, %g1                                    
    case SCHED_RR:                                                    
    case SCHED_SPORADIC:                                              
      break;                                                          
                                                                      
    default:                                                          
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 2006a38:	40 00 28 c0 	call  2010d38 <__errno>                        
 2006a3c:	b0 10 3f ff 	mov  -1, %i0                                   
 2006a40:	82 10 20 16 	mov  0x16, %g1                                 
 2006a44:	c2 22 00 00 	st  %g1, [ %o0 ]                               
  }                                                                   
                                                                      
  return POSIX_SCHEDULER_MINIMUM_PRIORITY;                            
}                                                                     
 2006a48:	81 c7 e0 08 	ret                                            
 2006a4c:	81 e8 00 00 	restore                                        
                                                                      
int sched_get_priority_min(                                           
  int  policy                                                         
)                                                                     
{                                                                     
  switch ( policy ) {                                                 
 2006a50:	b1 28 40 18 	sll  %g1, %i0, %i0                             
 2006a54:	80 8e 20 17 	btst  0x17, %i0                                
 2006a58:	02 bf ff f8 	be  2006a38 <sched_get_priority_min+0x10>      <== NEVER TAKEN
 2006a5c:	b0 10 20 01 	mov  1, %i0                                    
    default:                                                          
      rtems_set_errno_and_return_minus_one( EINVAL );                 
  }                                                                   
                                                                      
  return POSIX_SCHEDULER_MINIMUM_PRIORITY;                            
}                                                                     
 2006a60:	81 c7 e0 08 	ret                                            
 2006a64:	81 e8 00 00 	restore                                        
                                                                      

02006a68 <sched_rr_get_interval>: int sched_rr_get_interval( pid_t pid, struct timespec *interval ) {
 2006a68:	9d e3 bf a0 	save  %sp, -96, %sp                            
  /*                                                                  
   *  Only supported for the "calling process" (i.e. this node).      
   */                                                                 
                                                                      
  if ( pid && pid != getpid() )                                       
 2006a6c:	80 a6 20 00 	cmp  %i0, 0                                    
 2006a70:	12 80 00 0a 	bne  2006a98 <sched_rr_get_interval+0x30>      <== ALWAYS TAKEN
 2006a74:	80 a6 60 00 	cmp  %i1, 0                                    
    rtems_set_errno_and_return_minus_one( ESRCH );                    
                                                                      
  if ( !interval )                                                    
 2006a78:	02 80 00 13 	be  2006ac4 <sched_rr_get_interval+0x5c>       
 2006a7c:	03 00 80 78 	sethi  %hi(0x201e000), %g1                     
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  _Timespec_From_ticks( _Thread_Ticks_per_timeslice, interval );      
 2006a80:	d0 00 60 e8 	ld  [ %g1 + 0xe8 ], %o0	! 201e0e8 <_Thread_Ticks_per_timeslice>
 2006a84:	92 10 00 19 	mov  %i1, %o1                                  
 2006a88:	40 00 0e c5 	call  200a59c <_Timespec_From_ticks>           
 2006a8c:	b0 10 20 00 	clr  %i0                                       
  return 0;                                                           
}                                                                     
 2006a90:	81 c7 e0 08 	ret                                            
 2006a94:	81 e8 00 00 	restore                                        
{                                                                     
  /*                                                                  
   *  Only supported for the "calling process" (i.e. this node).      
   */                                                                 
                                                                      
  if ( pid && pid != getpid() )                                       
 2006a98:	7f ff f1 a2 	call  2003120 <getpid>                         
 2006a9c:	01 00 00 00 	nop                                            
 2006aa0:	80 a2 00 18 	cmp  %o0, %i0                                  
 2006aa4:	02 bf ff f5 	be  2006a78 <sched_rr_get_interval+0x10>       
 2006aa8:	80 a6 60 00 	cmp  %i1, 0                                    
    rtems_set_errno_and_return_minus_one( ESRCH );                    
 2006aac:	40 00 28 a3 	call  2010d38 <__errno>                        
 2006ab0:	b0 10 3f ff 	mov  -1, %i0                                   
 2006ab4:	82 10 20 03 	mov  3, %g1                                    
 2006ab8:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006abc:	81 c7 e0 08 	ret                                            
 2006ac0:	81 e8 00 00 	restore                                        
                                                                      
  if ( !interval )                                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2006ac4:	40 00 28 9d 	call  2010d38 <__errno>                        
 2006ac8:	b0 10 3f ff 	mov  -1, %i0                                   
 2006acc:	82 10 20 16 	mov  0x16, %g1                                 
 2006ad0:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006ad4:	81 c7 e0 08 	ret                                            
 2006ad8:	81 e8 00 00 	restore                                        
                                                                      

020091f8 <sem_open>: int oflag, ... /* mode_t mode, */ /* unsigned int value */ ) {
 20091f8:	9d e3 bf 90 	save  %sp, -112, %sp                           
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 20091fc:	03 00 80 8c 	sethi  %hi(0x2023000), %g1                     
 2009200:	c4 00 60 e0 	ld  [ %g1 + 0xe0 ], %g2	! 20230e0 <_Thread_Dispatch_disable_level>
  Objects_Locations          location;                                
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( oflag & O_CREAT ) {                                            
    va_start(arg, oflag);                                             
 2009204:	f4 27 a0 4c 	st  %i2, [ %fp + 0x4c ]                        
 2009208:	84 00 a0 01 	inc  %g2                                       
 200920c:	f6 27 a0 50 	st  %i3, [ %fp + 0x50 ]                        
 2009210:	f8 27 a0 54 	st  %i4, [ %fp + 0x54 ]                        
 2009214:	fa 27 a0 58 	st  %i5, [ %fp + 0x58 ]                        
 2009218:	c4 20 60 e0 	st  %g2, [ %g1 + 0xe0 ]                        
  POSIX_Semaphore_Control   *the_semaphore;                           
  Objects_Locations          location;                                
                                                                      
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( oflag & O_CREAT ) {                                            
 200921c:	a0 8e 62 00 	andcc  %i1, 0x200, %l0                         
 2009220:	12 80 00 26 	bne  20092b8 <sem_open+0xc0>                   
 2009224:	82 07 a0 54 	add  %fp, 0x54, %g1                            
 2009228:	a2 10 20 00 	clr  %l1                                       
    mode = (mode_t) va_arg( arg, unsigned int );                      
    value = va_arg( arg, unsigned int );                              
    va_end(arg);                                                      
  }                                                                   
                                                                      
  status = _POSIX_Semaphore_Name_to_id( name, &the_semaphore_id );    
 200922c:	90 10 00 18 	mov  %i0, %o0                                  
 2009230:	40 00 1c 8a 	call  2010458 <_POSIX_Semaphore_Name_to_id>    
 2009234:	92 07 bf f8 	add  %fp, -8, %o1                              
   *  and we can just return a pointer to the id.  Otherwise we may   
   *  need to check to see if this is a "semaphore does not exist"    
   *  or some other miscellaneous error on the name.                  
   */                                                                 
                                                                      
  if ( status ) {                                                     
 2009238:	a4 92 20 00 	orcc  %o0, 0, %l2                              
 200923c:	22 80 00 0e 	be,a   2009274 <sem_open+0x7c>                 
 2009240:	b2 0e 6a 00 	and  %i1, 0xa00, %i1                           
    /*                                                                
     * Unless provided a valid name that did not already exist        
     * and we are willing to create then it is an error.              
     */                                                               
                                                                      
    if ( !( status == ENOENT && (oflag & O_CREAT) ) ) {               
 2009244:	80 a4 a0 02 	cmp  %l2, 2                                    
 2009248:	12 80 00 04 	bne  2009258 <sem_open+0x60>                   <== NEVER TAKEN
 200924c:	80 a4 20 00 	cmp  %l0, 0                                    
 2009250:	12 80 00 1d 	bne  20092c4 <sem_open+0xcc>                   
 2009254:	94 10 00 11 	mov  %l1, %o2                                  
      _Thread_Enable_dispatch();                                      
 2009258:	40 00 0b 20 	call  200bed8 <_Thread_Enable_dispatch>        
 200925c:	b0 10 3f ff 	mov  -1, %i0                                   
      rtems_set_errno_and_return_minus_one_cast( status, sem_t * );   
 2009260:	40 00 2c 0e 	call  2014298 <__errno>                        
 2009264:	01 00 00 00 	nop                                            
 2009268:	e4 22 00 00 	st  %l2, [ %o0 ]                               
 200926c:	81 c7 e0 08 	ret                                            
 2009270:	81 e8 00 00 	restore                                        
                                                                      
    /*                                                                
     * Check for existence with creation.                             
     */                                                               
                                                                      
    if ( (oflag & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL) ) {       
 2009274:	80 a6 6a 00 	cmp  %i1, 0xa00                                
 2009278:	02 80 00 1f 	be  20092f4 <sem_open+0xfc>                    
 200927c:	d2 07 bf f8 	ld  [ %fp + -8 ], %o1                          
 2009280:	94 07 bf f0 	add  %fp, -16, %o2                             
 2009284:	11 00 80 8c 	sethi  %hi(0x2023000), %o0                     
 2009288:	40 00 08 83 	call  200b494 <_Objects_Get>                   
 200928c:	90 12 23 f0 	or  %o0, 0x3f0, %o0	! 20233f0 <_POSIX_Semaphore_Information>
      _Thread_Enable_dispatch();                                      
      rtems_set_errno_and_return_minus_one_cast( EEXIST, sem_t * );   
    }                                                                 
                                                                      
    the_semaphore = _POSIX_Semaphore_Get( &the_semaphore_id, &location );
    the_semaphore->open_count += 1;                                   
 2009290:	c2 02 20 18 	ld  [ %o0 + 0x18 ], %g1                        
    if ( (oflag & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL) ) {       
      _Thread_Enable_dispatch();                                      
      rtems_set_errno_and_return_minus_one_cast( EEXIST, sem_t * );   
    }                                                                 
                                                                      
    the_semaphore = _POSIX_Semaphore_Get( &the_semaphore_id, &location );
 2009294:	d0 27 bf f4 	st  %o0, [ %fp + -12 ]                         
    the_semaphore->open_count += 1;                                   
 2009298:	82 00 60 01 	inc  %g1                                       
    _Thread_Enable_dispatch();                                        
 200929c:	40 00 0b 0f 	call  200bed8 <_Thread_Enable_dispatch>        
 20092a0:	c2 22 20 18 	st  %g1, [ %o0 + 0x18 ]                        
    _Thread_Enable_dispatch();                                        
 20092a4:	40 00 0b 0d 	call  200bed8 <_Thread_Enable_dispatch>        
 20092a8:	01 00 00 00 	nop                                            
return_id:                                                            
  #if defined(RTEMS_USE_16_BIT_OBJECT)                                
    the_semaphore->Semaphore_id = the_semaphore->Object.id;           
    id = &the_semaphore->Semaphore_id;                                
  #else                                                               
    id = (sem_t *)&the_semaphore->Object.id;                          
 20092ac:	f0 07 bf f4 	ld  [ %fp + -12 ], %i0                         
  #endif                                                              
  return id;                                                          
}                                                                     
 20092b0:	81 c7 e0 08 	ret                                            
 20092b4:	91 ee 20 08 	restore  %i0, 8, %o0                           
  _Thread_Disable_dispatch();                                         
                                                                      
  if ( oflag & O_CREAT ) {                                            
    va_start(arg, oflag);                                             
    mode = (mode_t) va_arg( arg, unsigned int );                      
    value = va_arg( arg, unsigned int );                              
 20092b8:	e2 07 a0 50 	ld  [ %fp + 0x50 ], %l1                        
 20092bc:	10 bf ff dc 	b  200922c <sem_open+0x34>                     
 20092c0:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
  /*                                                                  
   *  At this point, the semaphore does not exist and everything has been
   *  checked. We should go ahead and create a semaphore.             
   */                                                                 
                                                                      
  status =_POSIX_Semaphore_Create_support(                            
 20092c4:	90 10 00 18 	mov  %i0, %o0                                  
 20092c8:	92 10 20 00 	clr  %o1                                       
 20092cc:	40 00 1c 08 	call  20102ec <_POSIX_Semaphore_Create_support>
 20092d0:	96 07 bf f4 	add  %fp, -12, %o3                             
                                                                      
  /*                                                                  
   * errno was set by Create_support, so don't set it again.          
   */                                                                 
                                                                      
  _Thread_Enable_dispatch();                                          
 20092d4:	40 00 0b 01 	call  200bed8 <_Thread_Enable_dispatch>        
 20092d8:	a0 10 00 08 	mov  %o0, %l0                                  
                                                                      
  if ( status == -1 )                                                 
 20092dc:	80 a4 3f ff 	cmp  %l0, -1                                   
 20092e0:	02 bf ff e3 	be  200926c <sem_open+0x74>                    
 20092e4:	b0 10 3f ff 	mov  -1, %i0                                   
return_id:                                                            
  #if defined(RTEMS_USE_16_BIT_OBJECT)                                
    the_semaphore->Semaphore_id = the_semaphore->Object.id;           
    id = &the_semaphore->Semaphore_id;                                
  #else                                                               
    id = (sem_t *)&the_semaphore->Object.id;                          
 20092e8:	f0 07 bf f4 	ld  [ %fp + -12 ], %i0                         
 20092ec:	81 c7 e0 08 	ret                                            
 20092f0:	91 ee 20 08 	restore  %i0, 8, %o0                           
    /*                                                                
     * Check for existence with creation.                             
     */                                                               
                                                                      
    if ( (oflag & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL) ) {       
      _Thread_Enable_dispatch();                                      
 20092f4:	40 00 0a f9 	call  200bed8 <_Thread_Enable_dispatch>        
 20092f8:	b0 10 3f ff 	mov  -1, %i0                                   
      rtems_set_errno_and_return_minus_one_cast( EEXIST, sem_t * );   
 20092fc:	40 00 2b e7 	call  2014298 <__errno>                        
 2009300:	01 00 00 00 	nop                                            
 2009304:	82 10 20 11 	mov  0x11, %g1	! 11 <PROM_START+0x11>          
 2009308:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200930c:	81 c7 e0 08 	ret                                            
 2009310:	81 e8 00 00 	restore                                        
                                                                      

02009370 <sem_timedwait>: int sem_timedwait( sem_t *sem, const struct timespec *abstime ) {
 2009370:	9d e3 bf 98 	save  %sp, -104, %sp                           
   *                                                                  
   *  If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,                
   *  POSIX_ABSOLUTE_TIMEOUT_IS_IN_PAST, or POSIX_ABSOLUTE_TIMEOUT_IS_NOW,
   *  then we should not wait.                                        
   */                                                                 
  status = _POSIX_Absolute_timeout_to_ticks( abstime, &ticks );       
 2009374:	90 10 00 19 	mov  %i1, %o0                                  
 2009378:	40 00 19 6c 	call  200f928 <_POSIX_Absolute_timeout_to_ticks>
 200937c:	92 07 bf fc 	add  %fp, -4, %o1                              
  if ( status != POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE )                
 2009380:	80 a2 20 03 	cmp  %o0, 3                                    
 2009384:	02 80 00 07 	be  20093a0 <sem_timedwait+0x30>               <== ALWAYS TAKEN
 2009388:	d4 07 bf fc 	ld  [ %fp + -4 ], %o2                          
    do_wait = false;                                                  
                                                                      
  lock_status = _POSIX_Semaphore_Wait_support( sem, do_wait, ticks ); 
 200938c:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
 2009390:	40 00 1c 54 	call  20104e0 <_POSIX_Semaphore_Wait_support>  <== NOT EXECUTED
 2009394:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
        break;                                                        
    }                                                                 
  }                                                                   
                                                                      
  return lock_status;                                                 
}                                                                     
 2009398:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200939c:	91 e8 00 08 	restore  %g0, %o0, %o0                         <== NOT EXECUTED
   */                                                                 
  status = _POSIX_Absolute_timeout_to_ticks( abstime, &ticks );       
  if ( status != POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE )                
    do_wait = false;                                                  
                                                                      
  lock_status = _POSIX_Semaphore_Wait_support( sem, do_wait, ticks ); 
 20093a0:	90 10 00 18 	mov  %i0, %o0                                  
 20093a4:	40 00 1c 4f 	call  20104e0 <_POSIX_Semaphore_Wait_support>  
 20093a8:	92 10 20 01 	mov  1, %o1                                    
        break;                                                        
    }                                                                 
  }                                                                   
                                                                      
  return lock_status;                                                 
}                                                                     
 20093ac:	81 c7 e0 08 	ret                                            
 20093b0:	91 e8 00 08 	restore  %g0, %o0, %o0                         
                                                                      

02003748 <setgrent>: return NULL; return &grent; } void setgrent(void) {
 2003748:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  init_etc_passwd_group();                                            
 200374c:	7f ff ff c4 	call  200365c <init_etc_passwd_group>          <== NOT EXECUTED
 2003750:	21 00 80 81 	sethi  %hi(0x2020400), %l0                     <== NOT EXECUTED
                                                                      
  if (group_fp != NULL)                                               
 2003754:	d0 04 20 ac 	ld  [ %l0 + 0xac ], %o0	! 20204ac <group_fp>   <== NOT EXECUTED
 2003758:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200375c:	22 80 00 05 	be,a   2003770 <setgrent+0x28>                 <== NOT EXECUTED
 2003760:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     <== NOT EXECUTED
    fclose(group_fp);                                                 
 2003764:	40 00 3b 2c 	call  2012414 <fclose>                         <== NOT EXECUTED
 2003768:	01 00 00 00 	nop                                            <== NOT EXECUTED
  group_fp = fopen("/etc/group", "r");                                
 200376c:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     <== NOT EXECUTED
 2003770:	13 00 80 7a 	sethi  %hi(0x201e800), %o1                     <== NOT EXECUTED
 2003774:	90 12 22 68 	or  %o0, 0x268, %o0                            <== NOT EXECUTED
 2003778:	40 00 3c fd 	call  2012b6c <fopen>                          <== NOT EXECUTED
 200377c:	92 12 61 f0 	or  %o1, 0x1f0, %o1                            <== NOT EXECUTED
 2003780:	d0 24 20 ac 	st  %o0, [ %l0 + 0xac ]                        <== NOT EXECUTED
}                                                                     
 2003784:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003788:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02003948 <setpwent>: return NULL; return &pwent; } void setpwent(void) {
 2003948:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
  init_etc_passwd_group();                                            
 200394c:	7f ff ff 44 	call  200365c <init_etc_passwd_group>          <== NOT EXECUTED
 2003950:	21 00 80 80 	sethi  %hi(0x2020000), %l0                     <== NOT EXECUTED
                                                                      
  if (passwd_fp != NULL)                                              
 2003954:	d0 04 23 c4 	ld  [ %l0 + 0x3c4 ], %o0	! 20203c4 <passwd_fp> <== NOT EXECUTED
 2003958:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200395c:	22 80 00 05 	be,a   2003970 <setpwent+0x28>                 <== NOT EXECUTED
 2003960:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     <== NOT EXECUTED
    fclose(passwd_fp);                                                
 2003964:	40 00 3a ac 	call  2012414 <fclose>                         <== NOT EXECUTED
 2003968:	01 00 00 00 	nop                                            <== NOT EXECUTED
  passwd_fp = fopen("/etc/passwd", "r");                              
 200396c:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     <== NOT EXECUTED
 2003970:	13 00 80 7a 	sethi  %hi(0x201e800), %o1                     <== NOT EXECUTED
 2003974:	90 12 21 e0 	or  %o0, 0x1e0, %o0                            <== NOT EXECUTED
 2003978:	40 00 3c 7d 	call  2012b6c <fopen>                          <== NOT EXECUTED
 200397c:	92 12 61 f0 	or  %o1, 0x1f0, %o1                            <== NOT EXECUTED
 2003980:	d0 24 23 c4 	st  %o0, [ %l0 + 0x3c4 ]                       <== NOT EXECUTED
}                                                                     
 2003984:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2003988:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200696c <sigaction>: int sigaction( int sig, const struct sigaction *act, struct sigaction *oact ) {
 200696c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ISR_Level     level;                                                
                                                                      
  if ( oact )                                                         
 2006970:	80 a6 a0 00 	cmp  %i2, 0                                    
 2006974:	02 80 00 0d 	be  20069a8 <sigaction+0x3c>                   
 2006978:	87 2e 20 04 	sll  %i0, 4, %g3                               
    *oact = _POSIX_signals_Vectors[ sig ];                            
 200697c:	05 00 80 7d 	sethi  %hi(0x201f400), %g2                     
 2006980:	83 2e 20 02 	sll  %i0, 2, %g1                               
 2006984:	84 10 a2 c4 	or  %g2, 0x2c4, %g2                            
 2006988:	82 20 c0 01 	sub  %g3, %g1, %g1                             
 200698c:	c6 00 80 01 	ld  [ %g2 + %g1 ], %g3                         
 2006990:	82 00 80 01 	add  %g2, %g1, %g1                             
 2006994:	c6 26 80 00 	st  %g3, [ %i2 ]                               
 2006998:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 200699c:	c4 26 a0 04 	st  %g2, [ %i2 + 4 ]                           
 20069a0:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
 20069a4:	c2 26 a0 08 	st  %g1, [ %i2 + 8 ]                           
                                                                      
  if ( !sig )                                                         
 20069a8:	80 a6 20 00 	cmp  %i0, 0                                    
 20069ac:	02 80 00 33 	be  2006a78 <sigaction+0x10c>                  
 20069b0:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !is_valid_signo(sig) )                                         
 20069b4:	82 06 3f ff 	add  %i0, -1, %g1                              
 20069b8:	80 a0 60 1f 	cmp  %g1, 0x1f                                 
 20069bc:	18 80 00 2f 	bgu  2006a78 <sigaction+0x10c>                 
 20069c0:	80 a6 20 09 	cmp  %i0, 9                                    
   *                                                                  
   *  NOTE: Solaris documentation claims to "silently enforce" this which
   *        contradicts the POSIX specification.                      
   */                                                                 
                                                                      
  if ( sig == SIGKILL )                                               
 20069c4:	02 80 00 2d 	be  2006a78 <sigaction+0x10c>                  
 20069c8:	80 a6 60 00 	cmp  %i1, 0                                    
  /*                                                                  
   *  Evaluate the new action structure and set the global signal vector
   *  appropriately.                                                  
   */                                                                 
                                                                      
  if ( act ) {                                                        
 20069cc:	02 80 00 1a 	be  2006a34 <sigaction+0xc8>                   <== NEVER TAKEN
 20069d0:	82 10 20 00 	clr  %g1                                       
    /*                                                                
     *  Unless the user is installing the default signal actions, then
     *  we can just copy the provided sigaction structure into the vectors.
     */                                                               
                                                                      
    _ISR_Disable( level );                                            
 20069d4:	7f ff ef da 	call  200293c <sparc_disable_interrupts>       
 20069d8:	01 00 00 00 	nop                                            
 20069dc:	b4 10 00 08 	mov  %o0, %i2                                  
      if ( act->sa_handler == SIG_DFL ) {                             
 20069e0:	c2 06 60 08 	ld  [ %i1 + 8 ], %g1                           
 20069e4:	80 a0 60 00 	cmp  %g1, 0                                    
 20069e8:	02 80 00 15 	be  2006a3c <sigaction+0xd0>                   
 20069ec:	83 2e 20 04 	sll  %i0, 4, %g1                               
        _POSIX_signals_Vectors[ sig ] = _POSIX_signals_Default_vectors[ sig ];
      } else {                                                        
         _POSIX_signals_Clear_process_signals( sig );                 
 20069f0:	40 00 1a 75 	call  200d3c4 <_POSIX_signals_Clear_process_signals>
 20069f4:	90 10 00 18 	mov  %i0, %o0                                  
         _POSIX_signals_Vectors[ sig ] = *act;                        
 20069f8:	c4 06 40 00 	ld  [ %i1 ], %g2                               
 20069fc:	87 2e 20 04 	sll  %i0, 4, %g3                               
 2006a00:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 2006a04:	b1 2e 20 02 	sll  %i0, 2, %i0                               
 2006a08:	82 10 62 c4 	or  %g1, 0x2c4, %g1                            
 2006a0c:	b0 20 c0 18 	sub  %g3, %i0, %i0                             
 2006a10:	c4 20 40 18 	st  %g2, [ %g1 + %i0 ]                         
 2006a14:	c4 06 60 04 	ld  [ %i1 + 4 ], %g2                           
 2006a18:	b0 00 40 18 	add  %g1, %i0, %i0                             
 2006a1c:	c4 26 20 04 	st  %g2, [ %i0 + 4 ]                           
 2006a20:	c2 06 60 08 	ld  [ %i1 + 8 ], %g1                           
 2006a24:	c2 26 20 08 	st  %g1, [ %i0 + 8 ]                           
      }                                                               
    _ISR_Enable( level );                                             
 2006a28:	7f ff ef c9 	call  200294c <sparc_enable_interrupts>        
 2006a2c:	90 10 00 1a 	mov  %i2, %o0                                  
 2006a30:	82 10 20 00 	clr  %g1                                       
   *    + If we are now ignoring a signal that was previously pending,
   *      we clear the pending signal indicator.                      
   */                                                                 
                                                                      
  return 0;                                                           
}                                                                     
 2006a34:	81 c7 e0 08 	ret                                            
 2006a38:	91 e8 00 01 	restore  %g0, %g1, %o0                         
     *  we can just copy the provided sigaction structure into the vectors.
     */                                                               
                                                                      
    _ISR_Disable( level );                                            
      if ( act->sa_handler == SIG_DFL ) {                             
        _POSIX_signals_Vectors[ sig ] = _POSIX_signals_Default_vectors[ sig ];
 2006a3c:	b1 2e 20 02 	sll  %i0, 2, %i0                               
 2006a40:	b0 20 40 18 	sub  %g1, %i0, %i0                             
 2006a44:	03 00 80 76 	sethi  %hi(0x201d800), %g1                     
 2006a48:	82 10 61 00 	or  %g1, 0x100, %g1	! 201d900 <_POSIX_signals_Default_vectors>
 2006a4c:	c8 00 40 18 	ld  [ %g1 + %i0 ], %g4                         
 2006a50:	82 00 40 18 	add  %g1, %i0, %g1                             
 2006a54:	c6 00 60 08 	ld  [ %g1 + 8 ], %g3                           
 2006a58:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 2006a5c:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 2006a60:	82 10 62 c4 	or  %g1, 0x2c4, %g1	! 201f6c4 <_POSIX_signals_Vectors>
 2006a64:	c8 20 40 18 	st  %g4, [ %g1 + %i0 ]                         
 2006a68:	b0 00 40 18 	add  %g1, %i0, %i0                             
 2006a6c:	c6 26 20 08 	st  %g3, [ %i0 + 8 ]                           
 2006a70:	10 bf ff ee 	b  2006a28 <sigaction+0xbc>                    
 2006a74:	c4 26 20 04 	st  %g2, [ %i0 + 4 ]                           
   *  NOTE: Solaris documentation claims to "silently enforce" this which
   *        contradicts the POSIX specification.                      
   */                                                                 
                                                                      
  if ( sig == SIGKILL )                                               
    rtems_set_errno_and_return_minus_one( EINVAL );                   
 2006a78:	40 00 29 57 	call  2010fd4 <__errno>                        
 2006a7c:	01 00 00 00 	nop                                            
 2006a80:	82 10 20 16 	mov  0x16, %g1	! 16 <PROM_START+0x16>          
 2006a84:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006a88:	10 bf ff eb 	b  2006a34 <sigaction+0xc8>                    
 2006a8c:	82 10 3f ff 	mov  -1, %g1                                   
                                                                      

02008c00 <sigsuspend>: #include <rtems/seterr.h> int sigsuspend( const sigset_t *sigmask ) {
 2008c00:	9d e3 bf 98 	save  %sp, -104, %sp                           
  int                 status;                                         
  POSIX_API_Control  *api;                                            
                                                                      
  api = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ];        
                                                                      
  status = sigprocmask( SIG_BLOCK, sigmask, &saved_signals_blocked ); 
 2008c04:	90 10 20 01 	mov  1, %o0                                    
 2008c08:	92 10 00 18 	mov  %i0, %o1                                  
 2008c0c:	a0 07 bf fc 	add  %fp, -4, %l0                              
 2008c10:	7f ff ff f1 	call  2008bd4 <sigprocmask>                    
 2008c14:	94 10 00 10 	mov  %l0, %o2                                  
                                                                      
  (void) sigfillset( &all_signals );                                  
 2008c18:	a2 07 bf f8 	add  %fp, -8, %l1                              
 2008c1c:	7f ff ff b7 	call  2008af8 <sigfillset>                     
 2008c20:	90 10 00 11 	mov  %l1, %o0                                  
                                                                      
  status = sigtimedwait( &all_signals, NULL, NULL );                  
 2008c24:	90 10 00 11 	mov  %l1, %o0                                  
 2008c28:	92 10 20 00 	clr  %o1                                       
 2008c2c:	40 00 00 2b 	call  2008cd8 <sigtimedwait>                   
 2008c30:	94 10 20 00 	clr  %o2                                       
                                                                      
  (void) sigprocmask( SIG_SETMASK, &saved_signals_blocked, NULL );    
 2008c34:	92 10 00 10 	mov  %l0, %o1                                  
                                                                      
  status = sigprocmask( SIG_BLOCK, sigmask, &saved_signals_blocked ); 
                                                                      
  (void) sigfillset( &all_signals );                                  
                                                                      
  status = sigtimedwait( &all_signals, NULL, NULL );                  
 2008c38:	a2 10 00 08 	mov  %o0, %l1                                  
                                                                      
  (void) sigprocmask( SIG_SETMASK, &saved_signals_blocked, NULL );    
 2008c3c:	94 10 20 00 	clr  %o2                                       
 2008c40:	7f ff ff e5 	call  2008bd4 <sigprocmask>                    
 2008c44:	90 10 20 00 	clr  %o0                                       
                                                                      
  /*                                                                  
   * sigtimedwait() returns the signal number while sigsuspend()      
   * is supposed to return -1 and EINTR when a signal is caught.      
   */                                                                 
  if ( status != -1 )                                                 
 2008c48:	80 a4 7f ff 	cmp  %l1, -1                                   
 2008c4c:	12 80 00 05 	bne  2008c60 <sigsuspend+0x60>                 <== ALWAYS TAKEN
 2008c50:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINTR );                    
                                                                      
  return status;                                                      
}                                                                     
 2008c54:	b0 10 3f ff 	mov  -1, %i0	! ffffffff <RAM_END+0xfdbfffff>   <== NOT EXECUTED
 2008c58:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2008c5c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   * sigtimedwait() returns the signal number while sigsuspend()      
   * is supposed to return -1 and EINTR when a signal is caught.      
   */                                                                 
  if ( status != -1 )                                                 
    rtems_set_errno_and_return_minus_one( EINTR );                    
 2008c60:	40 00 28 b4 	call  2012f30 <__errno>                        
 2008c64:	b0 10 3f ff 	mov  -1, %i0                                   
 2008c68:	82 10 20 04 	mov  4, %g1                                    
 2008c6c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2008c70:	81 c7 e0 08 	ret                                            
 2008c74:	81 e8 00 00 	restore                                        
                                                                      

02006e54 <sigtimedwait>: int sigtimedwait( const sigset_t *set, siginfo_t *info, const struct timespec *timeout ) {
 2006e54:	9d e3 bf 90 	save  %sp, -112, %sp                           
  ISR_Level          level;                                           
                                                                      
  /*                                                                  
   *  Error check parameters before disabling interrupts.             
   */                                                                 
  if ( !set )                                                         
 2006e58:	80 a6 20 00 	cmp  %i0, 0                                    
 2006e5c:	02 80 00 69 	be  2007000 <sigtimedwait+0x1ac>               
 2006e60:	80 a6 a0 00 	cmp  %i2, 0                                    
  /*  NOTE: This is very specifically a RELATIVE not ABSOLUTE time    
   *        in the Open Group specification.                          
   */                                                                 
                                                                      
  interval = 0;                                                       
  if ( timeout ) {                                                    
 2006e64:	22 80 00 0c 	be,a   2006e94 <sigtimedwait+0x40>             
 2006e68:	b4 10 20 00 	clr  %i2                                       
                                                                      
    if ( !_Timespec_Is_valid( timeout ) )                             
 2006e6c:	40 00 0e e2 	call  200a9f4 <_Timespec_Is_valid>             
 2006e70:	90 10 00 1a 	mov  %i2, %o0                                  
 2006e74:	80 8a 20 ff 	btst  0xff, %o0                                
 2006e78:	02 80 00 62 	be  2007000 <sigtimedwait+0x1ac>               
 2006e7c:	01 00 00 00 	nop                                            
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    interval = _Timespec_To_ticks( timeout );                         
 2006e80:	40 00 0f 04 	call  200aa90 <_Timespec_To_ticks>             
 2006e84:	90 10 00 1a 	mov  %i2, %o0                                  
                                                                      
    if ( !interval )                                                  
 2006e88:	b4 92 20 00 	orcc  %o0, 0, %i2                              
 2006e8c:	02 80 00 5d 	be  2007000 <sigtimedwait+0x1ac>               <== NEVER TAKEN
 2006e90:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Initialize local variables.                                     
   */                                                                 
                                                                      
  the_info = ( info ) ? info : &signal_information;                   
 2006e94:	80 a6 60 00 	cmp  %i1, 0                                    
 2006e98:	02 80 00 03 	be  2006ea4 <sigtimedwait+0x50>                
 2006e9c:	a0 07 bf f4 	add  %fp, -12, %l0                             
 2006ea0:	a0 10 00 19 	mov  %i1, %l0                                  
                                                                      
  the_thread = _Thread_Executing;                                     
 2006ea4:	23 00 80 7d 	sethi  %hi(0x201f400), %l1                     
 2006ea8:	f2 04 62 60 	ld  [ %l1 + 0x260 ], %i1	! 201f660 <_Thread_Executing>
   *  What if they are already pending?                               
   */                                                                 
                                                                      
  /* API signals pending? */                                          
                                                                      
  _ISR_Disable( level );                                              
 2006eac:	7f ff ef 82 	call  2002cb4 <sparc_disable_interrupts>       
 2006eb0:	e6 06 61 6c 	ld  [ %i1 + 0x16c ], %l3                       
 2006eb4:	a4 10 00 08 	mov  %o0, %l2                                  
  if ( *set & api->signals_pending ) {                                
 2006eb8:	c2 06 00 00 	ld  [ %i0 ], %g1                               
 2006ebc:	c4 04 e0 d0 	ld  [ %l3 + 0xd0 ], %g2                        
 2006ec0:	80 88 40 02 	btst  %g1, %g2                                 
 2006ec4:	12 80 00 3e 	bne  2006fbc <sigtimedwait+0x168>              
 2006ec8:	01 00 00 00 	nop                                            
    return the_info->si_signo;                                        
  }                                                                   
                                                                      
  /* Process pending signals? */                                      
                                                                      
  if ( *set & _POSIX_signals_Pending ) {                              
 2006ecc:	05 00 80 7f 	sethi  %hi(0x201fc00), %g2                     
 2006ed0:	c4 00 a1 28 	ld  [ %g2 + 0x128 ], %g2	! 201fd28 <_POSIX_signals_Pending>
 2006ed4:	80 88 40 02 	btst  %g1, %g2                                 
 2006ed8:	12 80 00 28 	bne  2006f78 <sigtimedwait+0x124>              
 2006edc:	03 00 80 7d 	sethi  %hi(0x201f400), %g1                     
 2006ee0:	c4 00 61 a0 	ld  [ %g1 + 0x1a0 ], %g2	! 201f5a0 <_Thread_Dispatch_disable_level>
 2006ee4:	84 00 a0 01 	inc  %g2                                       
 2006ee8:	c4 20 61 a0 	st  %g2, [ %g1 + 0x1a0 ]                       
    the_info->si_code = SI_USER;                                      
    the_info->si_value.sival_int = 0;                                 
    return signo;                                                     
  }                                                                   
                                                                      
  the_info->si_signo = -1;                                            
 2006eec:	82 10 3f ff 	mov  -1, %g1                                   
 2006ef0:	c2 24 00 00 	st  %g1, [ %l0 ]                               
                                                                      
  _Thread_Disable_dispatch();                                         
    the_thread->Wait.queue           = &_POSIX_signals_Wait_queue;    
    the_thread->Wait.return_code     = EINTR;                         
 2006ef4:	82 10 20 04 	mov  4, %g1                                    
 2006ef8:	c2 26 60 34 	st  %g1, [ %i1 + 0x34 ]                        
    the_thread->Wait.option          = *set;                          
 2006efc:	c2 06 00 00 	ld  [ %i0 ], %g1                               
    the_thread->Wait.return_argument = the_info;                      
 2006f00:	e0 26 60 28 	st  %l0, [ %i1 + 0x28 ]                        
  the_info->si_signo = -1;                                            
                                                                      
  _Thread_Disable_dispatch();                                         
    the_thread->Wait.queue           = &_POSIX_signals_Wait_queue;    
    the_thread->Wait.return_code     = EINTR;                         
    the_thread->Wait.option          = *set;                          
 2006f04:	c2 26 60 30 	st  %g1, [ %i1 + 0x30 ]                        
  }                                                                   
                                                                      
  the_info->si_signo = -1;                                            
                                                                      
  _Thread_Disable_dispatch();                                         
    the_thread->Wait.queue           = &_POSIX_signals_Wait_queue;    
 2006f08:	25 00 80 7f 	sethi  %hi(0x201fc00), %l2                     
                                                                      
RTEMS_INLINE_ROUTINE void _Thread_queue_Enter_critical_section (      
  Thread_queue_Control *the_thread_queue                              
)                                                                     
{                                                                     
  the_thread_queue->sync_state = THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED;
 2006f0c:	82 10 20 01 	mov  1, %g1                                    
 2006f10:	a4 14 a0 c0 	or  %l2, 0xc0, %l2                             
 2006f14:	e4 26 60 44 	st  %l2, [ %i1 + 0x44 ]                        
 2006f18:	c2 24 a0 30 	st  %g1, [ %l2 + 0x30 ]                        
    the_thread->Wait.return_code     = EINTR;                         
    the_thread->Wait.option          = *set;                          
    the_thread->Wait.return_argument = the_info;                      
    _Thread_queue_Enter_critical_section( &_POSIX_signals_Wait_queue );
    _ISR_Enable( level );                                             
 2006f1c:	7f ff ef 6a 	call  2002cc4 <sparc_enable_interrupts>        
 2006f20:	01 00 00 00 	nop                                            
    _Thread_queue_Enqueue( &_POSIX_signals_Wait_queue, interval );    
 2006f24:	90 10 00 12 	mov  %l2, %o0                                  
 2006f28:	92 10 00 1a 	mov  %i2, %o1                                  
 2006f2c:	15 00 80 29 	sethi  %hi(0x200a400), %o2                     
 2006f30:	40 00 0c 4a 	call  200a058 <_Thread_queue_Enqueue_with_handler>
 2006f34:	94 12 a0 2c 	or  %o2, 0x2c, %o2	! 200a42c <_Thread_queue_Timeout>
  _Thread_Enable_dispatch();                                          
 2006f38:	40 00 0a d5 	call  2009a8c <_Thread_Enable_dispatch>        
 2006f3c:	01 00 00 00 	nop                                            
  /*                                                                  
   * When the thread is set free by a signal, it is need to eliminate 
   * the signal.                                                      
   */                                                                 
                                                                      
  _POSIX_signals_Clear_signals( api, the_info->si_signo, the_info, false, false );
 2006f40:	d2 04 00 00 	ld  [ %l0 ], %o1                               
 2006f44:	94 10 00 10 	mov  %l0, %o2                                  
 2006f48:	96 10 20 00 	clr  %o3                                       
 2006f4c:	98 10 20 00 	clr  %o4                                       
 2006f50:	40 00 1b 24 	call  200dbe0 <_POSIX_signals_Clear_signals>   
 2006f54:	90 10 00 13 	mov  %l3, %o0                                  
  errno = _Thread_Executing->Wait.return_code;                        
 2006f58:	40 00 29 0b 	call  2011384 <__errno>                        
 2006f5c:	01 00 00 00 	nop                                            
 2006f60:	c2 04 62 60 	ld  [ %l1 + 0x260 ], %g1                       
 2006f64:	c2 00 60 34 	ld  [ %g1 + 0x34 ], %g1                        
 2006f68:	c2 22 00 00 	st  %g1, [ %o0 ]                               
  return the_info->si_signo;                                          
 2006f6c:	f0 04 00 00 	ld  [ %l0 ], %i0                               
}                                                                     
 2006f70:	81 c7 e0 08 	ret                                            
 2006f74:	81 e8 00 00 	restore                                        
  }                                                                   
                                                                      
  /* Process pending signals? */                                      
                                                                      
  if ( *set & _POSIX_signals_Pending ) {                              
    signo = _POSIX_signals_Get_highest( _POSIX_signals_Pending );     
 2006f78:	7f ff ff 9f 	call  2006df4 <_POSIX_signals_Get_highest>     
 2006f7c:	90 10 00 02 	mov  %g2, %o0                                  
    _POSIX_signals_Clear_signals( api, signo, the_info, true, false );
 2006f80:	94 10 00 10 	mov  %l0, %o2                                  
  }                                                                   
                                                                      
  /* Process pending signals? */                                      
                                                                      
  if ( *set & _POSIX_signals_Pending ) {                              
    signo = _POSIX_signals_Get_highest( _POSIX_signals_Pending );     
 2006f84:	b0 10 00 08 	mov  %o0, %i0                                  
    _POSIX_signals_Clear_signals( api, signo, the_info, true, false );
 2006f88:	96 10 20 01 	mov  1, %o3                                    
 2006f8c:	90 10 00 13 	mov  %l3, %o0                                  
 2006f90:	92 10 00 18 	mov  %i0, %o1                                  
 2006f94:	40 00 1b 13 	call  200dbe0 <_POSIX_signals_Clear_signals>   
 2006f98:	98 10 20 00 	clr  %o4                                       
    _ISR_Enable( level );                                             
 2006f9c:	7f ff ef 4a 	call  2002cc4 <sparc_enable_interrupts>        
 2006fa0:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
    the_info->si_signo = signo;                                       
    the_info->si_code = SI_USER;                                      
 2006fa4:	82 10 20 01 	mov  1, %g1                                    
    the_info->si_value.sival_int = 0;                                 
 2006fa8:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
  if ( *set & _POSIX_signals_Pending ) {                              
    signo = _POSIX_signals_Get_highest( _POSIX_signals_Pending );     
    _POSIX_signals_Clear_signals( api, signo, the_info, true, false );
    _ISR_Enable( level );                                             
                                                                      
    the_info->si_signo = signo;                                       
 2006fac:	f0 24 00 00 	st  %i0, [ %l0 ]                               
    the_info->si_code = SI_USER;                                      
 2006fb0:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
    the_info->si_value.sival_int = 0;                                 
    return signo;                                                     
 2006fb4:	81 c7 e0 08 	ret                                            
 2006fb8:	81 e8 00 00 	restore                                        
  /* API signals pending? */                                          
                                                                      
  _ISR_Disable( level );                                              
  if ( *set & api->signals_pending ) {                                
    /* XXX real info later */                                         
    the_info->si_signo = _POSIX_signals_Get_highest( api->signals_pending );
 2006fbc:	7f ff ff 8e 	call  2006df4 <_POSIX_signals_Get_highest>     
 2006fc0:	90 10 00 02 	mov  %g2, %o0                                  
    _POSIX_signals_Clear_signals(                                     
 2006fc4:	94 10 00 10 	mov  %l0, %o2                                  
  /* API signals pending? */                                          
                                                                      
  _ISR_Disable( level );                                              
  if ( *set & api->signals_pending ) {                                
    /* XXX real info later */                                         
    the_info->si_signo = _POSIX_signals_Get_highest( api->signals_pending );
 2006fc8:	92 10 00 08 	mov  %o0, %o1                                  
    _POSIX_signals_Clear_signals(                                     
 2006fcc:	96 10 20 00 	clr  %o3                                       
 2006fd0:	90 10 00 13 	mov  %l3, %o0                                  
  /* API signals pending? */                                          
                                                                      
  _ISR_Disable( level );                                              
  if ( *set & api->signals_pending ) {                                
    /* XXX real info later */                                         
    the_info->si_signo = _POSIX_signals_Get_highest( api->signals_pending );
 2006fd4:	d2 24 00 00 	st  %o1, [ %l0 ]                               
    _POSIX_signals_Clear_signals(                                     
 2006fd8:	40 00 1b 02 	call  200dbe0 <_POSIX_signals_Clear_signals>   
 2006fdc:	98 10 20 00 	clr  %o4                                       
      the_info->si_signo,                                             
      the_info,                                                       
      false,                                                          
      false                                                           
    );                                                                
    _ISR_Enable( level );                                             
 2006fe0:	7f ff ef 39 	call  2002cc4 <sparc_enable_interrupts>        
 2006fe4:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
    the_info->si_code = SI_USER;                                      
 2006fe8:	82 10 20 01 	mov  1, %g1                                    
    the_info->si_value.sival_int = 0;                                 
 2006fec:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
    return the_info->si_signo;                                        
 2006ff0:	f0 04 00 00 	ld  [ %l0 ], %i0                               
      false,                                                          
      false                                                           
    );                                                                
    _ISR_Enable( level );                                             
                                                                      
    the_info->si_code = SI_USER;                                      
 2006ff4:	c2 24 20 04 	st  %g1, [ %l0 + 4 ]                           
    the_info->si_value.sival_int = 0;                                 
    return the_info->si_signo;                                        
 2006ff8:	81 c7 e0 08 	ret                                            
 2006ffc:	81 e8 00 00 	restore                                        
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    interval = _Timespec_To_ticks( timeout );                         
                                                                      
    if ( !interval )                                                  
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 2007000:	40 00 28 e1 	call  2011384 <__errno>                        
 2007004:	b0 10 3f ff 	mov  -1, %i0                                   
 2007008:	82 10 20 16 	mov  0x16, %g1                                 
 200700c:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2007010:	81 c7 e0 08 	ret                                            
 2007014:	81 e8 00 00 	restore                                        
                                                                      

02008eb0 <sigwait>: int sigwait( const sigset_t *set, int *sig ) {
 2008eb0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  int status;                                                         
                                                                      
  status = sigtimedwait( set, NULL, NULL );                           
 2008eb4:	92 10 20 00 	clr  %o1                                       
 2008eb8:	90 10 00 18 	mov  %i0, %o0                                  
 2008ebc:	7f ff ff 87 	call  2008cd8 <sigtimedwait>                   
 2008ec0:	94 10 20 00 	clr  %o2                                       
                                                                      
  if ( status != -1 ) {                                               
 2008ec4:	80 a2 3f ff 	cmp  %o0, -1                                   
 2008ec8:	02 80 00 07 	be  2008ee4 <sigwait+0x34>                     
 2008ecc:	80 a6 60 00 	cmp  %i1, 0                                    
    if ( sig )                                                        
 2008ed0:	02 80 00 03 	be  2008edc <sigwait+0x2c>                     <== NEVER TAKEN
 2008ed4:	b0 10 20 00 	clr  %i0                                       
      *sig = status;                                                  
 2008ed8:	d0 26 40 00 	st  %o0, [ %i1 ]                               
 2008edc:	81 c7 e0 08 	ret                                            
 2008ee0:	81 e8 00 00 	restore                                        
    return 0;                                                         
  }                                                                   
                                                                      
  return errno;                                                       
 2008ee4:	40 00 28 13 	call  2012f30 <__errno>                        
 2008ee8:	01 00 00 00 	nop                                            
 2008eec:	f0 02 00 00 	ld  [ %o0 ], %i0                               
}                                                                     
 2008ef0:	81 c7 e0 08 	ret                                            
 2008ef4:	81 e8 00 00 	restore                                        
                                                                      

02004354 <siproc>: /* * Process input character, with semaphore. */ static int siproc (unsigned char c, struct rtems_termios_tty *tty) {
 2004354:	9d e3 bf a0 	save  %sp, -96, %sp                            <== NOT EXECUTED
	int i;                                                               
                                                                      
	/*                                                                   
	 * Obtain output semaphore if character will be echoed               
	 */                                                                  
	if (tty->termios.c_lflag & (ECHO|ECHOE|ECHOK|ECHONL|ECHOPRT|ECHOCTL|ECHOKE)) {
 2004358:	c2 06 60 3c 	ld  [ %i1 + 0x3c ], %g1                        <== NOT EXECUTED
 200435c:	80 88 6e 78 	btst  0xe78, %g1                               <== NOT EXECUTED
 2004360:	32 80 00 05 	bne,a   2004374 <siproc+0x20>                  <== NOT EXECUTED
 2004364:	d0 06 60 18 	ld  [ %i1 + 0x18 ], %o0                        <== NOT EXECUTED
		rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);   
		i = iproc (c, tty);                                                 
		rtems_semaphore_release (tty->osem);                                
	}                                                                    
	else {                                                               
		i = iproc (c, tty);                                                 
 2004368:	b0 0e 20 ff 	and  %i0, 0xff, %i0                            <== NOT EXECUTED
 200436c:	7f ff ff 7a 	call  2004154 <iproc>                          <== NOT EXECUTED
 2004370:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      
	/*                                                                   
	 * Obtain output semaphore if character will be echoed               
	 */                                                                  
	if (tty->termios.c_lflag & (ECHO|ECHOE|ECHOK|ECHONL|ECHOPRT|ECHOCTL|ECHOKE)) {
		rtems_semaphore_obtain (tty->osem, RTEMS_WAIT, RTEMS_NO_TIMEOUT);   
 2004374:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 2004378:	40 00 07 23 	call  2006004 <rtems_semaphore_obtain>         <== NOT EXECUTED
 200437c:	92 10 20 00 	clr  %o1                                       <== NOT EXECUTED
		i = iproc (c, tty);                                                 
 2004380:	90 0e 20 ff 	and  %i0, 0xff, %o0                            <== NOT EXECUTED
 2004384:	7f ff ff 74 	call  2004154 <iproc>                          <== NOT EXECUTED
 2004388:	92 10 00 19 	mov  %i1, %o1                                  <== NOT EXECUTED
 200438c:	b0 10 00 08 	mov  %o0, %i0                                  <== NOT EXECUTED
		rtems_semaphore_release (tty->osem);                                
 2004390:	40 00 07 64 	call  2006120 <rtems_semaphore_release>        <== NOT EXECUTED
 2004394:	d0 06 60 18 	ld  [ %i1 + 0x18 ], %o0                        <== NOT EXECUTED
	}                                                                    
	else {                                                               
		i = iproc (c, tty);                                                 
	}                                                                    
	return i;                                                            
}                                                                     
 2004398:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200439c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

02005464 <stat>: int _STAT_NAME( const char *path, struct stat *buf ) {
 2005464:	9d e3 bf 88 	save  %sp, -120, %sp                           
                                                                      
  /*                                                                  
   *  Check to see if we were passed a valid pointer.                 
   */                                                                 
                                                                      
  if ( !buf )                                                         
 2005468:	80 a6 60 00 	cmp  %i1, 0                                    
 200546c:	02 80 00 34 	be  200553c <stat+0xd8>                        
 2005470:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EFAULT );                   
                                                                      
  status = rtems_filesystem_evaluate_path( path, strlen( path ),      
 2005474:	40 00 3c d6 	call  20147cc <strlen>                         
 2005478:	90 10 00 18 	mov  %i0, %o0                                  
 200547c:	a0 07 bf ec 	add  %fp, -20, %l0                             
 2005480:	92 10 00 08 	mov  %o0, %o1                                  
 2005484:	94 10 20 00 	clr  %o2                                       
 2005488:	90 10 00 18 	mov  %i0, %o0                                  
 200548c:	96 10 00 10 	mov  %l0, %o3                                  
 2005490:	98 10 20 01 	mov  1, %o4                                    
 2005494:	7f ff f8 e4 	call  2003824 <rtems_filesystem_evaluate_path> 
 2005498:	b0 10 3f ff 	mov  -1, %i0                                   
                                           0, &loc, _STAT_FOLLOW_LINKS );
  if ( status != 0 )                                                  
 200549c:	80 a2 20 00 	cmp  %o0, 0                                    
 20054a0:	12 80 00 25 	bne  2005534 <stat+0xd0>                       
 20054a4:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
    return -1;                                                        
                                                                      
  if ( !loc.handlers->fstat_h ){                                      
 20054a8:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 20054ac:	80 a0 a0 00 	cmp  %g2, 0                                    
 20054b0:	02 80 00 29 	be  2005554 <stat+0xf0>                        <== NEVER TAKEN
 20054b4:	92 10 00 19 	mov  %i1, %o1                                  
  /*                                                                  
   *  Zero out the stat structure so the various support              
   *  versions of stat don't have to.                                 
   */                                                                 
                                                                      
  memset( buf, 0, sizeof(struct stat) );                              
 20054b8:	c0 26 40 00 	clr  [ %i1 ]                                   
 20054bc:	c0 26 60 04 	clr  [ %i1 + 4 ]                               
 20054c0:	c0 26 60 08 	clr  [ %i1 + 8 ]                               
 20054c4:	c0 26 60 0c 	clr  [ %i1 + 0xc ]                             
 20054c8:	c0 26 60 10 	clr  [ %i1 + 0x10 ]                            
 20054cc:	c0 26 60 14 	clr  [ %i1 + 0x14 ]                            
 20054d0:	c0 26 60 18 	clr  [ %i1 + 0x18 ]                            
 20054d4:	c0 26 60 1c 	clr  [ %i1 + 0x1c ]                            
 20054d8:	c0 26 60 20 	clr  [ %i1 + 0x20 ]                            
 20054dc:	c0 26 60 24 	clr  [ %i1 + 0x24 ]                            
 20054e0:	c0 26 60 28 	clr  [ %i1 + 0x28 ]                            
 20054e4:	c0 26 60 2c 	clr  [ %i1 + 0x2c ]                            
 20054e8:	c0 26 60 30 	clr  [ %i1 + 0x30 ]                            
 20054ec:	c0 26 60 34 	clr  [ %i1 + 0x34 ]                            
 20054f0:	c0 26 60 38 	clr  [ %i1 + 0x38 ]                            
 20054f4:	c0 26 60 3c 	clr  [ %i1 + 0x3c ]                            
 20054f8:	c0 26 60 40 	clr  [ %i1 + 0x40 ]                            
 20054fc:	c0 26 60 44 	clr  [ %i1 + 0x44 ]                            
                                                                      
  status =  (*loc.handlers->fstat_h)( &loc, buf );                    
 2005500:	c2 00 60 18 	ld  [ %g1 + 0x18 ], %g1                        
 2005504:	9f c0 40 00 	call  %g1                                      
 2005508:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 200550c:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 2005510:	80 a0 60 00 	cmp  %g1, 0                                    
 2005514:	02 80 00 08 	be  2005534 <stat+0xd0>                        <== NEVER TAKEN
 2005518:	b0 10 00 08 	mov  %o0, %i0                                  
 200551c:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2005520:	80 a0 60 00 	cmp  %g1, 0                                    
 2005524:	02 80 00 1a 	be  200558c <stat+0x128>                       <== NEVER TAKEN
 2005528:	01 00 00 00 	nop                                            
 200552c:	9f c0 40 00 	call  %g1                                      
 2005530:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return status;                                                      
}                                                                     
 2005534:	81 c7 e0 08 	ret                                            
 2005538:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  Check to see if we were passed a valid pointer.                 
   */                                                                 
                                                                      
  if ( !buf )                                                         
    rtems_set_errno_and_return_minus_one( EFAULT );                   
 200553c:	40 00 35 bc 	call  2012c2c <__errno>                        
 2005540:	b0 10 3f ff 	mov  -1, %i0                                   
 2005544:	82 10 20 0e 	mov  0xe, %g1                                  
 2005548:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200554c:	81 c7 e0 08 	ret                                            
 2005550:	81 e8 00 00 	restore                                        
                                           0, &loc, _STAT_FOLLOW_LINKS );
  if ( status != 0 )                                                  
    return -1;                                                        
                                                                      
  if ( !loc.handlers->fstat_h ){                                      
    rtems_filesystem_freenode( &loc );                                
 2005554:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
 2005558:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200555c:	02 80 00 08 	be  200557c <stat+0x118>                       <== NOT EXECUTED
 2005560:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2005564:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 2005568:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200556c:	02 80 00 04 	be  200557c <stat+0x118>                       <== NOT EXECUTED
 2005570:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2005574:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2005578:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 200557c:	40 00 35 ac 	call  2012c2c <__errno>                        <== NOT EXECUTED
 2005580:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2005584:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2005588:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200558c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2005590:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200d87c <symlink>: int symlink( const char *actualpath, const char *sympath ) {
 200d87c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_filesystem_location_info_t    loc;                            
  int                                 i;                              
  const char                         *name_start;                     
  int                                 result;                         
                                                                      
  rtems_filesystem_get_start_loc( sympath, &i, &loc );                
 200d880:	c2 4e 40 00 	ldsb  [ %i1 ], %g1                             
 200d884:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 200d888:	02 80 00 05 	be  200d89c <symlink+0x20>                     <== NEVER TAKEN
 200d88c:	a2 10 00 18 	mov  %i0, %l1                                  
 200d890:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 200d894:	12 80 00 2f 	bne  200d950 <symlink+0xd4>                    
 200d898:	80 a0 60 00 	cmp  %g1, 0                                    
 200d89c:	03 00 80 96 	sethi  %hi(0x2025800), %g1                     
 200d8a0:	c2 00 61 f8 	ld  [ %g1 + 0x1f8 ], %g1	! 20259f8 <rtems_current_user_env>
 200d8a4:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 200d8a8:	c4 27 bf e8 	st  %g2, [ %fp + -24 ]                         
 200d8ac:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 200d8b0:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 200d8b4:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
 200d8b8:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 200d8bc:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
 200d8c0:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 200d8c4:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 200d8c8:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
                                                                      
  if ( !loc.ops->evalformake_h ) {                                    
 200d8cc:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 200d8d0:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 200d8d4:	80 a0 60 00 	cmp  %g1, 0                                    
 200d8d8:	02 80 00 30 	be  200d998 <symlink+0x11c>                    <== NEVER TAKEN
 200d8dc:	90 10 20 01 	mov  1, %o0                                    
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*loc.ops->evalformake_h)( &sympath[i], &loc, &name_start );
 200d8e0:	90 06 40 08 	add  %i1, %o0, %o0                             
 200d8e4:	a0 07 bf e8 	add  %fp, -24, %l0                             
 200d8e8:	94 07 bf fc 	add  %fp, -4, %o2                              
 200d8ec:	92 10 00 10 	mov  %l0, %o1                                  
 200d8f0:	9f c0 40 00 	call  %g1                                      
 200d8f4:	b0 10 3f ff 	mov  -1, %i0                                   
  if ( result != 0 )                                                  
 200d8f8:	80 a2 20 00 	cmp  %o0, 0                                    
 200d8fc:	12 80 00 13 	bne  200d948 <symlink+0xcc>                    
 200d900:	c4 07 bf f4 	ld  [ %fp + -12 ], %g2                         
    return -1;                                                        
                                                                      
  if ( !loc.ops->symlink_h ) {                                        
 200d904:	c2 00 a0 38 	ld  [ %g2 + 0x38 ], %g1                        
 200d908:	80 a0 60 00 	cmp  %g1, 0                                    
 200d90c:	02 80 00 29 	be  200d9b0 <symlink+0x134>                    <== NEVER TAKEN
 200d910:	d4 07 bf fc 	ld  [ %fp + -4 ], %o2                          
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*loc.ops->symlink_h)( &loc, actualpath, name_start);      
 200d914:	92 10 00 11 	mov  %l1, %o1                                  
 200d918:	9f c0 40 00 	call  %g1                                      
 200d91c:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 200d920:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 200d924:	80 a0 60 00 	cmp  %g1, 0                                    
 200d928:	02 80 00 08 	be  200d948 <symlink+0xcc>                     <== NEVER TAKEN
 200d92c:	b0 10 00 08 	mov  %o0, %i0                                  
 200d930:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200d934:	80 a0 60 00 	cmp  %g1, 0                                    
 200d938:	02 80 00 1c 	be  200d9a8 <symlink+0x12c>                    <== NEVER TAKEN
 200d93c:	01 00 00 00 	nop                                            
 200d940:	9f c0 40 00 	call  %g1                                      
 200d944:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 200d948:	81 c7 e0 08 	ret                                            
 200d94c:	81 e8 00 00 	restore                                        
  rtems_filesystem_location_info_t    loc;                            
  int                                 i;                              
  const char                         *name_start;                     
  int                                 result;                         
                                                                      
  rtems_filesystem_get_start_loc( sympath, &i, &loc );                
 200d950:	02 bf ff d4 	be  200d8a0 <symlink+0x24>                     <== NEVER TAKEN
 200d954:	03 00 80 96 	sethi  %hi(0x2025800), %g1                     
 200d958:	c2 00 61 f8 	ld  [ %g1 + 0x1f8 ], %g1	! 20259f8 <rtems_current_user_env>
 200d95c:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 200d960:	c4 27 bf e8 	st  %g2, [ %fp + -24 ]                         
 200d964:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 200d968:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 200d96c:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 200d970:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 200d974:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 200d978:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 200d97c:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 200d980:	c2 27 bf f8 	st  %g1, [ %fp + -8 ]                          
                                                                      
  if ( !loc.ops->evalformake_h ) {                                    
 200d984:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
 200d988:	c2 00 60 04 	ld  [ %g1 + 4 ], %g1                           
 200d98c:	80 a0 60 00 	cmp  %g1, 0                                    
 200d990:	12 bf ff d4 	bne  200d8e0 <symlink+0x64>                    <== ALWAYS TAKEN
 200d994:	90 10 20 00 	clr  %o0                                       
  if ( result != 0 )                                                  
    return -1;                                                        
                                                                      
  if ( !loc.ops->symlink_h ) {                                        
    rtems_filesystem_freenode( &loc );                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 200d998:	40 00 12 4a 	call  20122c0 <__errno>                        <== NOT EXECUTED
 200d99c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200d9a0:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200d9a4:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200d9a8:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200d9ac:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  result = (*loc.ops->evalformake_h)( &sympath[i], &loc, &name_start );
  if ( result != 0 )                                                  
    return -1;                                                        
                                                                      
  if ( !loc.ops->symlink_h ) {                                        
    rtems_filesystem_freenode( &loc );                                
 200d9b0:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 200d9b4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200d9b8:	02 bf ff f8 	be  200d998 <symlink+0x11c>                    <== NOT EXECUTED
 200d9bc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200d9c0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200d9c4:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
 200d9c8:	30 bf ff f4 	b,a   200d998 <symlink+0x11c>                  <== NOT EXECUTED
                                                                      

020055ac <sync_per_thread>: fdatasync(fn); } /* iterate over all FILE *'s for this thread */ static void sync_per_thread(Thread_Control *t) {
 20055ac:	9d e3 bf a0 	save  %sp, -96, %sp                            
                                                                      
   /*                                                                 
    *  The sync_wrapper() function will operate on the current thread's
    *  reent structure so we will temporarily use that.               
    */                                                                
   this_reent = t->libc_reent;                                        
 20055b0:	c2 06 21 64 	ld  [ %i0 + 0x164 ], %g1                       
   if ( this_reent ) {                                                
 20055b4:	80 a0 60 00 	cmp  %g1, 0                                    
 20055b8:	02 80 00 0b 	be  20055e4 <sync_per_thread+0x38>             <== NEVER TAKEN
 20055bc:	21 00 80 84 	sethi  %hi(0x2021000), %l0                     
     current_reent = _Thread_Executing->libc_reent;                   
 20055c0:	c4 04 21 00 	ld  [ %l0 + 0x100 ], %g2	! 2021100 <_Thread_Executing>
     _Thread_Executing->libc_reent = this_reent;                      
     _fwalk (t->libc_reent, sync_wrapper);                            
 20055c4:	13 00 80 15 	sethi  %hi(0x2005400), %o1                     
    *  The sync_wrapper() function will operate on the current thread's
    *  reent structure so we will temporarily use that.               
    */                                                                
   this_reent = t->libc_reent;                                        
   if ( this_reent ) {                                                
     current_reent = _Thread_Executing->libc_reent;                   
 20055c8:	e2 00 a1 64 	ld  [ %g2 + 0x164 ], %l1                       
     _Thread_Executing->libc_reent = this_reent;                      
 20055cc:	c2 20 a1 64 	st  %g1, [ %g2 + 0x164 ]                       
     _fwalk (t->libc_reent, sync_wrapper);                            
 20055d0:	d0 06 21 64 	ld  [ %i0 + 0x164 ], %o0                       
 20055d4:	40 00 39 87 	call  2013bf0 <_fwalk>                         
 20055d8:	92 12 62 14 	or  %o1, 0x214, %o1                            
     _Thread_Executing->libc_reent = current_reent;                   
 20055dc:	c2 04 21 00 	ld  [ %l0 + 0x100 ], %g1                       
 20055e0:	e2 20 61 64 	st  %l1, [ %g1 + 0x164 ]                       
 20055e4:	81 c7 e0 08 	ret                                            
 20055e8:	81 e8 00 00 	restore                                        
                                                                      

02005b6c <sysconf>: */ long sysconf( int name ) {
 2005b6c:	9d e3 bf a0 	save  %sp, -96, %sp                            
  if ( name == _SC_CLK_TCK )                                          
 2005b70:	80 a6 20 02 	cmp  %i0, 2                                    
 2005b74:	02 80 00 0f 	be  2005bb0 <sysconf+0x44>                     
 2005b78:	82 10 00 18 	mov  %i0, %g1                                  
    return (TOD_MICROSECONDS_PER_SECOND /                             
      rtems_configuration_get_microseconds_per_tick());               
                                                                      
  if ( name == _SC_OPEN_MAX )                                         
 2005b7c:	80 a6 20 04 	cmp  %i0, 4                                    
 2005b80:	02 80 00 13 	be  2005bcc <sysconf+0x60>                     
 2005b84:	80 a6 20 33 	cmp  %i0, 0x33                                 
    return rtems_libio_number_iops;                                   
                                                                      
  if ( name == _SC_GETPW_R_SIZE_MAX )                                 
 2005b88:	02 80 00 08 	be  2005ba8 <sysconf+0x3c>                     
 2005b8c:	b0 10 24 00 	mov  0x400, %i0                                
    return 1024;                                                      
                                                                      
  if ( name == _SC_PAGESIZE )                                         
 2005b90:	80 a0 60 08 	cmp  %g1, 8                                    
 2005b94:	02 80 00 05 	be  2005ba8 <sysconf+0x3c>                     
 2005b98:	b0 06 2c 00 	add  %i0, 0xc00, %i0                           
    return PAGE_SIZE;                                                 
                                                                      
#if defined(__sparc__)                                                
  if ( name == 515 ) /* Solaris _SC_STACK_PROT */                     
 2005b9c:	80 a0 62 03 	cmp  %g1, 0x203                                
 2005ba0:	12 80 00 0f 	bne  2005bdc <sysconf+0x70>                    <== ALWAYS TAKEN
 2005ba4:	b0 10 20 00 	clr  %i0                                       
   return 0;                                                          
#endif                                                                
                                                                      
  rtems_set_errno_and_return_minus_one( EINVAL );                     
}                                                                     
 2005ba8:	81 c7 e0 08 	ret                                            
 2005bac:	81 e8 00 00 	restore                                        
long sysconf(                                                         
  int name                                                            
)                                                                     
{                                                                     
  if ( name == _SC_CLK_TCK )                                          
    return (TOD_MICROSECONDS_PER_SECOND /                             
 2005bb0:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2005bb4:	d2 00 62 08 	ld  [ %g1 + 0x208 ], %o1	! 201d608 <Configuration+0xc>
 2005bb8:	11 00 03 d0 	sethi  %hi(0xf4000), %o0                       
 2005bbc:	40 00 50 a5 	call  2019e50 <.udiv>                          
 2005bc0:	90 12 22 40 	or  %o0, 0x240, %o0	! f4240 <PROM_START+0xf4240>
 2005bc4:	81 c7 e0 08 	ret                                            
 2005bc8:	91 e8 00 08 	restore  %g0, %o0, %o0                         
      rtems_configuration_get_microseconds_per_tick());               
                                                                      
  if ( name == _SC_OPEN_MAX )                                         
    return rtems_libio_number_iops;                                   
 2005bcc:	03 00 80 75 	sethi  %hi(0x201d400), %g1                     
 2005bd0:	f0 00 61 24 	ld  [ %g1 + 0x124 ], %i0	! 201d524 <rtems_libio_number_iops>
 2005bd4:	81 c7 e0 08 	ret                                            
 2005bd8:	81 e8 00 00 	restore                                        
#if defined(__sparc__)                                                
  if ( name == 515 ) /* Solaris _SC_STACK_PROT */                     
   return 0;                                                          
#endif                                                                
                                                                      
  rtems_set_errno_and_return_minus_one( EINVAL );                     
 2005bdc:	40 00 2a 19 	call  2010440 <__errno>                        
 2005be0:	b0 10 3f ff 	mov  -1, %i0                                   
 2005be4:	82 10 20 16 	mov  0x16, %g1                                 
 2005be8:	c2 22 00 00 	st  %g1, [ %o0 ]                               
}                                                                     
 2005bec:	81 c7 e0 08 	ret                                            
 2005bf0:	81 e8 00 00 	restore                                        
                                                                      

02004ae8 <tcsetattr>: int tcsetattr( int fd, int opt, struct termios *tp ) {
 2004ae8:	9d e3 bf a0 	save  %sp, -96, %sp                            
  switch (opt) {                                                      
 2004aec:	80 a6 60 00 	cmp  %i1, 0                                    
 2004af0:	02 80 00 10 	be  2004b30 <tcsetattr+0x48>                   <== ALWAYS TAKEN
 2004af4:	80 a6 60 01 	cmp  %i1, 1                                    
 2004af8:	02 80 00 08 	be  2004b18 <tcsetattr+0x30>                   <== NOT EXECUTED
 2004afc:	90 10 00 18 	mov  %i0, %o0                                  <== NOT EXECUTED
  default:                                                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2004b00:	40 00 32 77 	call  20114dc <__errno>                        <== NOT EXECUTED
 2004b04:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2004b08:	82 10 20 86 	mov  0x86, %g1	! 86 <PROM_START+0x86>          <== NOT EXECUTED
 2004b0c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
     * Fall through to....                                            
     */                                                               
  case TCSANOW:                                                       
    return ioctl( fd, RTEMS_IO_SET_ATTRIBUTES, tp );                  
  }                                                                   
}                                                                     
 2004b10:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2004b14:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
  switch (opt) {                                                      
  default:                                                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  case TCSADRAIN:                                                     
    if (ioctl( fd, RTEMS_IO_TCDRAIN, NULL ) < 0)                      
 2004b18:	92 10 20 03 	mov  3, %o1                                    <== NOT EXECUTED
 2004b1c:	40 00 21 d5 	call  200d270 <ioctl>                          <== NOT EXECUTED
 2004b20:	94 10 20 00 	clr  %o2                                       <== NOT EXECUTED
 2004b24:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 2004b28:	06 bf ff fa 	bl  2004b10 <tcsetattr+0x28>                   <== NOT EXECUTED
 2004b2c:	01 00 00 00 	nop                                            <== NOT EXECUTED
    	return -1;                                                       
    /*                                                                
     * Fall through to....                                            
     */                                                               
  case TCSANOW:                                                       
    return ioctl( fd, RTEMS_IO_SET_ATTRIBUTES, tp );                  
 2004b30:	40 00 21 d0 	call  200d270 <ioctl>                          
 2004b34:	93 e8 20 02 	restore  %g0, 2, %o1                           
                                                                      

02005edc <timer_create>: int timer_create( clockid_t clock_id, struct sigevent *evp, timer_t *timerid ) {
 2005edc:	9d e3 bf a0 	save  %sp, -96, %sp                            
  POSIX_Timer_Control *ptimer;                                        
                                                                      
  if ( clock_id != CLOCK_REALTIME )                                   
 2005ee0:	80 a6 20 01 	cmp  %i0, 1                                    
 2005ee4:	12 80 00 3d 	bne  2005fd8 <timer_create+0xfc>               
 2005ee8:	80 a6 a0 00 	cmp  %i2, 0                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !timerid )                                                     
 2005eec:	02 80 00 3b 	be  2005fd8 <timer_create+0xfc>                
 2005ef0:	80 a6 60 00 	cmp  %i1, 0                                    
 /*                                                                   
  *  The data of the structure evp are checked in order to verify if they
  *  are coherent.                                                    
  */                                                                  
                                                                      
  if (evp != NULL) {                                                  
 2005ef4:	02 80 00 0e 	be  2005f2c <timer_create+0x50>                
 2005ef8:	03 00 80 85 	sethi  %hi(0x2021400), %g1                     
    /* The structure has data */                                      
    if ( ( evp->sigev_notify != SIGEV_NONE ) &&                       
 2005efc:	c2 06 40 00 	ld  [ %i1 ], %g1                               
 2005f00:	82 00 7f ff 	add  %g1, -1, %g1                              
 2005f04:	80 a0 60 01 	cmp  %g1, 1                                    
 2005f08:	18 80 00 34 	bgu  2005fd8 <timer_create+0xfc>               <== NEVER TAKEN
 2005f0c:	01 00 00 00 	nop                                            
         ( evp->sigev_notify != SIGEV_SIGNAL ) ) {                    
       /* The value of the field sigev_notify is not valid */         
       rtems_set_errno_and_return_minus_one( EINVAL );                
     }                                                                
                                                                      
     if ( !evp->sigev_signo )                                         
 2005f10:	c2 06 60 04 	ld  [ %i1 + 4 ], %g1                           
 2005f14:	80 a0 60 00 	cmp  %g1, 0                                    
 2005f18:	02 80 00 30 	be  2005fd8 <timer_create+0xfc>                <== NEVER TAKEN
 2005f1c:	82 00 7f ff 	add  %g1, -1, %g1                              
       rtems_set_errno_and_return_minus_one( EINVAL );                
                                                                      
     if ( !is_valid_signo(evp->sigev_signo) )                         
 2005f20:	80 a0 60 1f 	cmp  %g1, 0x1f                                 
 2005f24:	18 80 00 2d 	bgu  2005fd8 <timer_create+0xfc>               <== NEVER TAKEN
 2005f28:	03 00 80 85 	sethi  %hi(0x2021400), %g1                     
	rtems_fatal_error_occurred( 99 );                                    
      }                                                               
    }                                                                 
  #endif                                                              
                                                                      
  _Thread_Dispatch_disable_level += 1;                                
 2005f2c:	c4 00 60 70 	ld  [ %g1 + 0x70 ], %g2	! 2021470 <_Thread_Dispatch_disable_level>
 2005f30:	84 00 a0 01 	inc  %g2                                       
 2005f34:	c4 20 60 70 	st  %g2, [ %g1 + 0x70 ]                        
 *  the inactive chain of free timer control blocks.                  
 */                                                                   
                                                                      
RTEMS_INLINE_ROUTINE POSIX_Timer_Control *_POSIX_Timer_Allocate( void )
{                                                                     
  return (POSIX_Timer_Control *) _Objects_Allocate( &_POSIX_Timer_Information );
 2005f38:	21 00 80 85 	sethi  %hi(0x2021400), %l0                     
 2005f3c:	40 00 08 28 	call  2007fdc <_Objects_Allocate>              
 2005f40:	90 14 23 c0 	or  %l0, 0x3c0, %o0	! 20217c0 <_POSIX_Timer_Information>
                                                                      
  /*                                                                  
   *  Allocate a timer                                                
   */                                                                 
  ptimer = _POSIX_Timer_Allocate();                                   
  if ( !ptimer ) {                                                    
 2005f44:	80 a2 20 00 	cmp  %o0, 0                                    
 2005f48:	02 80 00 2a 	be  2005ff0 <timer_create+0x114>               
 2005f4c:	82 10 20 02 	mov  2, %g1                                    
    rtems_set_errno_and_return_minus_one( EAGAIN );                   
  }                                                                   
                                                                      
  /* The data of the created timer are stored to use them later */    
                                                                      
  ptimer->state     = POSIX_TIMER_STATE_CREATE_NEW;                   
 2005f50:	c2 2a 20 3c 	stb  %g1, [ %o0 + 0x3c ]                       
  ptimer->thread_id = _Thread_Executing->Object.id;                   
 2005f54:	03 00 80 85 	sethi  %hi(0x2021400), %g1                     
 2005f58:	c2 00 61 30 	ld  [ %g1 + 0x130 ], %g1	! 2021530 <_Thread_Executing>
                                                                      
  if ( evp != NULL ) {                                                
 2005f5c:	80 a6 60 00 	cmp  %i1, 0                                    
  }                                                                   
                                                                      
  /* The data of the created timer are stored to use them later */    
                                                                      
  ptimer->state     = POSIX_TIMER_STATE_CREATE_NEW;                   
  ptimer->thread_id = _Thread_Executing->Object.id;                   
 2005f60:	c2 00 60 08 	ld  [ %g1 + 8 ], %g1                           
                                                                      
  if ( evp != NULL ) {                                                
 2005f64:	02 80 00 08 	be  2005f84 <timer_create+0xa8>                
 2005f68:	c2 22 20 38 	st  %g1, [ %o0 + 0x38 ]                        
    ptimer->inf.sigev_notify = evp->sigev_notify;                     
    ptimer->inf.sigev_signo  = evp->sigev_signo;                      
    ptimer->inf.sigev_value  = evp->sigev_value;                      
 2005f6c:	c2 06 60 08 	ld  [ %i1 + 8 ], %g1                           
                                                                      
  ptimer->state     = POSIX_TIMER_STATE_CREATE_NEW;                   
  ptimer->thread_id = _Thread_Executing->Object.id;                   
                                                                      
  if ( evp != NULL ) {                                                
    ptimer->inf.sigev_notify = evp->sigev_notify;                     
 2005f70:	c6 06 40 00 	ld  [ %i1 ], %g3                               
    ptimer->inf.sigev_signo  = evp->sigev_signo;                      
 2005f74:	c4 06 60 04 	ld  [ %i1 + 4 ], %g2                           
                                                                      
  ptimer->state     = POSIX_TIMER_STATE_CREATE_NEW;                   
  ptimer->thread_id = _Thread_Executing->Object.id;                   
                                                                      
  if ( evp != NULL ) {                                                
    ptimer->inf.sigev_notify = evp->sigev_notify;                     
 2005f78:	c6 22 20 40 	st  %g3, [ %o0 + 0x40 ]                        
    ptimer->inf.sigev_signo  = evp->sigev_signo;                      
 2005f7c:	c4 22 20 44 	st  %g2, [ %o0 + 0x44 ]                        
    ptimer->inf.sigev_value  = evp->sigev_value;                      
 2005f80:	c2 22 20 48 	st  %g1, [ %o0 + 0x48 ]                        
  #if defined(RTEMS_DEBUG)                                            
    if ( index > information->maximum )                               
      return;                                                         
  #endif                                                              
                                                                      
  information->local_table[ index ] = the_object;                     
 2005f84:	c4 12 20 0a 	lduh  [ %o0 + 0xa ], %g2                       
 2005f88:	a0 14 23 c0 	or  %l0, 0x3c0, %l0                            
 2005f8c:	c6 04 20 1c 	ld  [ %l0 + 0x1c ], %g3                        
 2005f90:	c2 02 20 08 	ld  [ %o0 + 8 ], %g1                           
 2005f94:	85 28 a0 02 	sll  %g2, 2, %g2                               
 2005f98:	d0 20 c0 02 	st  %o0, [ %g3 + %g2 ]                         
    _Objects_Get_index( the_object->id ),                             
    the_object                                                        
  );                                                                  
                                                                      
  /* ASSERT: information->is_string == false */                       
  the_object->name.name_u32 = name;                                   
 2005f9c:	c0 22 20 0c 	clr  [ %o0 + 0xc ]                             
  }                                                                   
                                                                      
  ptimer->overrun  = 0;                                               
 2005fa0:	c0 22 20 68 	clr  [ %o0 + 0x68 ]                            
  ptimer->timer_data.it_value.tv_sec     = 0;                         
 2005fa4:	c0 22 20 5c 	clr  [ %o0 + 0x5c ]                            
  ptimer->timer_data.it_value.tv_nsec    = 0;                         
 2005fa8:	c0 22 20 60 	clr  [ %o0 + 0x60 ]                            
  ptimer->timer_data.it_interval.tv_sec  = 0;                         
 2005fac:	c0 22 20 54 	clr  [ %o0 + 0x54 ]                            
  ptimer->timer_data.it_interval.tv_nsec = 0;                         
 2005fb0:	c0 22 20 58 	clr  [ %o0 + 0x58 ]                            
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
  the_watchdog->id        = id;                                       
 2005fb4:	c0 22 20 30 	clr  [ %o0 + 0x30 ]                            
                                                                      
  _Watchdog_Initialize( &ptimer->Timer, NULL, 0, NULL );              
  _Objects_Open_u32(&_POSIX_Timer_Information, &ptimer->Object, 0);   
                                                                      
  *timerid  = ptimer->Object.id;                                      
 2005fb8:	c2 26 80 00 	st  %g1, [ %i2 ]                               
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 2005fbc:	c0 22 20 18 	clr  [ %o0 + 0x18 ]                            
  the_watchdog->routine   = routine;                                  
 2005fc0:	c0 22 20 2c 	clr  [ %o0 + 0x2c ]                            
  the_watchdog->id        = id;                                       
  the_watchdog->user_data = user_data;                                
 2005fc4:	c0 22 20 34 	clr  [ %o0 + 0x34 ]                            
  _Thread_Enable_dispatch();                                          
 2005fc8:	40 00 0b be 	call  2008ec0 <_Thread_Enable_dispatch>        
 2005fcc:	b0 10 20 00 	clr  %i0                                       
  return 0;                                                           
}                                                                     
 2005fd0:	81 c7 e0 08 	ret                                            
 2005fd4:	81 e8 00 00 	restore                                        
                                                                      
     if ( !evp->sigev_signo )                                         
       rtems_set_errno_and_return_minus_one( EINVAL );                
                                                                      
     if ( !is_valid_signo(evp->sigev_signo) )                         
       rtems_set_errno_and_return_minus_one( EINVAL );                
 2005fd8:	40 00 2a 7d 	call  20109cc <__errno>                        
 2005fdc:	b0 10 3f ff 	mov  -1, %i0                                   
 2005fe0:	82 10 20 16 	mov  0x16, %g1                                 
 2005fe4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2005fe8:	81 c7 e0 08 	ret                                            
 2005fec:	81 e8 00 00 	restore                                        
  /*                                                                  
   *  Allocate a timer                                                
   */                                                                 
  ptimer = _POSIX_Timer_Allocate();                                   
  if ( !ptimer ) {                                                    
    _Thread_Enable_dispatch();                                        
 2005ff0:	40 00 0b b4 	call  2008ec0 <_Thread_Enable_dispatch>        
 2005ff4:	b0 10 3f ff 	mov  -1, %i0                                   
    rtems_set_errno_and_return_minus_one( EAGAIN );                   
 2005ff8:	40 00 2a 75 	call  20109cc <__errno>                        
 2005ffc:	01 00 00 00 	nop                                            
 2006000:	82 10 20 0b 	mov  0xb, %g1	! b <PROM_START+0xb>             
 2006004:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2006008:	81 c7 e0 08 	ret                                            
 200600c:	81 e8 00 00 	restore                                        
                                                                      

02006010 <timer_settime>: timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue ) {
 2006010:	9d e3 bf 80 	save  %sp, -128, %sp                           
  Objects_Locations    location;                                      
  bool                 activated;                                     
  uint32_t             initial_period;                                
  struct itimerspec    normalize;                                     
                                                                      
  if ( !value )                                                       
 2006014:	80 a6 a0 00 	cmp  %i2, 0                                    
 2006018:	02 80 00 89 	be  200623c <timer_settime+0x22c>              <== NEVER TAKEN
 200601c:	03 0e e6 b2 	sethi  %hi(0x3b9ac800), %g1                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  /* First, it verifies if the structure "value" is correct */        
  if ( ( value->it_value.tv_nsec >= TOD_NANOSECONDS_PER_SECOND ) ||   
 2006020:	c4 06 a0 0c 	ld  [ %i2 + 0xc ], %g2                         
 2006024:	82 10 61 ff 	or  %g1, 0x1ff, %g1                            
 2006028:	80 a0 80 01 	cmp  %g2, %g1                                  
 200602c:	18 80 00 84 	bgu  200623c <timer_settime+0x22c>             
 2006030:	01 00 00 00 	nop                                            
       ( value->it_value.tv_nsec < 0 ) ||                             
       ( value->it_interval.tv_nsec >= TOD_NANOSECONDS_PER_SECOND) || 
 2006034:	c4 06 a0 04 	ld  [ %i2 + 4 ], %g2                           
 2006038:	80 a0 80 01 	cmp  %g2, %g1                                  
 200603c:	18 80 00 80 	bgu  200623c <timer_settime+0x22c>             <== NEVER TAKEN
 2006040:	80 a6 60 00 	cmp  %i1, 0                                    
       ( value->it_interval.tv_nsec < 0 )) {                          
    /* The number of nanoseconds is not correct */                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
  }                                                                   
                                                                      
  if ( flags != TIMER_ABSTIME && flags != POSIX_TIMER_RELATIVE ) {    
 2006044:	12 80 00 7c 	bne  2006234 <timer_settime+0x224>             
 2006048:	80 a6 60 04 	cmp  %i1, 4                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
  }                                                                   
                                                                      
  normalize = *value;                                                 
 200604c:	c8 06 80 00 	ld  [ %i2 ], %g4                               
 2006050:	c6 06 a0 04 	ld  [ %i2 + 4 ], %g3                           
 2006054:	c4 06 a0 08 	ld  [ %i2 + 8 ], %g2                           
 2006058:	c2 06 a0 0c 	ld  [ %i2 + 0xc ], %g1                         
 200605c:	c8 27 bf e4 	st  %g4, [ %fp + -28 ]                         
 2006060:	c6 27 bf e8 	st  %g3, [ %fp + -24 ]                         
 2006064:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
                                                                      
  /* Convert absolute to relative time */                             
  if (flags == TIMER_ABSTIME) {                                       
 2006068:	80 a6 60 04 	cmp  %i1, 4                                    
 200606c:	02 80 00 3b 	be  2006158 <timer_settime+0x148>              
 2006070:	c2 27 bf f0 	st  %g1, [ %fp + -16 ]                         
RTEMS_INLINE_ROUTINE POSIX_Timer_Control *_POSIX_Timer_Get (          
  timer_t            id,                                              
  Objects_Locations *location                                         
)                                                                     
{                                                                     
  return (POSIX_Timer_Control *)                                      
 2006074:	92 10 00 18 	mov  %i0, %o1                                  
 2006078:	11 00 80 85 	sethi  %hi(0x2021400), %o0                     
 200607c:	94 07 bf fc 	add  %fp, -4, %o2                              
 2006080:	40 00 09 2b 	call  200852c <_Objects_Get>                   
 2006084:	90 12 23 c0 	or  %o0, 0x3c0, %o0                            
   * something with the structure of times of the timer: to stop, start
   * or start it again                                                
   */                                                                 
                                                                      
  ptimer = _POSIX_Timer_Get( timerid, &location );                    
  switch ( location ) {                                               
 2006088:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 200608c:	80 a0 60 00 	cmp  %g1, 0                                    
 2006090:	12 80 00 48 	bne  20061b0 <timer_settime+0x1a0>             <== NEVER TAKEN
 2006094:	a0 10 00 08 	mov  %o0, %l0                                  
                                                                      
    case OBJECTS_LOCAL:                                               
      /* First, it verifies if the timer must be stopped */           
      if ( normalize.it_value.tv_sec == 0 && normalize.it_value.tv_nsec == 0 ) {
 2006098:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 200609c:	80 a0 60 00 	cmp  %g1, 0                                    
 20060a0:	12 80 00 05 	bne  20060b4 <timer_settime+0xa4>              
 20060a4:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
 20060a8:	80 a0 60 00 	cmp  %g1, 0                                    
 20060ac:	02 80 00 47 	be  20061c8 <timer_settime+0x1b8>              
 20060b0:	01 00 00 00 	nop                                            
        _Thread_Enable_dispatch();                                    
        return 0;                                                     
       }                                                              
                                                                      
       /* Convert from seconds and nanoseconds to ticks */            
       ptimer->ticks  = _Timespec_To_ticks( &value->it_interval );    
 20060b4:	40 00 0f 85 	call  2009ec8 <_Timespec_To_ticks>             
 20060b8:	90 10 00 1a 	mov  %i2, %o0                                  
 20060bc:	d0 24 20 64 	st  %o0, [ %l0 + 0x64 ]                        
       initial_period = _Timespec_To_ticks( &normalize.it_value );    
 20060c0:	40 00 0f 82 	call  2009ec8 <_Timespec_To_ticks>             
 20060c4:	90 07 bf ec 	add  %fp, -20, %o0                             
                                                                      
                                                                      
       activated = _POSIX_Timer_Insert_helper(                        
 20060c8:	d4 04 20 08 	ld  [ %l0 + 8 ], %o2                           
        return 0;                                                     
       }                                                              
                                                                      
       /* Convert from seconds and nanoseconds to ticks */            
       ptimer->ticks  = _Timespec_To_ticks( &value->it_interval );    
       initial_period = _Timespec_To_ticks( &normalize.it_value );    
 20060cc:	92 10 00 08 	mov  %o0, %o1                                  
                                                                      
                                                                      
       activated = _POSIX_Timer_Insert_helper(                        
 20060d0:	17 00 80 18 	sethi  %hi(0x2006000), %o3                     
 20060d4:	90 04 20 10 	add  %l0, 0x10, %o0                            
 20060d8:	96 12 e2 54 	or  %o3, 0x254, %o3                            
 20060dc:	40 00 1c 3c 	call  200d1cc <_POSIX_Timer_Insert_helper>     
 20060e0:	98 10 00 10 	mov  %l0, %o4                                  
         initial_period,                                              
         ptimer->Object.id,                                           
         _POSIX_Timer_TSR,                                            
         ptimer                                                       
       );                                                             
       if ( !activated ) {                                            
 20060e4:	80 8a 20 ff 	btst  0xff, %o0                                
 20060e8:	02 80 00 18 	be  2006148 <timer_settime+0x138>              
 20060ec:	80 a6 e0 00 	cmp  %i3, 0                                    
                                                                      
       /*                                                             
        * The timer has been started and is running.  So we return the
        * old ones in "ovalue"                                        
        */                                                            
       if ( ovalue )                                                  
 20060f0:	02 80 00 0b 	be  200611c <timer_settime+0x10c>              
 20060f4:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
         *ovalue = ptimer->timer_data;                                
 20060f8:	c2 04 20 54 	ld  [ %l0 + 0x54 ], %g1                        
 20060fc:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
 2006100:	c2 04 20 58 	ld  [ %l0 + 0x58 ], %g1                        
 2006104:	c2 26 e0 04 	st  %g1, [ %i3 + 4 ]                           
 2006108:	c2 04 20 5c 	ld  [ %l0 + 0x5c ], %g1                        
 200610c:	c2 26 e0 08 	st  %g1, [ %i3 + 8 ]                           
 2006110:	c2 04 20 60 	ld  [ %l0 + 0x60 ], %g1                        
 2006114:	c2 26 e0 0c 	st  %g1, [ %i3 + 0xc ]                         
       ptimer->timer_data = normalize;                                
 2006118:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
                                                                      
       /* Indicate that the time is running */                        
       ptimer->state = POSIX_TIMER_STATE_CREATE_RUN;                  
 200611c:	84 10 20 03 	mov  3, %g2                                    
        * The timer has been started and is running.  So we return the
        * old ones in "ovalue"                                        
        */                                                            
       if ( ovalue )                                                  
         *ovalue = ptimer->timer_data;                                
       ptimer->timer_data = normalize;                                
 2006120:	c2 24 20 54 	st  %g1, [ %l0 + 0x54 ]                        
 2006124:	c2 07 bf e8 	ld  [ %fp + -24 ], %g1                         
                                                                      
       /* Indicate that the time is running */                        
       ptimer->state = POSIX_TIMER_STATE_CREATE_RUN;                  
       _TOD_Get( &ptimer->time );                                     
 2006128:	90 04 20 6c 	add  %l0, 0x6c, %o0                            
        * The timer has been started and is running.  So we return the
        * old ones in "ovalue"                                        
        */                                                            
       if ( ovalue )                                                  
         *ovalue = ptimer->timer_data;                                
       ptimer->timer_data = normalize;                                
 200612c:	c2 24 20 58 	st  %g1, [ %l0 + 0x58 ]                        
 2006130:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 2006134:	c2 24 20 5c 	st  %g1, [ %l0 + 0x5c ]                        
 2006138:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
                                                                      
       /* Indicate that the time is running */                        
       ptimer->state = POSIX_TIMER_STATE_CREATE_RUN;                  
 200613c:	c4 2c 20 3c 	stb  %g2, [ %l0 + 0x3c ]                       
       _TOD_Get( &ptimer->time );                                     
 2006140:	40 00 06 3c 	call  2007a30 <_TOD_Get>                       
 2006144:	c2 24 20 60 	st  %g1, [ %l0 + 0x60 ]                        
       _Thread_Enable_dispatch();                                     
 2006148:	40 00 0b 5e 	call  2008ec0 <_Thread_Enable_dispatch>        
 200614c:	b0 10 20 00 	clr  %i0                                       
       return 0;                                                      
 2006150:	81 c7 e0 08 	ret                                            
 2006154:	81 e8 00 00 	restore                                        
  normalize = *value;                                                 
                                                                      
  /* Convert absolute to relative time */                             
  if (flags == TIMER_ABSTIME) {                                       
    struct timespec now;                                              
    _TOD_Get( &now );                                                 
 2006158:	a0 07 bf f4 	add  %fp, -12, %l0                             
 200615c:	40 00 06 35 	call  2007a30 <_TOD_Get>                       
 2006160:	90 10 00 10 	mov  %l0, %o0                                  
    /* Check for seconds in the past */                               
    if ( _Timespec_Greater_than( &now, &normalize.it_value ) )        
 2006164:	a2 07 bf ec 	add  %fp, -20, %l1                             
 2006168:	90 10 00 10 	mov  %l0, %o0                                  
 200616c:	40 00 0f 2f 	call  2009e28 <_Timespec_Greater_than>         
 2006170:	92 10 00 11 	mov  %l1, %o1                                  
 2006174:	80 8a 20 ff 	btst  0xff, %o0                                
 2006178:	12 80 00 31 	bne  200623c <timer_settime+0x22c>             
 200617c:	90 10 00 10 	mov  %l0, %o0                                  
      rtems_set_errno_and_return_minus_one( EINVAL );                 
    _Timespec_Subtract( &now, &normalize.it_value, &normalize.it_value );
 2006180:	92 10 00 11 	mov  %l1, %o1                                  
 2006184:	40 00 0f 3b 	call  2009e70 <_Timespec_Subtract>             
 2006188:	94 10 00 11 	mov  %l1, %o2                                  
 200618c:	92 10 00 18 	mov  %i0, %o1                                  
 2006190:	11 00 80 85 	sethi  %hi(0x2021400), %o0                     
 2006194:	94 07 bf fc 	add  %fp, -4, %o2                              
 2006198:	40 00 08 e5 	call  200852c <_Objects_Get>                   
 200619c:	90 12 23 c0 	or  %o0, 0x3c0, %o0                            
   * something with the structure of times of the timer: to stop, start
   * or start it again                                                
   */                                                                 
                                                                      
  ptimer = _POSIX_Timer_Get( timerid, &location );                    
  switch ( location ) {                                               
 20061a0:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
 20061a4:	80 a0 60 00 	cmp  %g1, 0                                    
 20061a8:	02 bf ff bc 	be  2006098 <timer_settime+0x88>               
 20061ac:	a0 10 00 08 	mov  %o0, %l0                                  
#endif                                                                
    case OBJECTS_ERROR:                                               
      break;                                                          
  }                                                                   
                                                                      
  rtems_set_errno_and_return_minus_one( EINVAL );                     
 20061b0:	40 00 2a 07 	call  20109cc <__errno>                        
 20061b4:	b0 10 3f ff 	mov  -1, %i0                                   
 20061b8:	82 10 20 16 	mov  0x16, %g1                                 
 20061bc:	c2 22 00 00 	st  %g1, [ %o0 ]                               
}                                                                     
 20061c0:	81 c7 e0 08 	ret                                            
 20061c4:	81 e8 00 00 	restore                                        
                                                                      
    case OBJECTS_LOCAL:                                               
      /* First, it verifies if the timer must be stopped */           
      if ( normalize.it_value.tv_sec == 0 && normalize.it_value.tv_nsec == 0 ) {
         /* Stop the timer */                                         
         (void) _Watchdog_Remove( &ptimer->Timer );                   
 20061c8:	40 00 10 89 	call  200a3ec <_Watchdog_Remove>               
 20061cc:	90 02 20 10 	add  %o0, 0x10, %o0                            
         /* The old data of the timer are returned */                 
         if ( ovalue )                                                
 20061d0:	80 a6 e0 00 	cmp  %i3, 0                                    
 20061d4:	02 80 00 0b 	be  2006200 <timer_settime+0x1f0>              
 20061d8:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
           *ovalue = ptimer->timer_data;                              
 20061dc:	c2 04 20 54 	ld  [ %l0 + 0x54 ], %g1                        
 20061e0:	c2 26 c0 00 	st  %g1, [ %i3 ]                               
 20061e4:	c2 04 20 58 	ld  [ %l0 + 0x58 ], %g1                        
 20061e8:	c2 26 e0 04 	st  %g1, [ %i3 + 4 ]                           
 20061ec:	c2 04 20 5c 	ld  [ %l0 + 0x5c ], %g1                        
 20061f0:	c2 26 e0 08 	st  %g1, [ %i3 + 8 ]                           
 20061f4:	c2 04 20 60 	ld  [ %l0 + 0x60 ], %g1                        
 20061f8:	c2 26 e0 0c 	st  %g1, [ %i3 + 0xc ]                         
         /* The new data are set */                                   
         ptimer->timer_data = normalize;                              
 20061fc:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
         /* Indicates that the timer is created and stopped */        
         ptimer->state = POSIX_TIMER_STATE_CREATE_STOP;               
 2006200:	84 10 20 04 	mov  4, %g2                                    
         (void) _Watchdog_Remove( &ptimer->Timer );                   
         /* The old data of the timer are returned */                 
         if ( ovalue )                                                
           *ovalue = ptimer->timer_data;                              
         /* The new data are set */                                   
         ptimer->timer_data = normalize;                              
 2006204:	c2 24 20 54 	st  %g1, [ %l0 + 0x54 ]                        
 2006208:	c2 07 bf e8 	ld  [ %fp + -24 ], %g1                         
         /* Indicates that the timer is created and stopped */        
         ptimer->state = POSIX_TIMER_STATE_CREATE_STOP;               
         /* Returns with success */                                   
        _Thread_Enable_dispatch();                                    
 200620c:	b0 10 20 00 	clr  %i0                                       
         (void) _Watchdog_Remove( &ptimer->Timer );                   
         /* The old data of the timer are returned */                 
         if ( ovalue )                                                
           *ovalue = ptimer->timer_data;                              
         /* The new data are set */                                   
         ptimer->timer_data = normalize;                              
 2006210:	c2 24 20 58 	st  %g1, [ %l0 + 0x58 ]                        
 2006214:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 2006218:	c2 24 20 5c 	st  %g1, [ %l0 + 0x5c ]                        
 200621c:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
         /* Indicates that the timer is created and stopped */        
         ptimer->state = POSIX_TIMER_STATE_CREATE_STOP;               
 2006220:	c4 2c 20 3c 	stb  %g2, [ %l0 + 0x3c ]                       
         /* Returns with success */                                   
        _Thread_Enable_dispatch();                                    
 2006224:	40 00 0b 27 	call  2008ec0 <_Thread_Enable_dispatch>        
 2006228:	c2 24 20 60 	st  %g1, [ %l0 + 0x60 ]                        
        return 0;                                                     
 200622c:	81 c7 e0 08 	ret                                            
 2006230:	81 e8 00 00 	restore                                        
       ( value->it_interval.tv_nsec < 0 )) {                          
    /* The number of nanoseconds is not correct */                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
  }                                                                   
                                                                      
  if ( flags != TIMER_ABSTIME && flags != POSIX_TIMER_RELATIVE ) {    
 2006234:	22 bf ff 87 	be,a   2006050 <timer_settime+0x40>            
 2006238:	c8 06 80 00 	ld  [ %i2 ], %g4                               
  if (flags == TIMER_ABSTIME) {                                       
    struct timespec now;                                              
    _TOD_Get( &now );                                                 
    /* Check for seconds in the past */                               
    if ( _Timespec_Greater_than( &now, &normalize.it_value ) )        
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 200623c:	40 00 29 e4 	call  20109cc <__errno>                        
 2006240:	b0 10 3f ff 	mov  -1, %i0                                   
 2006244:	82 10 20 16 	mov  0x16, %g1                                 
 2006248:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200624c:	81 c7 e0 08 	ret                                            
 2006250:	81 e8 00 00 	restore                                        
                                                                      

02005e40 <ualarm>: useconds_t ualarm( useconds_t useconds, useconds_t interval ) {
 2005e40:	9d e3 bf 98 	save  %sp, -104, %sp                           
                                                                      
  /*                                                                  
   *  Initialize the timer used to implement alarm().                 
   */                                                                 
                                                                      
  if ( !the_timer->routine ) {                                        
 2005e44:	21 00 80 7c 	sethi  %hi(0x201f000), %l0                     
 2005e48:	a0 14 23 dc 	or  %l0, 0x3dc, %l0	! 201f3dc <_POSIX_signals_Ualarm_timer>
 2005e4c:	c2 04 20 1c 	ld  [ %l0 + 0x1c ], %g1                        
 2005e50:	80 a0 60 00 	cmp  %g1, 0                                    
 2005e54:	02 80 00 24 	be  2005ee4 <ualarm+0xa4>                      
 2005e58:	a2 10 00 18 	mov  %i0, %l1                                  
    _Watchdog_Initialize( the_timer, _POSIX_signals_Ualarm_TSR, 0, NULL );
  } else {                                                            
    Watchdog_States state;                                            
                                                                      
    state = _Watchdog_Remove( the_timer );                            
 2005e5c:	40 00 10 3d 	call  2009f50 <_Watchdog_Remove>               
 2005e60:	90 10 00 10 	mov  %l0, %o0                                  
    if ( (state == WATCHDOG_ACTIVE) || (state == WATCHDOG_REMOVE_IT) ) {
 2005e64:	90 02 3f fe 	add  %o0, -2, %o0                              
 2005e68:	80 a2 20 01 	cmp  %o0, 1                                    
 2005e6c:	08 80 00 26 	bleu  2005f04 <ualarm+0xc4>                    <== ALWAYS TAKEN
 2005e70:	b0 10 20 00 	clr  %i0                                       
  /*                                                                  
   *  If useconds is non-zero, then the caller wants to schedule      
   *  the alarm repeatedly at that interval.  If the interval is      
   *  less than a single clock tick, then fudge it to a clock tick.   
   */                                                                 
  if ( useconds ) {                                                   
 2005e74:	80 a4 60 00 	cmp  %l1, 0                                    
 2005e78:	02 80 00 19 	be  2005edc <ualarm+0x9c>                      
 2005e7c:	25 00 03 d0 	sethi  %hi(0xf4000), %l2                       
    Watchdog_Interval ticks;                                          
                                                                      
    tp.tv_sec = useconds / TOD_MICROSECONDS_PER_SECOND;               
 2005e80:	90 10 00 11 	mov  %l1, %o0                                  
 2005e84:	40 00 53 b3 	call  201ad50 <.udiv>                          
 2005e88:	92 14 a2 40 	or  %l2, 0x240, %o1                            
    tp.tv_nsec = (useconds % TOD_MICROSECONDS_PER_SECOND) * 1000;     
 2005e8c:	92 14 a2 40 	or  %l2, 0x240, %o1                            
   *  less than a single clock tick, then fudge it to a clock tick.   
   */                                                                 
  if ( useconds ) {                                                   
    Watchdog_Interval ticks;                                          
                                                                      
    tp.tv_sec = useconds / TOD_MICROSECONDS_PER_SECOND;               
 2005e90:	d0 27 bf f8 	st  %o0, [ %fp + -8 ]                          
    tp.tv_nsec = (useconds % TOD_MICROSECONDS_PER_SECOND) * 1000;     
 2005e94:	40 00 54 5b 	call  201b000 <.urem>                          
 2005e98:	90 10 00 11 	mov  %l1, %o0                                  
 2005e9c:	85 2a 20 07 	sll  %o0, 7, %g2                               
 2005ea0:	83 2a 20 02 	sll  %o0, 2, %g1                               
 2005ea4:	82 20 80 01 	sub  %g2, %g1, %g1                             
 2005ea8:	90 00 40 08 	add  %g1, %o0, %o0                             
 2005eac:	91 2a 20 03 	sll  %o0, 3, %o0                               
    ticks = _Timespec_To_ticks( &tp );                                
 2005eb0:	a2 07 bf f8 	add  %fp, -8, %l1                              
   */                                                                 
  if ( useconds ) {                                                   
    Watchdog_Interval ticks;                                          
                                                                      
    tp.tv_sec = useconds / TOD_MICROSECONDS_PER_SECOND;               
    tp.tv_nsec = (useconds % TOD_MICROSECONDS_PER_SECOND) * 1000;     
 2005eb4:	d0 27 bf fc 	st  %o0, [ %fp + -4 ]                          
    ticks = _Timespec_To_ticks( &tp );                                
 2005eb8:	40 00 0e ad 	call  200996c <_Timespec_To_ticks>             
 2005ebc:	90 10 00 11 	mov  %l1, %o0                                  
    if ( ticks == 0 )                                                 
      ticks = 1;                                                      
                                                                      
    _Watchdog_Insert_ticks( the_timer, _Timespec_To_ticks( &tp ) );   
 2005ec0:	40 00 0e ab 	call  200996c <_Timespec_To_ticks>             
 2005ec4:	90 10 00 11 	mov  %l1, %o0                                  
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 2005ec8:	92 10 00 10 	mov  %l0, %o1                                  
  Watchdog_Control      *the_watchdog,                                
  Watchdog_Interval      units                                        
)                                                                     
{                                                                     
                                                                      
  the_watchdog->initial = units;                                      
 2005ecc:	d0 24 20 0c 	st  %o0, [ %l0 + 0xc ]                         
                                                                      
  _Watchdog_Insert( &_Watchdog_Ticks_chain, the_watchdog );           
 2005ed0:	11 00 80 7a 	sethi  %hi(0x201e800), %o0                     
 2005ed4:	40 00 0f b2 	call  2009d9c <_Watchdog_Insert>               
 2005ed8:	90 12 23 b0 	or  %o0, 0x3b0, %o0	! 201ebb0 <_Watchdog_Ticks_chain>
  }                                                                   
                                                                      
  return remaining;                                                   
}                                                                     
 2005edc:	81 c7 e0 08 	ret                                            
 2005ee0:	81 e8 00 00 	restore                                        
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 2005ee4:	03 00 80 17 	sethi  %hi(0x2005c00), %g1                     
  Watchdog_Service_routine_entry  routine,                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
 2005ee8:	c0 24 20 08 	clr  [ %l0 + 8 ]                               
  the_watchdog->routine   = routine;                                  
 2005eec:	82 10 63 54 	or  %g1, 0x354, %g1                            
  the_watchdog->id        = id;                                       
 2005ef0:	c0 24 20 20 	clr  [ %l0 + 0x20 ]                            
  the_watchdog->user_data = user_data;                                
 2005ef4:	c0 24 20 24 	clr  [ %l0 + 0x24 ]                            
  Objects_Id                      id,                                 
  void                           *user_data                           
)                                                                     
{                                                                     
  the_watchdog->state     = WATCHDOG_INACTIVE;                        
  the_watchdog->routine   = routine;                                  
 2005ef8:	c2 24 20 1c 	st  %g1, [ %l0 + 0x1c ]                        
  the_watchdog->id        = id;                                       
  the_watchdog->user_data = user_data;                                
 2005efc:	10 bf ff de 	b  2005e74 <ualarm+0x34>                       
 2005f00:	b0 10 20 00 	clr  %i0                                       
       *  boot.  Since alarm() is dealing in seconds, we must account for
       *  this.                                                       
       */                                                             
                                                                      
      ticks = the_timer->initial;                                     
      ticks -= (the_timer->stop_time - the_timer->start_time);        
 2005f04:	c4 04 20 0c 	ld  [ %l0 + 0xc ], %g2                         
      /* remaining is now in ticks */                                 
                                                                      
      _Timespec_From_ticks( ticks, &tp );                             
 2005f08:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
       *  boot.  Since alarm() is dealing in seconds, we must account for
       *  this.                                                       
       */                                                             
                                                                      
      ticks = the_timer->initial;                                     
      ticks -= (the_timer->stop_time - the_timer->start_time);        
 2005f0c:	d0 04 20 14 	ld  [ %l0 + 0x14 ], %o0                        
      /* remaining is now in ticks */                                 
                                                                      
      _Timespec_From_ticks( ticks, &tp );                             
 2005f10:	92 07 bf f8 	add  %fp, -8, %o1                              
       *  boot.  Since alarm() is dealing in seconds, we must account for
       *  this.                                                       
       */                                                             
                                                                      
      ticks = the_timer->initial;                                     
      ticks -= (the_timer->stop_time - the_timer->start_time);        
 2005f14:	90 02 00 02 	add  %o0, %g2, %o0                             
      /* remaining is now in ticks */                                 
                                                                      
      _Timespec_From_ticks( ticks, &tp );                             
 2005f18:	40 00 0e 6a 	call  20098c0 <_Timespec_From_ticks>           
 2005f1c:	90 22 00 01 	sub  %o0, %g1, %o0                             
      remaining  = tp.tv_sec * TOD_MICROSECONDS_PER_SECOND;           
 2005f20:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
      remaining += tp.tv_nsec / 1000;                                 
 2005f24:	d0 07 bf fc 	ld  [ %fp + -4 ], %o0                          
      ticks = the_timer->initial;                                     
      ticks -= (the_timer->stop_time - the_timer->start_time);        
      /* remaining is now in ticks */                                 
                                                                      
      _Timespec_From_ticks( ticks, &tp );                             
      remaining  = tp.tv_sec * TOD_MICROSECONDS_PER_SECOND;           
 2005f28:	85 28 60 03 	sll  %g1, 3, %g2                               
 2005f2c:	87 28 60 08 	sll  %g1, 8, %g3                               
 2005f30:	84 20 c0 02 	sub  %g3, %g2, %g2                             
      remaining += tp.tv_nsec / 1000;                                 
 2005f34:	92 10 23 e8 	mov  0x3e8, %o1                                
      ticks = the_timer->initial;                                     
      ticks -= (the_timer->stop_time - the_timer->start_time);        
      /* remaining is now in ticks */                                 
                                                                      
      _Timespec_From_ticks( ticks, &tp );                             
      remaining  = tp.tv_sec * TOD_MICROSECONDS_PER_SECOND;           
 2005f38:	b1 28 a0 06 	sll  %g2, 6, %i0                               
 2005f3c:	b0 26 00 02 	sub  %i0, %g2, %i0                             
      remaining += tp.tv_nsec / 1000;                                 
 2005f40:	40 00 53 86 	call  201ad58 <.div>                           
 2005f44:	b0 06 00 01 	add  %i0, %g1, %i0                             
      ticks = the_timer->initial;                                     
      ticks -= (the_timer->stop_time - the_timer->start_time);        
      /* remaining is now in ticks */                                 
                                                                      
      _Timespec_From_ticks( ticks, &tp );                             
      remaining  = tp.tv_sec * TOD_MICROSECONDS_PER_SECOND;           
 2005f48:	b1 2e 20 06 	sll  %i0, 6, %i0                               
      remaining += tp.tv_nsec / 1000;                                 
 2005f4c:	10 bf ff ca 	b  2005e74 <ualarm+0x34>                       
 2005f50:	b0 02 00 18 	add  %o0, %i0, %i0                             
                                                                      

0200f410 <unlink>: #include <rtems/seterr.h> int unlink( const char *path ) {
 200f410:	9d e3 bf 78 	save  %sp, -136, %sp                           
                                                                      
  /*                                                                  
   * Get the node to be unlinked. Find the parent path first.         
   */                                                                 
                                                                      
  parentpathlen = rtems_filesystem_dirname ( path );                  
 200f414:	7f ff cc 78 	call  20025f4 <rtems_filesystem_dirname>       
 200f418:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  if ( parentpathlen == 0 )                                           
 200f41c:	a0 92 20 00 	orcc  %o0, 0, %l0                              
 200f420:	32 80 00 92 	bne,a   200f668 <unlink+0x258>                 
 200f424:	90 10 00 18 	mov  %i0, %o0                                  
    rtems_filesystem_get_start_loc( path, &i, &parentloc );           
 200f428:	c2 4e 00 00 	ldsb  [ %i0 ], %g1                             
 200f42c:	80 a0 60 5c 	cmp  %g1, 0x5c                                 
 200f430:	12 80 00 59 	bne  200f594 <unlink+0x184>                    <== ALWAYS TAKEN
 200f434:	80 a0 60 2f 	cmp  %g1, 0x2f                                 
 200f438:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     <== NOT EXECUTED
 200f43c:	c2 00 63 30 	ld  [ %g1 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 200f440:	a2 10 20 00 	clr  %l1                                       
 200f444:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 200f448:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 200f44c:	c4 00 60 1c 	ld  [ %g1 + 0x1c ], %g2                        
 200f450:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 200f454:	c4 00 60 20 	ld  [ %g1 + 0x20 ], %g2                        
 200f458:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 200f45c:	c4 00 60 24 	ld  [ %g1 + 0x24 ], %g2                        
 200f460:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
 200f464:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 200f468:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 200f46c:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
  name = path + parentpathlen;                                        
 200f470:	b0 06 00 10 	add  %i0, %l0, %i0                             
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 200f474:	c2 27 bf d8 	st  %g1, [ %fp + -40 ]                         
 200f478:	c2 07 bf f0 	ld  [ %fp + -16 ], %g1                         
  name = path + parentpathlen;                                        
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
 200f47c:	90 10 00 18 	mov  %i0, %o0                                  
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 200f480:	c2 27 bf dc 	st  %g1, [ %fp + -36 ]                         
 200f484:	c2 07 bf f4 	ld  [ %fp + -12 ], %g1                         
  name = path + parentpathlen;                                        
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
 200f488:	a0 07 bf d8 	add  %fp, -40, %l0                             
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 200f48c:	c2 27 bf e0 	st  %g1, [ %fp + -32 ]                         
 200f490:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 200f494:	c2 27 bf e4 	st  %g1, [ %fp + -28 ]                         
 200f498:	c2 07 bf fc 	ld  [ %fp + -4 ], %g1                          
  name = path + parentpathlen;                                        
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
 200f49c:	40 00 06 1c 	call  2010d0c <strlen>                         
 200f4a0:	c2 27 bf e8 	st  %g1, [ %fp + -24 ]                         
 200f4a4:	92 10 00 08 	mov  %o0, %o1                                  
 200f4a8:	7f ff cc 32 	call  2002570 <rtems_filesystem_prefix_separators>
 200f4ac:	90 10 00 18 	mov  %i0, %o0                                  
 200f4b0:	b0 06 00 08 	add  %i0, %o0, %i0                             
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
 200f4b4:	40 00 06 16 	call  2010d0c <strlen>                         
 200f4b8:	90 10 00 18 	mov  %i0, %o0                                  
 200f4bc:	94 10 20 00 	clr  %o2                                       
 200f4c0:	92 10 00 08 	mov  %o0, %o1                                  
 200f4c4:	96 10 00 10 	mov  %l0, %o3                                  
 200f4c8:	90 10 00 18 	mov  %i0, %o0                                  
 200f4cc:	7f ff cc 67 	call  2002668 <rtems_filesystem_evaluate_relative_path>
 200f4d0:	98 10 20 00 	clr  %o4                                       
                                                    0, &loc, false ); 
  if ( result != 0 ) {                                                
 200f4d4:	80 a2 20 00 	cmp  %o0, 0                                    
 200f4d8:	12 80 00 2a 	bne  200f580 <unlink+0x170>                    
 200f4dc:	c4 07 bf e4 	ld  [ %fp + -28 ], %g2                         
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
    return -1;                                                        
  }                                                                   
                                                                      
  if ( !loc.ops->node_type_h ) {                                      
 200f4e0:	c2 00 a0 10 	ld  [ %g2 + 0x10 ], %g1                        
 200f4e4:	80 a0 60 00 	cmp  %g1, 0                                    
 200f4e8:	22 80 00 49 	be,a   200f60c <unlink+0x1fc>                  <== NEVER TAKEN
 200f4ec:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) == RTEMS_FILESYSTEM_DIRECTORY ) {
 200f4f0:	9f c0 40 00 	call  %g1                                      
 200f4f4:	90 10 00 10 	mov  %l0, %o0                                  
 200f4f8:	80 a2 20 01 	cmp  %o0, 1                                    
 200f4fc:	02 80 00 65 	be  200f690 <unlink+0x280>                     
 200f500:	c4 07 bf e4 	ld  [ %fp + -28 ], %g2                         
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( EISDIR );                   
  }                                                                   
                                                                      
  if ( !loc.ops->unlink_h ) {                                         
 200f504:	c2 00 a0 0c 	ld  [ %g2 + 0xc ], %g1                         
 200f508:	80 a0 60 00 	cmp  %g1, 0                                    
 200f50c:	02 80 00 3f 	be  200f608 <unlink+0x1f8>                     <== NEVER TAKEN
 200f510:	a4 07 bf ec 	add  %fp, -20, %l2                             
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*loc.ops->unlink_h)( &parentloc, &loc );                  
 200f514:	92 10 00 10 	mov  %l0, %o1                                  
 200f518:	9f c0 40 00 	call  %g1                                      
 200f51c:	90 10 00 12 	mov  %l2, %o0                                  
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 200f520:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
 200f524:	80 a0 60 00 	cmp  %g1, 0                                    
 200f528:	02 80 00 08 	be  200f548 <unlink+0x138>                     <== NEVER TAKEN
 200f52c:	b0 10 00 08 	mov  %o0, %i0                                  
 200f530:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200f534:	80 a0 60 00 	cmp  %g1, 0                                    
 200f538:	02 80 00 05 	be  200f54c <unlink+0x13c>                     <== NEVER TAKEN
 200f53c:	80 8c 60 ff 	btst  0xff, %l1                                
 200f540:	9f c0 40 00 	call  %g1                                      
 200f544:	90 10 00 10 	mov  %l0, %o0                                  
  if ( free_parentloc )                                               
 200f548:	80 8c 60 ff 	btst  0xff, %l1                                
 200f54c:	02 80 00 0b 	be  200f578 <unlink+0x168>                     
 200f550:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
    rtems_filesystem_freenode( &parentloc );                          
 200f554:	80 a0 60 00 	cmp  %g1, 0                                    
 200f558:	02 80 00 68 	be  200f6f8 <unlink+0x2e8>                     <== NEVER TAKEN
 200f55c:	01 00 00 00 	nop                                            
 200f560:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200f564:	80 a0 60 00 	cmp  %g1, 0                                    
 200f568:	02 80 00 64 	be  200f6f8 <unlink+0x2e8>                     <== NEVER TAKEN
 200f56c:	01 00 00 00 	nop                                            
 200f570:	9f c0 40 00 	call  %g1                                      
 200f574:	90 10 00 12 	mov  %l2, %o0                                  
 200f578:	81 c7 e0 08 	ret                                            
 200f57c:	81 e8 00 00 	restore                                        
  name += rtems_filesystem_prefix_separators( name, strlen( name ) ); 
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
                                                    0, &loc, false ); 
  if ( result != 0 ) {                                                
    if ( free_parentloc )                                             
 200f580:	80 8c 60 ff 	btst  0xff, %l1                                
 200f584:	12 80 00 16 	bne  200f5dc <unlink+0x1cc>                    <== ALWAYS TAKEN
 200f588:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
  rtems_filesystem_freenode( &loc );                                  
  if ( free_parentloc )                                               
    rtems_filesystem_freenode( &parentloc );                          
                                                                      
  return result;                                                      
}                                                                     
 200f58c:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200f590:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED
   */                                                                 
                                                                      
  parentpathlen = rtems_filesystem_dirname ( path );                  
                                                                      
  if ( parentpathlen == 0 )                                           
    rtems_filesystem_get_start_loc( path, &i, &parentloc );           
 200f594:	22 bf ff aa 	be,a   200f43c <unlink+0x2c>                   
 200f598:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200f59c:	80 a0 60 00 	cmp  %g1, 0                                    
 200f5a0:	02 bf ff a7 	be  200f43c <unlink+0x2c>                      <== NEVER TAKEN
 200f5a4:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 200f5a8:	c2 00 63 30 	ld  [ %g1 + 0x330 ], %g1	! 201c330 <rtems_current_user_env>
 200f5ac:	a2 10 20 00 	clr  %l1                                       
 200f5b0:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
 200f5b4:	c4 27 bf ec 	st  %g2, [ %fp + -20 ]                         
 200f5b8:	c4 00 60 08 	ld  [ %g1 + 8 ], %g2                           
 200f5bc:	c4 27 bf f0 	st  %g2, [ %fp + -16 ]                         
 200f5c0:	c4 00 60 0c 	ld  [ %g1 + 0xc ], %g2                         
 200f5c4:	c4 27 bf f4 	st  %g2, [ %fp + -12 ]                         
 200f5c8:	c4 00 60 10 	ld  [ %g1 + 0x10 ], %g2                        
 200f5cc:	c4 27 bf f8 	st  %g2, [ %fp + -8 ]                          
 200f5d0:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 200f5d4:	10 bf ff a6 	b  200f46c <unlink+0x5c>                       
 200f5d8:	c2 27 bf fc 	st  %g1, [ %fp + -4 ]                          
                                                                      
  result = rtems_filesystem_evaluate_relative_path( name , strlen( name ),
                                                    0, &loc, false ); 
  if ( result != 0 ) {                                                
    if ( free_parentloc )                                             
      rtems_filesystem_freenode( &parentloc );                        
 200f5dc:	80 a0 60 00 	cmp  %g1, 0                                    
 200f5e0:	02 bf ff e6 	be  200f578 <unlink+0x168>                     <== NEVER TAKEN
 200f5e4:	b0 10 3f ff 	mov  -1, %i0                                   
 200f5e8:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200f5ec:	80 a0 60 00 	cmp  %g1, 0                                    
 200f5f0:	02 bf ff e2 	be  200f578 <unlink+0x168>                     <== NEVER TAKEN
 200f5f4:	90 07 bf ec 	add  %fp, -20, %o0                             
 200f5f8:	9f c0 40 00 	call  %g1                                      
 200f5fc:	01 00 00 00 	nop                                            
 200f600:	81 c7 e0 08 	ret                                            
 200f604:	81 e8 00 00 	restore                                        
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( EISDIR );                   
  }                                                                   
                                                                      
  if ( !loc.ops->unlink_h ) {                                         
    rtems_filesystem_freenode( &loc );                                
 200f608:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
 200f60c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f610:	02 80 00 05 	be  200f624 <unlink+0x214>                     <== NOT EXECUTED
 200f614:	80 8c 60 ff 	btst  0xff, %l1                                <== NOT EXECUTED
 200f618:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200f61c:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    if ( free_parentloc )                                             
 200f620:	80 8c 60 ff 	btst  0xff, %l1                                <== NOT EXECUTED
 200f624:	02 80 00 0b 	be  200f650 <unlink+0x240>                     <== NOT EXECUTED
 200f628:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          <== NOT EXECUTED
      rtems_filesystem_freenode( &parentloc );                        
 200f62c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f630:	02 80 00 08 	be  200f650 <unlink+0x240>                     <== NOT EXECUTED
 200f634:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200f638:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 200f63c:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f640:	02 80 00 04 	be  200f650 <unlink+0x240>                     <== NOT EXECUTED
 200f644:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200f648:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200f64c:	90 07 bf ec 	add  %fp, -20, %o0                             <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 200f650:	40 00 01 f7 	call  200fe2c <__errno>                        <== NOT EXECUTED
 200f654:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200f658:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200f65c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200f660:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200f664:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  parentpathlen = rtems_filesystem_dirname ( path );                  
                                                                      
  if ( parentpathlen == 0 )                                           
    rtems_filesystem_get_start_loc( path, &i, &parentloc );           
  else {                                                              
    result = rtems_filesystem_evaluate_path( path, parentpathlen,     
 200f668:	92 10 00 10 	mov  %l0, %o1                                  
 200f66c:	94 10 20 02 	mov  2, %o2                                    
 200f670:	96 07 bf ec 	add  %fp, -20, %o3                             
 200f674:	7f ff cc 3e 	call  200276c <rtems_filesystem_evaluate_path> 
 200f678:	98 10 20 00 	clr  %o4                                       
                                             RTEMS_LIBIO_PERMS_WRITE, 
                                             &parentloc,              
                                             false );                 
    if ( result != 0 )                                                
 200f67c:	80 a2 20 00 	cmp  %o0, 0                                    
 200f680:	12 bf ff c3 	bne  200f58c <unlink+0x17c>                    <== NEVER TAKEN
 200f684:	a2 10 20 01 	mov  1, %l1                                    
                                                                      
  /*                                                                  
   * Start from the parent to find the node that should be under it.  
   */                                                                 
                                                                      
  loc = parentloc;                                                    
 200f688:	10 bf ff 7a 	b  200f470 <unlink+0x60>                       
 200f68c:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
      rtems_filesystem_freenode( &parentloc );                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  if (  (*loc.ops->node_type_h)( &loc ) == RTEMS_FILESYSTEM_DIRECTORY ) {
    rtems_filesystem_freenode( &loc );                                
 200f690:	c2 07 bf e4 	ld  [ %fp + -28 ], %g1                         
 200f694:	80 a0 60 00 	cmp  %g1, 0                                    
 200f698:	02 80 00 09 	be  200f6bc <unlink+0x2ac>                     <== NEVER TAKEN
 200f69c:	80 8c 60 ff 	btst  0xff, %l1                                
 200f6a0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200f6a4:	80 a0 60 00 	cmp  %g1, 0                                    
 200f6a8:	02 80 00 05 	be  200f6bc <unlink+0x2ac>                     <== NEVER TAKEN
 200f6ac:	80 8c 60 ff 	btst  0xff, %l1                                
 200f6b0:	9f c0 40 00 	call  %g1                                      
 200f6b4:	90 10 00 10 	mov  %l0, %o0                                  
    if ( free_parentloc )                                             
 200f6b8:	80 8c 60 ff 	btst  0xff, %l1                                
 200f6bc:	02 80 00 0b 	be  200f6e8 <unlink+0x2d8>                     <== ALWAYS TAKEN
 200f6c0:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
      rtems_filesystem_freenode( &parentloc );                        
 200f6c4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f6c8:	02 80 00 08 	be  200f6e8 <unlink+0x2d8>                     <== NOT EXECUTED
 200f6cc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200f6d0:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        <== NOT EXECUTED
 200f6d4:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 200f6d8:	02 80 00 04 	be  200f6e8 <unlink+0x2d8>                     <== NOT EXECUTED
 200f6dc:	01 00 00 00 	nop                                            <== NOT EXECUTED
 200f6e0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200f6e4:	90 07 bf ec 	add  %fp, -20, %o0                             <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( EISDIR );                   
 200f6e8:	40 00 01 d1 	call  200fe2c <__errno>                        
 200f6ec:	b0 10 3f ff 	mov  -1, %i0                                   
 200f6f0:	82 10 20 15 	mov  0x15, %g1                                 
 200f6f4:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200f6f8:	81 c7 e0 08 	ret                                            
 200f6fc:	81 e8 00 00 	restore                                        
                                                                      

02009ec0 <unmount>: */ int unmount( const char *path ) {
 2009ec0:	9d e3 bf 88 	save  %sp, -120, %sp                           
   *    The root node of the mounted filesytem.                       
   *    The node for the directory that the fileystem is mounted on.  
   *    The mount entry that is being refered to.                     
   */                                                                 
                                                                      
  if ( rtems_filesystem_evaluate_path( path, strlen( path ), 0x0, &loc, true ) )
 2009ec4:	40 00 3b 27 	call  2018b60 <strlen>                         
 2009ec8:	90 10 00 18 	mov  %i0, %o0                                  
 2009ecc:	a0 07 bf ec 	add  %fp, -20, %l0                             
 2009ed0:	92 10 00 08 	mov  %o0, %o1                                  
 2009ed4:	94 10 20 00 	clr  %o2                                       
 2009ed8:	90 10 00 18 	mov  %i0, %o0                                  
 2009edc:	96 10 00 10 	mov  %l0, %o3                                  
 2009ee0:	7f ff ef 59 	call  2005c44 <rtems_filesystem_evaluate_path> 
 2009ee4:	98 10 20 01 	mov  1, %o4                                    
 2009ee8:	80 a2 20 00 	cmp  %o0, 0                                    
 2009eec:	12 80 00 3e 	bne  2009fe4 <unmount+0x124>                   
 2009ef0:	e2 07 bf fc 	ld  [ %fp + -4 ], %l1                          
    return -1;                                                        
                                                                      
  mt_entry     = loc.mt_entry;                                        
  fs_mount_loc = &mt_entry->mt_point_node;                            
  fs_root_loc  = &mt_entry->mt_fs_root;                               
 2009ef4:	c2 07 bf ec 	ld  [ %fp + -20 ], %g1                         
 2009ef8:	c4 04 60 1c 	ld  [ %l1 + 0x1c ], %g2                        
 2009efc:	80 a0 80 01 	cmp  %g2, %g1                                  
 2009f00:	12 80 00 41 	bne  200a004 <unmount+0x144>                   
 2009f04:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
                                                                      
  /*                                                                  
   * Free the loc node and just use the nodes from the mt_entry .     
   */                                                                 
                                                                      
  rtems_filesystem_freenode( &loc );                                  
 2009f08:	80 a0 60 00 	cmp  %g1, 0                                    
 2009f0c:	22 80 00 09 	be,a   2009f30 <unmount+0x70>                  <== NEVER TAKEN
 2009f10:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        <== NOT EXECUTED
 2009f14:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 2009f18:	80 a0 60 00 	cmp  %g1, 0                                    
 2009f1c:	22 80 00 05 	be,a   2009f30 <unmount+0x70>                  <== NEVER TAKEN
 2009f20:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        <== NOT EXECUTED
 2009f24:	9f c0 40 00 	call  %g1                                      
 2009f28:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  if ( rtems_filesystem_evaluate_path( path, strlen( path ), 0x0, &loc, true ) )
    return -1;                                                        
                                                                      
  mt_entry     = loc.mt_entry;                                        
  fs_mount_loc = &mt_entry->mt_point_node;                            
 2009f2c:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        
 2009f30:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 2009f34:	80 a0 60 00 	cmp  %g1, 0                                    
 2009f38:	02 80 00 61 	be  200a0bc <unmount+0x1fc>                    <== NEVER TAKEN
 2009f3c:	01 00 00 00 	nop                                            
  fs_root_loc  = &mt_entry->mt_fs_root;                               
 2009f40:	c2 04 60 28 	ld  [ %l1 + 0x28 ], %g1                        
 2009f44:	c2 00 60 2c 	ld  [ %g1 + 0x2c ], %g1                        
 2009f48:	80 a0 60 00 	cmp  %g1, 0                                    
 2009f4c:	02 80 00 5c 	be  200a0bc <unmount+0x1fc>                    <== NEVER TAKEN
 2009f50:	03 00 80 a0 	sethi  %hi(0x2028000), %g1                     
   *        that made the current node thread based instead           
   *        of system based?  I thought it was but it doesn't         
   *        look like it in this version.                             
   */                                                                 
                                                                      
  if ( rtems_filesystem_current.mt_entry == mt_entry )                
 2009f54:	c2 00 61 80 	ld  [ %g1 + 0x180 ], %g1	! 2028180 <rtems_current_user_env>
 2009f58:	c2 00 60 14 	ld  [ %g1 + 0x14 ], %g1                        
 2009f5c:	80 a0 40 11 	cmp  %g1, %l1                                  
 2009f60:	02 80 00 23 	be  2009fec <unmount+0x12c>                    
 2009f64:	07 00 80 a4 	sethi  %hi(0x2029000), %g3                     
  /*                                                                  
   * Search the mount table for any mount entries referencing this    
   * mount entry.                                                     
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
 2009f68:	c2 00 e2 f8 	ld  [ %g3 + 0x2f8 ], %g1	! 20292f8 <rtems_filesystem_mount_table_control>
 2009f6c:	86 10 e2 f8 	or  %g3, 0x2f8, %g3                            
 2009f70:	86 00 e0 04 	add  %g3, 4, %g3                               
 2009f74:	80 a0 40 03 	cmp  %g1, %g3                                  
 2009f78:	02 80 00 0f 	be  2009fb4 <unmount+0xf4>                     <== NEVER TAKEN
 2009f7c:	01 00 00 00 	nop                                            
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
     the_mount_entry = ( rtems_filesystem_mount_table_entry_t * )the_node;
     if (the_mount_entry->mt_point_node.mt_entry  == fs_root_loc->mt_entry ) {
 2009f80:	c8 04 60 2c 	ld  [ %l1 + 0x2c ], %g4                        
 2009f84:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
 2009f88:	80 a0 80 04 	cmp  %g2, %g4                                  
 2009f8c:	32 80 00 07 	bne,a   2009fa8 <unmount+0xe8>                 <== ALWAYS TAKEN
 2009f90:	c2 00 40 00 	ld  [ %g1 ], %g1                               
 2009f94:	30 80 00 16 	b,a   2009fec <unmount+0x12c>                  <== NOT EXECUTED
 2009f98:	80 a1 00 02 	cmp  %g4, %g2                                  
 2009f9c:	02 80 00 14 	be  2009fec <unmount+0x12c>                    
 2009fa0:	01 00 00 00 	nop                                            
   * mount entry.                                                     
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
        !rtems_chain_is_tail( &rtems_filesystem_mount_table_control, the_node );
        the_node = the_node->next ) {                                 
 2009fa4:	c2 00 40 00 	ld  [ %g1 ], %g1                               
  /*                                                                  
   * Search the mount table for any mount entries referencing this    
   * mount entry.                                                     
   */                                                                 
                                                                      
  for ( the_node = rtems_filesystem_mount_table_control.first;        
 2009fa8:	80 a0 40 03 	cmp  %g1, %g3                                  
 2009fac:	32 bf ff fb 	bne,a   2009f98 <unmount+0xd8>                 
 2009fb0:	c4 00 60 18 	ld  [ %g1 + 0x18 ], %g2                        
   *  Run the file descriptor table to determine if there are any file
   *  descriptors that are currently active and reference nodes in the
   *  file system that we are trying to unmount                       
   */                                                                 
                                                                      
  if ( rtems_libio_is_open_files_in_fs( mt_entry ) == 1 )             
 2009fb4:	7f ff f0 1c 	call  2006024 <rtems_libio_is_open_files_in_fs>
 2009fb8:	90 10 00 11 	mov  %l1, %o0                                  
 2009fbc:	80 a2 20 01 	cmp  %o0, 1                                    
 2009fc0:	02 80 00 0b 	be  2009fec <unmount+0x12c>                    
 2009fc4:	01 00 00 00 	nop                                            
   * Allow the file system being unmounted on to do its cleanup.      
   * If it fails it will set the errno to the approprate value        
   * and the fileystem will not be modified.                          
   */                                                                 
                                                                      
  if (( fs_mount_loc->ops->unmount_h )( mt_entry ) != 0 )             
 2009fc8:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        
 2009fcc:	c2 00 60 28 	ld  [ %g1 + 0x28 ], %g1                        
 2009fd0:	9f c0 40 00 	call  %g1                                      
 2009fd4:	90 10 00 11 	mov  %l1, %o0                                  
 2009fd8:	80 a2 20 00 	cmp  %o0, 0                                    
 2009fdc:	22 80 00 19 	be,a   200a040 <unmount+0x180>                 <== ALWAYS TAKEN
 2009fe0:	c2 04 60 28 	ld  [ %l1 + 0x28 ], %g1                        
                                                                      
  rtems_filesystem_freenode( fs_mount_loc );                          
  free( mt_entry );                                                   
                                                                      
  return 0;                                                           
}                                                                     
 2009fe4:	81 c7 e0 08 	ret                                            
 2009fe8:	91 e8 3f ff 	restore  %g0, -1, %o0                          
   *  descriptors that are currently active and reference nodes in the
   *  file system that we are trying to unmount                       
   */                                                                 
                                                                      
  if ( rtems_libio_is_open_files_in_fs( mt_entry ) == 1 )             
    rtems_set_errno_and_return_minus_one( EBUSY );                    
 2009fec:	40 00 2d d1 	call  2015730 <__errno>                        
 2009ff0:	b0 10 3f ff 	mov  -1, %i0                                   
 2009ff4:	82 10 20 10 	mov  0x10, %g1                                 
 2009ff8:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2009ffc:	81 c7 e0 08 	ret                                            
 200a000:	81 e8 00 00 	restore                                        
  /*                                                                  
   * Verify this is the root node for the file system to be unmounted.
   */                                                                 
                                                                      
  if ( !rtems_filesystem_nodes_equal( fs_root_loc, &loc) ){           
    rtems_filesystem_freenode( &loc );                                
 200a004:	80 a0 60 00 	cmp  %g1, 0                                    
 200a008:	02 80 00 08 	be  200a028 <unmount+0x168>                    <== NEVER TAKEN
 200a00c:	01 00 00 00 	nop                                            
 200a010:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200a014:	80 a0 60 00 	cmp  %g1, 0                                    
 200a018:	02 80 00 04 	be  200a028 <unmount+0x168>                    <== NEVER TAKEN
 200a01c:	01 00 00 00 	nop                                            
 200a020:	9f c0 40 00 	call  %g1                                      
 200a024:	90 10 00 10 	mov  %l0, %o0                                  
    rtems_set_errno_and_return_minus_one( EACCES );                   
 200a028:	40 00 2d c2 	call  2015730 <__errno>                        
 200a02c:	b0 10 3f ff 	mov  -1, %i0                                   
 200a030:	82 10 20 0d 	mov  0xd, %g1                                  
 200a034:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 200a038:	81 c7 e0 08 	ret                                            
 200a03c:	81 e8 00 00 	restore                                        
   *  NOTE:  Fatal error is called in a case which should never happen
   *         This was response was questionable but the best we could 
   *         come up with.                                            
   */                                                                 
                                                                      
  if ((fs_root_loc->ops->fsunmount_me_h )( mt_entry ) != 0){          
 200a040:	c2 00 60 2c 	ld  [ %g1 + 0x2c ], %g1                        
 200a044:	9f c0 40 00 	call  %g1                                      
 200a048:	90 10 00 11 	mov  %l1, %o0                                  
 200a04c:	80 a2 20 00 	cmp  %o0, 0                                    
 200a050:	32 80 00 13 	bne,a   200a09c <unmount+0x1dc>                <== NEVER TAKEN
 200a054:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        <== NOT EXECUTED
 */                                                                   
RTEMS_INLINE_ROUTINE void rtems_chain_extract(                        
  rtems_chain_node *the_node                                          
)                                                                     
{                                                                     
  _Chain_Extract( the_node );                                         
 200a058:	40 00 06 59 	call  200b9bc <_Chain_Extract>                 
 200a05c:	90 10 00 11 	mov  %l1, %o0                                  
  /*                                                                  
   *  Free the memory node that was allocated in mount                
   *  Free the memory associated with the extracted mount table entry.
   */                                                                 
                                                                      
  rtems_filesystem_freenode( fs_mount_loc );                          
 200a060:	c2 04 60 14 	ld  [ %l1 + 0x14 ], %g1                        
 200a064:	80 a0 60 00 	cmp  %g1, 0                                    
 200a068:	02 80 00 09 	be  200a08c <unmount+0x1cc>                    <== NEVER TAKEN
 200a06c:	90 10 00 11 	mov  %l1, %o0                                  
 200a070:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 200a074:	80 a0 60 00 	cmp  %g1, 0                                    
 200a078:	02 80 00 05 	be  200a08c <unmount+0x1cc>                    <== NEVER TAKEN
 200a07c:	01 00 00 00 	nop                                            
 200a080:	9f c0 40 00 	call  %g1                                      
 200a084:	90 04 60 08 	add  %l1, 8, %o0                               
  free( mt_entry );                                                   
 200a088:	90 10 00 11 	mov  %l1, %o0                                  
 200a08c:	7f ff ef 2a 	call  2005d34 <free>                           
 200a090:	b0 10 20 00 	clr  %i0                                       
                                                                      
  return 0;                                                           
 200a094:	81 c7 e0 08 	ret                                            
 200a098:	81 e8 00 00 	restore                                        
   *         This was response was questionable but the best we could 
   *         come up with.                                            
   */                                                                 
                                                                      
  if ((fs_root_loc->ops->fsunmount_me_h )( mt_entry ) != 0){          
    if (( fs_mount_loc->ops->mount_h )( mt_entry ) != 0 )             
 200a09c:	c2 00 60 20 	ld  [ %g1 + 0x20 ], %g1                        <== NOT EXECUTED
 200a0a0:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 200a0a4:	90 10 00 11 	mov  %l1, %o0                                  <== NOT EXECUTED
 200a0a8:	80 a2 20 00 	cmp  %o0, 0                                    <== NOT EXECUTED
 200a0ac:	02 bf ff ce 	be  2009fe4 <unmount+0x124>                    <== NOT EXECUTED
 200a0b0:	01 00 00 00 	nop                                            <== NOT EXECUTED
      rtems_fatal_error_occurred( 0 );                                
 200a0b4:	40 00 05 47 	call  200b5d0 <rtems_fatal_error_occurred>     <== NOT EXECUTED
 200a0b8:	90 10 20 00 	clr  %o0	! 0 <PROM_START>                      <== NOT EXECUTED
                                                                      
  if ( !fs_mount_loc->ops->unmount_h )                                
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  if ( !fs_root_loc->ops->fsunmount_me_h )                            
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 200a0bc:	40 00 2d 9d 	call  2015730 <__errno>                        <== NOT EXECUTED
 200a0c0:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 200a0c4:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200a0c8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 200a0cc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200a0d0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200757c <utime>: int utime( const char *path, const struct utimbuf *times ) {
 200757c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  rtems_filesystem_location_info_t   temp_loc;                        
  int                                result;                          
                                                                      
  if ( rtems_filesystem_evaluate_path( path, strlen( path ), 0x00, &temp_loc, true ) )
 2007580:	40 00 34 93 	call  20147cc <strlen>                         
 2007584:	90 10 00 18 	mov  %i0, %o0                                  
 2007588:	a0 07 bf ec 	add  %fp, -20, %l0                             
 200758c:	92 10 00 08 	mov  %o0, %o1                                  
 2007590:	94 10 20 00 	clr  %o2                                       
 2007594:	90 10 00 18 	mov  %i0, %o0                                  
 2007598:	96 10 00 10 	mov  %l0, %o3                                  
 200759c:	98 10 20 01 	mov  1, %o4                                    
 20075a0:	7f ff f0 a1 	call  2003824 <rtems_filesystem_evaluate_path> 
 20075a4:	b0 10 3f ff 	mov  -1, %i0                                   
 20075a8:	80 a2 20 00 	cmp  %o0, 0                                    
 20075ac:	12 80 00 14 	bne  20075fc <utime+0x80>                      
 20075b0:	c4 07 bf f8 	ld  [ %fp + -8 ], %g2                          
    return -1;                                                        
                                                                      
  if ( !temp_loc.ops->utime_h ){                                      
 20075b4:	c2 00 a0 30 	ld  [ %g2 + 0x30 ], %g1                        
 20075b8:	80 a0 60 00 	cmp  %g1, 0                                    
 20075bc:	22 80 00 12 	be,a   2007604 <utime+0x88>                    <== NEVER TAKEN
 20075c0:	c2 00 a0 1c 	ld  [ %g2 + 0x1c ], %g1                        <== NOT EXECUTED
    rtems_filesystem_freenode( &temp_loc );                           
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
  }                                                                   
                                                                      
  result = (*temp_loc.ops->utime_h)( &temp_loc, times->actime, times->modtime );
 20075c4:	d4 06 60 04 	ld  [ %i1 + 4 ], %o2                           
 20075c8:	d2 06 40 00 	ld  [ %i1 ], %o1                               
 20075cc:	9f c0 40 00 	call  %g1                                      
 20075d0:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  rtems_filesystem_freenode( &temp_loc );                             
 20075d4:	c2 07 bf f8 	ld  [ %fp + -8 ], %g1                          
 20075d8:	80 a0 60 00 	cmp  %g1, 0                                    
 20075dc:	02 80 00 08 	be  20075fc <utime+0x80>                       <== NEVER TAKEN
 20075e0:	b0 10 00 08 	mov  %o0, %i0                                  
 20075e4:	c2 00 60 1c 	ld  [ %g1 + 0x1c ], %g1                        
 20075e8:	80 a0 60 00 	cmp  %g1, 0                                    
 20075ec:	02 80 00 0f 	be  2007628 <utime+0xac>                       <== NEVER TAKEN
 20075f0:	01 00 00 00 	nop                                            
 20075f4:	9f c0 40 00 	call  %g1                                      
 20075f8:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  return result;                                                      
}                                                                     
 20075fc:	81 c7 e0 08 	ret                                            
 2007600:	81 e8 00 00 	restore                                        
                                                                      
  if ( rtems_filesystem_evaluate_path( path, strlen( path ), 0x00, &temp_loc, true ) )
    return -1;                                                        
                                                                      
  if ( !temp_loc.ops->utime_h ){                                      
    rtems_filesystem_freenode( &temp_loc );                           
 2007604:	80 a0 60 00 	cmp  %g1, 0                                    <== NOT EXECUTED
 2007608:	02 80 00 04 	be  2007618 <utime+0x9c>                       <== NOT EXECUTED
 200760c:	01 00 00 00 	nop                                            <== NOT EXECUTED
 2007610:	9f c0 40 00 	call  %g1                                      <== NOT EXECUTED
 2007614:	90 10 00 10 	mov  %l0, %o0                                  <== NOT EXECUTED
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2007618:	40 00 2d 85 	call  2012c2c <__errno>                        <== NOT EXECUTED
 200761c:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2007620:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 2007624:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2007628:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200762c:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

0200548c <vprintk>: */ void vprintk( const char *fmt, va_list ap ) {
 200548c:	9d e3 bf 88 	save  %sp, -120, %sp                           
  for (; *fmt != '\0'; fmt++) {                                       
 2005490:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 2005494:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 2005498:	80 a0 60 00 	cmp  %g1, 0                                    
 200549c:	02 80 00 7d 	be  2005690 <vprintk+0x204>                    <== NEVER TAKEN
 20054a0:	29 00 80 72 	sethi  %hi(0x201c800), %l4                     
 20054a4:	3b 00 80 6c 	sethi  %hi(0x201b000), %i5                     
      unsigned i, len;                                                
      char *s, *str;                                                  
                                                                      
      str = va_arg(ap, char *);                                       
                                                                      
      if ( str == NULL ) {                                            
 20054a8:	37 00 80 6c 	sethi  %hi(0x201b000), %i3                     
    bool sign = false;                                                
    char lead = ' ';                                                  
    char c;                                                           
                                                                      
    if (*fmt != '%') {                                                
      BSP_output_char(*fmt);                                          
 20054ac:	a8 15 20 54 	or  %l4, 0x54, %l4                             
 20054b0:	ba 17 61 a8 	or  %i5, 0x1a8, %i5                            
      unsigned i, len;                                                
      char *s, *str;                                                  
                                                                      
      str = va_arg(ap, char *);                                       
                                                                      
      if ( str == NULL ) {                                            
 20054b4:	b6 16 e1 a0 	or  %i3, 0x1a0, %i3                            
  toPrint[count++] = (char) unsigned_num;                             
                                                                      
  for (n=maxwidth ; n > count; n-- )                                  
    BSP_output_char(lead);                                            
                                                                      
  for (n = 0; n < count; n++) {                                       
 20054b8:	ac 07 bf e8 	add  %fp, -24, %l6                             
    bool minus = false;                                               
    bool sign = false;                                                
    char lead = ' ';                                                  
    char c;                                                           
                                                                      
    if (*fmt != '%') {                                                
 20054bc:	91 38 60 18 	sra  %g1, 0x18, %o0                            
 20054c0:	80 a2 20 25 	cmp  %o0, 0x25                                 
 20054c4:	32 80 00 8d 	bne,a   20056f8 <vprintk+0x26c>                
 20054c8:	c2 05 00 00 	ld  [ %l4 ], %g1                               
      BSP_output_char(*fmt);                                          
      continue;                                                       
    }                                                                 
    fmt++;                                                            
 20054cc:	b0 06 20 01 	inc  %i0                                       
    if (*fmt == '0' ) {                                               
 20054d0:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 20054d4:	85 28 60 18 	sll  %g1, 0x18, %g2                            
 20054d8:	87 38 a0 18 	sra  %g2, 0x18, %g3                            
 20054dc:	80 a0 e0 30 	cmp  %g3, 0x30                                 
 20054e0:	02 80 00 a9 	be  2005784 <vprintk+0x2f8>                    
 20054e4:	b8 10 20 20 	mov  0x20, %i4                                 
      lead = '0';                                                     
      fmt++;                                                          
    }                                                                 
    if (*fmt == '-' ) {                                               
 20054e8:	87 38 a0 18 	sra  %g2, 0x18, %g3                            
 20054ec:	80 a0 e0 2d 	cmp  %g3, 0x2d                                 
 20054f0:	02 80 00 a0 	be  2005770 <vprintk+0x2e4>                    
 20054f4:	aa 10 20 00 	clr  %l5                                       
      minus = true;                                                   
      fmt++;                                                          
    }                                                                 
    while (*fmt >= '0' && *fmt <= '9' ) {                             
 20054f8:	82 00 7f d0 	add  %g1, -48, %g1                             
 20054fc:	82 08 60 ff 	and  %g1, 0xff, %g1                            
 2005500:	80 a0 60 09 	cmp  %g1, 9                                    
 2005504:	18 80 00 0f 	bgu  2005540 <vprintk+0xb4>                    
 2005508:	a0 10 20 00 	clr  %l0                                       
      width *= 10;                                                    
      width += ((unsigned) *fmt - '0');                               
      fmt++;                                                          
 200550c:	b0 06 20 01 	inc  %i0                                       
    }                                                                 
    if (*fmt == '-' ) {                                               
      minus = true;                                                   
      fmt++;                                                          
    }                                                                 
    while (*fmt >= '0' && *fmt <= '9' ) {                             
 2005510:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
      width *= 10;                                                    
      width += ((unsigned) *fmt - '0');                               
 2005514:	87 38 a0 18 	sra  %g2, 0x18, %g3                            
 2005518:	89 2c 20 03 	sll  %l0, 3, %g4                               
 200551c:	85 28 60 18 	sll  %g1, 0x18, %g2                            
 2005520:	a1 2c 20 01 	sll  %l0, 1, %l0                               
 2005524:	a0 04 00 04 	add  %l0, %g4, %l0                             
 2005528:	a0 04 00 03 	add  %l0, %g3, %l0                             
    }                                                                 
    if (*fmt == '-' ) {                                               
      minus = true;                                                   
      fmt++;                                                          
    }                                                                 
    while (*fmt >= '0' && *fmt <= '9' ) {                             
 200552c:	86 00 7f d0 	add  %g1, -48, %g3                             
 2005530:	86 08 e0 ff 	and  %g3, 0xff, %g3                            
 2005534:	80 a0 e0 09 	cmp  %g3, 9                                    
 2005538:	08 bf ff f5 	bleu  200550c <vprintk+0x80>                   
 200553c:	a0 04 3f d0 	add  %l0, -48, %l0                             
      width *= 10;                                                    
      width += ((unsigned) *fmt - '0');                               
      fmt++;                                                          
    }                                                                 
                                                                      
    if ((c = *fmt) == 'l') {                                          
 2005540:	83 38 a0 18 	sra  %g2, 0x18, %g1                            
 2005544:	80 a0 60 6c 	cmp  %g1, 0x6c                                 
 2005548:	02 80 00 77 	be  2005724 <vprintk+0x298>                    
 200554c:	80 a0 60 63 	cmp  %g1, 0x63                                 
      lflag = true;                                                   
      c = *++fmt;                                                     
    }                                                                 
    if ( c == 'c' ) {                                                 
 2005550:	22 80 00 7d 	be,a   2005744 <vprintk+0x2b8>                 
 2005554:	d0 06 40 00 	ld  [ %i1 ], %o0                               
      /* need a cast here since va_arg() only takes fully promoted types */
      char chr = (char) va_arg(ap, int);                              
      BSP_output_char(chr);                                           
      continue;                                                       
    }                                                                 
    if ( c == 's' ) {                                                 
 2005558:	80 a0 60 73 	cmp  %g1, 0x73                                 
 200555c:	02 80 00 8f 	be  2005798 <vprintk+0x30c>                    
 2005560:	80 a0 60 4f 	cmp  %g1, 0x4f                                 
                                                                      
      continue;                                                       
    }                                                                 
                                                                      
    /* must be a numeric format or something unsupported */           
    if ( c == 'o' || c == 'O' ) {                                     
 2005564:	22 80 00 6e 	be,a   200571c <vprintk+0x290>                 
 2005568:	82 10 20 00 	clr  %g1                                       
 200556c:	80 a0 60 6f 	cmp  %g1, 0x6f                                 
 2005570:	22 80 00 6b 	be,a   200571c <vprintk+0x290>                 <== NEVER TAKEN
 2005574:	82 10 20 00 	clr  %g1                                       <== NOT EXECUTED
      base = 8; sign = false;                                         
    } else if ( c == 'i' || c == 'I' ||                               
 2005578:	80 a0 60 49 	cmp  %g1, 0x49                                 
 200557c:	22 80 00 06 	be,a   2005594 <vprintk+0x108>                 
 2005580:	82 10 20 01 	mov  1, %g1                                    
 2005584:	80 a0 60 69 	cmp  %g1, 0x69                                 
 2005588:	12 80 00 44 	bne  2005698 <vprintk+0x20c>                   
 200558c:	80 a0 60 44 	cmp  %g1, 0x44                                 
      base = 16; sign = false;                                        
    } else if ( c == 'p' ) {                                          
      base = 16; sign = false; lflag = true;                          
    } else {                                                          
      BSP_output_char(c);                                             
      continue;                                                       
 2005590:	82 10 20 01 	mov  1, %g1                                    
 2005594:	aa 10 20 0a 	mov  0xa, %l5                                  
    }                                                                 
                                                                      
    printNum(                                                         
 2005598:	e6 06 40 00 	ld  [ %i1 ], %l3                               
  unsigned long unsigned_num;                                         
  unsigned long n;                                                    
  unsigned count;                                                     
  char toPrint[20];                                                   
                                                                      
  if ( sign && (num <  0) ) {                                         
 200559c:	80 88 60 ff 	btst  0xff, %g1                                
      BSP_output_char(c);                                             
      continue;                                                       
    }                                                                 
                                                                      
    printNum(                                                         
      lflag ? va_arg(ap, long) : (long) va_arg(ap, int),              
 20055a0:	b2 06 60 04 	add  %i1, 4, %i1                               
  unsigned long unsigned_num;                                         
  unsigned long n;                                                    
  unsigned count;                                                     
  char toPrint[20];                                                   
                                                                      
  if ( sign && (num <  0) ) {                                         
 20055a4:	02 80 00 05 	be  20055b8 <vprintk+0x12c>                    
 20055a8:	b8 0f 20 30 	and  %i4, 0x30, %i4                            
 20055ac:	80 a4 e0 00 	cmp  %l3, 0                                    
 20055b0:	26 80 00 c0 	bl,a   20058b0 <vprintk+0x424>                 
 20055b4:	c2 05 00 00 	ld  [ %l4 ], %g1                               
  } else {                                                            
    unsigned_num = (unsigned long) num;                               
  }                                                                   
                                                                      
  count = 0;                                                          
  while ((n = unsigned_num / base) > 0) {                             
 20055b8:	90 10 00 13 	mov  %l3, %o0                                  
 20055bc:	92 10 00 15 	mov  %l5, %o1                                  
 20055c0:	40 00 4f 4f 	call  20192fc <.udiv>                          
 20055c4:	ae 10 20 01 	mov  1, %l7                                    
 20055c8:	a2 92 20 00 	orcc  %o0, 0, %l1                              
 20055cc:	02 80 00 12 	be  2005614 <vprintk+0x188>                    
 20055d0:	a4 10 20 00 	clr  %l2                                       
 20055d4:	10 80 00 03 	b  20055e0 <vprintk+0x154>                     
 20055d8:	ae 10 00 15 	mov  %l5, %l7                                  
 20055dc:	a2 10 00 08 	mov  %o0, %l1                                  
    toPrint[count++] = (char) (unsigned_num - (n * base));            
 20055e0:	92 10 00 11 	mov  %l1, %o1                                  
 20055e4:	40 00 4f 0c 	call  2019214 <.umul>                          
 20055e8:	90 10 00 17 	mov  %l7, %o0                                  
 20055ec:	90 24 c0 08 	sub  %l3, %o0, %o0                             
  } else {                                                            
    unsigned_num = (unsigned long) num;                               
  }                                                                   
                                                                      
  count = 0;                                                          
  while ((n = unsigned_num / base) > 0) {                             
 20055f0:	92 10 00 15 	mov  %l5, %o1                                  
    toPrint[count++] = (char) (unsigned_num - (n * base));            
 20055f4:	d0 2d 80 12 	stb  %o0, [ %l6 + %l2 ]                        
  } else {                                                            
    unsigned_num = (unsigned long) num;                               
  }                                                                   
                                                                      
  count = 0;                                                          
  while ((n = unsigned_num / base) > 0) {                             
 20055f8:	90 10 00 11 	mov  %l1, %o0                                  
 20055fc:	40 00 4f 40 	call  20192fc <.udiv>                          
 2005600:	a4 04 a0 01 	inc  %l2                                       
 2005604:	80 a2 20 00 	cmp  %o0, 0                                    
 2005608:	12 bf ff f5 	bne  20055dc <vprintk+0x150>                   
 200560c:	a6 10 00 11 	mov  %l1, %l3                                  
 2005610:	ae 04 a0 01 	add  %l2, 1, %l7                               
    toPrint[count++] = (char) (unsigned_num - (n * base));            
    unsigned_num = n;                                                 
  }                                                                   
  toPrint[count++] = (char) unsigned_num;                             
 2005614:	a4 07 80 12 	add  %fp, %l2, %l2                             
                                                                      
  for (n=maxwidth ; n > count; n-- )                                  
 2005618:	80 a4 00 17 	cmp  %l0, %l7                                  
 200561c:	08 80 00 09 	bleu  2005640 <vprintk+0x1b4>                  
 2005620:	e6 2c bf e8 	stb  %l3, [ %l2 + -24 ]                        
    BSP_output_char(lead);                                            
 2005624:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2005628:	9f c0 40 00 	call  %g1                                      
 200562c:	90 10 00 1c 	mov  %i4, %o0                                  
    toPrint[count++] = (char) (unsigned_num - (n * base));            
    unsigned_num = n;                                                 
  }                                                                   
  toPrint[count++] = (char) unsigned_num;                             
                                                                      
  for (n=maxwidth ; n > count; n-- )                                  
 2005630:	a0 04 3f ff 	add  %l0, -1, %l0                              
 2005634:	80 a4 00 17 	cmp  %l0, %l7                                  
 2005638:	38 bf ff fc 	bgu,a   2005628 <vprintk+0x19c>                
 200563c:	c2 05 00 00 	ld  [ %l4 ], %g1                               
    BSP_output_char(lead);                                            
                                                                      
  for (n = 0; n < count; n++) {                                       
 2005640:	80 a5 e0 00 	cmp  %l7, 0                                    
 2005644:	22 80 00 0e 	be,a   200567c <vprintk+0x1f0>                 <== NEVER TAKEN
 2005648:	b0 06 20 01 	inc  %i0                                       <== NOT EXECUTED
 200564c:	a2 05 ff ff 	add  %l7, -1, %l1                              
 2005650:	a0 10 20 00 	clr  %l0                                       
 2005654:	a2 05 80 11 	add  %l6, %l1, %l1                             
    BSP_output_char("0123456789ABCDEF"[(int)(toPrint[count-(n+1)])]); 
 2005658:	c4 4c 40 00 	ldsb  [ %l1 ], %g2                             
 200565c:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2005660:	d0 4f 40 02 	ldsb  [ %i5 + %g2 ], %o0                       
 2005664:	9f c0 40 00 	call  %g1                                      
 2005668:	a0 04 20 01 	inc  %l0                                       
  toPrint[count++] = (char) unsigned_num;                             
                                                                      
  for (n=maxwidth ; n > count; n-- )                                  
    BSP_output_char(lead);                                            
                                                                      
  for (n = 0; n < count; n++) {                                       
 200566c:	80 a4 00 17 	cmp  %l0, %l7                                  
 2005670:	0a bf ff fa 	bcs  2005658 <vprintk+0x1cc>                   
 2005674:	a2 04 7f ff 	add  %l1, -1, %l1                              
void vprintk(                                                         
  const char *fmt,                                                    
  va_list     ap                                                      
)                                                                     
{                                                                     
  for (; *fmt != '\0'; fmt++) {                                       
 2005678:	b0 06 20 01 	inc  %i0                                       
 200567c:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 2005680:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 2005684:	80 a0 60 00 	cmp  %g1, 0                                    
 2005688:	12 bf ff 8e 	bne  20054c0 <vprintk+0x34>                    <== ALWAYS TAKEN
 200568c:	91 38 60 18 	sra  %g1, 0x18, %o0                            
 2005690:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2005694:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    }                                                                 
                                                                      
    /* must be a numeric format or something unsupported */           
    if ( c == 'o' || c == 'O' ) {                                     
      base = 8; sign = false;                                         
    } else if ( c == 'i' || c == 'I' ||                               
 2005698:	22 bf ff bf 	be,a   2005594 <vprintk+0x108>                 
 200569c:	82 10 20 01 	mov  1, %g1                                    
 20056a0:	80 a0 60 64 	cmp  %g1, 0x64                                 
 20056a4:	22 bf ff bc 	be,a   2005594 <vprintk+0x108>                 
 20056a8:	82 10 20 01 	mov  1, %g1                                    
                c == 'd' || c == 'D' ) {                              
      base = 10; sign = true;                                         
    } else if ( c == 'u' || c == 'U' ) {                              
 20056ac:	80 a0 60 55 	cmp  %g1, 0x55                                 
 20056b0:	12 80 00 05 	bne  20056c4 <vprintk+0x238>                   
 20056b4:	80 a0 60 75 	cmp  %g1, 0x75                                 
 20056b8:	82 10 20 00 	clr  %g1                                       
 20056bc:	10 bf ff b7 	b  2005598 <vprintk+0x10c>                     
 20056c0:	aa 10 20 0a 	mov  0xa, %l5                                  
 20056c4:	02 bf ff fe 	be  20056bc <vprintk+0x230>                    
 20056c8:	82 10 20 00 	clr  %g1                                       
      base = 10; sign = false;                                        
    } else if ( c == 'x' || c == 'X' ) {                              
 20056cc:	91 38 a0 18 	sra  %g2, 0x18, %o0                            
 20056d0:	80 a2 20 58 	cmp  %o0, 0x58                                 
 20056d4:	02 bf ff b1 	be  2005598 <vprintk+0x10c>                    
 20056d8:	aa 10 20 10 	mov  0x10, %l5                                 
 20056dc:	80 a2 20 78 	cmp  %o0, 0x78                                 
 20056e0:	02 bf ff ae 	be  2005598 <vprintk+0x10c>                    
 20056e4:	01 00 00 00 	nop                                            
      base = 16; sign = false;                                        
    } else if ( c == 'p' ) {                                          
 20056e8:	80 a2 20 70 	cmp  %o0, 0x70                                 
 20056ec:	02 bf ff ab 	be  2005598 <vprintk+0x10c>                    
 20056f0:	01 00 00 00 	nop                                            
      base = 16; sign = false; lflag = true;                          
    } else {                                                          
      BSP_output_char(c);                                             
 20056f4:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 20056f8:	9f c0 40 00 	call  %g1                                      
 20056fc:	b0 06 20 01 	inc  %i0                                       
void vprintk(                                                         
  const char *fmt,                                                    
  va_list     ap                                                      
)                                                                     
{                                                                     
  for (; *fmt != '\0'; fmt++) {                                       
 2005700:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 2005704:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 2005708:	80 a0 60 00 	cmp  %g1, 0                                    
 200570c:	12 bf ff 6d 	bne  20054c0 <vprintk+0x34>                    
 2005710:	91 38 60 18 	sra  %g1, 0x18, %o0                            
 2005714:	81 c7 e0 08 	ret                                            
 2005718:	81 e8 00 00 	restore                                        
      base = 16; sign = false;                                        
    } else if ( c == 'p' ) {                                          
      base = 16; sign = false; lflag = true;                          
    } else {                                                          
      BSP_output_char(c);                                             
      continue;                                                       
 200571c:	10 bf ff 9f 	b  2005598 <vprintk+0x10c>                     
 2005720:	aa 10 20 08 	mov  8, %l5                                    
      fmt++;                                                          
    }                                                                 
                                                                      
    if ((c = *fmt) == 'l') {                                          
      lflag = true;                                                   
      c = *++fmt;                                                     
 2005724:	b0 06 20 01 	inc  %i0                                       
 2005728:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 200572c:	85 28 60 18 	sll  %g1, 0x18, %g2                            
    }                                                                 
    if ( c == 'c' ) {                                                 
 2005730:	83 38 a0 18 	sra  %g2, 0x18, %g1                            
 2005734:	80 a0 60 63 	cmp  %g1, 0x63                                 
 2005738:	12 bf ff 89 	bne  200555c <vprintk+0xd0>                    <== ALWAYS TAKEN
 200573c:	80 a0 60 73 	cmp  %g1, 0x73                                 
      /* need a cast here since va_arg() only takes fully promoted types */
      char chr = (char) va_arg(ap, int);                              
 2005740:	d0 06 40 00 	ld  [ %i1 ], %o0                               <== NOT EXECUTED
      BSP_output_char(chr);                                           
 2005744:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2005748:	91 2a 20 18 	sll  %o0, 0x18, %o0                            
 200574c:	9f c0 40 00 	call  %g1                                      
 2005750:	91 3a 20 18 	sra  %o0, 0x18, %o0                            
void vprintk(                                                         
  const char *fmt,                                                    
  va_list     ap                                                      
)                                                                     
{                                                                     
  for (; *fmt != '\0'; fmt++) {                                       
 2005754:	b0 06 20 01 	inc  %i0                                       
 2005758:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 200575c:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 2005760:	80 a0 60 00 	cmp  %g1, 0                                    
 2005764:	12 bf ff 56 	bne  20054bc <vprintk+0x30>                    <== ALWAYS TAKEN
 2005768:	b2 06 60 04 	add  %i1, 4, %i1                               
 200576c:	30 bf ff ea 	b,a   2005714 <vprintk+0x288>                  <== NOT EXECUTED
      lead = '0';                                                     
      fmt++;                                                          
    }                                                                 
    if (*fmt == '-' ) {                                               
      minus = true;                                                   
      fmt++;                                                          
 2005770:	b0 06 20 01 	inc  %i0                                       
 2005774:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 2005778:	aa 10 20 01 	mov  1, %l5                                    
 200577c:	10 bf ff 5f 	b  20054f8 <vprintk+0x6c>                      
 2005780:	85 28 60 18 	sll  %g1, 0x18, %g2                            
      continue;                                                       
    }                                                                 
    fmt++;                                                            
    if (*fmt == '0' ) {                                               
      lead = '0';                                                     
      fmt++;                                                          
 2005784:	b0 06 20 01 	inc  %i0                                       
 2005788:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 200578c:	b8 10 20 30 	mov  0x30, %i4                                 
 2005790:	10 bf ff 56 	b  20054e8 <vprintk+0x5c>                      
 2005794:	85 28 60 18 	sll  %g1, 0x18, %g2                            
    }                                                                 
    if ( c == 's' ) {                                                 
      unsigned i, len;                                                
      char *s, *str;                                                  
                                                                      
      str = va_arg(ap, char *);                                       
 2005798:	e4 06 40 00 	ld  [ %i1 ], %l2                               
                                                                      
      if ( str == NULL ) {                                            
 200579c:	80 a4 a0 00 	cmp  %l2, 0                                    
 20057a0:	02 80 00 4a 	be  20058c8 <vprintk+0x43c>                    
 20057a4:	b2 06 60 04 	add  %i1, 4, %i1                               
        str = "";                                                     
      }                                                               
                                                                      
      /* calculate length of string */                                
      for ( len=0, s=str ; *s ; len++, s++ )                          
 20057a8:	c2 4c 80 00 	ldsb  [ %l2 ], %g1                             
 20057ac:	80 a0 60 00 	cmp  %g1, 0                                    
 20057b0:	02 80 00 07 	be  20057cc <vprintk+0x340>                    
 20057b4:	a2 10 20 00 	clr  %l1                                       
 20057b8:	a2 04 60 01 	inc  %l1                                       
 20057bc:	c2 4c 80 11 	ldsb  [ %l2 + %l1 ], %g1                       
 20057c0:	80 a0 60 00 	cmp  %g1, 0                                    
 20057c4:	32 bf ff fe 	bne,a   20057bc <vprintk+0x330>                
 20057c8:	a2 04 60 01 	inc  %l1                                       
        ;                                                             
                                                                      
      /* leading spaces */                                            
      if ( !minus )                                                   
 20057cc:	aa 8d 60 ff 	andcc  %l5, 0xff, %l5                          
 20057d0:	12 80 00 0e 	bne  2005808 <vprintk+0x37c>                   
 20057d4:	80 a4 20 00 	cmp  %l0, 0                                    
        for ( i=len ; i<width ; i++ )                                 
 20057d8:	80 a4 00 11 	cmp  %l0, %l1                                  
 20057dc:	08 80 00 0b 	bleu  2005808 <vprintk+0x37c>                  
 20057e0:	80 a4 20 00 	cmp  %l0, 0                                    
 20057e4:	a6 10 00 11 	mov  %l1, %l3                                  
          BSP_output_char(' ');                                       
 20057e8:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 20057ec:	9f c0 40 00 	call  %g1                                      
 20057f0:	90 10 20 20 	mov  0x20, %o0                                 
      for ( len=0, s=str ; *s ; len++, s++ )                          
        ;                                                             
                                                                      
      /* leading spaces */                                            
      if ( !minus )                                                   
        for ( i=len ; i<width ; i++ )                                 
 20057f4:	a6 04 e0 01 	inc  %l3                                       
 20057f8:	80 a4 c0 10 	cmp  %l3, %l0                                  
 20057fc:	2a bf ff fc 	bcs,a   20057ec <vprintk+0x360>                
 2005800:	c2 05 00 00 	ld  [ %l4 ], %g1                               
          BSP_output_char(' ');                                       
                                                                      
      /* no width option */                                           
      if (width == 0) {                                               
 2005804:	80 a4 20 00 	cmp  %l0, 0                                    
 2005808:	32 80 00 07 	bne,a   2005824 <vprintk+0x398>                
 200580c:	d0 4c 80 00 	ldsb  [ %l2 ], %o0                             
          width = len;                                                
      }                                                               
                                                                      
      /* output the string */                                         
      for ( i=0 ; i<width && *str ; str++ )                           
 2005810:	80 a4 60 00 	cmp  %l1, 0                                    
 2005814:	02 80 00 14 	be  2005864 <vprintk+0x3d8>                    
 2005818:	80 a5 60 00 	cmp  %l5, 0                                    
 200581c:	a0 10 00 11 	mov  %l1, %l0                                  
 2005820:	d0 4c 80 00 	ldsb  [ %l2 ], %o0                             
 2005824:	80 a2 20 00 	cmp  %o0, 0                                    
 2005828:	02 80 00 0f 	be  2005864 <vprintk+0x3d8>                    <== NEVER TAKEN
 200582c:	80 a5 60 00 	cmp  %l5, 0                                    
        BSP_output_char(*str);                                        
 2005830:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2005834:	9f c0 40 00 	call  %g1                                      
 2005838:	a4 04 a0 01 	inc  %l2                                       
      if (width == 0) {                                               
          width = len;                                                
      }                                                               
                                                                      
      /* output the string */                                         
      for ( i=0 ; i<width && *str ; str++ )                           
 200583c:	10 80 00 06 	b  2005854 <vprintk+0x3c8>                     
 2005840:	d0 4c 80 00 	ldsb  [ %l2 ], %o0                             
        BSP_output_char(*str);                                        
 2005844:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 2005848:	9f c0 40 00 	call  %g1                                      
 200584c:	01 00 00 00 	nop                                            
      if (width == 0) {                                               
          width = len;                                                
      }                                                               
                                                                      
      /* output the string */                                         
      for ( i=0 ; i<width && *str ; str++ )                           
 2005850:	d0 4c 80 00 	ldsb  [ %l2 ], %o0                             
 2005854:	80 a2 20 00 	cmp  %o0, 0                                    
 2005858:	12 bf ff fb 	bne  2005844 <vprintk+0x3b8>                   
 200585c:	a4 04 a0 01 	inc  %l2                                       
        BSP_output_char(*str);                                        
                                                                      
      /* trailing spaces */                                           
      if ( minus )                                                    
 2005860:	80 a5 60 00 	cmp  %l5, 0                                    
 2005864:	22 bf ff 86 	be,a   200567c <vprintk+0x1f0>                 
 2005868:	b0 06 20 01 	inc  %i0                                       
        for ( i=len ; i<width ; i++ )                                 
 200586c:	80 a4 40 10 	cmp  %l1, %l0                                  
 2005870:	3a bf ff 83 	bcc,a   200567c <vprintk+0x1f0>                
 2005874:	b0 06 20 01 	inc  %i0                                       
          BSP_output_char(' ');                                       
 2005878:	c2 05 00 00 	ld  [ %l4 ], %g1                               
 200587c:	9f c0 40 00 	call  %g1                                      
 2005880:	90 10 20 20 	mov  0x20, %o0                                 
      for ( i=0 ; i<width && *str ; str++ )                           
        BSP_output_char(*str);                                        
                                                                      
      /* trailing spaces */                                           
      if ( minus )                                                    
        for ( i=len ; i<width ; i++ )                                 
 2005884:	a2 04 60 01 	inc  %l1                                       
 2005888:	80 a4 40 10 	cmp  %l1, %l0                                  
 200588c:	2a bf ff fc 	bcs,a   200587c <vprintk+0x3f0>                
 2005890:	c2 05 00 00 	ld  [ %l4 ], %g1                               
void vprintk(                                                         
  const char *fmt,                                                    
  va_list     ap                                                      
)                                                                     
{                                                                     
  for (; *fmt != '\0'; fmt++) {                                       
 2005894:	b0 06 20 01 	inc  %i0                                       
 2005898:	c2 0e 00 00 	ldub  [ %i0 ], %g1                             
 200589c:	83 28 60 18 	sll  %g1, 0x18, %g1                            
 20058a0:	80 a0 60 00 	cmp  %g1, 0                                    
 20058a4:	32 bf ff 07 	bne,a   20054c0 <vprintk+0x34>                 <== ALWAYS TAKEN
 20058a8:	91 38 60 18 	sra  %g1, 0x18, %o0                            
 20058ac:	30 bf ff 9a 	b,a   2005714 <vprintk+0x288>                  <== NOT EXECUTED
  unsigned long n;                                                    
  unsigned count;                                                     
  char toPrint[20];                                                   
                                                                      
  if ( sign && (num <  0) ) {                                         
    BSP_output_char('-');                                             
 20058b0:	9f c0 40 00 	call  %g1                                      
 20058b4:	90 10 20 2d 	mov  0x2d, %o0                                 
    unsigned_num = (unsigned long) -num;                              
    if (maxwidth) maxwidth--;                                         
 20058b8:	80 a0 00 10 	cmp  %g0, %l0                                  
  unsigned count;                                                     
  char toPrint[20];                                                   
                                                                      
  if ( sign && (num <  0) ) {                                         
    BSP_output_char('-');                                             
    unsigned_num = (unsigned long) -num;                              
 20058bc:	a6 20 00 13 	neg  %l3                                       
    if (maxwidth) maxwidth--;                                         
 20058c0:	10 bf ff 3e 	b  20055b8 <vprintk+0x12c>                     
 20058c4:	a0 64 20 00 	subx  %l0, 0, %l0                              
      unsigned i, len;                                                
      char *s, *str;                                                  
                                                                      
      str = va_arg(ap, char *);                                       
                                                                      
      if ( str == NULL ) {                                            
 20058c8:	10 bf ff b8 	b  20057a8 <vprintk+0x31c>                     
 20058cc:	a4 10 00 1b 	mov  %i3, %l2                                  
                                                                      

0201a710 <write>: ssize_t write( int fd, const void *buffer, size_t count ) {
 201a710:	9d e3 bf a0 	save  %sp, -96, %sp                            
  ssize_t  rc;                                                        
  rtems_libio_t     *iop;                                             
                                                                      
  rtems_libio_check_fd( fd );                                         
 201a714:	03 00 80 70 	sethi  %hi(0x201c000), %g1                     
 201a718:	c2 00 61 74 	ld  [ %g1 + 0x174 ], %g1	! 201c174 <rtems_libio_number_iops>
 201a71c:	80 a6 00 01 	cmp  %i0, %g1                                  
 201a720:	1a 80 00 23 	bcc  201a7ac <write+0x9c>                      <== NEVER TAKEN
 201a724:	03 00 80 72 	sethi  %hi(0x201c800), %g1                     
  iop = rtems_libio_iop( fd );                                        
 201a728:	e0 00 63 70 	ld  [ %g1 + 0x370 ], %l0	! 201cb70 <rtems_libio_iops>
 201a72c:	83 2e 20 06 	sll  %i0, 6, %g1                               
 201a730:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 201a734:	b0 06 00 01 	add  %i0, %g1, %i0                             
 201a738:	a0 04 00 18 	add  %l0, %i0, %l0                             
  rtems_libio_check_is_open( iop );                                   
 201a73c:	c2 04 20 18 	ld  [ %l0 + 0x18 ], %g1                        
 201a740:	80 88 61 00 	btst  0x100, %g1                               
 201a744:	02 80 00 1a 	be  201a7ac <write+0x9c>                       <== NEVER TAKEN
 201a748:	80 a6 60 00 	cmp  %i1, 0                                    
  rtems_libio_check_buffer( buffer );                                 
 201a74c:	02 80 00 1e 	be  201a7c4 <write+0xb4>                       <== NEVER TAKEN
 201a750:	80 a6 a0 00 	cmp  %i2, 0                                    
  rtems_libio_check_count( count );                                   
 201a754:	02 80 00 14 	be  201a7a4 <write+0x94>                       
 201a758:	b0 10 20 00 	clr  %i0                                       
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 201a75c:	80 88 60 04 	btst  4, %g1                                   
 201a760:	02 80 00 19 	be  201a7c4 <write+0xb4>                       <== NEVER TAKEN
 201a764:	01 00 00 00 	nop                                            
                                                                      
  /*                                                                  
   *  Now process the write() request.                                
   */                                                                 
                                                                      
  if ( !iop->handlers->write_h )                                      
 201a768:	c2 04 20 40 	ld  [ %l0 + 0x40 ], %g1                        
 201a76c:	c2 00 60 0c 	ld  [ %g1 + 0xc ], %g1                         
 201a770:	80 a0 60 00 	cmp  %g1, 0                                    
 201a774:	02 80 00 1a 	be  201a7dc <write+0xcc>                       <== NEVER TAKEN
 201a778:	92 10 00 19 	mov  %i1, %o1                                  
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
                                                                      
  rc = (*iop->handlers->write_h)( iop, buffer, count );               
 201a77c:	94 10 00 1a 	mov  %i2, %o2                                  
 201a780:	9f c0 40 00 	call  %g1                                      
 201a784:	90 10 00 10 	mov  %l0, %o0                                  
                                                                      
  if ( rc > 0 )                                                       
 201a788:	b0 92 20 00 	orcc  %o0, 0, %i0                              
 201a78c:	04 80 00 06 	ble  201a7a4 <write+0x94>                      <== NEVER TAKEN
 201a790:	85 3e 20 1f 	sra  %i0, 0x1f, %g2                            
    iop->offset += rc;                                                
 201a794:	d8 1c 20 10 	ldd  [ %l0 + 0x10 ], %o4                       
 201a798:	86 83 40 18 	addcc  %o5, %i0, %g3                           
 201a79c:	84 43 00 02 	addx  %o4, %g2, %g2                            
 201a7a0:	c4 3c 20 10 	std  %g2, [ %l0 + 0x10 ]                       
                                                                      
  return rc;                                                          
}                                                                     
 201a7a4:	81 c7 e0 08 	ret                                            
 201a7a8:	81 e8 00 00 	restore                                        
  ssize_t  rc;                                                        
  rtems_libio_t     *iop;                                             
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open( iop );                                   
 201a7ac:	7f ff d5 a0 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a7b0:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201a7b4:	82 10 20 09 	mov  9, %g1                                    <== NOT EXECUTED
 201a7b8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a7bc:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a7c0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  rtems_libio_check_buffer( buffer );                                 
  rtems_libio_check_count( count );                                   
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 201a7c4:	7f ff d5 9a 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a7c8:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201a7cc:	82 10 20 16 	mov  0x16, %g1                                 <== NOT EXECUTED
 201a7d0:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a7d4:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a7d8:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  /*                                                                  
   *  Now process the write() request.                                
   */                                                                 
                                                                      
  if ( !iop->handlers->write_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 201a7dc:	7f ff d5 94 	call  200fe2c <__errno>                        <== NOT EXECUTED
 201a7e0:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 201a7e4:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 201a7e8:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 201a7ec:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 201a7f0:	81 e8 00 00 	restore                                        <== NOT EXECUTED
                                                                      

020074f0 <writev>: ssize_t writev( int fd, const struct iovec *iov, int iovcnt ) {
 20074f0:	9d e3 bf a0 	save  %sp, -96, %sp                            
  int            bytes;                                               
  rtems_libio_t *iop;                                                 
  ssize_t        old;                                                 
  bool           all_zeros;                                           
                                                                      
  rtems_libio_check_fd( fd );                                         
 20074f4:	03 00 80 83 	sethi  %hi(0x2020c00), %g1                     
 20074f8:	c2 00 63 e4 	ld  [ %g1 + 0x3e4 ], %g1	! 2020fe4 <rtems_libio_number_iops>
 20074fc:	80 a6 00 01 	cmp  %i0, %g1                                  
 2007500:	1a 80 00 56 	bcc  2007658 <writev+0x168>                    <== NEVER TAKEN
 2007504:	03 00 80 88 	sethi  %hi(0x2022000), %g1                     
  iop = rtems_libio_iop( fd );                                        
 2007508:	e6 00 61 b4 	ld  [ %g1 + 0x1b4 ], %l3	! 20221b4 <rtems_libio_iops>
 200750c:	83 2e 20 06 	sll  %i0, 6, %g1                               
 2007510:	b1 2e 20 03 	sll  %i0, 3, %i0                               
 2007514:	b0 06 00 01 	add  %i0, %g1, %i0                             
 2007518:	a6 04 c0 18 	add  %l3, %i0, %l3                             
  rtems_libio_check_is_open( iop );                                   
 200751c:	c2 04 e0 18 	ld  [ %l3 + 0x18 ], %g1                        
 2007520:	80 88 61 00 	btst  0x100, %g1                               
 2007524:	02 80 00 4d 	be  2007658 <writev+0x168>                     
 2007528:	80 88 60 04 	btst  4, %g1                                   
  rtems_libio_check_permissions( iop, LIBIO_FLAGS_WRITE );            
 200752c:	02 80 00 30 	be  20075ec <writev+0xfc>                      <== NEVER TAKEN
 2007530:	80 a6 60 00 	cmp  %i1, 0                                    
                                                                      
  /*                                                                  
   *  Argument validation on IO vector                                
   */                                                                 
  if ( !iov )                                                         
 2007534:	02 80 00 2e 	be  20075ec <writev+0xfc>                      
 2007538:	80 a6 a0 00 	cmp  %i2, 0                                    
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( iovcnt <= 0 )                                                  
 200753c:	04 80 00 2c 	ble  20075ec <writev+0xfc>                     
 2007540:	80 a6 a4 00 	cmp  %i2, 0x400                                
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( iovcnt > IOV_MAX )                                             
 2007544:	14 80 00 2a 	bg  20075ec <writev+0xfc>                      <== NEVER TAKEN
 2007548:	01 00 00 00 	nop                                            
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !iop->handlers->write_h )                                      
 200754c:	c2 04 e0 40 	ld  [ %l3 + 0x40 ], %g1                        
 2007550:	c2 00 60 0c 	ld  [ %g1 + 0xc ], %g1                         
 2007554:	80 a0 60 00 	cmp  %g1, 0                                    
 2007558:	02 80 00 46 	be  2007670 <writev+0x180>                     <== NEVER TAKEN
 200755c:	17 00 00 1f 	sethi  %hi(0x7c00), %o3                        
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2007560:	82 10 00 19 	mov  %i1, %g1                                  
      all_zeros = false;                                              
                                                                      
    /* check for wrap */                                              
    old    = total;                                                   
    total += iov[v].iov_len;                                          
    if ( total < old || total > SSIZE_MAX )                           
 2007564:	96 12 e3 ff 	or  %o3, 0x3ff, %o3                            
                                                                      
  if ( iovcnt > IOV_MAX )                                             
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !iop->handlers->write_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2007568:	9a 10 20 01 	mov  1, %o5                                    
 200756c:	86 10 20 00 	clr  %g3                                       
 2007570:	88 10 20 00 	clr  %g4                                       
   *  entering the write loop.                                        
   */                                                                 
  all_zeros = true;                                                   
  for ( old=0, total=0, v=0 ; v < iovcnt ; v++ ) {                    
                                                                      
    if ( !iov[v].iov_base )                                           
 2007574:	c4 00 40 00 	ld  [ %g1 ], %g2                               
 2007578:	80 a0 a0 00 	cmp  %g2, 0                                    
 200757c:	02 80 00 1c 	be  20075ec <writev+0xfc>                      
 2007580:	86 00 e0 01 	inc  %g3                                       
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len < 0 )                                         
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len )                                             
 2007584:	c4 00 60 04 	ld  [ %g1 + 4 ], %g2                           
   *  this loop does that check as well and sets "all-zero" appropriately.
   *  The variable "all_zero" is used as an early exit point before   
   *  entering the write loop.                                        
   */                                                                 
  all_zeros = true;                                                   
  for ( old=0, total=0, v=0 ; v < iovcnt ; v++ ) {                    
 2007588:	82 00 60 08 	add  %g1, 8, %g1                               
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len < 0 )                                         
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len )                                             
 200758c:	80 a0 00 02 	cmp  %g0, %g2                                  
      all_zeros = false;                                              
                                                                      
    /* check for wrap */                                              
    old    = total;                                                   
    total += iov[v].iov_len;                                          
 2007590:	84 01 00 02 	add  %g4, %g2, %g2                             
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len < 0 )                                         
      rtems_set_errno_and_return_minus_one( EINVAL );                 
                                                                      
    if ( iov[v].iov_len )                                             
 2007594:	98 40 3f ff 	addx  %g0, -1, %o4                             
      all_zeros = false;                                              
                                                                      
    /* check for wrap */                                              
    old    = total;                                                   
    total += iov[v].iov_len;                                          
    if ( total < old || total > SSIZE_MAX )                           
 2007598:	80 a0 80 0b 	cmp  %g2, %o3                                  
 200759c:	14 80 00 14 	bg  20075ec <writev+0xfc>                      <== NEVER TAKEN
 20075a0:	9a 0b 40 0c 	and  %o5, %o4, %o5                             
 20075a4:	80 a1 00 02 	cmp  %g4, %g2                                  
 20075a8:	14 80 00 11 	bg  20075ec <writev+0xfc>                      
 20075ac:	80 a6 80 03 	cmp  %i2, %g3                                  
   *  this loop does that check as well and sets "all-zero" appropriately.
   *  The variable "all_zero" is used as an early exit point before   
   *  entering the write loop.                                        
   */                                                                 
  all_zeros = true;                                                   
  for ( old=0, total=0, v=0 ; v < iovcnt ; v++ ) {                    
 20075b0:	34 bf ff f1 	bg,a   2007574 <writev+0x84>                   
 20075b4:	88 10 00 02 	mov  %g2, %g4                                  
  }                                                                   
                                                                      
  /*                                                                  
   * A writev with all zeros is supposed to have no effect per OpenGroup.
   */                                                                 
  if ( all_zeros == true ) {                                          
 20075b8:	80 8b 60 ff 	btst  0xff, %o5                                
 20075bc:	a4 10 20 00 	clr  %l2                                       
 20075c0:	12 80 00 09 	bne  20075e4 <writev+0xf4>                     
 20075c4:	b0 10 20 00 	clr  %i0                                       
  /*                                                                  
   *  Now process the writev().                                       
   */                                                                 
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
    /* all zero lengths has no effect */                              
    if ( iov[v].iov_len == 0 )                                        
 20075c8:	d4 06 60 04 	ld  [ %i1 + 4 ], %o2                           
 20075cc:	80 a2 a0 00 	cmp  %o2, 0                                    
 20075d0:	12 80 00 0d 	bne  2007604 <writev+0x114>                    <== ALWAYS TAKEN
 20075d4:	a4 04 a0 01 	inc  %l2                                       
  }                                                                   
                                                                      
  /*                                                                  
   *  Now process the writev().                                       
   */                                                                 
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
 20075d8:	80 a6 80 12 	cmp  %i2, %l2                                  <== NOT EXECUTED
 20075dc:	14 bf ff fb 	bg  20075c8 <writev+0xd8>                      
 20075e0:	b2 06 60 08 	add  %i1, 8, %i1                               
    if (bytes != iov[ v ].iov_len)                                    
      break;                                                          
  }                                                                   
                                                                      
  return total;                                                       
}                                                                     
 20075e4:	81 c7 e0 08 	ret                                            
 20075e8:	81 e8 00 00 	restore                                        
                                                                      
    /* check for wrap */                                              
    old    = total;                                                   
    total += iov[v].iov_len;                                          
    if ( total < old || total > SSIZE_MAX )                           
      rtems_set_errno_and_return_minus_one( EINVAL );                 
 20075ec:	40 00 2c 9c 	call  201285c <__errno>                        
 20075f0:	b0 10 3f ff 	mov  -1, %i0                                   
 20075f4:	82 10 20 16 	mov  0x16, %g1                                 
 20075f8:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 20075fc:	81 c7 e0 08 	ret                                            
 2007600:	81 e8 00 00 	restore                                        
  for ( total=0, v=0 ; v < iovcnt ; v++ ) {                           
    /* all zero lengths has no effect */                              
    if ( iov[v].iov_len == 0 )                                        
      continue;                                                       
                                                                      
    bytes = (*iop->handlers->write_h)( iop, iov[v].iov_base, iov[v].iov_len );
 2007604:	c2 04 e0 40 	ld  [ %l3 + 0x40 ], %g1                        
 2007608:	d2 06 40 00 	ld  [ %i1 ], %o1                               
 200760c:	c2 00 60 0c 	ld  [ %g1 + 0xc ], %g1                         
 2007610:	9f c0 40 00 	call  %g1                                      
 2007614:	90 10 00 13 	mov  %l3, %o0                                  
                                                                      
    if ( bytes < 0 )                                                  
 2007618:	80 a2 20 00 	cmp  %o0, 0                                    
 200761c:	06 80 00 1b 	bl  2007688 <writev+0x198>                     <== NEVER TAKEN
 2007620:	01 00 00 00 	nop                                            
      return -1;                                                      
                                                                      
    if ( bytes > 0 ) {                                                
 2007624:	02 80 00 07 	be  2007640 <writev+0x150>                     <== NEVER TAKEN
 2007628:	a1 3a 20 1f 	sra  %o0, 0x1f, %l0                            
      iop->offset += bytes;                                           
 200762c:	c4 1c e0 10 	ldd  [ %l3 + 0x10 ], %g2                       
 2007630:	86 80 c0 08 	addcc  %g3, %o0, %g3                           
      total       += bytes;                                           
 2007634:	b0 06 00 08 	add  %i0, %o0, %i0                             
                                                                      
    if ( bytes < 0 )                                                  
      return -1;                                                      
                                                                      
    if ( bytes > 0 ) {                                                
      iop->offset += bytes;                                           
 2007638:	84 40 80 10 	addx  %g2, %l0, %g2                            
 200763c:	c4 3c e0 10 	std  %g2, [ %l3 + 0x10 ]                       
      total       += bytes;                                           
    }                                                                 
                                                                      
    if (bytes != iov[ v ].iov_len)                                    
 2007640:	c2 06 60 04 	ld  [ %i1 + 4 ], %g1                           
 2007644:	80 a2 00 01 	cmp  %o0, %g1                                  
 2007648:	02 bf ff e5 	be  20075dc <writev+0xec>                      <== ALWAYS TAKEN
 200764c:	80 a6 80 12 	cmp  %i2, %l2                                  
      break;                                                          
  }                                                                   
                                                                      
  return total;                                                       
}                                                                     
 2007650:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2007654:	81 e8 00 00 	restore                                        <== NOT EXECUTED
  ssize_t        old;                                                 
  bool           all_zeros;                                           
                                                                      
  rtems_libio_check_fd( fd );                                         
  iop = rtems_libio_iop( fd );                                        
  rtems_libio_check_is_open( iop );                                   
 2007658:	40 00 2c 81 	call  201285c <__errno>                        
 200765c:	b0 10 3f ff 	mov  -1, %i0                                   
 2007660:	82 10 20 09 	mov  9, %g1                                    
 2007664:	c2 22 00 00 	st  %g1, [ %o0 ]                               
 2007668:	81 c7 e0 08 	ret                                            
 200766c:	81 e8 00 00 	restore                                        
                                                                      
  if ( iovcnt > IOV_MAX )                                             
    rtems_set_errno_and_return_minus_one( EINVAL );                   
                                                                      
  if ( !iop->handlers->write_h )                                      
    rtems_set_errno_and_return_minus_one( ENOTSUP );                  
 2007670:	40 00 2c 7b 	call  201285c <__errno>                        <== NOT EXECUTED
 2007674:	b0 10 3f ff 	mov  -1, %i0                                   <== NOT EXECUTED
 2007678:	82 10 20 86 	mov  0x86, %g1                                 <== NOT EXECUTED
 200767c:	c2 22 00 00 	st  %g1, [ %o0 ]                               <== NOT EXECUTED
 2007680:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 2007684:	81 e8 00 00 	restore                                        <== NOT EXECUTED
    if ( iov[v].iov_len == 0 )                                        
      continue;                                                       
                                                                      
    bytes = (*iop->handlers->write_h)( iop, iov[v].iov_base, iov[v].iov_len );
                                                                      
    if ( bytes < 0 )                                                  
 2007688:	81 c7 e0 08 	ret                                            <== NOT EXECUTED
 200768c:	91 e8 3f ff 	restore  %g0, -1, %o0                          <== NOT EXECUTED