Changeset 1d496f6 in rtems


Ignore:
Timestamp:
03/29/04 16:04:42 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8bd41178
Parents:
850c88d
Message:

2004-03-29 Ralf Corsepius <ralf_corsepius@…>

  • rtems/include/rtems.h, rtems/include/rtems/rtems/asr.h, rtems/include/rtems/rtems/attr.h, rtems/include/rtems/rtems/clock.h, rtems/include/rtems/rtems/config.h, rtems/include/rtems/rtems/dpmem.h, rtems/include/rtems/rtems/eventset.h, rtems/include/rtems/rtems/message.h, rtems/include/rtems/rtems/modes.h, rtems/include/rtems/rtems/msgmp.h, rtems/include/rtems/rtems/options.h, rtems/include/rtems/rtems/part.h, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/regionmp.h, rtems/include/rtems/rtems/sem.h, rtems/include/rtems/rtems/support.h, rtems/include/rtems/rtems/taskmp.h, rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h, rtems/inline/rtems/rtems/part.inl, rtems/inline/rtems/rtems/region.inl, rtems/macros/rtems/rtems/part.inl, rtems/src/attr.c, rtems/src/dpmem.c, rtems/src/dpmemcreate.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventseize.c, rtems/src/msg.c, rtems/src/msgmp.c, rtems/src/msgqallocate.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqident.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqsubmit.c, rtems/src/msgqtranslatereturncode.c, rtems/src/msgqurgent.c, rtems/src/part.c, rtems/src/partcreate.c, rtems/src/partident.c, rtems/src/partmp.c, rtems/src/ratemon.c, rtems/src/region.c, rtems/src/regioncreate.c, rtems/src/regionextend.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionmp.c, rtems/src/regionreturnsegment.c, rtems/src/rtemstimer.c, rtems/src/sem.c, rtems/src/semcreate.c, rtems/src/semident.c, rtems/src/semmp.c, rtems/src/semobtain.c, rtems/src/semtranslatereturncode.c, rtems/src/taskcreate.c, rtems/src/taskgetnote.c, rtems/src/taskident.c, rtems/src/taskinitusers.c, rtems/src/taskmp.c, rtems/src/taskrestart.c, rtems/src/tasks.c, rtems/src/tasksetnote.c, rtems/src/taskstart.c, rtems/src/timerserver.c: Convert to using c99 fixed size types.
