Lines Matching refs:pointer

74 CHAR    *pointer = TX_NULL;  in tx_application_define()  local
84 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
88 pointer, DEMO_STACK_SIZE, in tx_application_define()
93 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
99 pointer, DEMO_STACK_SIZE, in tx_application_define()
103 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
106 pointer, DEMO_STACK_SIZE, in tx_application_define()
110 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
115 pointer, DEMO_STACK_SIZE, in tx_application_define()
119 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
122 pointer, DEMO_STACK_SIZE, in tx_application_define()
126 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
131 pointer, DEMO_STACK_SIZE, in tx_application_define()
135 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
139 pointer, DEMO_STACK_SIZE, in tx_application_define()
143 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
146 pointer, DEMO_STACK_SIZE, in tx_application_define()
150 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
153 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
165 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_BLOCK_POOL_SIZE, TX_NO_WAIT); in tx_application_define()
168 … tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
171 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
174 tx_block_release(pointer); in tx_application_define()