/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | tagp.c | 580 struct agp_bridge_data *bridge = NULL; in test_pci_find_device() local 596 bridge = agp_alloc_bridge(); in test_pci_find_device() 597 if (!bridge) { in test_pci_find_device() 598 printk("<1> tagp : agp alloc bridge Failed\n"); in test_pci_find_device() 601 printk("<1> tagp : agp alloc bridge success\n"); in test_pci_find_device() 602 bridge->driver = &test_driver; in test_pci_find_device() 603 bridge->dev = pdev; in test_pci_find_device() 604 bridge->capndx = cap_ptr; in test_pci_find_device() 608 bridge->capndx + PCI_AGP_STATUS, in test_pci_find_device() 609 &bridge in test_pci_find_device() 631 struct agp_bridge_data *bridge = pci_get_drvdata(pdev); agp_test_remove() local [all...] |
H A D | str_agp.h | 172 #define A_IDX8(bridge) (A_SIZE_8((bridge)->driver->aperture_sizes) + i) 173 #define A_IDX16(bridge) (A_SIZE_16((bridge)->driver->aperture_sizes) + i) 174 #define A_IDX32(bridge) (A_SIZE_32((bridge)->driver->aperture_sizes) + i) 375 void agp_put_bridge(struct agp_bridge_data *bridge); 376 int agp_add_bridge(struct agp_bridge_data *bridge); 377 void agp_remove_bridge(struct agp_bridge_data *bridge); 398 int agp_3_5_enable(struct agp_bridge_data *bridge); [all...] |
/third_party/rust/crates/cxx/tests/ui/ |
H A D | vec_opaque.rs | 1 #[cxx::bridge] 8 #[cxx::bridge] 19 #[cxx::bridge]
|
H A D | unique_ptr_twice.rs | 1 #[cxx::bridge] 10 #[cxx::bridge]
|
H A D | wrong_type_id.rs | 1 #[cxx::bridge(namespace = "folly")] 8 #[cxx::bridge(namespace = "folly")]
|
H A D | extern_type_bound.rs | 1 #[cxx::bridge] 8 #[cxx::bridge]
|
H A D | expected_named.rs | 1 #[cxx::bridge]
|
H A D | empty_struct.rs | 1 #[cxx::bridge]
|
H A D | empty_enum.rs | 1 #[cxx::bridge]
|
H A D | extern_type_lifetime_bound.rs | 1 #[cxx::bridge]
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | mod.rs | 1 // Functionality that is shared between the cxx_build::bridge entry point and 140 for bridge in syntax.modules { 144 bridge.attrs, 152 let ref namespace = bridge.namespace; 153 let trusted = bridge.unsafety.is_some(); 156 bridge.content,
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | mod.rs | 1 // Functionality that is shared between the cxx_build::bridge entry point and 140 for bridge in syntax.modules { 144 bridge.attrs, 152 let ref namespace = bridge.namespace; 153 let trusted = bridge.unsafety.is_some(); 156 bridge.content,
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | mod.rs | 1 // Functionality that is shared between the cxx_build::bridge entry point and 140 for bridge in syntax.modules { 144 bridge.attrs, 152 let ref namespace = bridge.namespace; 153 let trusted = bridge.unsafety.is_some(); 156 bridge.content,
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | mod.rs | 1 // Functionality that is shared between the cxx_build::bridge entry point and 140 for bridge in syntax.modules { 144 bridge.attrs, 152 let ref namespace = bridge.namespace; 153 let trusted = bridge.unsafety.is_some(); 156 bridge.content,
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 1 /* brctl.c - ethernet bridge control 25 setfd BRIDGE TIME Set bridge forward delay 30 setbridgeprio BRIDGE PRIO Set bridge priority 43 static void get_ports(char *bridge, int *indices) in get_ports() argument 52 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ); in get_ports() 58 void get_br_info(char *bridge, struct __bridge_info *info) in get_br_info() argument 65 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ); in get_br_info() 69 perror_msg("%s: can't get info %s\n", bridge, strerror(errno)); in get_br_info() 84 printf("bridge name\tbridge id\t\tSTP enabled\tinterfaces\n"); in br_show() 271 if (i >= MAX_BRIDGES) error_exit("%s not in bridge", por in set_cost_prio() [all...] |
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | module.rs | 1 #[cxx::bridge(namespace = "tests")] 18 #[cxx::bridge(namespace = "tests")]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | x_snoop.c | 28 if (conf->bridge[0] == '\0') { in x_snoop_init() 37 "x_snoop: Failed to enable hairpin_mode on the bridge port"); in x_snoop_init() 43 "x_snoop: Failed to enable proxyarp on the bridge port"); in x_snoop_init() 50 "x_snoop: Failed to enable accepting gratuitous ARP on the bridge"); in x_snoop_init() 57 "x_snoop: Failed to enable multicast snooping on the bridge"); in x_snoop_init() 75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
|
H A D | vlan_init.c | 221 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()
|
H A D | vlan_full.c | 182 Add interface 'if_name' to the bridge 'br_name' 185 returns 1 if the interface is already part of the bridge 265 /* No error if bridge already removed. */ in br_delbr() 279 Add a bridge with the name 'br_name'. 282 returns 1 if the bridge already exists 301 /* The bridge is already added. */ in br_addbr() 311 /* The bridge is already added. */ in br_addbr() 426 if (vlan->bridge[0]) { in vlan_bridge_name() 427 os_strlcpy(br_name, vlan->bridge, IFNAMSIZ); in vlan_bridge_name() 486 if (hapd->conf->bridge[ in vlan_newlink() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | x_snoop.c | 28 if (conf->bridge[0] == '\0') { in x_snoop_init() 37 "x_snoop: Failed to enable hairpin_mode on the bridge port"); in x_snoop_init() 43 "x_snoop: Failed to enable proxyarp on the bridge port"); in x_snoop_init() 50 "x_snoop: Failed to enable accepting gratuitous ARP on the bridge"); in x_snoop_init() 57 "x_snoop: Failed to enable multicast snooping on the bridge"); in x_snoop_init() 75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
|
H A D | vlan_init.c | 218 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()
|
H A D | vlan_full.c | 182 Add interface 'if_name' to the bridge 'br_name' 185 returns 1 if the interface is already part of the bridge 265 /* No error if bridge already removed. */ in br_delbr() 279 Add a bridge with the name 'br_name'. 282 returns 1 if the bridge already exists 301 /* The bridge is already added. */ in br_addbr() 311 /* The bridge is already added. */ in br_addbr() 426 if (vlan->bridge[0]) { in vlan_bridge_name() 427 os_strlcpy(br_name, vlan->bridge, IFNAMSIZ); in vlan_bridge_name() 486 if (hapd->conf->bridge[ in vlan_newlink() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_main.c | 206 params.bridge = os_calloc(hapd->iface->num_bss, sizeof(char *)); in hostapd_driver_init() 207 if (params.bridge == NULL) in hostapd_driver_init() 211 if (bss->conf->bridge[0]) in hostapd_driver_init() 212 params.bridge[i] = bss->conf->bridge; in hostapd_driver_init() 218 os_free(params.bridge); in hostapd_driver_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_main.c | 199 params.bridge = os_calloc(hapd->iface->num_bss, sizeof(char *)); in hostapd_driver_init() 200 if (params.bridge == NULL) in hostapd_driver_init() 204 if (bss->conf->bridge[0]) in hostapd_driver_init() 205 params.bridge[i] = bss->conf->bridge; in hostapd_driver_init() 211 os_free(params.bridge); in hostapd_driver_init()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | lib.rs | 52 /// `#[cxx::bridge] mod ffi { ... }` 58 /// types and functions on the `extern "C++"` side of our bridge are in a 59 /// namespace, specify that namespace as an argument of the cxx::bridge 63 /// #[cxx::bridge(namespace = "mycompany::rust")] 67 /// The types and functions from the `extern "Rust"` side of the bridge will be 70 pub fn bridge(args: TokenStream, input: TokenStream) -> TokenStream { in bridge() functions 80 expand::bridge(ffi) in bridge()
|