Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 232) sorted by relevance

12345678910

/freebsd/sys/compat/linux/
H A Dlinux_util.h133 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/sys/kern/
H A Dsubr_acl_nfs4.c720 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/contrib/lib9p/pytest/
H A Dpfod.py135 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/privs/
H A Dtst.providers.ksh52 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/tools/test/stress2/misc/
H A Dall.exclude32 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
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc134 ::std::vector<char> seen; in Compute()
153 seen.assign(graph_->RhsSize(), 0); in Compute()
154 TryAugment(ilhs, &seen); in Compute()
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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp371 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/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c889 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/bmake/mk/
H A Dmeta2deps.sh345 seen="$rdir,$dir"
347 *) seen=$dir;;
378 seenit="$seenit,$seen"
390 # just because we've seen the dir before.
398 seenit="$seenit,$seen"
401 seenit="$seenit,$seen"
/freebsd/share/mk/
H A Dmeta2deps.sh345 seen="$rdir,$dir"
347 *) seen=$dir;;
378 seenit="$seenit,$seen"
390 # just because we've seen the dir before.
398 seenit="$seenit,$seen"
401 seenit="$seenit,$seen"
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c907 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/sys/dev/random/fenestrasX/
H A Dfx_pool.c379 unsigned rem, seen; in fxrng_event_processor() local
382 seen = fxrng_reseed_seen[src]; in fxrng_event_processor()
383 if (seen == FXENT_HI_SRC_POOL0_BYTES) in fxrng_event_processor()
386 rem = FXENT_HI_SRC_POOL0_BYTES - seen; in fxrng_event_processor()
389 fxrng_reseed_seen[src] = seen + rem; in fxrng_event_processor()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reeval.ksh81 seen = 1;
87 exit(seen ? 0 : 2);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d73 /seen[probename] == 0/
76 seen[probename] = 1;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp116 void Float2IntPass::seen(Instruction *I, ConstantRange R) { in seen() function in Float2IntPass
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()
307 seen(I, *Range); in walkForwards()
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-posix.mk60 check-not-seen-sys-mk: .USE
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
/freebsd/sbin/routed/rtquery/
H A Drtquery.c352 struct seen { in query_loop() struct
353 struct seen *next; in query_loop() argument
355 } *seen, *sp; in query_loop() local
401 seen = NULL; in query_loop()
429 for (sp = seen; sp != NULL; sp = sp->next) { in query_loop()
441 sp->next = seen; in query_loop()
442 seen = sp; in query_loop()
/freebsd/usr.sbin/config/
H A Dmkoptions.cc147 int seen; in do_option() local
193 seen = 0; in do_option()
213 seen++; in do_option()
255 if (value && !seen) { in do_option()
/freebsd/crypto/openssl/test/recipes/
H A Dtconversion.pl135 my %seen = ();
136 grep { not $seen{$_}++ } @_;
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c130 boolean_t seen = B_FALSE; in zstream_do_recompress() local
149 seen = B_TRUE; in zstream_do_recompress()
175 VERIFY3B(seen, ==, B_TRUE); in zstream_do_recompress()
H A Dzstream_decompress.c164 boolean_t seen = B_FALSE; in zstream_do_decompress() local
182 seen = B_TRUE; in zstream_do_decompress()
208 VERIFY3B(seen, ==, B_TRUE); in zstream_do_decompress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp96 element.classList.add("seen");
118 return document.querySelector(selector + ":not(.seen)");
124 previously_selected.classList.remove("seen");
127 const nodes = document.querySelectorAll(selector + ".seen");
139 const all_seen = document.querySelectorAll(selector + ".seen");
142 all_seen.forEach(e => e.classList.remove("seen"));
145 const all_seen = document.querySelectorAll(selector + ":not(.seen)");
148 all_seen.forEach(e => e.classList.add("seen"));
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp166 DenseSet<Function *> seen; // catches cycles in getTransitiveUsesOfLDS() local
179 if (!seen.contains(Ith)) { in getTransitiveUsesOfLDS()
180 seen.insert(Ith); in getTransitiveUsesOfLDS()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remoteudp.ksh.out1 Minimum UDP events seen
H A Dtst.ipv4remoteudplite.ksh.out1 Minimum UDP-Lite events seen

12345678910