Home
last modified time | relevance | path

Searched refs:bridge (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c580 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 Dstr_agp.h172 #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 Dvec_opaque.rs1 #[cxx::bridge]
8 #[cxx::bridge]
19 #[cxx::bridge]
H A Dunique_ptr_twice.rs1 #[cxx::bridge]
10 #[cxx::bridge]
H A Dwrong_type_id.rs1 #[cxx::bridge(namespace = "folly")]
8 #[cxx::bridge(namespace = "folly")]
H A Dextern_type_bound.rs1 #[cxx::bridge]
8 #[cxx::bridge]
H A Dexpected_named.rs1 #[cxx::bridge]
H A Dempty_struct.rs1 #[cxx::bridge]
H A Dempty_enum.rs1 #[cxx::bridge]
H A Dextern_type_lifetime_bound.rs1 #[cxx::bridge]
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs1 // 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 Dmod.rs1 // 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 Dmod.rs1 // 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 Dmod.rs1 // 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 Dbrctl.c1 /* 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 Dmodule.rs1 #[cxx::bridge(namespace = "tests")]
18 #[cxx::bridge(namespace = "tests")]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dx_snoop.c28 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 Dvlan_init.c221 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()
H A Dvlan_full.c182 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 Dx_snoop.c28 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 Dvlan_init.c218 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()
H A Dvlan_full.c182 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 Dap_main.c206 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 Dap_main.c199 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 Dlib.rs52 /// `#[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()

Completed in 16 milliseconds

12345