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

12

/macosx-10.10.1/OpenLDAP-499.27/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.10.1/Security-57031.1.35/securityd/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.10.1/xnu-2782.1.97/osfmk/mach/
H A Dthread_policy.h272 integer_t effective; member in struct:thread_policy_state
H A Dtask_policy.h238 io_tier :2, /* effective throttle tier */
330 uint64_t effective; member in struct:task_policy_state
426 /* effective policy */
439 /* thread effective policy */
447 /* task effective policy */
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c63 * Threads and tasks have three policy fields: requested, effective, and pending.
74 * for that subsystem by querying only the 'effective' field.
80 * 3) Run a task policy update, which recalculates effective based on requested,
90 * itself as a distinct effective policy, add it to the effective struct and add it to the
111 * Querying the effective policy does not take the task lock, to prevent deadlocks or slowdown in sensitive code.
558 info->effective = 0;
568 info->effective = task_effective_bitfield(task, THREAD_NULL);
637 * We calculate the correct effective but don't apply it to anything yet.
706 * This function updates the task or thread effective polic
2616 struct task_effective_policy effective = local
[all...]
H A Dthread_policy.c674 * |<----- effective qos time ----->|
717 * |<-effective qos time->|
1096 info->effective = 0;
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/CPANInternal-159.1/Readonly-XS-1.05/
H A DXS.pm58 The Readonly module (q.v.) is an effective way to create
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkern_memorystatus.h235 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, boolean_t is_fatal_limit);
/macosx-10.10.1/configd-699.1.5/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.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c448 Attribute *effective = NULL; local
452 Debug(LDAP_DEBUG_ANY, "%s: Unable to retrieve effective policy for %s\n", __func__, op->o_req_ndn.bv_val, 0);
466 Debug(LDAP_DEBUG_ANY, "%s: Unable to convert effective policy to berval", __PRETTY_FUNCTION__, 0, 0);
471 if(slap_str2ad("apple-user-passwordpolicy-effective", &effectivedesc, &text) != 0) {
472 Debug(LDAP_DEBUG_ANY, "%s: slap_str2ad failed for effective policy", __PRETTY_FUNCTION__, 0, 0);
476 effective = attr_alloc(effectivedesc);
477 effective->a_vals = ch_malloc(2 * sizeof(struct berval));
478 effective->a_vals[0] = *bv;
480 effective->a_vals[1].bv_len = 0;
481 effective
[all...]
/macosx-10.10.1/CPANInternal-159.1/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.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py1588 effective=""
1591 effective+=value[1] + ": " + str(t.effective_policy.__getattr__(value[0])) + " "
1593 effective+=""
1612 print "effective: " + effective
/macosx-10.10.1/tcl-105/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.10.1/bind9-45.101/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.10.1/CPANInternal-159.1/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.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.bat85 :: This isn't as effective as the test in bonjour-tests.sh but still
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c324 /* Note this is only the effective class */
391 /* This pclass is only the effective class */
535 /* Ensure we only use the effective class here */
608 /* newclass is only the effective class */
652 /* For directories, just update the pclass. newclass is only effective class */
1917 /* Get the effective class here */
1918 int effective = CP_CLASS(wrapped_key_out.dp_class); local
1919 if (effective != newclass) {
1944 /* Actually record/store what AKS reported back, not the effective class stored in newclass */
2071 /* Target class must be an effective clas
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c1099 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, boolean_t is_fatal_limit) argument
1110 KERNEL_DEBUG_CONSTANT(BSDDBG_CODE(DBG_BSD_MEMSTAT, BSD_MEMSTAT_UPDATE) | DBG_FUNC_START, p->p_pid, priority, user_data, effective, 0);
1132 if (effective && (p->p_memstat_state & P_MEMSTAT_PRIORITYUPDATED)) {
1135 MEMORYSTATUS_DEBUG(1, "memorystatus_update: effective change specified for pid %d, but change already occurred.\n", p->p_pid);
3781 * Move each process out of its effective priority
4097 * Returns the jetsam priority (effective or requested) of the process
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1380 uint64_t effective; member in struct:task_policy_state
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm687 Objects without effective encapsulation are vulnerable. Instead of
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm2090 Your log files may go anywhere you want them, but the effective
2265 Running the process under an effective user id of C<root> will allow
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c752 Attribute *effective = NULL; local
837 Debug(LDAP_DEBUG_ANY, "%s: Unable to compute effective policy from global and user dictionaries", __PRETTY_FUNCTION__, 0, 0);

Completed in 466 milliseconds

12