Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 2387) sorted by relevance

12345678910>>...96

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dredirects.txt3 # RUN: echo "not-present" > %t.stdout-write
4 # RUN: echo "is-present" > %t.stdout-write
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
13 # STDOUT-APPEND: is-present
19 # RUN: echo "not-present" > %t.stderr-write
23 # STDERR-WRITE-NOT: not-present
35 # RUN: echo "not-present" > %t.combined
39 # COMBINED-WRITE-NOT: not-present
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Doptional.d48 private bool present; in Optional() local
56 this.present = true; in Optional()
69 return this.present; in Optional()
75 return !this.present; in Optional()
81 assert(present); in Optional()
88 return present && value == exp; in Optional()
/netbsd-src/sys/dev/
H A Dmidictl.c217 _Bool islsb, present; in midictl_change() local
308 present = store_locate(mc->store, c, chan, key); in midictl_change()
310 if ( !present ) in midictl_change()
321 present = store_locate(mc->store, c, chan, key); in midictl_change()
323 if ( !present ) in midictl_change()
345 _Bool islsb, present; in midictl_read() local
354 present = store_locate(mc->store, c, chan, key); in midictl_read()
355 if ( !present || in midictl_read()
362 present = store_locate(mc->store, c, chan, key); in midictl_read()
363 if ( !present || in midictl_read()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOCSP_request_add1_nonce.pod27 OCSP_copy_nonce() copies any nonce value present in B<req> to B<resp>.
35 was present in B<req> and 0 if an error occurred.
39 nonces are present and equal 1 is returned. If the nonces are absent 2 is
40 returned. If a nonce is present in the response only 3 is returned. If nonces
41 are present and unequal 0 is returned. If the nonce is present in the request
59 positive return value effectively indicates success: nonces are both present
60 and match, both absent or present in the response only. A nonzero return
61 additionally covers the case where the nonce is present in the request only:
63 indicates present and mismatched nonces: this should be treated as an error
H A DX509_get_extension_flags.pod73 The freshest CRL extension is present in the certificate.
113 usage is present will return zero or more of the flags:
121 extension. If extended key usage is present it will return zero or more of the
128 present.
132 is not present or cannot be parsed.
136 is not present or cannot be parsed.
140 B<NULL> if the extension is not present or cannot be parsed.
144 extension is not present or cannot be parsed.
178 is not present.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOCSP_request_add1_nonce.pod27 OCSP_copy_nonce() copies any nonce value present in B<req> to B<resp>.
35 was present in B<req> and 0 if an error occurred.
39 nonces are present and equal 1 is returned. If the nonces are absent 2 is
40 returned. If a nonce is present in the response only 3 is returned. If nonces
41 are present and unequal 0 is returned. If the nonce is present in the request
59 positive return value effectively indicates success: nonces are both present
60 and match, both absent or present in the response only. A nonzero return
61 additionally covers the case where the nonce is present in the request only:
63 indicates present and mismatched nonces: this should be treated as an error
H A DEVP_PKEY_cmp.pod21 parameters of B<pkey> are missing and 0 if they are present or the algorithm
26 B<from> or present in both B<from> and B<to> and mismatch. If the parameters
27 in B<from> and B<to> are both present and match this function has no effect.
33 (if present) of keys B<a> and B<b>.
49 parameters of B<pkey> are missing and 0 if they are present or the algorithm
H A DX509_get_extension_flags.pod73 The freshest CRL extension is present in the certificate.
113 usage is present will return zero or more of the flags:
121 extension. If extended key usage is present it will return zero or more of the
128 present.
132 is not present or cannot be parsed.
136 is not present or cannot be parsed.
140 B<NULL> if the extension is not present or cannot be parsed.
144 extension is not present or cannot be parsed.
178 is not present.
/netbsd-src/sys/sys/
H A Dcommon_ansi.h40 #error __PTRDIFF_TYPE__ not present
44 #error __SIZE_TYPE__ not present
48 #error __WCHAR_TYPE__ not present
52 #error __WINT_TYPE__ not present
/netbsd-src/sys/dev/nvmm/
H A Dnvmm.c138 if (mach->present) { in nvmm_machine_alloc()
143 mach->present = true; in nvmm_machine_alloc()
157 KASSERT(mach->present); in nvmm_machine_free()
158 mach->present = false; in nvmm_machine_free()
175 if (__predict_false(!mach->present)) { in nvmm_machine_get()
208 if (vcpu->present) { in nvmm_vcpu_alloc()
213 vcpu->present = true; in nvmm_vcpu_alloc()
224 vcpu->present = false; in nvmm_vcpu_free()
242 if (__predict_false(!vcpu->present)) { in nvmm_vcpu_get()
271 if (!mach->present || mach->owner != owner) { in nvmm_kill_machines()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_test_oid_set_member.c37 int *present) in gss_test_oid_set_member() argument
41 *present = 0; in gss_test_oid_set_member()
44 *present = 1; in gss_test_oid_set_member()
H A Dgss_add_oid_set_member.c64 int present; in gss_add_oid_set_member() local
66 res = gss_test_oid_set_member(minor_status, member_oid, *oid_set, &present); in gss_add_oid_set_member()
70 if (present) { in gss_add_oid_set_member()
H A Dgss_inquire_mechs_for_name.c42 int present; in gss_inquire_mechs_for_name() local
65 &name->gn_type, name_types, &present); in gss_inquire_mechs_for_name()
67 if (present) { in gss_inquire_mechs_for_name()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-dhparam.pod.in57 if this option is not present. The output filename should B<not> be the same
79 The generator to use, either 2, 3 or 5. If present then the
81 present but I<numbits> is present, parameters are generated with the
87 I<numbits>. It must be the last option. If this option is present then
89 this option is not present but a generator (B<-2>, B<-3> or B<-5>) is
90 present, parameters are generated with a default length of 2048 bits.
/netbsd-src/sys/fs/udf/
H A Dudf_strat_rmw.c98 uint64_t present; /* preserve these */ member
220 eccline->present)); in udf_dispose_eccline()
460 eccline->present = eccline->readin = eccline->dirty = 0; in udf_geteccline()
503 if (eccline->readin & eccline->present) in udf_puteccline()
504 eccline->readin &= (~eccline->present) & allbits; in udf_puteccline()
523 if (eccline->present == allbits) { in udf_puteccline()
560 eccline->present |= bit; in udf_create_nodedscr_rmw()
595 KASSERT(eccline->present & bit); in udf_free_nodedscr_rmw()
632 if ((eccline->present & bit) == 0) { in udf_read_nodedscr_rmw()
642 while (((eccline->present | eccline->error) & bit) == 0) { in udf_read_nodedscr_rmw()
[all …]
/netbsd-src/external/mit/xorg/server/xorg-server/present/
H A DMakefile6 LIB= present
8 .PATH: ${X11SRCDIR.xorg-server}/present
9 SRCS= present.c \
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/
H A DRSA.asn126 -- the parameters MUST be present and MUST be NULL.
32 -- parameters MUST be present and MUST be RSAES-OAEP-params.
44 -- parameters MUST be present and MUST be RSASSA-PSS-params.
50 -- the parameters MUST be present and MUST be NULL.
64 -- MUST be present and MUST be a HashAlgorithm, for example, sha1.
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.stats51 received from a configured radio clock. Data are at present recorded for
73 The '?' and 'A' characters are present only when the receiver is
80 The '?' character is present only when the receiver is unsynchronized.
86 The '?' character is present only when the receiver is unsynchronized.
123 TTY1 rs232 option present (required)
124 TC1 IRIG option present (optional)
125 LORAN LORAN assist option present (optional)
126 IN input buffer option present (optional)
127 OUT1 output buffer option present (required)
218 present state of constellation development, there should be at least
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dgss-serv.c88 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) in ssh_gssapi_test_oid_supported() argument
92 return gss_test_oid_set_member(ms, member, supported_oids, present); in ssh_gssapi_test_oid_supported()
154 int present; in ssh_gssapi_supported_oids() local
162 &supported_mechs[i]->oid, supported, &present))) in ssh_gssapi_supported_oids()
163 present = 0; in ssh_gssapi_supported_oids()
164 if (present) in ssh_gssapi_supported_oids()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCFIVerify.rst19 schemes are still present in the final binary.
24 This tool will be present as a part of the LLVM toolchain, and will reside in
28 - Unit tests to validate code sections, present in
30 - Integration tests, present in "/llvm/tools/clang/test/LLVMCFIVerify". These
41 present in linker or compiler do not subvert CFI protections in the final
51 type). This type of directive has no security implications, but may present
87 present in these sections has already violated the control flow integrity.
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dor1kcommon.cpu225 (SYS UPR #x001 "unit present register")
286 (SYS UPR UP 0 0 "UPR present bit")
287 (SYS UPR DCP 1 1 "data cache present bit")
288 (SYS UPR ICP 2 2 "insn cache present bit")
289 (SYS UPR DMP 3 3 "data MMU present bit")
290 (SYS UPR MP 4 4 "MAC unit present bit")
291 (SYS UPR IMP 5 5 "insn MMU present bit")
292 (SYS UPR DUP 6 6 "debug unit present bit")
293 (SYS UPR PCUP 7 7 "performance counters unit present bit")
294 (SYS UPR PICP 8 8 "programmable interrupt controller present bit")
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dor1kcommon.cpu225 (SYS UPR #x001 "unit present register")
286 (SYS UPR UP 0 0 "UPR present bit")
287 (SYS UPR DCP 1 1 "data cache present bit")
288 (SYS UPR ICP 2 2 "insn cache present bit")
289 (SYS UPR DMP 3 3 "data MMU present bit")
290 (SYS UPR MP 4 4 "MAC unit present bit")
291 (SYS UPR IMP 5 5 "insn MMU present bit")
292 (SYS UPR DUP 6 6 "debug unit present bit")
293 (SYS UPR PCUP 7 7 "performance counters unit present bit")
294 (SYS UPR PICP 8 8 "programmable interrupt controller present bit")
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dor1kcommon.cpu225 (SYS UPR #x001 "unit present register")
286 (SYS UPR UP 0 0 "UPR present bit")
287 (SYS UPR DCP 1 1 "data cache present bit")
288 (SYS UPR ICP 2 2 "insn cache present bit")
289 (SYS UPR DMP 3 3 "data MMU present bit")
290 (SYS UPR MP 4 4 "MAC unit present bit")
291 (SYS UPR IMP 5 5 "insn MMU present bit")
292 (SYS UPR DUP 6 6 "debug unit present bit")
293 (SYS UPR PCUP 7 7 "performance counters unit present bit")
294 (SYS UPR PICP 8 8 "programmable interrupt controller present bit")
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dor1kcommon.cpu225 (SYS UPR #x001 "unit present register")
286 (SYS UPR UP 0 0 "UPR present bit")
287 (SYS UPR DCP 1 1 "data cache present bit")
288 (SYS UPR ICP 2 2 "insn cache present bit")
289 (SYS UPR DMP 3 3 "data MMU present bit")
290 (SYS UPR MP 4 4 "MAC unit present bit")
291 (SYS UPR IMP 5 5 "insn MMU present bit")
292 (SYS UPR DUP 6 6 "debug unit present bit")
293 (SYS UPR PCUP 7 7 "performance counters unit present bit")
294 (SYS UPR PICP 8 8 "programmable interrupt controller present bit")
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Ddhparam.pod60 if this option is not present. The output filename should B<not> be the same
82 The generator to use, either 2 or 5. If present then the
84 present but B<numbits> is present, parameters are generated with the
103 I<numbits>. It must be the last option. If this option is present then
105 this option is not present but a generator (B<-2> or B<-5>) is
106 present, parameters are generated with a default length of 2048 bits.

12345678910>>...96