Searched refs:int_l (Results 1 - 8 of 8) sorted by relevance
| /solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/ |
| H A D | entAliasMappingTable.h | 34 int_l entAliasLogicalIndexorZero; 36 int_l entAliasMapIdSize; 40 int_l entPhysicalIndex;
|
| H A D | entPhysicalContainsTable.h | 33 int_l entPhysicalIndex; 34 int_l *childIndexes; /* array of child indexes */ 40 int_l *pCuridx;
|
| H A D | entLPMappingTable.h | 38 int_l entLogicalIndex; 39 int_l *physicalIndexes; /* array of Physical Table indexes */
|
| H A D | entLogicalTable.h | 43 int_l entLogicalIndex; 46 int_l entLogicalTypeSize; 50 int_l entLogicalTDomainSize;
|
| H A D | entPhysicalTable.h | 48 int_l entPhysicalIndex; 51 int_l entPhysicalVendorTypeSize; 52 int_l entPhysicalContainedIn; 53 int_l entPhysicalClass; /* see ENTPHYSICAL_CLASS_XXX */ 54 int_l entPhysicalParentRelPos; 64 int_l entPhysicalIsFRU;
|
| H A D | stdhdr.h | 32 typedef long int_l; /* This is a workaround for ASN.c unable to handle typedef
|
| H A D | entLPMappingTable.c | 32 int_l *pPhyIndex; /* Pointer to the current phy index */ 136 int_l *zPhyIndexes, zValidPhyIdx=0, *zpValidPhyIdx; 168 snmp_set_var_value(vptr, (u_char *) zpValidPhyIdx, sizeof(int_l)); 191 int_l *zPhyIndexes, zValidPhyIdx=0, *zpValidPhyIdx; 226 sizeof(int_l)); 228 snmp_set_var_value(vptr, (u_char *) zpValidPhyIdx, sizeof(int_l)); 246 int_l *idx; 269 idx = (int_l *) netsnmp_extract_iterator_context(request); 345 int_l *zPhyIndexes; 377 int_l * [all...] |
| H A D | entPhysicalContainsTable.c | 33 int_l *zChildIndexesTracker; 123 int_l *zChildIndexes, zValidChildIdx=0, *zpValidChildIdx; 161 snmp_set_var_value(vptr, (u_char *) zpValidChildIdx, sizeof(int_l)); 183 int_l *zChildIndexes, zValidChildIdx=0, *zpValidChildIdx; 225 snmp_set_var_value(vptr, (u_char *) zpValidChildIdx, sizeof(int_l)); 242 int_l *idx; 255 idx = (int_l *) netsnmp_extract_iterator_context(request); 313 int_l *zChildIndexes; 357 int_l *p; 360 zChildIndexes = (int_l *) mallo [all...] |
Completed in 39 milliseconds