Searched refs:mdict (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/smb-759.0/lib/smb/
H A Dctx.c248 static int get_share_mount_info(const char *mntonname, CFMutableDictionaryRef mdict, struct UniqueSMBShareID *req) argument
257 CFDictionarySetValue (mdict, kNetFSMountPathKey, tmpString);
262 CFDictionarySetValue (mdict, kNetFSMountedByGuestKey, kCFBooleanTrue);
266 CFDictionarySetValue (mdict, kNetFSMountedWithAuthenticationInfoKey, kCFBooleanTrue);
270 CFDictionarySetValue (mdict, kNetFSMountedByUserKey, tmpString);
280 int fs_cnt, CFMutableDictionaryRef mdict, int requestMntFlags)
312 if (get_share_mount_info(fs->f_mntonname, mdict, &req) == EEXIST) {
336 void smb_ctx_get_user_mount_info(const char *mntonname, CFMutableDictionaryRef mdict) argument
342 if (get_share_mount_info(mntonname, mdict, &req) != EEXIST) {
2576 CFMutableDictionaryRef mdict local
279 already_mounted(struct smb_ctx *ctx, char *UppercaseShareName, struct statfs *fs, int fs_cnt, CFMutableDictionaryRef mdict, int requestMntFlags) argument
[all...]
/macosx-10.10/smb-759.0/include/netsmb/
H A Dsmb_lib.h161 int fs_cnt, CFMutableDictionaryRef mdict, int requestMntFlags);
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_manager.c2481 CFMutableDictionaryRef mdict = NULL; local
2499 mdict = CFDictionaryCreateMutableCopy(0, 0, opts);
2500 if (mdict == 0) {
2505 dict = CFDictionaryGetValue(mdict, kSCEntNetPPP);
2510 CFDictionarySetValue(mdict, kSCEntNetPPP, mdict1);
2515 dict = CFDictionaryGetValue(mdict, kSCEntNetL2TP);
2520 CFDictionarySetValue(mdict, kSCEntNetL2TP, mdict1);
2525 dict = CFDictionaryGetValue(mdict, kSCEntNetIPSec);
2530 CFDictionarySetValue(mdict, kSCEntNetIPSec, mdict1);
2534 *options = CFRetain(mdict);
[all...]
H A Dipsec_manager.c4418 CFMutableDictionaryRef mdict = NULL; local
4435 mdict = CFDictionaryCreateMutableCopy(0, 0, opts);
4436 if (mdict == 0) {
4441 dict = CFDictionaryGetValue(mdict, kSCEntNetIPSec);
4446 CFDictionarySetValue(mdict, kSCEntNetIPSec, mdict1);
4450 *options = CFRetain(mdict);
4455 my_CFRelease(&mdict);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c1761 CFMutableDictionaryRef mdict = NULL; local
1771 mdict = CFDictionaryCreateMutableCopy(NULL, 0, userOptions);
1773 dict = CFDictionaryGetValue(mdict, kSCEntNetPPP);
1780 CFDictionarySetValue(mdict, kSCEntNetPPP, new_dict);
1785 dict = CFDictionaryGetValue(mdict, kSCEntNetL2TP);
1792 CFDictionarySetValue(mdict, kSCEntNetL2TP, new_dict);
1797 dict = CFDictionaryGetValue(mdict, kSCEntNetIPSec);
1804 CFDictionarySetValue(mdict, kSCEntNetIPSec, new_dict);
1810 SCLog(TRUE, LOG_DEBUG, CFSTR("User options: %@"), mdict);
1811 if (mdict !
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c6903 CFDictionaryRef mdict = NULL; local
6908 if (!(mdict = IOServiceMatching(object))) {
6912 desiredChs = IOReportCopyChannelsWithID(mdict, channel_id, NULL);
6946 if (mdict) CFRelease(mdict);
7179 CFDictionaryRef mdict = NULL; local
7202 if (!(mdict = IOServiceMatching(object))) {
7207 desiredChs = IOReportCopyChannelsWithID(mdict, kPMPowerStatesChID, NULL);
7208 CFRelease(mdict); mdict
[all...]

Completed in 292 milliseconds