/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | asn1_enc.c | 137 * @param ident points to object identifier array 141 snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed) argument 152 ident += 2; 157 sub_id = *ident; 166 ident++; 433 * @param ident points to object identifier array 437 snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident) argument 454 if ((ident[0] == 1) && (ident[1] == 3)) 462 *msg_ptr = (ident[ [all...] |
H A D | mib_structs.c | 132 * @param ident points to s32_t ident[4] input 136 snmp_oidtoip(s32_t *ident, struct ip_addr *ip) argument 140 ipa = ident[0]; 142 ipa |= ident[1]; 144 ipa |= ident[2]; 146 ipa |= ident[3]; 153 * @param ident points to s32_t ident[4] output 156 snmp_iptooid(struct ip_addr *ip, s32_t *ident) argument 464 snmp_search_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_name_ptr *np) argument 695 snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) argument 1124 snmp_iso_prefix_tst(u8_t ident_len, s32_t *ident) argument 1150 snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) argument [all...] |
H A D | mib2.c | 73 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 77 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 79 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 81 static void atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 83 static void ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 86 static void ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 88 static void ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 90 static void ip_ntomentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 92 static void icmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 95 static void tcp_get_object_def(u8_t ident_len, s32_t *ident, struc 2057 noleafs_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2099 system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2282 interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2331 ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2581 atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2670 ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2921 ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3037 ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3105 s32_t *ident; local 3252 ip_ntomentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3352 icmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3469 tcp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3602 tcpconnentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3658 s32_t *ident; local 3673 udp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3722 udpentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3803 snmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | asn1_enc.c | 138 * @param ident points to object identifier array 142 snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed) argument 153 ident += 2; 158 sub_id = *ident; 167 ident++; 434 * @param ident points to object identifier array 438 snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident) argument 455 if ((ident[0] == 1) && (ident[1] == 3)) 463 *msg_ptr = (u8_t)((ident[ [all...] |
H A D | mib_structs.c | 132 * @param ident points to s32_t ident[4] input 136 snmp_oidtoip(s32_t *ident, ip_addr_t *ip) argument 138 IP4_ADDR(ip, ident[0], ident[1], ident[2], ident[3]); 144 * @param ident points to s32_t ident[4] output 147 snmp_iptooid(ip_addr_t *ip, s32_t *ident) argument 452 snmp_search_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_name_ptr *np) argument 683 snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) argument 1114 snmp_iso_prefix_tst(u8_t ident_len, s32_t *ident) argument 1140 snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) argument [all...] |
H A D | mib2.c | 79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 91 static void atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 93 static void ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 96 static void ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 98 static void ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 100 static void ip_ntomentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 102 static void icmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od); 105 static void tcp_get_object_def(u8_t ident_len, s32_t *ident, struc 2075 noleafs_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2117 system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2304 interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2353 ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2676 atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 2770 ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3024 ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3146 ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3215 s32_t *ident; local 3362 ip_ntomentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3468 icmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3586 tcp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3721 tcpconnentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3777 s32_t *ident; local 3791 udp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3841 udpentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument 3923 snmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | ip.h | 39 uint16_t ident; member in struct:iphdr
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | snmp_structs.h | 81 s32_t *ident; member in struct:snmp_name_ptr 99 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 121 void (* const get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 139 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 165 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 185 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 207 void (*get_object_def_q)(void* addr_inf, u8_t rid, u8_t ident_len, s32_t *ident); 212 void (*get_object_def_a)(u8_t rid, u8_t ident_len, s32_t *ident, struct obj_def *od); 218 void (*get_object_def_pc)(u8_t rid, u8_t ident_len, s32_t *ident); 228 void noleafs_get_object_def(u8_t ident_len, s32_t *ident, struc [all...] |
H A D | snmp_msg.h | 72 s32_t *ident; member in struct:snmp_varbind
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | snmp_structs.h | 91 s32_t *ident; member in struct:snmp_name_ptr 109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 175 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 195 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od); 217 void (*get_object_def_q)(void* addr_inf, u8_t rid, u8_t ident_len, s32_t *ident); 222 void (*get_object_def_a)(u8_t rid, u8_t ident_len, s32_t *ident, struct obj_def *od); 228 void (*get_object_def_pc)(u8_t rid, u8_t ident_len, s32_t *ident); 238 void noleafs_get_object_def(u8_t ident_len, s32_t *ident, struc [all...] |
H A D | snmp_msg.h | 89 s32_t *ident; member in struct:snmp_varbind
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_decl.c | 510 char *ident = yypcb->pcb_dstack.ds_ident; local 512 const char *idname = ident ? ident : "(anon)"; 527 if (dnp == NULL && ident == NULL) 538 if (ident != NULL && strchr(ident, '`') != NULL) { 540 "in a member name (%s)\n", ident); 546 "cannot have dynamic member: %s\n", ident); 557 n, sizeof (n)), ident); 561 xyerror(D_DECL_VOIDOBJ, "cannot have void member: %s\n", ident); [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDisp.h | 86 ULONG ident; /* 1 based index in the stack = the handle returned by VBoxDispDrvSaveScreenBits (SS_SAVE) */ member in struct:_SSB 189 ULONG_PTR APIENTRY VBoxDispDrvSaveScreenBits(SURFOBJ *pso, ULONG iMode, ULONG_PTR ident, RECTL *prcl);
|
H A D | VBoxDispDrawCmd.cpp | 192 pSSB->ident = 0; 195 static void ssbDiscardUpperSlots(PVBOXDISPDEV pDev, ULONG_PTR ident) argument 197 while (pDev->cSSB > ident) 361 ULONG_PTR APIENTRY VBoxDispDrvSaveScreenBits(SURFOBJ *pso, ULONG iMode, ULONG_PTR ident, RECTL *prcl) argument 371 LOGF(("%p, %d, %d, %d,%d %d,%d", pso, iMode, ident, prcl->left, prcl->top, prcl->right, prcl->bottom)); 427 * and call VBVA levels, 'ident' is also assigned, the VBVA level 430 ident = rc = pSSB->ident = ++pDev->cSSB; 439 if (pDev->cSSB == 0 || ident == 0 || ident > pDe [all...] |
H A D | VBoxDispVBVA.cpp | 618 void vbvaDrvSaveScreenBits(SURFOBJ *pso, ULONG iMode, ULONG_PTR ident, RECTL *prcl) argument
|
H A D | VBoxDispVRDP.cpp | 1249 void vrdpDrvSaveScreenBits(SURFOBJ *pso, ULONG iMode, ULONG_PTR ident, RECTL *prcl) argument 1264 order.ident = (uint8_t)ident; 1279 order.ident = (uint8_t)ident;
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_header.c | 76 char *ident, *dot; local 78 ident = (char *)g_slist_nth_data(state->base_includes, i); 84 dot = strrchr(ident, '.'); 92 ident); 144 char *className = IDL_IDENT(IDL_INTERFACE(iface).ident).str; 154 GSList *doc_comments = IDL_IDENT(IDL_INTERFACE(iface).ident).comments; 164 name_space = IDL_tree_property_get(IDL_INTERFACE(iface).ident, "namespace"); 172 iid = IDL_tree_property_get(IDL_INTERFACE(iface).ident, "uuid"); 833 const char *name = IDL_IDENT(dcl->ident).str; 835 GSList *doc_comments = IDL_IDENT(dcl->ident) [all...] |
H A D | xpidl_util.c | 160 const char *name = IDL_IDENT(dcl->ident).str; 248 IDL_tree ident; local 275 (IDL_tree_property_get(IDL_INTERFACE(iface).ident, "scriptable") 287 ident = IDL_LIST(IDL_ATTR_DCL(attr_tree).simple_declarations).data; 294 IDL_tree_property_get(ident, "noscript") != NULL) 324 if ((IDL_tree_property_get(ident, "notxpcom") == NULL || !(IDL_ATTR_DCL(attr_tree).f_readonly)) && 410 const char *method_name = IDL_IDENT(IDL_OP_DCL(method_tree).ident).str; 502 const char *method_name = IDL_IDENT(IDL_OP_DCL(method_tree).ident).str; 530 (IDL_tree_property_get(IDL_INTERFACE(iface).ident, "scriptable") 546 notxpcom = IDL_tree_property_get(op->ident, "notxpco [all...] |
H A D | xpidl_typelib.c | 125 * If p is an ident for an interface, and we don't have an entry in the 172 fprintf(stderr, "ident %s isn't an interface (%s)\n", 203 node = IDL_INTERFACE(tfd->tree).ident; 206 node = IDL_FORWARD_DCL(tfd->tree).ident; 513 char *name = IDL_IDENT(IDL_INTERFACE(iface).ident).str; 522 if (IDL_tree_property_get(IDL_INTERFACE(iface).ident, "scriptable")) 525 if (IDL_tree_property_get(IDL_INTERFACE(iface).ident, "function")) 794 "ERROR: orphan ident %s in param list\n", 811 className = IDL_IDENT(IDL_INTERFACE(up).ident).str; 813 className = IDL_IDENT(IDL_FORWARD_DCL(up).ident) 851 char *ident; local 1054 IDL_tree ident = local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
H A D | xpt_xdr.c | 419 char *ident = *identp; local 449 ident = XPT_MALLOC(arena, len + 1u); 450 if (!ident) 453 memcpy(ident, start, (size_t)len); 454 ident[len] = 0; 455 *identp = ident; 459 if (!ident) { 466 if (!XPT_MakeCursor(cursor->state, XPT_DATA, strlen(ident) + 1, 471 while(*ident) 472 if (!XPT_Do8(&my_cursor, (PRUint8 *)ident [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prlayer.c | 471 PRDescIdentity ident, const PRIOMethods *methods) 474 PR_ASSERT((PR_NSPR_IO_LAYER != ident) && (PR_TOP_IO_LAYER != ident)); 475 if ((PR_NSPR_IO_LAYER == ident) || (PR_TOP_IO_LAYER == ident)) 486 fd->identity = ident; 619 PRDescIdentity ident; member in struct:_PRIdentity_cache 631 PR_ASSERT((PRDescIdentity)0x7fff > identity_cache.ident); 648 if (length < (identity_cache.ident + 1)) 662 PR_ASSERT(identity_cache.ident < 470 PR_CreateIOLayerStub( PRDescIdentity ident, const PRIOMethods *methods) argument 700 PR_GetNameForIdentity(PRDescIdentity ident) argument 759 PRDescIdentity ident; local [all...] |
/vbox/include/VBox/RemoteDesktop/ |
H A D | VRDEOrders.h | 246 uint8_t ident; member in struct:_VRDEORDERSAVESCREEN
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 570 NSPR_API(const char*) PR_GetNameForIdentity(PRDescIdentity ident); variable 594 PRDescIdentity ident, const PRIOMethods *methods);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | pxe_api.h | 336 UINT32_t ident; /**< DHCP transaction id (xid) */ member in struct:bootph
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 2021 PRUint32 ident; /* guard word at end of struct */ member in struct:PRSharedMemory
|