Searched defs:my_data_context (Results 1 - 10 of 10) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_2/
H A Ddemo_module_2.c184 Set the my_data_context variable to something to be returned to
195 me1FileTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
208 *my_data_context = firstFile;
223 my_loop_context->next. The my_data_context pointer should be set
228 me1FileTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
241 *my_data_context = nextNode;
274 /* the following extracts the my_data_context pointer set in
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_3/
H A Ddemo_module_3.c113 Set the my_data_context variable to something to be returned to
124 me1ContactInfoTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
137 *my_data_context = firstNode;
153 my_loop_context->next. The my_data_context pointer should be set
158 me1ContactInfoTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
173 *my_data_context = nextNode;
206 /* the following extracts the my_data_context pointer set in
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentAliasMappingTable.c104 Set the my_data_context variable to something to be returned to
115 entAliasMappingTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
150 *my_data_context = (void *) zValidAlias;
167 my_loop_context->next. The my_data_context pointer should be set
172 entAliasMappingTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
183 zlogicalAliases = (logicalAlias *) *my_data_context;
212 *my_data_context = (void *) zValidAlias;
246 /* the following extracts the my_data_context pointer set in
H A DentLPMappingTable.c119 * Set the my_data_context variable to something to be returned to
131 void **my_data_context, netsnmp_variable_list * put_index_data,
160 *my_data_context = (void *) zpValidPhyIdx;
179 * my_loop_context->next. The my_data_context pointer should be set
186 void **my_data_context, netsnmp_variable_list * put_index_data,
220 *my_data_context = (void *) zpValidPhyIdx;
261 * the following extracts the my_data_context pointer set in
130 entLPMappingTable_get_first_data_point(void **my_loop_context, void **my_data_context, netsnmp_variable_list * put_index_data, netsnmp_iterator_info * mydata) argument
185 entLPMappingTable_get_next_data_point(void **my_loop_context, void **my_data_context, netsnmp_variable_list * put_index_data, netsnmp_iterator_info * mydata) argument
H A DentLogicalTable.c104 Set the my_data_context variable to something to be returned to
115 entLogicalTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
133 *my_data_context = (void *)zRunner;
148 my_loop_context->next. The my_data_context pointer should be set
153 entLogicalTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
172 *my_data_context = (void *)zRunner;
204 /* the following extracts the my_data_context pointer set in
H A DentPhysicalContainsTable.c105 Set the my_data_context variable to something to be returned to
116 entPhysicalContainsTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
153 *my_data_context = (void *) zpValidChildIdx;
171 my_loop_context->next. The my_data_context pointer should be set
176 entPhysicalContainsTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
215 /* *my_data_context are pointing to valid entries. */
217 *my_data_context = (void *) zpValidChildIdx;
252 /* the following extracts the my_data_context pointer set in
H A DentPhysicalTable.c126 Set the my_data_context variable to something to be returned to
137 entPhysicalTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
155 *my_data_context = (void *)zRunner;
169 my_loop_context->next. The my_data_context pointer should be set
174 entPhysicalTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
193 *my_data_context = (void *)zRunner;
226 /* the following extracts the my_data_context pointer set in
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.c162 Set the my_data_context variable to something to be returned to
175 me5FileTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
187 *my_data_context = firstFile;
203 my_loop_context->next. The my_data_context pointer should be set
210 me5FileTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
223 *my_data_context = nextNode;
264 * the following extracts the my_data_context pointer set in the loop
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/
H A DsunProcesses.c703 * Set the my_data_context variable to something to be returned to
715 void **my_data_context,
730 *my_data_context = ps_ptr;
749 * my_loop_context->next. The my_data_context pointer should be set
756 void **my_data_context,
774 *my_data_context = ps_ptr;
812 /* the following extracts the my_data_context pointer set in */
714 sunProcessTable_get_first_data_point(void **my_loop_context, void **my_data_context, netsnmp_variable_list *put_index_data, netsnmp_iterator_info *mydata) argument
755 sunProcessTable_get_next_data_point(void **my_loop_context, void **my_data_context, netsnmp_variable_list *put_index_data, netsnmp_iterator_info *mydata) argument
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c1470 Set the my_data_context variable to something to be returned to
1482 hmDiskTable_get_first_data_point(void **my_loop_context, void **my_data_context, argument
1494 *my_data_context = firstNode;
1509 my_loop_context->next. The my_data_context pointer should be set
1514 hmDiskTable_get_next_data_point(void **my_loop_context, void **my_data_context, argument
1536 *my_data_context = nextNode;
1573 * the following extracts the my_data_context pointer set in the loop

Completed in 37 milliseconds