/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/ |
H A D | ExecFc.s | 37 fc in0 63 fc.i in0
|
H A D | InternalFlushCacheRange.s | 82 fc loc3;;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsIByteArrayInputStream.idl | 40 [scriptable, uuid(b5a21556-35fc-4815-aff1-f9142639686e)]
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | fcoe.h | 14 #include <ipxe/fc.h> 20 struct fc_name fc; member in union:fcoe_name
|
H A D | fip.h | 23 #include <ipxe/fc.h> 212 struct fc_frame_header fc; member in struct:fip_els 226 struct fc_frame_header fc; member in struct:fip_login 240 struct fc_frame_header fc; member in struct:fip_logo_request 254 struct fc_frame_header fc; member in struct:fip_logo_response 268 struct fc_frame_header fc; member in struct:fip_elp 284 struct fc_frame_header fc; member in struct:fip_ls_rjt
|
H A D | fcp.h | 14 #include <ipxe/fc.h>
|
H A D | fcns.h | 14 #include <ipxe/fc.h>
|
H A D | ieee80211.h | 302 u16 fc; /**< 802.11 Frame Control field */ member in struct:ieee80211_frame 352 u16 fc; /**< 802.11 Frame Control field */ member in struct:ieee80211_rts 364 u16 fc; /**< 802.11 Frame Control field */ member in struct:ieee80211_cts_or_ack
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | wpa_ccmp.c | 82 u16 fc; /**< Frame Control field */ member in struct:ccmp_aad 344 hdr->fc |= IEEE80211_FC_PROTECTED; 359 aad.fc = hdr->fc & CCMP_AAD_FC_MASK; 407 hdr->fc &= ~IEEE80211_FC_PROTECTED; 431 aad.fc = ( hdr->fc & CCMP_AAD_FC_MASK ) | IEEE80211_FC_PROTECTED;
|
H A D | net80211.c | 326 if ( dev->crypto && ! ( hdr->fc & IEEE80211_FC_PROTECTED ) && 327 ( ( hdr->fc & IEEE80211_FC_TYPE ) == IEEE80211_TYPE_DATA ) ) { 503 hdr->fc = IEEE80211_THIS_VERSION | IEEE80211_TYPE_DATA | 556 if ( ( hdr->fc & IEEE80211_FC_VERSION ) != IEEE80211_THIS_VERSION ) { 558 netdev->priv, hdr->fc & IEEE80211_FC_VERSION ); 562 if ( ( hdr->fc & IEEE80211_FC_TYPE ) != IEEE80211_TYPE_DATA || 563 ( hdr->fc & IEEE80211_FC_SUBTYPE ) != IEEE80211_STYPE_DATA ) { 564 DBGC ( netdev->priv, "802.11 %p packet not data/data (fc=%04x)\n", 565 netdev->priv, hdr->fc ); 569 if ( ( hdr->fc 707 net80211_tx_mgmt( struct net80211_device *dev, u16 fc, u8 dest[6], struct io_buffer *iob ) argument [all...] |
H A D | wep.c | 134 hdr->fc |= IEEE80211_FC_PROTECTED; 183 hdr->fc &= ~IEEE80211_FC_PROTECTED;
|
/vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
H A D | fcmgmt.c | 24 #include <ipxe/fc.h>
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | deflate.h | 69 } fc; member in struct:ct_data_s 76 #define Freq fc.freq 77 #define Code fc.code
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | mib_structs.c | 352 s8_t fc; local 363 fc = 0; 368 fc = 1; 380 fc = 2; 385 fc = 1; 391 fc = 3; 395 return fc;
|
H A D | mib2.c | 1144 u8_t fc, tree, level, del_cnt; local 1165 fc = snmp_mib_node_find(at_rn, arpidx[level], &at_n); 1166 if (fc == 0) 1172 else if (fc == 1) 1179 else if (fc == 2) 1359 u8_t fc, level, del_cnt; local 1371 fc = snmp_mib_node_find(ipa_rn, ipaddridx[level], &ipa_n); 1372 if (fc == 0) 1378 else if (fc == 1) 1385 else if (fc 1520 u8_t fc, level, del_cnt; local 1831 u8_t bindings, fc, level, del_cnt; local [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | mib_structs.c | 340 s8_t fc; local 351 fc = 0; 356 fc = 1; 368 fc = 2; 373 fc = 1; 379 fc = 3; 383 return fc;
|
H A D | mib2.c | 1166 u8_t fc, tree, level, del_cnt; local 1186 fc = snmp_mib_node_find(at_rn, arpidx[level], &at_n); 1187 if (fc == 0) 1193 else if (fc == 1) 1200 else if (fc == 2) 1377 u8_t fc, level, del_cnt; local 1388 fc = snmp_mib_node_find(ipa_rn, ipaddridx[level], &ipa_n); 1389 if (fc == 0) 1395 else if (fc == 1) 1402 else if (fc 1541 u8_t fc, level, del_cnt; local 1850 u8_t bindings, fc, level, del_cnt; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fcoe.c | 39 #include <ipxe/fc.h> 241 offsetof ( typeof ( *fipflogi ), fc ) ); 242 memset ( fipflogi, 0, offsetof ( typeof ( *fipflogi ), fc ) ); 690 memcpy ( &solicitation->name_id.name, &fcoe->node_wwn.fc, 836 frame = &flogi->fc; 837 frame_len = ( ( flogi->len * 4 ) - offsetof ( typeof ( *flogi ), fc ) ); 1062 if ( ( rc = fc_port_open ( &fcoe->transport, &fcoe->node_wwn.fc, 1063 &fcoe->port_wwn.fc, 1143 fc_ntoa ( &fcoe->node_wwn.fc ) ); 1144 DBGC ( fcoe, " port %s\n", fc_ntoa ( &fcoe->port_wwn.fc ) ); [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | fcmgmt_cmd.c | 25 #include <ipxe/fc.h>
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | wintabx.h | 128 #define GET_WT_PROXIMITY_MPS(h, fc, fh) (WPARAM)(h), MAKELONG(fc, fh)
|
H A D | httprequest.idl | 39 uuid(662901fc-6951-4854-9eb2-d9a2570f2b2e),
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | p80211hdr.h | 165 /* GET_FC_FTYPE( ieee2host( rx.fc ))) */ 167 /* tx.fc = host2ieee( SET_FC_FTYPE(WLAN_FTYP_CTL) | */ 228 UINT16 fc; member in struct:p80211_hdr_a3 238 UINT16 fc; member in struct:p80211_hdr_a4
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | wintabx.h | 128 #define GET_WT_PROXIMITY_MPS(h, fc, fh) (WPARAM)(h), MAKELONG(fc, fh)
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_xmit.c | 385 u16 fc; local 388 fc = hdr->fc; 390 if ((fc & (IEEE80211_FC_TYPE | IEEE80211_FC_SUBTYPE)) == (IEEE80211_TYPE_MGMT | IEEE80211_STYPE_BEACON)) 392 else if ((fc & (IEEE80211_FC_TYPE | IEEE80211_FC_SUBTYPE)) == (IEEE80211_TYPE_MGMT | IEEE80211_STYPE_PROBE_RESP))
|
/vbox/src/VBox/Additions/x11/vboxvideo/ |
H A D | pointer.c | 230 CARD32 fc, bc, *cp; local 268 fc = color_to_byte (pCurs->foreBlue) 305 *cp++ = fc;
|