Searched refs:SCDynamicStoreSetNotificationKeys (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py35 SCDynamicStoreSetNotificationKeys(store, None, [ '.*' ])
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py35 SCDynamicStoreSetNotificationKeys(store, None, [ '.*' ])
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Examples/CallbackDemo/
H A Dcallbacks.py35 SCDynamicStoreSetNotificationKeys(store, None, [ '.*' ])
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStore.py75 r = SCDynamicStoreSetNotificationKeys(st, ['Setup:/'], None)
95 SCDynamicStoreSetNotificationKeys(st, None, ['.*'])
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStore.py75 r = SCDynamicStoreSetNotificationKeys(st, ['Setup:/'], None)
96 SCDynamicStoreSetNotificationKeys(st, None, ['.*'])
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_SCDynamicStore.py84 r = SCDynamicStoreSetNotificationKeys(st, ['Setup:/'], None)
105 SCDynamicStoreSetNotificationKeys(st, None, ['.*'])
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDNotifierSetKeys.c41 SCDynamicStoreSetNotificationKeys(SCDynamicStoreRef store, function
97 "SCDynamicStoreSetNotificationKeys notifyset()")) {
H A DSCDynamicStore.h99 to SCDynamicStoreSetNotificationKeys or since the last
400 @function SCDynamicStoreSetNotificationKeys
412 SCDynamicStoreSetNotificationKeys (
H A DSCPOpen.c919 (void) SCDynamicStoreSetNotificationKeys(prefsPrivate->session, keys, NULL);
934 (void) SCDynamicStoreSetNotificationKeys(prefsPrivate->session, NULL, NULL);
1021 (void) SCDynamicStoreSetNotificationKeys(prefsPrivate->session, NULL, NULL);
H A DSCDOpen.c350 /* "server" information associated with SCDynamicStoreSetNotificationKeys() */
648 ok = SCDynamicStoreSetNotificationKeys(store,
654 CFSTR("__SCDynamicStoreReconnectNotifications: SCDynamicStoreSetNotificationKeys() failed"));
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.h92 #define SCDynamicStoreSetNotificationKeys _io_SCDynamicStoreSetNotificationKeys macro
H A DIOSystemConfiguration.c213 IOKIT_SC_SYMBOL(Boolean, SCDynamicStoreSetNotificationKeys)(
219 static typeof (SCDynamicStoreSetNotificationKeys) *dyfunc;
221 dyfunc = symAddrInSC("SCDynamicStoreSetNotificationKeys");
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DNetworkStateNotifierMac.cpp127 SCDynamicStoreSetNotificationKeys(m_store.get(), keys.get(), patterns.get());
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnotifications.c200 if (!SCDynamicStoreSetNotificationKeys(store, watchedKeys, watchedPatterns)) {
238 if (!SCDynamicStoreSetNotificationKeys(store, watchedKeys, watchedPatterns)) {
/macosx-10.10/configd-699.1.5/Plugins/SimulatorSupport/
H A Dsimulator_support.c272 ok = SCDynamicStoreSetNotificationKeys(store_host, mirror_keys, mirror_patterns);
/macosx-10.10/configd-699.1.5/Plugins/PreferencesMonitor/
H A Dprefsmon.c265 (void) SCDynamicStoreSetNotificationKeys(store, NULL, NULL);
292 ok = SCDynamicStoreSetNotificationKeys(store, keys, NULL);
296 CFSTR("SCDynamicStoreSetNotificationKeys() failed: %s\n"), SCErrorString(SCError()));
/macosx-10.10/eap8021x-198/eapoltest.tproj/
H A Dclient.c152 SCDynamicStoreSetNotificationKeys(store, NULL, patterns);
162 SCDynamicStoreSetNotificationKeys(store, keys, NULL);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAMain.c537 if ( SCDynamicStoreSetNotificationKeys( __gDAConfigurationPort, keys, NULL ) == FALSE )
/macosx-10.10/configd-699.1.5/Plugins/Logger/
H A Dlogger.c1005 ok = SCDynamicStoreSetNotificationKeys(store, keys, patterns);
1009 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCDynamicStoreSetNotificationKeys() failed"));
1094 ok = SCDynamicStoreSetNotificationKeys(store, keys, NULL);
1097 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCDynamicStoreSetNotificationKeys() failed"));
1299 ok = SCDynamicStoreSetNotificationKeys(store, keys, NULL);
1302 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCDynamicStoreSetNotificationKeys() failed"));
1380 ok = SCDynamicStoreSetNotificationKeys(store, keys, NULL);
1383 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCDynamicStoreSetNotificationKeys() failed"));
1896 ok = SCDynamicStoreSetNotificationKeys(store, keys, NULL);
1899 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCDynamicStoreSetNotificationKeys() faile
[all...]
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dannounce.c512 if (SCDynamicStoreSetNotificationKeys(store, keys, NULL) == false)
513 errx(1, "SCDynamicStoreSetNotificationKeys");
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dset-hostname.c483 if (!SCDynamicStoreSetNotificationKeys(store, keys, patterns)) {
485 "SCDynamicStoreSetNotificationKeys() failed: %s",
H A Dsmb-configuration.c806 if (!SCDynamicStoreSetNotificationKeys(store, keys, patterns)) {
808 "SCDynamicStoreSetNotificationKeys() failed: %s",
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dstf.c489 SCDynamicStoreSetNotificationKeys(stf->store, array, NULL);
/macosx-10.10/configd-699.1.5/Plugins/LinkConfiguration/
H A Dlinkconfig.c718 ok = SCDynamicStoreSetNotificationKeys(store, keys, patterns);
723 CFSTR("SCDynamicStoreSetNotificationKeys() failed: %s"),
/macosx-10.10/cups-408/cups/scheduler/
H A Dsysman.c537 SCDynamicStoreSetNotificationKeys(store, keys, patterns))
550 DEBUG_printf(("sysEventThreadEntry: SCDynamicStoreSetNotificationKeys "

Completed in 166 milliseconds

12