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

/macosx-10.10/ppp-786.1.1/Controller/
H A Dne_sm_bridge_private.h16 CFDictionaryRef ne_sm_bridge_copy_configuration(ne_sm_bridge_t bridge);
17 void ne_sm_bridge_status_changed(ne_sm_bridge_t bridge);
18 void ne_sm_bridge_acknowledge_sleep(ne_sm_bridge_t bridge);
19 void ne_sm_bridge_filter_state_dictionaries(ne_sm_bridge_t bridge, CFMutableArrayRef names, CFMutableArrayRef dictionaries);
20 CFStringRef ne_sm_bridge_copy_password_from_keychain(ne_sm_bridge_t bridge, CFStringRef type);
21 void ne_sm_bridge_allow_dispose(ne_sm_bridge_t bridge);
22 uint64_t ne_sm_bridge_get_connect_time(ne_sm_bridge_t bridge);
23 bool ne_sm_bridge_request_install(ne_sm_bridge_t bridge, bool exclusive);
24 bool ne_sm_bridge_request_uninstall(ne_sm_bridge_t bridge);
25 bool ne_sm_bridge_start_profile_janitor(ne_sm_bridge_t bridge, CFStringRe
[all...]
H A Dne_sm_bridge.c67 ne_sm_bridge_copy_configuration(ne_sm_bridge_t bridge) argument
70 return g_callbacks->copy_service_configuration(bridge->info);
77 ne_sm_bridge_status_changed(ne_sm_bridge_t bridge) argument
80 g_callbacks->status_changed(bridge->info, scnc_getstatus(&bridge->serv));
85 ne_sm_bridge_acknowledge_sleep(ne_sm_bridge_t bridge) argument
88 g_callbacks->acknowledge_sleep(bridge->info);
93 ne_sm_bridge_filter_state_dictionaries(ne_sm_bridge_t bridge, CFMutableArrayRef names, CFMutableArrayRef dictionaries) argument
96 g_callbacks->filter_state_dictionaries(bridge->info, names, dictionaries);
101 ne_sm_bridge_copy_password_from_keychain(ne_sm_bridge_t bridge, CFStringRe argument
110 ne_sm_bridge_allow_dispose(ne_sm_bridge_t bridge) argument
120 ne_sm_bridge_get_connect_time(ne_sm_bridge_t bridge) argument
129 ne_sm_bridge_request_install(ne_sm_bridge_t bridge, bool exclusive) argument
139 ne_sm_bridge_request_uninstall(ne_sm_bridge_t bridge) argument
149 ne_sm_bridge_start_profile_janitor(ne_sm_bridge_t bridge, CFStringRef profileIdentifier) argument
164 ne_sm_bridge_clear_saved_password(ne_sm_bridge_t bridge, CFStringRef type) argument
225 bridge_destroy(ne_sm_bridge_t bridge) argument
315 bridge_handle_network_change_event(ne_sm_bridge_t bridge, const char *ifname, nwi_ifstate_flags flags) argument
383 bridge_handle_sleep(ne_sm_bridge_t bridge) argument
399 bridge_can_sleep(ne_sm_bridge_t bridge) argument
415 bridge_handle_sleep_time(ne_sm_bridge_t bridge, double sleep_time) argument
434 bridge_handle_wakeup(ne_sm_bridge_t bridge) argument
445 bridge_handle_start(ne_sm_bridge_t bridge, CFDictionaryRef options, uid_t uid, gid_t gid, mach_port_t bootstrap_port, mach_port_t audit_session_port, bool on_demand) argument
456 bridge_handle_stop(ne_sm_bridge_t bridge) argument
468 bridge_get_security_session_info(ne_sm_bridge_t bridge, xpc_object_t request, mach_port_t *bootstrap_port, mach_port_t *audit_session_port) argument
489 bridge_copy_configuration(ne_sm_bridge_t bridge, xpc_object_t request) argument
537 bridge_set_disposable_callback(ne_sm_bridge_t bridge, void (^callback)(void)) argument
546 bridge_copy_statistics(ne_sm_bridge_t bridge) argument
565 bridge_copy_extended_status(ne_sm_bridge_t bridge) argument
584 bridge_install(ne_sm_bridge_t bridge) argument
600 bridge_uninstall(ne_sm_bridge_t bridge) argument
616 bridge_handle_configuration_change(ne_sm_bridge_t bridge) argument
634 bridge_handle_user_logout(ne_sm_bridge_t bridge) argument
644 bridge_handle_user_switch(ne_sm_bridge_t bridge) argument
654 bridge_handle_device_lock(ne_sm_bridge_t bridge) argument
662 bridge_handle_device_unlock(ne_sm_bridge_t bridge) argument
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp98 #define BRIDGE_IDENT(bridge) \
99 bridge->id, PCI_ADDRESS_TUPLE(bridge), bridge->secBusNum, bridge->subBusNum
481 IOPCIConfigEntry * bridge; local
486 bridge = IONew(IOPCIConfigEntry, 1);
487 if (!bridge) return (kIOReturnNoMemory);
489 memset(bridge, 0, sizeof(*bridge));
977 IOPCIConfigEntry * bridge; member in struct:MatchDTEntryContext
983 IOPCIConfigEntry * bridge = context->bridge; local
1039 IOPCIConfigEntry * bridge = context->bridge; local
1055 FOREACH_CHILD( bridge, child ) argument
1088 bridgeConnectDeviceTree(IOPCIConfigEntry * bridge) argument
1233 bridgeConstructDeviceTree(void * unused, IOPCIConfigEntry * bridge) argument
1251 FOREACH_CHILD( bridge, child ) argument
1392 bridgeScanBus(IOPCIConfigEntry * bridge, uint8_t busNum, uint32_t resetMask) argument
1502 bridgeAddChild(IOPCIConfigEntry * bridge, IOPCIConfigEntry * child) argument
1525 bridgeDeallocateChildRanges(IOPCIConfigEntry * bridge, IOPCIConfigEntry * dead, uint32_t deallocTypes, uint32_t freeTypes) argument
1583 bridgeRemoveChild(IOPCIConfigEntry * bridge, IOPCIConfigEntry * dead, uint32_t deallocTypes, uint32_t freeTypes, IOPCIConfigEntry ** childList) argument
1696 bridgeDeadChild(IOPCIConfigEntry * bridge, IOPCIConfigEntry * dead) argument
1715 bridgeProbeChild( IOPCIConfigEntry * bridge, IOPCIAddressSpace space, uint32_t resetMask ) argument
2225 bridgeProbeBusRange(IOPCIConfigEntry * bridge, uint32_t resetMask) argument
2251 bridgeProbeRanges( IOPCIConfigEntry * bridge, uint32_t resetMask ) argument
2378 cardbusProbeRanges(IOPCIConfigEntry * bridge, uint32_t resetMask) argument
2411 scanProc(void * ref, IOPCIConfigEntry * bridge) argument
2479 bootResetProc(void * ref, IOPCIConfigEntry * bridge) argument
2505 totalProc(void * ref, IOPCIConfigEntry * bridge) argument
2525 allocateProc(void * ref, IOPCIConfigEntry * bridge) argument
2724 bridgeGetRange(IOPCIConfigEntry * bridge, uint32_t type) argument
2779 bridgeTotalResources(IOPCIConfigEntry * bridge, uint32_t typeMask) argument
2975 bridgeAllocateResources(IOPCIConfigEntry * bridge, uint32_t typeMask) argument
3460 bridgeApplyConfiguration(IOPCIConfigEntry * bridge, uint32_t typeMask, bool dolog) argument
3779 bridgeFinalizeConfigProc(void * unused, IOPCIConfigEntry * bridge) argument
[all...]
H A DIOPCIBridge.cpp479 IOPCIBridge * bridge; local
482 if ((bridge = OSDynamicCast(IOPCIBridge, client)))
485 bridge->probeBus(device, bridge->firstBusNum());
882 // Special for pci/pci-bridge devices -
981 if (shadow->bridge)
984 shadow->bridge->saveBridgeState();
1175 if (shadow->bridge)
1178 shadow->bridge->restoreBridgeState();
3042 configShadow(fBridgeDevice)->bridge
3750 IOPCIBridge * bridge; local
[all...]
H A DIOPCIDevice.cpp367 && (shadow->bridge)
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h125 #define FOREACH_CHILD(bridge, child) \
126 for(IOPCIConfigEntry * (child) = (bridge)->child; (child); (child) = (child)->peer)
281 uint8_t secBusNum; // bridge only
282 uint8_t subBusNum; // bridge only
341 typedef int32_t (IOPCIConfigurator::*IterateProc)(void * ref, IOPCIConfigEntry * bridge);
346 int32_t scanProc(void * ref, IOPCIConfigEntry * bridge);
347 int32_t bootResetProc(void * ref, IOPCIConfigEntry * bridge);
348 int32_t totalProc(void * ref, IOPCIConfigEntry * bridge);
349 int32_t allocateProc(void * ref, IOPCIConfigEntry * bridge);
350 int32_t bridgeFinalizeConfigProc(void * unused, IOPCIConfigEntry * bridge);
[all...]
H A DIOPCIPrivate.h165 IOPCI2PCIBridge * bridge; member in struct:IOPCIConfigShadow
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DBridgeConfiguration.c161 SCBridgeInterfaceRef bridge; local
174 // create the bridge interface
175 bridge = (SCBridgeInterfaceRef)_SCBridgeInterfaceCreatePrivate(NULL, bridge_if);
176 assert(bridge != NULL);
179 interfacePrivate = (SCNetworkInterfacePrivateRef)bridge;
194 __SCBridgeInterfaceSetMemberInterfaces(bridge, members);
201 SCBridgeInterfaceSetOptions(bridge, bridge_options);
208 SCBridgeInterfaceSetLocalizedDisplayName(bridge, name);
217 CFArrayAppendValue(myContext->bridges, bridge);
218 CFRelease(bridge);
416 SCBridgeInterfaceRef bridge; local
503 SCBridgeInterfaceRef bridge = NULL; local
569 SCBridgeInterfaceRemove(SCBridgeInterfaceRef bridge) argument
601 SCBridgeInterfaceGetMemberInterfaces(SCBridgeInterfaceRef bridge) argument
615 SCBridgeInterfaceGetOptions(SCBridgeInterfaceRef bridge) argument
630 __SCBridgeInterfaceSetMemberInterfaces(SCBridgeInterfaceRef bridge, CFArrayRef members) argument
703 SCBridgeInterfaceSetMemberInterfaces(SCBridgeInterfaceRef bridge, CFArrayRef members) argument
784 SCBridgeInterfaceSetLocalizedDisplayName(SCBridgeInterfaceRef bridge, CFStringRef newName) argument
848 SCBridgeInterfaceSetOptions(SCBridgeInterfaceRef bridge, CFDictionaryRef newOptions) argument
[all...]
H A DSCNetworkConfigurationPrivate.h79 a bridge interface.
135 // if not a bridge
546 @discussion Returns all bridge interfaces on the system.
548 @result The list of bridge interfaces on the system.
557 that can be added to an bridge interface.
578 @param bridge The SCBridgeInterface interface.
582 SCBridgeInterfaceRemove (SCBridgeInterfaceRef bridge) __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_4_0/*SPI*/);
586 @discussion Returns the member interfaces for the specified bridge interface.
587 @param bridge The SCBridgeInterface interface.
591 SCBridgeInterfaceGetMemberInterfaces (SCBridgeInterfaceRef bridge) __OSX_AVAILABLE_STARTIN
[all...]
H A DSCNetworkSet.c418 // associated interface is a member of a bond or bridge.
1321 SCBridgeInterfaceRef bridge = NULL; local
1343 bridge = interface;
1344 CFRetain(bridge);
1352 if (bridge == NULL) {
1353 bridge = SCBridgeInterfaceCreate(prefs);
1354 if (bridge != NULL) {
1362 ok = SCBridgeInterfaceSetOptions(bridge, newOptions);
1365 CFRelease(bridge);
1366 bridge
1510 SCBridgeInterfaceRef bridge = NULL; local
[all...]
H A DSCNetworkConfigurationInternal.h181 } bridge; member in struct:__anon7140
399 __SCBridgeInterfaceSetMemberInterfaces (SCBridgeInterfaceRef bridge,
H A DSCNetworkMigration.c1274 SCBridgeInterfaceRef bridge = (SCBridgeInterfaceRef) value; local
1275 CFArrayRef memberInterfaces = SCBridgeInterfaceGetMemberInterfaces(bridge);
1298 SCLog(_sc_debug, LOG_NOTICE, CFSTR("validate_bridge: Removing invalid bridge configuration: %@"), bridge);
1299 SCBridgeInterfaceRemove(bridge);
1302 SCBridgeInterfaceSetMemberInterfaces(bridge, memberInterfacesMutable);
2390 SCBridgeInterfaceRef bridge; local
2408 bridge = CFArrayGetValueAtIndex(allSourceBridges, idx);
2409 CFArrayRef bridgeMembers = SCBridgeInterfaceGetMemberInterfaces(bridge);
2421 CFStringRef bridgeNewName = CFStringCreateWithFormat(NULL, NULL, CFSTR("bridge
[all...]
H A DSCNetworkInterface.c192 { NULL, NULL }, // bridge { interfaces, options }
240 { NULL, NULL }, // bridge { interfaces, options }
484 if (interfacePrivate->bridge.interfaces != NULL) {
488 n = CFArrayGetCount(interfacePrivate->bridge.interfaces);
492 member = CFArrayGetValueAtIndex(interfacePrivate->bridge.interfaces, i);
499 if (interfacePrivate->bridge.options != NULL) {
502 str = _SCCopyDescription(interfacePrivate->bridge.options, formatOptions);
620 if (interfacePrivate->bridge.interfaces != NULL)
621 CFRelease(interfacePrivate->bridge.interfaces);
623 if (interfacePrivate->bridge
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_scan.l33 %option bison-bridge
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dacf_l.l197 %option bison-bridge
H A Dnidl_l.l155 %option bison-bridge
/macosx-10.10/IOFireWireIP-226.2/KernelSource/BSD/
H A Dif_firewire.cpp46 #include <net/bridge.h>
/macosx-10.10/WebCore-7600.1.25/WebCore.vcxproj/
H A DcopyForwardingHeaders.cmd77 xcopy /y /d "%ProjectDir%..\bridge\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
78 xcopy /y /d "%ProjectDir%..\bridge\jsc\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices4932 icg-bridge 2063/udp # ICG Bridge Port
4933 icg-bridge 2063/tcp # ICG Bridge Port
7857 ctx-bridge 3127/udp # CTX Bridge Port
7858 ctx-bridge 3127/tcp # CTX Bridge Port
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c94 * Network interface bridge support.
100 * to bridge other types of interfaces (FDDI-FDDI, and maybe
357 * Software state for each bridge.
560 /* The default bridge vlan is 1 (IEEE 802.1Q-2003 Table 9-2) */
577 SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW|CTLFLAG_LOCKED, 0,
580 static int bridge_inherit_mac = 0; /* share MAC with first bridge member */
584 "Inherit MAC address from the first bridge member");
611 static int pfil_bridge = 1; /* run pfil hooks on the bridge interface */
622 &pfil_bridge, 0, "Packet filter on the bridge interface");
1105 ifnet_clone_params.ifc_name = "bridge";
[all...]

Completed in 257 milliseconds