Location:
cpukit
Files:
72 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r850c88d r1d496f6  
     12004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * rtems/include/rtems.h,
     4        rtems/include/rtems/rtems/asr.h,
     5        rtems/include/rtems/rtems/attr.h,
     6        rtems/include/rtems/rtems/clock.h,
     7        rtems/include/rtems/rtems/config.h,
     8        rtems/include/rtems/rtems/dpmem.h,
     9        rtems/include/rtems/rtems/eventset.h,
     10        rtems/include/rtems/rtems/message.h,
     11        rtems/include/rtems/rtems/modes.h,
     12        rtems/include/rtems/rtems/msgmp.h,
     13        rtems/include/rtems/rtems/options.h,
     14        rtems/include/rtems/rtems/part.h,
     15        rtems/include/rtems/rtems/ratemon.h,
     16        rtems/include/rtems/rtems/region.h,
     17        rtems/include/rtems/rtems/regionmp.h,
     18        rtems/include/rtems/rtems/sem.h,
     19        rtems/include/rtems/rtems/support.h,
     20        rtems/include/rtems/rtems/taskmp.h,
     21        rtems/include/rtems/rtems/tasks.h,
     22        rtems/include/rtems/rtems/timer.h,
     23        rtems/inline/rtems/rtems/part.inl,
     24        rtems/inline/rtems/rtems/region.inl,
     25        rtems/macros/rtems/rtems/part.inl,
     26        rtems/src/attr.c,
     27        rtems/src/dpmem.c,
     28        rtems/src/dpmemcreate.c,
     29        rtems/src/dpmemexternal2internal.c,
     30        rtems/src/dpmeminternal2external.c,
     31        rtems/src/eventseize.c,
     32        rtems/src/msg.c,
     33        rtems/src/msgmp.c,
     34        rtems/src/msgqallocate.c,
     35        rtems/src/msgqbroadcast.c,
     36        rtems/src/msgqcreate.c,
     37        rtems/src/msgqflush.c,
     38        rtems/src/msgqgetnumberpending.c,
     39        rtems/src/msgqident.c,
     40        rtems/src/msgqreceive.c,
     41        rtems/src/msgqsend.c,
     42        rtems/src/msgqsubmit.c,
     43        rtems/src/msgqtranslatereturncode.c,
     44        rtems/src/msgqurgent.c,
     45        rtems/src/part.c,
     46        rtems/src/partcreate.c,
     47        rtems/src/partident.c,
     48        rtems/src/partmp.c,
     49        rtems/src/ratemon.c,
     50        rtems/src/region.c,
     51        rtems/src/regioncreate.c,
     52        rtems/src/regionextend.c,
     53        rtems/src/regiongetsegment.c,
     54        rtems/src/regiongetsegmentsize.c,
     55        rtems/src/regionmp.c,
     56        rtems/src/regionreturnsegment.c,
     57        rtems/src/rtemstimer.c,
     58        rtems/src/sem.c,
     59        rtems/src/semcreate.c,
     60        rtems/src/semident.c,
     61        rtems/src/semmp.c,
     62        rtems/src/semobtain.c,
     63        rtems/src/semtranslatereturncode.c,
     64        rtems/src/taskcreate.c,
     65        rtems/src/taskgetnote.c,
     66        rtems/src/taskident.c,
     67        rtems/src/taskinitusers.c,
     68        rtems/src/taskmp.c,
     69        rtems/src/taskrestart.c,
     70        rtems/src/tasks.c,
     71        rtems/src/tasksetnote.c,
     72        rtems/src/taskstart.c,
     73        rtems/src/timerserver.c: Convert to using c99 fixed size types.
     74
    1752004-04-29      Ralf Corsepius <ralf_corsepius@rtems.org>
    276
  • cpukit/rtems/include/rtems.h

    r850c88d r1d496f6  
    107107 
    108108/*
    109  *  The following constant defines the number of unsigned32's
     109 *  The following constant defines the number of uint32_t  's
    110110 *  in a packet which must be converted to native format in a
    111111 *  heterogeneous system.  In packets longer than
    112  *  MP_PACKET_MINIMUN_HETERO_CONVERSION unsigned32's, some of the "extra" data
     112 *  MP_PACKET_MINIMUN_HETERO_CONVERSION uint32_t  's, some of the "extra" data
    113113 *  may a user message buffer which is not automatically endian swapped.
    114114 */
  • cpukit/rtems/include/rtems/rtems/asr.h

    r850c88d r1d496f6  
    3030 */
    3131
    32 typedef unsigned32 rtems_signal_set;
     32typedef uint32_t  rtems_signal_set;
    3333
    3434/*
     
    5959  rtems_signal_set  signals_posted;   /* signal set */
    6060  rtems_signal_set  signals_pending;  /* pending signal set */
    61   unsigned32        nest_level;       /* nest level of RTEMS_ASR */
     61  uint32_t          nest_level;       /* nest level of RTEMS_ASR */
    6262}   ASR_Information;
    6363
  • cpukit/rtems/include/rtems/rtems/attr.h

    r850c88d r1d496f6  
    2323/* types */
    2424
    25 typedef unsigned32 rtems_attribute;
     25typedef uint32_t  rtems_attribute;
    2626
    2727/* constants */
  • cpukit/rtems/include/rtems/rtems/clock.h

    r850c88d r1d496f6  
    4949
    5050typedef struct {
    51   unsigned32  seconds;
    52   unsigned32  microseconds;
     51  uint32_t    seconds;
     52  uint32_t    microseconds;
    5353} rtems_clock_time_value;
    5454
  • cpukit/rtems/include/rtems/rtems/config.h

    r850c88d r1d496f6  
    3434
    3535typedef struct {
    36   rtems_unsigned32                  maximum_tasks;
    37   rtems_unsigned32                  maximum_timers;
    38   rtems_unsigned32                  maximum_semaphores;
    39   rtems_unsigned32                  maximum_message_queues;
    40   rtems_unsigned32                  maximum_partitions;
    41   rtems_unsigned32                  maximum_regions;
    42   rtems_unsigned32                  maximum_ports;
    43   rtems_unsigned32                  maximum_periods;
    44   rtems_unsigned32                  number_of_initialization_tasks;
     36  uint32_t                    maximum_tasks;
     37  uint32_t                    maximum_timers;
     38  uint32_t                    maximum_semaphores;
     39  uint32_t                    maximum_message_queues;
     40  uint32_t                    maximum_partitions;
     41  uint32_t                    maximum_regions;
     42  uint32_t                    maximum_ports;
     43  uint32_t                    maximum_periods;
     44  uint32_t                    number_of_initialization_tasks;
    4545  rtems_initialization_tasks_table *User_initialization_tasks_table;
    4646} rtems_api_configuration_table;
  • cpukit/rtems/include/rtems/rtems/dpmem.h

    r850c88d r1d496f6  
    4444  void            *internal_base; /* base internal address */
    4545  void            *external_base; /* base external address */
    46   unsigned32       length;        /* length of dual-ported area */
     46  uint32_t         length;        /* length of dual-ported area */
    4747}   Dual_ported_memory_Control;
    4848
     
    6262
    6363void _Dual_ported_memory_Manager_initialization(
    64   unsigned32 maximum_ports
     64  uint32_t  maximum_ports
    6565);
    6666
     
    8181  void         *internal_start,
    8282  void         *external_start,
    83   unsigned32    length,
     83  uint32_t      length,
    8484  Objects_Id   *id
    8585);
  • cpukit/rtems/include/rtems/rtems/eventset.h

    r850c88d r1d496f6  
    2626 */
    2727
    28 typedef unsigned32 rtems_event_set;
     28typedef uint32_t  rtems_event_set;
    2929
    3030/*
  • cpukit/rtems/include/rtems/rtems/message.h

    r850c88d r1d496f6  
    7979
    8080void _Message_queue_Manager_initialization(
    81   unsigned32 maximum_message_queues
     81  uint32_t  maximum_message_queues
    8282);
    8383
     
    9797rtems_status_code rtems_message_queue_create(
    9898  rtems_name       name,
    99   unsigned32       count,
    100   unsigned32       max_message_size,
     99  uint32_t         count,
     100  uint32_t         max_message_size,
    101101  rtems_attribute  attribute_set,
    102102  Objects_Id      *id
     
    119119rtems_status_code rtems_message_queue_ident(
    120120  rtems_name    name,
    121   unsigned32    node,
     121  uint32_t      node,
    122122  Objects_Id   *id
    123123);
     
    155155  Objects_Id            id,
    156156  void                 *buffer,
    157   unsigned32            size
     157  uint32_t              size
    158158);
    159159
     
    173173  Objects_Id            id,
    174174  void                 *buffer,
    175   unsigned32            size
     175  uint32_t              size
    176176);
    177177
     
    190190  Objects_Id            id,
    191191  void                 *buffer,
    192   unsigned32            size,
    193   unsigned32           *count
     192  uint32_t              size,
     193  uint32_t             *count
    194194);
    195195
     
    211211  Objects_Id            id,
    212212  void                 *buffer,
    213   unsigned32           *size,
    214   unsigned32            option_set,
     213  uint32_t             *size,
     214  uint32_t              option_set,
    215215  rtems_interval        timeout
    216216);
     
    229229rtems_status_code rtems_message_queue_flush(
    230230  Objects_Id  id,
    231   unsigned32 *count
     231  uint32_t  *count
    232232);
    233233
     
    245245rtems_status_code rtems_message_queue_get_number_pending(
    246246  Objects_Id  id,
    247   unsigned32 *count
     247  uint32_t  *count
    248248);
    249249
     
    265265  Objects_Id                  id,
    266266  void                       *buffer,
    267   unsigned32                  size,
     267  uint32_t                    size,
    268268  Message_queue_Submit_types  submit_type
    269269);
     
    279279
    280280Message_queue_Control *_Message_queue_Allocate (
    281     unsigned32          count,
    282     unsigned32          max_message_size
     281    uint32_t            count,
     282    uint32_t            max_message_size
    283283);
    284284
     
    293293 
    294294rtems_status_code _Message_queue_Translate_core_message_queue_return_code (
    295   unsigned32 the_message_queue_status
     295  uint32_t  the_message_queue_status
    296296);
    297297
  • cpukit/rtems/include/rtems/rtems/modes.h

    r850c88d r1d496f6  
    2828 */
    2929
    30 typedef unsigned32 Modes_Control;
     30typedef uint32_t  Modes_Control;
    3131
    3232/*
  • cpukit/rtems/include/rtems/rtems/msgmp.h

    r850c88d r1d496f6  
    6262  rtems_option                       option_set;
    6363  Objects_Id                         proxy_id;
    64   unsigned32                         count;
    65   unsigned32                         size;
    66   unsigned32                         pad0;
     64  uint32_t                           count;
     65  uint32_t                           size;
     66  uint32_t                           pad0;
    6767  CORE_message_queue_Buffer          Buffer;
    6868}   Message_queue_MP_Packet;
     
    9797  Objects_Id                          message_queue_id,
    9898  void                               *buffer,
    99   unsigned32                         *size_p,
     99  uint32_t                           *size_p,
    100100  rtems_option                        option_set,
    101101  Watchdog_Interval                   timeout
  • cpukit/rtems/include/rtems/rtems/options.h

    r850c88d r1d496f6  
    2626 */
    2727
    28 typedef unsigned32 rtems_option;
     28typedef uint32_t  rtems_option;
    2929
    3030/*
  • cpukit/rtems/include/rtems/rtems/part.h

    r850c88d r1d496f6  
    4343  Objects_Control     Object;
    4444  void               *starting_address;      /* physical address */
    45   unsigned32          length;                /* in bytes */
    46   unsigned32          buffer_size;           /* in bytes */
     45  uint32_t            length;                /* in bytes */
     46  uint32_t            buffer_size;           /* in bytes */
    4747  rtems_attribute  attribute_set;         /* attributes */
    48   unsigned32          number_of_used_blocks; /* or allocated buffers */
     48  uint32_t            number_of_used_blocks; /* or allocated buffers */
    4949  Chain_Control       Memory;                /* buffer chain */
    5050}   Partition_Control;
     
    6666
    6767void _Partition_Manager_initialization(
    68   unsigned32 maximum_partitions
     68  uint32_t  maximum_partitions
    6969);
    7070
     
    8686  rtems_name          name,
    8787  void               *starting_address,
    88   unsigned32          length,
    89   unsigned32          buffer_size,
     88  uint32_t            length,
     89  uint32_t            buffer_size,
    9090  rtems_attribute  attribute_set,
    9191  Objects_Id         *id
     
    108108rtems_status_code rtems_partition_ident(
    109109  rtems_name    name,
    110   unsigned32    node,
     110  uint32_t      node,
    111111  Objects_Id   *id
    112112);
  • cpukit/rtems/include/rtems/rtems/ratemon.h

    r850c88d r1d496f6  
    6262typedef struct {
    6363  rtems_rate_monotonic_period_states  state;
    64   unsigned32                          ticks_since_last_period;
    65   unsigned32                          ticks_executed_since_last_period;
     64  uint32_t                            ticks_since_last_period;
     65  uint32_t                            ticks_executed_since_last_period;
    6666}  rtems_rate_monotonic_period_status;
    6767
     
    7575  Watchdog_Control                    Timer;
    7676  rtems_rate_monotonic_period_states  state;
    77   unsigned32                          owner_ticks_executed_at_period;
    78   unsigned32                          time_at_period;
    79   unsigned32                          next_length;
     77  uint32_t                            owner_ticks_executed_at_period;
     78  uint32_t                            time_at_period;
     79  uint32_t                            next_length;
    8080  Thread_Control                     *owner;
    8181}   Rate_monotonic_Control;
     
    9292
    9393void _Rate_monotonic_Manager_initialization(
    94   unsigned32 maximum_periods
     94  uint32_t  maximum_periods
    9595);
    9696
  • cpukit/rtems/include/rtems/rtems/region.h

    r850c88d r1d496f6  
    4646  Thread_queue_Control  Wait_queue;            /* waiting threads        */
    4747  void                 *starting_address;      /* physical start addr    */
    48   unsigned32            length;                /* physical length(bytes) */
    49   unsigned32            page_size;             /* in bytes               */
    50   unsigned32            maximum_segment_size;  /* in bytes               */
     48  uint32_t              length;                /* physical length(bytes) */
     49  uint32_t              page_size;             /* in bytes               */
     50  uint32_t              maximum_segment_size;  /* in bytes               */
    5151  rtems_attribute       attribute_set;
    52   unsigned32            number_of_used_blocks; /* blocks allocated       */
     52  uint32_t              number_of_used_blocks; /* blocks allocated       */
    5353  Heap_Control          Memory;
    5454}  Region_Control;
     
    7070
    7171void _Region_Manager_initialization(
    72   unsigned32 maximum_regions
     72  uint32_t  maximum_regions
    7373);
    7474
     
    9090  rtems_name          name,
    9191  void               *starting_address,
    92   unsigned32          length,
    93   unsigned32          page_size,
     92  uint32_t            length,
     93  uint32_t            page_size,
    9494  rtems_attribute  attribute_set,
    9595  Objects_Id         *id
     
    110110  Objects_Id          id,
    111111  void               *starting_address,
    112   unsigned32          length
     112  uint32_t            length
    113113);
    114114
     
    173173rtems_status_code rtems_region_get_segment(
    174174  Objects_Id         id,
    175   unsigned32         size,
     175  uint32_t           size,
    176176  rtems_option       option_set,
    177177  rtems_interval     timeout,
     
    191191  Objects_Id         id,
    192192  void              *segment,
    193   unsigned32        *size
     193  uint32_t          *size
    194194);
    195195
  • cpukit/rtems/include/rtems/rtems/regionmp.h

    r850c88d r1d496f6  
    5353  rtems_name                   name;
    5454  rtems_option                 option_set;
    55   unsigned32                   size;
     55  uint32_t                     size;
    5656  Objects_Id                   proxy_id;
    5757  void                        *segment;
     
    8787  Objects_Id                   region_id,
    8888  void                        *segment,
    89   unsigned32                   size,
     89  uint32_t                     size,
    9090  rtems_option                 option_set,
    9191  rtems_interval               timeout
  • cpukit/rtems/include/rtems/rtems/sem.h

    r850c88d r1d496f6  
    6969
    7070void _Semaphore_Manager_initialization(
    71   unsigned32 maximum_semaphores
     71  uint32_t  maximum_semaphores
    7272);
    7373
     
    8686rtems_status_code rtems_semaphore_create(
    8787  rtems_name           name,
    88   unsigned32           count,
     88  uint32_t             count,
    8989  rtems_attribute      attribute_set,
    9090  rtems_task_priority  priority_ceiling,
     
    108108rtems_status_code rtems_semaphore_ident(
    109109  rtems_name    name,
    110   unsigned32    node,
     110  uint32_t      node,
    111111  rtems_id     *id
    112112);
     
    141141rtems_status_code rtems_semaphore_obtain(
    142142  rtems_id       id,
    143   unsigned32     option_set,
     143  uint32_t       option_set,
    144144  rtems_interval timeout
    145145);
     
    185185boolean _Semaphore_Seize(
    186186  Semaphore_Control *the_semaphore,
    187   unsigned32         option_set
     187  uint32_t           option_set
    188188);
    189189
     
    198198 
    199199rtems_status_code _Semaphore_Translate_core_mutex_return_code (
    200   unsigned32 the_mutex_status
     200  uint32_t  the_mutex_status
    201201);
    202202
     
    211211 
    212212rtems_status_code _Semaphore_Translate_core_semaphore_return_code (
    213   unsigned32 the_mutex_status
     213  uint32_t  the_mutex_status
    214214);
    215215 
  • cpukit/rtems/include/rtems/rtems/support.h

    r850c88d r1d496f6  
    3838 
    3939#define rtems_build_name( _C1, _C2, _C3, _C4 ) \
    40   ( (unsigned32)(_C1) << 24 | (unsigned32)(_C2) << 16 | (unsigned32)(_C3) << 8 | (unsigned32)(_C4) )
     40  ( (uint32_t  )(_C1) << 24 | (uint32_t  )(_C2) << 16 | (uint32_t  )(_C3) << 8 | (uint32_t  )(_C4) )
    4141 
    4242/*
  • cpukit/rtems/include/rtems/rtems/taskmp.h

    r850c88d r1d496f6  
    5858  rtems_name                        name;
    5959  rtems_task_priority               the_priority;
    60   unsigned32                        notepad;
    61   unsigned32                        note;
     60  uint32_t                          notepad;
     61  uint32_t                          note;
    6262}   RTEMS_tasks_MP_Packet;
    6363
     
    9090  Objects_Id                       task_id,
    9191  rtems_task_priority                 the_priority,
    92   unsigned32                       notepad,
    93   unsigned32                       note
     92  uint32_t                         notepad,
     93  uint32_t                         note
    9494);
    9595
  • cpukit/rtems/include/rtems/rtems/tasks.h

    r850c88d r1d496f6  
    119119 */
    120120 
    121 typedef unsigned32 rtems_task_argument;
     121typedef uint32_t  rtems_task_argument;
    122122
    123123/*
     
    138138typedef struct {
    139139  rtems_name            name;              /* task name */
    140   unsigned32            stack_size;        /* task stack size */
     140  uint32_t              stack_size;        /* task stack size */
    141141  rtems_task_priority   initial_priority;  /* task priority */
    142142  rtems_attribute       attribute_set;     /* task attributes */
    143143  rtems_task_entry      entry_point;       /* task entry point */
    144144  rtems_mode            mode_set;          /* task initial mode */
    145   unsigned32            argument;          /* task argument */
     145  uint32_t              argument;          /* task argument */
    146146} rtems_initialization_tasks_table;
    147147
     
    153153 
    154154typedef struct {
    155   unsigned32               Notepads[ RTEMS_NUMBER_NOTEPADS ];
     155  uint32_t                 Notepads[ RTEMS_NUMBER_NOTEPADS ];
    156156  rtems_event_set          pending_events;
    157157  rtems_event_set          event_condition;
     
    172172RTEMS_EXTERN rtems_initialization_tasks_table
    173173               *_RTEMS_tasks_User_initialization_tasks;
    174 RTEMS_EXTERN unsigned32   _RTEMS_tasks_Number_of_initialization_tasks;
     174RTEMS_EXTERN uint32_t     _RTEMS_tasks_Number_of_initialization_tasks;
    175175
    176176/*
     
    183183 
    184184void _RTEMS_tasks_Manager_initialization(
    185   unsigned32                        maximum_tasks,
    186   unsigned32                        number_of_initialization_tasks,
     185  uint32_t                          maximum_tasks,
     186  uint32_t                          number_of_initialization_tasks,
    187187  rtems_initialization_tasks_table *user_tasks
    188188);
     
    204204  rtems_name           name,
    205205  rtems_task_priority  initial_priority,
    206   unsigned32           stack_size,
     206  uint32_t             stack_size,
    207207  rtems_mode           initial_modes,
    208208  rtems_attribute      attribute_set,
     
    226226rtems_status_code rtems_task_ident(
    227227  rtems_name    name,
    228   unsigned32    node,
     228  uint32_t      node,
    229229  Objects_Id   *id
    230230);
     
    255255rtems_status_code rtems_task_get_note(
    256256  Objects_Id  id,
    257   unsigned32  notepad,
    258   unsigned32 *note
     257  uint32_t    notepad,
     258  uint32_t  *note
    259259);
    260260
     
    271271rtems_status_code rtems_task_set_note(
    272272  Objects_Id id,
    273   unsigned32 notepad,
    274   unsigned32 note
     273  uint32_t  notepad,
     274  uint32_t  note
    275275);
    276276
     
    304304rtems_status_code rtems_task_restart(
    305305  Objects_Id id,
    306   unsigned32 arg
     306  uint32_t  arg
    307307);
    308308
     
    363363  Objects_Id   id,
    364364  rtems_task_entry entry_point,
    365   unsigned32   argument
     365  uint32_t     argument
    366366);
    367367
  • cpukit/rtems/include/rtems/rtems/timer.h

    r850c88d r1d496f6  
    117117
    118118void _Timer_Manager_initialization(
    119   unsigned32 maximum_timers
     119  uint32_t  maximum_timers
    120120);
    121121
     
    132132
    133133Thread _Timer_Server_body(
    134   unsigned32 ignored
     134  uint32_t  ignored
    135135);
    136136
     
    296296
    297297rtems_status_code rtems_timer_initiate_server(
    298   unsigned32           priority,
    299   unsigned32           stack_size,
     298  uint32_t             priority,
     299  uint32_t             stack_size,
    300300  rtems_attribute      attribute_set
    301301);
  • cpukit/rtems/inline/rtems/rtems/part.inl

    r850c88d r1d496f6  
    6767)
    6868{
    69   unsigned32   offset;
     69  uint32_t     offset;
    7070
    71   offset = (unsigned32) _Addresses_Subtract(
     71  offset = (uint32_t  ) _Addresses_Subtract(
    7272    the_buffer,
    7373    the_partition->starting_address
     
    116116
    117117RTEMS_INLINE_ROUTINE boolean _Partition_Is_buffer_size_aligned (
    118    unsigned32 buffer_size
     118   uint32_t  buffer_size
    119119)
    120120{
  • cpukit/rtems/inline/rtems/rtems/region.inl

    r850c88d r1d496f6  
    8484RTEMS_INLINE_ROUTINE void *_Region_Allocate_segment (
    8585  Region_Control *the_region,
    86   unsigned32      size
     86  uint32_t        size
    8787)
    8888{
  • cpukit/rtems/macros/rtems/rtems/part.inl

    r850c88d r1d496f6  
    4242
    4343#define _Partition_Is_buffer_on_boundary( _the_buffer, _the_partition ) \
    44   ((((unsigned32) _Addresses_Subtract( \
     44  ((((uint32_t  ) _Addresses_Subtract( \
    4545                    (_the_buffer), \
    4646                    (_the_partition)->starting_address ) \
  • cpukit/rtems/src/attr.c

    r850c88d r1d496f6  
    1818#include <rtems/rtems/modes.h>
    1919
    20 rtems_unsigned32 rtems_minimum_stack_size = STACK_MINIMUM_SIZE;
    21 rtems_unsigned32 rtems_interrupt_mask = RTEMS_INTERRUPT_MASK;
     20uint32_t  rtems_minimum_stack_size = STACK_MINIMUM_SIZE;
     21uint32_t  rtems_interrupt_mask = RTEMS_INTERRUPT_MASK;
    2222
    2323rtems_attribute rtems_interrupt_level_attribute(
    24   unsigned32 level
     24  uint32_t  level
    2525)
    2626{
  • cpukit/rtems/src/dpmem.c

    r850c88d r1d496f6  
    3535
    3636void _Dual_ported_memory_Manager_initialization(
    37   unsigned32 maximum_ports
     37  uint32_t  maximum_ports
    3838)
    3939{
  • cpukit/rtems/src/dpmemcreate.c

    r850c88d r1d496f6  
    4444  void         *internal_start,
    4545  void         *external_start,
    46   unsigned32    length,
     46  uint32_t      length,
    4747  Objects_Id   *id
    4848)
  • cpukit/rtems/src/dpmemexternal2internal.c

    r850c88d r1d496f6  
    4848  register Dual_ported_memory_Control *the_port;
    4949  Objects_Locations                    location;
    50   unsigned32                           ending;
     50  uint32_t                             ending;
    5151
    5252  the_port = _Dual_ported_memory_Get( id, &location );
  • cpukit/rtems/src/dpmeminternal2external.c

    r850c88d r1d496f6  
    4848  register Dual_ported_memory_Control *the_port;
    4949  Objects_Locations                    location;
    50   unsigned32                           ending;
     50  uint32_t                             ending;
    5151
    5252  the_port = _Dual_ported_memory_Get( id, &location );
  • cpukit/rtems/src/eventseize.c

    r850c88d r1d496f6  
    8585  _Event_Sync_state = EVENT_SYNC_NOTHING_HAPPENED;
    8686
    87   executing->Wait.option            = (unsigned32) option_set;
    88   executing->Wait.count             = (unsigned32) event_in;
     87  executing->Wait.option            = (uint32_t  ) option_set;
     88  executing->Wait.count             = (uint32_t  ) event_in;
    8989  executing->Wait.return_argument   = event_out;
    9090
  • cpukit/rtems/src/msg.c

    r850c88d r1d496f6  
    4545
    4646void _Message_queue_Manager_initialization(
    47   unsigned32 maximum_message_queues
     47  uint32_t  maximum_message_queues
    4848)
    4949{
  • cpukit/rtems/src/msgmp.c

    r850c88d r1d496f6  
    3838{
    3939  Message_queue_MP_Packet *the_packet;
    40   unsigned32               node;
     40  uint32_t                 node;
    4141
    4242  switch ( operation ) {
     
    9090  Objects_Id                          message_queue_id,
    9191  void                               *buffer,
    92   unsigned32                         *size_p,
     92  uint32_t                           *size_p,
    9393  rtems_option                        option_set,
    9494  rtems_interval                      timeout
     
    165165      the_packet->size       = 0;        /* just in case of an error */
    166166
    167       _Thread_Executing->Wait.return_argument   = (unsigned32 *)buffer;
     167      _Thread_Executing->Wait.return_argument   = (uint32_t  *)buffer;
    168168      _Thread_Executing->Wait.return_argument_1 = size_p;
    169169     
     
    319319
    320320      if (the_packet->Prefix.return_code == RTEMS_SUCCESSFUL) {
    321         *(rtems_unsigned32 *)the_thread->Wait.return_argument_1 =
     321        *(uint32_t  *)the_thread->Wait.return_argument_1 =
    322322           the_packet->size;
    323323
     
    392392      the_thread = _MPCI_Process_response( the_packet_prefix );
    393393
    394       *(unsigned32 *)the_thread->Wait.return_argument = the_packet->count;
     394      *(uint32_t  *)the_thread->Wait.return_argument = the_packet->count;
    395395
    396396      _MPCI_Return_packet( the_packet_prefix );
  • cpukit/rtems/src/msgqallocate.c

    r850c88d r1d496f6  
    4747
    4848Message_queue_Control *_Message_queue_Allocate (
    49   unsigned32           count,
    50   unsigned32           max_message_size
     49  uint32_t             count,
     50  uint32_t             max_message_size
    5151)
    5252{
  • cpukit/rtems/src/msgqbroadcast.c

    r850c88d r1d496f6  
    5353  Objects_Id            id,
    5454  void                 *buffer,
    55   unsigned32            size,
    56   unsigned32           *count
     55  uint32_t              size,
     56  uint32_t             *count
    5757)
    5858{
  • cpukit/rtems/src/msgqcreate.c

    r850c88d r1d496f6  
    5353rtems_status_code rtems_message_queue_create(
    5454  rtems_name          name,
    55   unsigned32          count,
    56   unsigned32          max_message_size,
     55  uint32_t            count,
     56  uint32_t            max_message_size,
    5757  rtems_attribute     attribute_set,
    5858  Objects_Id         *id
  • cpukit/rtems/src/msgqflush.c

    r850c88d r1d496f6  
    5151rtems_status_code rtems_message_queue_flush(
    5252  Objects_Id  id,
    53   unsigned32 *count
     53  uint32_t  *count
    5454)
    5555{
  • cpukit/rtems/src/msgqgetnumberpending.c

    r850c88d r1d496f6  
    4949rtems_status_code rtems_message_queue_get_number_pending(
    5050  Objects_Id  id,
    51   unsigned32 *count
     51  uint32_t  *count
    5252)
    5353{
  • cpukit/rtems/src/msgqident.c

    r850c88d r1d496f6  
    5151rtems_status_code rtems_message_queue_ident(
    5252  rtems_name    name,
    53   unsigned32    node,
     53  uint32_t      node,
    5454  Objects_Id   *id
    5555)
  • cpukit/rtems/src/msgqreceive.c

    r850c88d r1d496f6  
    5353  Objects_Id            id,
    5454  void                 *buffer,
    55   unsigned32           *size,
    56   unsigned32            option_set,
     55  uint32_t             *size,
     56  uint32_t              option_set,
    5757  rtems_interval        timeout
    5858)
  • cpukit/rtems/src/msgqsend.c

    r850c88d r1d496f6  
    5151  Objects_Id            id,
    5252  void                 *buffer,
    53   unsigned32            size
     53  uint32_t              size
    5454)
    5555{
  • cpukit/rtems/src/msgqsubmit.c

    r850c88d r1d496f6  
    6262  Objects_Id                  id,
    6363  void                       *buffer,
    64   unsigned32                  size,
     64  uint32_t                    size,
    6565  Message_queue_Submit_types  submit_type
    6666)
  • cpukit/rtems/src/msgqtranslatereturncode.c

    r850c88d r1d496f6  
    5454
    5555rtems_status_code _Message_queue_Translate_core_message_queue_return_code (
    56   unsigned32 status
     56  uint32_t  status
    5757)
    5858{
  • cpukit/rtems/src/msgqurgent.c

    r850c88d r1d496f6  
    5151  Objects_Id            id,
    5252  void                 *buffer,
    53   unsigned32            size
     53  uint32_t              size
    5454)
    5555{
  • cpukit/rtems/src/part.c

    r850c88d r1d496f6  
    3636
    3737void _Partition_Manager_initialization(
    38   unsigned32 maximum_partitions
     38  uint32_t  maximum_partitions
    3939)
    4040{
  • cpukit/rtems/src/partcreate.c

    r850c88d r1d496f6  
    4646  rtems_name          name,
    4747  void               *starting_address,
    48   unsigned32          length,
    49   unsigned32          buffer_size,
     48  uint32_t            length,
     49  uint32_t            buffer_size,
    5050  rtems_attribute  attribute_set,
    5151  Objects_Id         *id
  • cpukit/rtems/src/partident.c

    r850c88d r1d496f6  
    4242rtems_status_code rtems_partition_ident(
    4343  rtems_name    name,
    44   unsigned32    node,
     44  uint32_t      node,
    4545  Objects_Id   *id
    4646)
  • cpukit/rtems/src/partmp.c

    r850c88d r1d496f6  
    3737{
    3838  Partition_MP_Packet *the_packet;
    39   unsigned32           node;
     39  uint32_t             node;
    4040
    4141  switch ( operation ) {
  • cpukit/rtems/src/ratemon.c

    r850c88d r1d496f6  
    3838
    3939void _Rate_monotonic_Manager_initialization(
    40   unsigned32 maximum_periods
     40  uint32_t  maximum_periods
    4141)
    4242{
  • cpukit/rtems/src/region.c

    r850c88d r1d496f6  
    3636
    3737void _Region_Manager_initialization(
    38   unsigned32 maximum_regions
     38  uint32_t  maximum_regions
    3939)
    4040{
  • cpukit/rtems/src/regioncreate.c

    r850c88d r1d496f6  
    4747  rtems_name          name,
    4848  void               *starting_address,
    49   unsigned32          length,
    50   unsigned32          page_size,
     49  uint32_t            length,
     50  uint32_t            page_size,
    5151  rtems_attribute  attribute_set,
    5252  Objects_Id         *id
  • cpukit/rtems/src/regionextend.c

    r850c88d r1d496f6  
    4343  Objects_Id          id,
    4444  void               *starting_address,
    45   unsigned32          length
     45  uint32_t            length
    4646)
    4747{
    4848  Region_Control     *the_region;
    4949  Objects_Locations   location;
    50   unsigned32          amount_extended;
     50  uint32_t            amount_extended;
    5151  Heap_Extend_status  heap_status;
    5252  rtems_status_code   status;
  • cpukit/rtems/src/regiongetsegment.c

    r850c88d r1d496f6  
    4444rtems_status_code rtems_region_get_segment(
    4545  Objects_Id         id,
    46   unsigned32         size,
     46  uint32_t           size,
    4747  rtems_option       option_set,
    4848  rtems_interval     timeout,
  • cpukit/rtems/src/regiongetsegmentsize.c

    r850c88d r1d496f6  
    4343  Objects_Id         id,
    4444  void              *segment,
    45   unsigned32        *size
     45  uint32_t          *size
    4646)
    4747{
  • cpukit/rtems/src/regionmp.c

    r850c88d r1d496f6  
    3737{
    3838  Region_MP_Packet *the_packet;
    39   unsigned32           node;
     39  uint32_t             node;
    4040
    4141  switch ( operation ) {
     
    8080  Objects_Id                   region_id,
    8181  void                        *segment,
    82   unsigned32                   size,
     82  uint32_t                     size,
    8383  rtems_option                 option_set,
    8484  rtems_interval               timeout
  • cpukit/rtems/src/regionreturnsegment.c

    r850c88d r1d496f6  
    5656  void                   **the_segment;
    5757#ifdef RTEMS_REGION_FREE_SHRED_PATTERN
    58   unsigned32               size;
     58  uint32_t                 size;
    5959#endif
    6060  int                      status;
  • cpukit/rtems/src/rtemstimer.c

    r850c88d r1d496f6  
    3535
    3636void _Timer_Manager_initialization(
    37   unsigned32 maximum_timers
     37  uint32_t  maximum_timers
    3838)
    3939{
  • cpukit/rtems/src/sem.c

    r850c88d r1d496f6  
    5959
    6060void _Semaphore_Manager_initialization(
    61   unsigned32 maximum_semaphores
     61  uint32_t  maximum_semaphores
    6262)
    6363{
  • cpukit/rtems/src/semcreate.c

    r850c88d r1d496f6  
    6868rtems_status_code rtems_semaphore_create(
    6969  rtems_name           name,
    70   unsigned32           count,
     70  uint32_t             count,
    7171  rtems_attribute      attribute_set,
    7272  rtems_task_priority  priority_ceiling,
     
    7777  CORE_mutex_Attributes       the_mutex_attributes;
    7878  CORE_semaphore_Attributes   the_semaphore_attributes;
    79   unsigned32                  lock;
     79  uint32_t                    lock;
    8080
    8181  if ( !rtems_is_name_valid( name ) )
  • cpukit/rtems/src/semident.c

    r850c88d r1d496f6  
    6666rtems_status_code rtems_semaphore_ident(
    6767  rtems_name  name,
    68   unsigned32  node,
     68  uint32_t    node,
    6969  Objects_Id *id
    7070)
  • cpukit/rtems/src/semmp.c

    r850c88d r1d496f6  
    3838{
    3939  Semaphore_MP_Packet *the_packet;
    40   unsigned32           node;
     40  uint32_t             node;
    4141
    4242  switch ( operation ) {
  • cpukit/rtems/src/semobtain.c

    r850c88d r1d496f6  
    6464rtems_status_code rtems_semaphore_obtain(
    6565  Objects_Id      id,
    66   unsigned32      option_set,
     66  uint32_t        option_set,
    6767  rtems_interval  timeout
    6868)
  • cpukit/rtems/src/semtranslatereturncode.c

    r850c88d r1d496f6  
    7070
    7171rtems_status_code _Semaphore_Translate_core_mutex_return_code (
    72   unsigned32 the_mutex_status
     72  uint32_t  the_mutex_status
    7373)
    7474{
     
    106106
    107107rtems_status_code _Semaphore_Translate_core_semaphore_return_code (
    108   unsigned32 the_semaphore_status
     108  uint32_t  the_semaphore_status
    109109)
    110110{
  • cpukit/rtems/src/taskcreate.c

    r850c88d r1d496f6  
    5454  rtems_name           name,
    5555  rtems_task_priority  initial_priority,
    56   unsigned32           stack_size,
     56  uint32_t             stack_size,
    5757  rtems_mode           initial_modes,
    5858  rtems_attribute      attribute_set,
  • cpukit/rtems/src/taskgetnote.c

    r850c88d r1d496f6  
    4949rtems_status_code rtems_task_get_note(
    5050  Objects_Id  id,
    51   unsigned32  notepad,
    52   unsigned32 *note
     51  uint32_t    notepad,
     52  uint32_t  *note
    5353)
    5454{
  • cpukit/rtems/src/taskident.c

    r850c88d r1d496f6  
    4949rtems_status_code rtems_task_ident(
    5050  rtems_name    name,
    51   unsigned32    node,
     51  uint32_t      node,
    5252  Objects_Id   *id
    5353)
  • cpukit/rtems/src/taskinitusers.c

    r850c88d r1d496f6  
    4343void _RTEMS_tasks_Initialize_user_tasks( void )
    4444{
    45   unsigned32                        index;
    46   unsigned32                        maximum;
     45  uint32_t                          index;
     46  uint32_t                          maximum;
    4747  rtems_id                          id;
    4848  rtems_status_code                 return_value;
  • cpukit/rtems/src/taskmp.c

    r850c88d r1d496f6  
    7878  Objects_Id                       task_id,
    7979  rtems_task_priority                 new_priority,
    80   unsigned32                       notepad,
    81   unsigned32                       note
     80  uint32_t                         notepad,
     81  uint32_t                         note
    8282)
    8383{
     
    287287      the_thread = _MPCI_Process_response( the_packet_prefix );
    288288
    289       *(unsigned32 *)the_thread->Wait.return_argument = the_packet->note;
     289      *(uint32_t  *)the_thread->Wait.return_argument = the_packet->note;
    290290
    291291      _MPCI_Return_packet( the_packet_prefix );
  • cpukit/rtems/src/taskrestart.c

    r850c88d r1d496f6  
    4949rtems_status_code rtems_task_restart(
    5050  Objects_Id id,
    51   unsigned32 argument
     51  uint32_t  argument
    5252)
    5353{
  • cpukit/rtems/src/tasks.c

    r850c88d r1d496f6  
    236236
    237237void _RTEMS_tasks_Manager_initialization(
    238   unsigned32                        maximum_tasks,
    239   unsigned32                        number_of_initialization_tasks,
     238  uint32_t                          maximum_tasks,
     239  uint32_t                          number_of_initialization_tasks,
    240240  rtems_initialization_tasks_table *user_tasks
    241241)
  • cpukit/rtems/src/tasksetnote.c

    r850c88d r1d496f6  
    4848rtems_status_code rtems_task_set_note(
    4949  Objects_Id id,
    50   unsigned32 notepad,
    51   unsigned32 note
     50  uint32_t  notepad,
     51  uint32_t  note
    5252)
    5353{
  • cpukit/rtems/src/taskstart.c

    r850c88d r1d496f6  
    5050  rtems_id         id,
    5151  rtems_task_entry entry_point,
    52   unsigned32       argument
     52  uint32_t         argument
    5353)
    5454{
  • cpukit/rtems/src/timerserver.c

    r850c88d r1d496f6  
    7070
    7171Thread _Timer_Server_body(
    72   unsigned32 ignored
     72  uint32_t  ignored
    7373)
    7474{
     
    136136
    137137rtems_status_code rtems_timer_initiate_server(
    138   unsigned32           priority,
    139   unsigned32           stack_size,
     138  uint32_t             priority,
     139  uint32_t             stack_size,
    140140  rtems_attribute      attribute_set
    141141)
Note: See TracChangeset for help on using the changeset viewer.