Home
last modified time | relevance | path

Searched refs:conditions (Results 1 – 23 of 23) sorted by relevance

/xnu-8019.80.24/bsd/crypto/doc/
H A DKernelCrypto.txt12 * the following conditions are aheared to. The following conditions
26 * modification, are permitted provided that the following conditions
29 * notice, this list of conditions and the following disclaimer.
31 * notice, this list of conditions and the following disclaimer in the
73 notice, this list of conditions and the following disclaimer;
76 notice, this list of conditions and the following disclaimer
103 notice, this list of conditions and the following disclaimer;
106 notice, this list of conditions and the following disclaimer
135 list of conditions and the following disclaimer;
138 of conditions and the following disclaimer in their documentation;
/xnu-8019.80.24/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl336 my @conditions;
342 push(@conditions, "defined(__${arch}__)") unless grep { $_ eq $arch } @{$$symbol{except}};
358 if (scalar(@conditions)) {
380 if (scalar(@conditions)) {
381 printf $f "#if " . join(" || ", @conditions) . "\n";
383 if (!$$symbol{is_private} && (scalar(@conditions) < scalar(@Architectures))) {
/xnu-8019.80.24/security/conf/
H A Dcopyright.nai11 * modification, are permitted provided that the following conditions
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
/xnu-8019.80.24/bsd/vfs/
H A Dvnode_if.src7 # modification, are permitted provided that the following conditions
10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
/xnu-8019.80.24/osfmk/mach/
H A Daudit_triggers.defs7 * modification, are permitted provided that the following conditions
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
/xnu-8019.80.24/iokit/conf/
H A Dcopyright5 * the terms and conditions for use and redistribution.
/xnu-8019.80.24/bsd/conf/
H A Dcopyright5 * the terms and conditions for use and redistribution.
H A Dfiles5 # the terms and conditions for use and redistribution.
/xnu-8019.80.24/pexpert/conf/
H A Dcopyright5 * the terms and conditions for use and redistribution.
/xnu-8019.80.24/libsyscall/mach/servers/
H A Dnetname.defs32 * the terms and conditions for use and redistribution.
/xnu-8019.80.24/config/
H A DMASTER.arm7 # specifies the terms and conditions for use and redistribution.
H A DMASTER.arm64.BridgeOS7 # specifies the terms and conditions for use and redistribution.
H A DMASTER.x86_647 # specifies the terms and conditions for use and redistribution.
H A DMASTER.arm647 # specifies the terms and conditions for use and redistribution.
H A DMASTER.arm64.bcm28377 # specifies the terms and conditions for use and redistribution.
H A DMASTER.arm64.iPhoneOS7 # specifies the terms and conditions for use and redistribution.
H A DMASTER.arm64.MacOSX7 # specifies the terms and conditions for use and redistribution.
H A DMASTER7 # specifies the terms and conditions for use and redistribution.
/xnu-8019.80.24/osfmk/tests/
H A DREADME.md90 …hanism for setting up a `panic widget`. This widget can check for some conditions and report test …
/xnu-8019.80.24/
H A DAPPLE_LICENSE76 and conditions of this License, Apple hereby grants You, effective on
102 meet all of these conditions:
104 (a) You must satisfy all the conditions of Section 2.1 with respect to
H A DREADME.md315 code for FALSE conditions from the header file.
/xnu-8019.80.24/bsd/net/
H A Dnecp.h1178 …u_int8_t *conditions; // Array of conditions, each with a u_int32_t length … member
H A Dnecp.c975 memcpy(((u_int8_t *)(void *)(cursor)), policy->conditions, policy->conditions_size); in necp_session_get_policy()
3112 new_policy->conditions = conditions_array; in necp_policy_create()
3220 if (policy->conditions) { in necp_policy_delete()
3221 kfree_data(policy->conditions, policy->conditions_size); in necp_policy_delete()
3222 policy->conditions = NULL; in necp_policy_delete()
3373 u_int8_t *value = necp_buffer_get_tlv_value(policy->conditions, offset, &length); in necp_policy_apply()