Lines Matching refs:pointer

70 CHAR    *pointer = TX_NULL;  in tx_application_define()  local
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
118 pointer, DEMO_STACK_SIZE, in tx_application_define()
122 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
127 pointer, DEMO_STACK_SIZE, in tx_application_define()
131 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
135 pointer, DEMO_STACK_SIZE, in tx_application_define()
139 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
142 pointer, DEMO_STACK_SIZE, in tx_application_define()
146 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
161 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_BLOCK_POOL_SIZE, TX_NO_WAIT); in tx_application_define()
164 … tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
167 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
170 tx_block_release(pointer); in tx_application_define()