/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | pcics_reg_driver.h | 292 *pcie_err_attn output when this error is seen. WC 297 *generate pcie_err_attn output when this error is seen..WC 302 *generate pcie_err_attn output when this error is seen..WC 307 *generate pcie_err_attn output when this error is seen..WC 312 *generate pcie_err_attn output when this error is seen..WC 317 * when this error is seen. WC 322 * generate pcie_err_attn output when this error is seen..WC 327 * if set, generate pcie_err_attn output when this error is seen. 333 * pcie_err_attn output when this error is seen..WC 339 * pcie_err_attn output when this error is seen..WC [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_sslsessiontick.t | 47 #Expected result: ClientHello extension seen; ServerHello extension seen 48 # NewSessionTicket message seen; Full handshake 56 #Expected result: ClientHello extension seen; ServerHello extension not seen 57 # NewSessionTicket message not seen; Full handshake 66 #Expected result: ClientHello extension not seen; ServerHello extension not seen 67 # NewSessionTicket message not seen; Full handshake 74 #Expected result: ClientHello extension seen; ServerHello extension not seen 75 # NewSessionTicket message not seen; Abbreviated handshake 88 #Expected result: ClientHello extension seen; ServerHello extension seen 89 # NewSessionTicket message seen; Abbreviated handshake [all …]
|
H A D | 70-test_tlsextms.t | 51 #Expected result: ClientHello extension seen; ServerHello extension seen 61 #Expected result: ClientHello extension not seen; ServerHello extension not seen 90 #Expected result: ClientHello extension seen; ServerHello extension seen 107 #Expected result: ClientHello extension seen; ServerHello extension seen 179 #Expected result: ClientHello extension seen; ServerHello extension not seen
|
/freebsd/contrib/pam-krb5/tests/fakepam/ |
H A D | script.c | 64 like(const char *wanted, const char *seen, const char *format, ...) in like() argument 71 if (seen == NULL) { in like() 73 printf("# wanted: /%s/\n# seen: (null)\n", wanted); in like() 85 status = regexec(®ex, seen, 0, NULL, 0); in like() 93 printf("# wanted: /%s/\n# seen: %s\n", wanted, seen); in like() 106 like(const char *wanted, const char *seen, const char *format UNUSED, ...) in like() argument 109 diag(" seen %s", seen); in like() 116 * Compare an expected string with a seen string, used by both output checking 124 compare_string(char *wanted, char *seen, const char *format, ...) in compare_string() argument 139 like(regex, seen, "%s", comment); in compare_string() [all …]
|
/freebsd/contrib/pam-krb5/tests/pam-util/ |
H A D | logging-t.c | 49 seen = pam_output(); \ 50 is_int((p), seen->lines[0].priority, "priority %d", (p)); \ 51 is_string("foo", seen->lines[0].line, "line %s", (n)); \ 52 pam_output_free(seen); \ 64 seen = pam_output(); \ 65 is_int((p), seen->lines[0].priority, "priority %s", (n)); \ 66 is_string(expected, seen->lines[0].line, "line %s", (n)); \ 67 pam_output_free(seen); \ 81 seen = pam_output(); \ 82 is_int((p), seen->lines[0].priority, "priority %s", (n)); \ [all …]
|
H A D | options-t.c | 101 seen = pam_output(); \ 102 if (seen == NULL) \ 105 is_int((p), seen->lines[0].priority, "...priority for %s", (a)); \ 106 is_string((e), seen->lines[0].line, "...error for %s", (a)); \ 108 pam_output_free(seen); \ 145 struct output *seen; in main() local 423 seen = pam_output(); in main() 425 seen->lines[0].line, "...and correct error reported"); in main() 426 is_int(LOG_ERR, seen->lines[0].priority, "...with correct priority"); in main() 427 pam_output_free(seen); in main() [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_util.h | 133 static int seen = 0; \ 135 if (seen == 0 && linux_debug >= 2) { \ 139 seen = 1; \ 145 static int seen = 0; \ 147 if (seen == 0) { \ 151 seen = 1; \ 157 static int seen = 0; \ 159 if (seen == 0) { \ 163 seen = 1; \ 169 static int seen [all...] |
/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 28 graid1_3.sh Hang seen 20250915 31 lockf5.sh Spinning threads seen 20160718 37 mlockall2.sh Unrecoverable OOM killing seen 20190203 41 newfs4.sh watchdog fired. newbuf (still seen 20240729) 20190225 46 nullfs28.sh Hang in "mount drain" seen 20220111 48 overcommit2.sh CAM stuck in vmwait seen 20200112 91 vunref.sh No problems ever seen 92 vunref2.sh No problems ever seen 100 tmpfs18.sh mntref hang seen 20191019
|
H A D | devfs3.sh | 29 # Panic seen with two instances of devfs.sh running simultaneously. 31 # "panic: dev_rel() gave negative count" seen: 34 # "panic: No vop_unlock(0xfffff80089eb0750, 0xfffffe104944f4c8)" seen:
|
H A D | select.sh | 31 # Problem only seen on i386. 35 # "FAIL n = 2389" seen on r302369, no debug build. 75 #define N 2000 /* also seen fail with N = 20.000 */ 76 #define PARALLEL 16 /* Fails seen with 1 - 16 */
|
/freebsd/sys/kern/ |
H A D | subr_acl_nfs4.c | 720 mode_t old_mode = *_mode, mode = 0, seen = 0; in acl_nfs4_sync_mode_from_acl() local 744 ((seen & S_IRUSR) == 0)) { in acl_nfs4_sync_mode_from_acl() 745 seen |= S_IRUSR; in acl_nfs4_sync_mode_from_acl() 750 ((seen & S_IWUSR) == 0)) { in acl_nfs4_sync_mode_from_acl() 751 seen |= S_IWUSR; in acl_nfs4_sync_mode_from_acl() 756 ((seen & S_IXUSR) == 0)) { in acl_nfs4_sync_mode_from_acl() 757 seen |= S_IXUSR; in acl_nfs4_sync_mode_from_acl() 763 ((seen & S_IRGRP) == 0)) { in acl_nfs4_sync_mode_from_acl() 764 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl() 769 ((seen & S_IWGRP) == 0)) { in acl_nfs4_sync_mode_from_acl() [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_reg.h | 2477 set, generate pcie_err_attn output when this error is seen. WC */ 2480 generate pcie_err_attn output when this error is seen.. WC */ 2483 generate pcie_err_attn output when this error is seen.. WC */ 2486 set, generate pcie_err_attn output when this error is seen.. WC \ 2490 if set, generate pcie_err_attn output when this error is seen. WC \ 2494 pcie_err_attn output when this error is seen. WC */ 2497 set, generate pcie_err_attn output when this error is seen. WC */ 2501 is seen. WC */ 2504 generate pcie_err_attn output when this error is seen.. WC */ 2508 set, generate pcie_err_attn output when this error is seen. WC */ [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.providers.ksh | 52 int seen[string]; 57 /err == 0 && progenyof(\$pid) && !seen["provider"]/ \ 68 seen["provider"]++; \ 80 /err == 0 && !seen["provider"]/ \ 89 printf("saw %d probes from provider\n", seen["provider"]); \
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss4 | 106 Reduce actions are appropriate when the parser has seen 108 and is prepared to announce that it has seen 174 state where the right hand side of the rule was first seen. 175 The parser then behaves as if it had seen the left side at that time. 201 action indicates that the entire input has been seen and 210 The input tokens it has seen, together with the lookahead token, 287 what has been seen, and what is yet to come, in each rule. 353 The action in state 1 when the endmarker is seen is to accept,
|
H A D | ss5 | 74 When the parser has read the second expr, the input that it has seen: 93 Alternatively, when the parser has seen 98 the input until it had seen 210 In this example, consider the situation where the parser has seen 255 and particular inputs already seen, such as 286 portion of the grammar rules which has been seen. 287 Thus in the example, in state 23 the parser has seen input corresponding
|
H A D | ss9 | 107 the parser would be a bit bigger, and the items would be seen, and reduced, 127 which empty sequence it has seen, when it hasn't seen enough to 172 This token must be seen by the parser before it can tell that
|
/freebsd/contrib/lib9p/pytest/ |
H A D | pfod.py | 135 seen = set() 142 or name in seen): 144 seen.add(name) 157 seen = set() 165 if name in seen: 167 seen.add(name)
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.d | 73 /seen[probename] == 0/ 76 seen[probename] = 1; 77 printf("%d ops seen, latest op is %s\n", numberseen, probename); 89 printf("%d nfsv3 ops seen; should be 22\n", numberseen);
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 343 /// Hook called whenever a macro definition is seen. 348 /// Hook called whenever a macro \#undef is seen. 359 /// Hook called whenever the 'defined' operator is seen. 388 /// Hook called whenever an \#if is seen. 398 /// Hook called whenever an \#elif is seen. 408 /// Hook called whenever an \#ifdef is seen. 432 /// Hook called whenever an \#ifndef is seen. 456 /// Hook called whenever an \#else is seen. 462 /// Hook called whenever an \#endif is seen. 698 /// Hook called whenever an \#if is seen. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 39 // If a non-mappable instruction is seen, this entire def-use graph is marked 116 void Float2IntPass::seen(Instruction *I, ConstantRange R) { in seen() function in Float2IntPass 159 // Seen already. in walkBackwards() 166 seen(I, badRange()); in walkBackwards() 176 seen(I, validateRange(Input.castOp(CastOp, MaxIntegerBW+1))); in walkBackwards() 187 seen(I, unknownRange()); in walkBackwards() 199 seen(I, badRange()); in walkBackwards() 212 assert(OpIt != SeenInsts.end() && "def not seen before use!"); in calcRange() 294 // Walk forwards down the list of seen instructions, so we visit defs before 307 seen(I, *Range); in walkForwards() [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 133 // 'seen' is used for path finding { 0: unseen, 1: seen }. in Compute() 134 ::std::vector<char> seen; in Compute() 152 // 'seen' initialized to 'graph_->RhsSize()' copies of 0. in Compute() 153 seen.assign(graph_->RhsSize(), 0); in Compute() 154 TryAugment(ilhs, &seen); in Compute() 172 // flow was added to the network. The 'seen' vector elements correspond 184 bool TryAugment(size_t ilhs, ::std::vector<char>* seen) { in TryAugment() argument 186 if ((*seen)[irhs]) continue; in TryAugment() 189 (*seen)[irhs] = 1; in TryAugment() 200 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) { in TryAugment()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 890 mode_t seen = 0; in zfs_mode_compute() local 916 (!(seen & S_IRUSR))) { in zfs_mode_compute() 917 seen |= S_IRUSR; in zfs_mode_compute() 923 (!(seen & S_IWUSR))) { in zfs_mode_compute() 924 seen |= S_IWUSR; in zfs_mode_compute() 930 (!(seen & S_IXUSR))) { in zfs_mode_compute() 931 seen |= S_IXUSR; in zfs_mode_compute() 939 (!(seen & S_IRGRP))) { in zfs_mode_compute() 940 seen |= S_IRGRP; in zfs_mode_compute() 946 (!(seen & S_IWGRP))) { in zfs_mode_compute() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 39 // Infinite recursion is prevented by maintaining a list of seen DIEs. 371 llvm::SmallSet<lldb::user_id_t, 4> &seen, in GetDeclContextImpl() argument 374 while (die && seen.insert(die.GetID()).second) { in GetDeclContextImpl() 425 llvm::SmallSet<lldb::user_id_t, 4> seen; in GetDeclContext() local 427 GetDeclContextImpl(*this, seen, context); in GetDeclContext() 433 llvm::SmallSet<lldb::user_id_t, 4> &seen, in GetTypeLookupContextImpl() argument 436 while (die && seen.insert(die.GetID()).second) { in GetTypeLookupContextImpl() 497 llvm::SmallSet<lldb::user_id_t, 4> seen; in GetTypeLookupContext() local 499 GetTypeLookupContextImpl(*this, seen, context); in GetTypeLookupContext()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_time.h | 68 /* A flag saying whether we have seen a TSC packet. */ 71 /* A flag saying whether we have seen a CBR packet. */ 74 /* A flag saying whether we have seen a TMA packet. */ 77 /* A flag saying whether we have seen a MTC packet. */ 167 /* A flag saying whether we have seen a MTC packet. */
|
/freebsd/crypto/openssl/test/ |
H A D | cert_comp_test.c | 110 int *seen = (int*)SSL_get_app_data(s); in cert_comp_info_cb() local 114 if (!strcmp(SSL_state_string(s), "TRCCC") && seen != NULL) in cert_comp_info_cb() 115 *seen = 1; in cert_comp_info_cb() 118 if (!strcmp(SSL_state_string(s), "TRSCC") && seen != NULL) in cert_comp_info_cb() 119 *seen = 1; in cert_comp_info_cb()
|