/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 | 49 #Expected result: ClientHello extension seen; ServerHello extension seen 50 # NewSessionTicket message seen; Full handshake 58 #Expected result: ClientHello extension seen; ServerHello extension not seen 59 # NewSessionTicket message not seen; Full handshake 68 #Expected result: ClientHello extension not seen; ServerHello extension not seen 69 # NewSessionTicket message not seen; Full handshake 76 #Expected result: ClientHello extension seen; ServerHello extension not seen 77 # NewSessionTicket message not seen; Abbreviated handshake 90 #Expected result: ClientHello extension seen; ServerHello extension seen 91 # NewSessionTicket message seen; Abbreviated handshake [all …]
|
H A D | 70-test_tlsextms.t | 53 #Expected result: ClientHello extension seen; ServerHello extension seen 63 #Expected result: ClientHello extension not seen; ServerHello extension not seen 92 #Expected result: ClientHello extension seen; ServerHello extension seen 109 #Expected result: ClientHello extension seen; ServerHello extension seen 181 #Expected result: ClientHello extension seen; ServerHello extension not seen
|
/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 | 32 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 81 vunref.sh No problems ever seen 82 vunref2.sh No problems ever seen 90 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 */
|
H A D | tcp2.sh | 29 # "panic: kmem_malloc(4096): kmem_map too small ..." seen. 30 # "panic: sackhint bytes rtx >= 0" seen. 31 # "panic: pmap_release: pmap 0xfffffe012fb61b08 resident count 1 != 0" seen.
|
H A D | suj16.sh | 31 # Livelock seen in ffs_sync(). 32 # "panic: initiate_write_bmsafemap: block 846816 marked free" seen. 33 # Zero size snapshot file seen.
|
/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/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/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/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 | 889 mode_t seen = 0; in zfs_mode_compute() local 915 (!(seen & S_IRUSR))) { in zfs_mode_compute() 916 seen |= S_IRUSR; in zfs_mode_compute() 922 (!(seen & S_IWUSR))) { in zfs_mode_compute() 923 seen |= S_IWUSR; in zfs_mode_compute() 929 (!(seen & S_IXUSR))) { in zfs_mode_compute() 930 seen |= S_IXUSR; in zfs_mode_compute() 938 (!(seen & S_IRGRP))) { in zfs_mode_compute() 939 seen |= S_IRGRP; in zfs_mode_compute() 945 (!(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/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 907 mode_t seen = 0; in zfs_mode_compute() local 933 (!(seen & S_IRUSR))) { in zfs_mode_compute() 934 seen |= S_IRUSR; in zfs_mode_compute() 940 (!(seen & S_IWUSR))) { in zfs_mode_compute() 941 seen |= S_IWUSR; in zfs_mode_compute() 947 (!(seen & S_IXUSR))) { in zfs_mode_compute() 948 seen |= S_IXUSR; in zfs_mode_compute() 956 (!(seen & S_IRGRP))) { in zfs_mode_compute() 957 seen |= S_IRGRP; in zfs_mode_compute() 963 (!(seen & S_IWGRP))) { in zfs_mode_compute() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 43 Seen.clear(); in resetLiveOutMap() 44 Seen.resize(NumBlocks); in resetLiveOutMap() 78 assert(Seen.test(MBB->getNumber())); in updateFromLiveIns() 148 if (Seen[N]) { in isDefOnEntry() 199 // Remember if we have seen more than one value. in findReachingDefs() 205 // Using Seen as a visited set, perform a BFS for all reaching defs. in findReachingDefs() 238 if (Seen.test(Pred->getNumber())) { in findReachingDefs() 353 bool needPHI = !IDom || !Seen.test(IDom->getBlock()->getNumber()); in updateSSA()
|