Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 25 of 166) sorted by relevance

1234567

/netbsd-src/external/bsd/wpa/dist/src/eap_server/
H A Deap_sim_db.c32 char *permanent; /* permanent username */ member
182 const char *permanent, char *pseudonym) in db_add_pseudonym() argument
187 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) { in db_add_pseudonym()
194 permanent, pseudonym); in db_add_pseudonym()
243 static int db_add_reauth(struct eap_sim_db_data *data, const char *permanent, in db_add_reauth() argument
250 if (!valid_db_string(permanent) || !valid_db_string(reauth_id)) { in db_add_reauth()
264 permanent, reauth_id, counter); in db_add_reauth()
317 reauth->permanent = data->db_tmp_identity; in get_reauth_cb()
354 if (data->db_tmp_reauth.permanent == NULL) in db_get_reauth()
365 if (!valid_db_string(reauth->permanent)) in db_remove_reauth()
[all …]
H A Deap_sim_db.h55 const char *permanent, char *pseudonym);
57 int eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent,
60 const char *permanent,
69 char *permanent; /* Permanent username */ member
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddescriptors.h57 release(int descriptor, bool permanent);
108 release_descriptor(int descriptor, bool permanent) in release_descriptor() argument
109 { descriptors.release(descriptor, permanent); } in release_descriptor()
H A Ddescriptors.cc196 Descriptors::release(int descriptor, bool permanent) in release() argument
205 if (permanent in release()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddescriptors.h57 release(int descriptor, bool permanent);
108 release_descriptor(int descriptor, bool permanent) in release_descriptor() argument
109 { descriptors.release(descriptor, permanent); } in release_descriptor()
H A Ddescriptors.cc196 Descriptors::release(int descriptor, bool permanent) in release() argument
205 if (permanent in release()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A DREADME18 - permanent registers >R13 are not saved [need to change MI code]
26 to contain room for the temporaries, to save the permanent registers
38 the argument space. Then our function arguments and the permanent registers can
/netbsd-src/tests/net/arp/
H A Dt_arp.sh102 # Make a permanent cache entry to avoid sending an NS packet disturbing
118 atf_check -s exit:0 -o not-match:'permanent' rump.arp -n $IP4DST
140 if [ $type = 'permanent' ]; then
141 atf_check -s exit:0 -o match:'permanent' rump.arp -n $ip
144 atf_check -s exit:0 -o not-match:'permanent' rump.arp -n $ip
167 check_arp_static_entry 10.0.1.10 'b2:a0:20:00:00:10' permanent
187 check_arp_static_entry 10.0.1.11 'b2:a0:20:00:00:11' permanent
188 check_arp_static_entry 10.0.1.12 'b2:a0:20:00:00:12' permanent
189 check_arp_static_entry 10.0.1.13 'b2:a0:20:00:00:13' permanent
190 check_arp_static_entry 10.0.1.14 'b2:a0:20:00:00:14' permanent
[all...]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dkirkwood-t5325.dts101 label = "permanent u-boot env";
106 label = "permanent u-boot env";
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dversion16 1.10: Optimize permanent kernel mappings
/netbsd-src/crypto/external/cpl/tpm-tools/dist/man/man8/
H A Dtpm_nvrelease.pod15 Note that some areas cannot be released since they are permanent. Others
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A DREADME32 3) Copy slapd-totp.so somewhere permanent.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DReportingGuide.rst90 * A permanent or temporary ban from some or all LLVM spaces (mailing lists,
110 Only permanent resolutions (such as bans) or requests for public actions may be
/netbsd-src/external/bsd/openldap/dist/servers/slapd/pwmods/
H A DREADME.argon227 3) Copy argon2.so somewhere permanent.
/netbsd-src/external/mpl/dhcp/dist/client/scripts/
H A Dopenwrt221 ${ip} -f inet6 addr flush dev ${interface} scope global permanent
H A Dlinux430 ${ip} -6 addr flush dev ${interface} scope global permanent
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A DREADME33 3) Copy slapd-sha2.so somewhere permanent.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_tmp_dh_callback.pod43 Anonymous ciphers (without a permanent server key) also use ephemeral DH keys.
H A DOSSL_STORE_INFO.pod125 The returned URI is considered canonical and must be unique and permanent
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Derrors.rst68 permanent failure
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_tmp_dh_callback.pod40 signing. Anonymous ciphers (without a permanent server key) also use ephemeral
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A DREADME113 # decrement from stack, and save permanent registers.
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.069 administrator the option to make an old default setting permanent
81 backwards-compatibility settings permanent in main.cf or master.cf,
109 administrator the option to make an old default setting permanent
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi456 * There is an issue with the eMMC causing permanent
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT3.rst49 for the lifetime of the program we can give the function a permanent "effective

1234567