Searched refs:effective (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt7 The PGBA (Pretty Good Bidi Algorithm) is an effective alternative to the
H A DREADME75 This implementation is provided to demonstrate an effective alternate method
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dthread_policy.h245 integer_t effective; member in struct:thread_policy_state
H A Dtask_policy.h226 io_tier :2, /* effective throttle tier */
291 uint64_t effective; member in struct:task_policy_state
374 /* effective policy */
386 /* task effective policy */
/macosx-10.9.5/securityd-55199.3/src/
H A Dsession.cpp403 CredentialSet effective; local
406 effective = auth.effectiveCreds();
409 &effective, &resultCreds, grantedRights, auth);
517 CredentialSet effective; local
521 effective = auth.effectiveCreds();
524 OSStatus result = Server::authority().setRule(inRightName, rightDict, &effective, &resultCreds, auth);
542 CredentialSet effective; local
546 effective = auth.effectiveCreds();
549 OSStatus result = Server::authority().removeRule(inRightName, &effective, &resultCreds, auth);
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DFloating.pm59 A floating time has no time zone, and has an effective offset of zero.
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_policy.c59 * Threads and tasks have three policy fields: requested, effective, and pending.
70 * for that subsystem by querying only the 'effective' field.
76 * 3) Run a task policy update, which recalculates effective based on requested,
105 * Querying the effective policy does not take the task lock, to prevent deadlocks or slowdown in sensitive code.
537 info->effective = 0;
544 info->effective = task_effective_bitfield(task, THREAD_NULL);
601 * We calculate the correct effective but don't apply it to anything yet.
649 * This function updates the task or thread effective policy fields
672 * Calculate new effective policies from requested policy and task state
1087 struct task_effective_policy effective local
1882 struct task_effective_policy effective = local
[all...]
H A Dthread_policy.c515 info->effective = 0;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmpods.h178 uint32 effective() const { return EffectiveKeySizeInBits; } function in class:Security::CssmKeySize
179 operator uint32 () const { return effective(); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmpods.h178 uint32 effective() const { return EffectiveKeySizeInBits; } function in class:Security::CssmKeySize
179 operator uint32 () const { return effective(); }
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.pm63 The Readonly module (q.v.) is an effective way to create
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A DXS.pm58 The Readonly module (q.v.) is an effective way to create
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkern_memorystatus.h224 extern int memorystatus_update(proc_t p, int priority, uint64_t user_data, boolean_t effective, boolean_t update_memlimit, int32_t memlimit, boolean_t memlimit_background);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_interface.c720 CFMutableDictionaryRef effective; local
722 effective = CFDictionaryCreateMutableCopy(NULL, 0, configuration);
725 if (CFDictionaryContainsKey(effective, kSCResvInactive)) {
726 CFDictionaryRemoveAllValues(effective);
728 CFDictionaryRemoveValue(effective, kSCPropNetEthernetMTU);
729 CFDictionaryRemoveValue(effective, kSCPropNetEthernetMediaSubType);
730 CFDictionaryRemoveValue(effective, kSCPropNetEthernetMediaOptions);
732 if (CFDictionaryGetCount(effective) > 0) {
734 _show_entity(effective, prefix);
737 CFRelease(effective);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c183 Attribute *effective = NULL; local
187 Debug(LDAP_DEBUG_ANY, "%s: Unable to retrieve effective policy for %s\n", __func__, op->o_req_ndn.bv_val, 0);
201 Debug(LDAP_DEBUG_ANY, "%s: Unable to convert effective policy to berval", __PRETTY_FUNCTION__, 0, 0);
206 if(slap_str2ad("apple-user-passwordpolicy-effective", &effectivedesc, &text) != 0) {
207 Debug(LDAP_DEBUG_ANY, "%s: slap_str2ad failed for effective policy", __PRETTY_FUNCTION__, 0, 0);
211 effective = attr_alloc(effectivedesc);
212 effective->a_vals = ch_malloc(2 * sizeof(struct berval));
213 effective->a_vals[0] = *bv;
215 effective->a_vals[1].bv_len = 0;
216 effective
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DFile.pm322 be different from the effective user id of the running process.
329 be different from the effective group id of the running process.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm336 be different from the effective user id of the running process.
343 be different from the effective group id of the running process.
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py1291 effective=""
1294 effective+=value[1] + ": " + str(t.effective_policy.__getattr__(value[0])) + " "
1296 effective+=""
1315 print "effective: " + effective
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dclassinstance_api.inc286 If the key is effective, the value of [const \
293 If the key is effective, the value of [const \
370 This key is effective if and only if key
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/
H A DLoader.pm95 an existing database, or to be effective for simple situations, rather
253 loaded. In order to be effective, this must be set before defining a
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/
H A DLoader.pm95 an existing database, or to be effective for simple situations, rather
253 loaded. In order to be effective, this must be set before defining a
/macosx-10.9.5/bind9-45.100/bind9/bin/named/unix/
H A Dos.c177 cap.effective = caps;
740 ns_main_earlywarning("unable to set effective gid to %ld: %s",
747 ns_main_earlywarning("unable to set effective "
756 ns_main_earlywarning("unable to set effective uid to %ld: %s",
763 ns_main_earlywarning("unable to set effective "
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm818 After doing a bind(), change the real and effective GID to the given.
939 After doing a bind(), change the real and effective UID to the given.
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm837 After doing a bind(), change the real and effective GID to the given.
958 After doing a bind(), change the real and effective UID to the given.
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c878 memorystatus_update(proc_t p, int priority, uint64_t user_data, boolean_t effective, boolean_t update_memlimit, int32_t memlimit, boolean_t memlimit_background) argument
888 KERNEL_DEBUG_CONSTANT(BSDDBG_CODE(DBG_BSD_MEMSTAT, BSD_MEMSTAT_UPDATE) | DBG_FUNC_START, p->p_pid, priority, user_data, effective, 0);
906 if (effective && (p->p_memstat_state & P_MEMSTAT_PRIORITYUPDATED)) {
909 MEMORYSTATUS_DEBUG(1, "memorystatus_update: effective change specified for pid %d, but change already occurred.\n", pid);

Completed in 220 milliseconds

12