Home
last modified time | relevance | path

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

12345678910

/freebsd-14.2/sys/compat/linux/
H A Dlinux_util.h132 static int seen = 0; \
138 seen = 1; \
144 static int seen = 0; \
146 if (seen == 0) { \
150 seen = 1; \
156 static int seen = 0; \
158 if (seen == 0) { \
162 seen = 1; \
168 static int seen = 0; \
170 if (seen == 0) { \
[all …]
/freebsd-14.2/sys/kern/
H A Dsubr_acl_nfs4.c745 seen |= S_IRUSR; in acl_nfs4_sync_mode_from_acl()
751 seen |= S_IWUSR; in acl_nfs4_sync_mode_from_acl()
757 seen |= S_IXUSR; in acl_nfs4_sync_mode_from_acl()
764 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl()
770 seen |= S_IWGRP; in acl_nfs4_sync_mode_from_acl()
776 seen |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()
783 seen |= S_IRUSR; in acl_nfs4_sync_mode_from_acl()
788 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl()
793 seen |= S_IROTH; in acl_nfs4_sync_mode_from_acl()
800 seen |= S_IWUSR; in acl_nfs4_sync_mode_from_acl()
[all …]
/freebsd-14.2/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-14.2/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-14.2/tools/test/stress2/misc/
H A Dall.exclude17 fuse.sh Memory corruption seen in log file kostik734.txt 20141114
18 fuse2.sh Deadlock seen 20121129
19 fuse3.sh Deadlock seen 20141120
33 lockf5.sh Spinning threads seen 20160718
38 mlockall2.sh Unrecoverable OOM killing seen 20190203
47 nullfs28.sh Hang in "mount drain" seen 20220111
49 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-14.2/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-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c889 mode_t seen = 0; in zfs_mode_compute() local
916 seen |= S_IRUSR; in zfs_mode_compute()
923 seen |= S_IWUSR; in zfs_mode_compute()
930 seen |= S_IXUSR; in zfs_mode_compute()
939 seen |= S_IRGRP; in zfs_mode_compute()
946 seen |= S_IWGRP; in zfs_mode_compute()
953 seen |= S_IXGRP; in zfs_mode_compute()
961 seen |= S_IRUSR; in zfs_mode_compute()
967 seen |= S_IRGRP; in zfs_mode_compute()
973 seen |= S_IROTH; in zfs_mode_compute()
[all …]
/freebsd-14.2/share/mk/
H A Dmeta2deps.sh345 seen="$rdir,$dir"
347 *) seen=$dir;;
378 seenit="$seenit,$seen"
398 seenit="$seenit,$seen"
401 seenit="$seenit,$seen"
/freebsd-14.2/contrib/bmake/mk/
H A Dmeta2deps.sh343 seen="$rdir,$dir"
345 *) seen=$dir;;
376 seenit="$seenit,$seen"
396 seenit="$seenit,$seen"
399 seenit="$seenit,$seen"
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c907 mode_t seen = 0; in zfs_mode_compute() local
934 seen |= S_IRUSR; in zfs_mode_compute()
941 seen |= S_IWUSR; in zfs_mode_compute()
948 seen |= S_IXUSR; in zfs_mode_compute()
957 seen |= S_IRGRP; in zfs_mode_compute()
964 seen |= S_IWGRP; in zfs_mode_compute()
971 seen |= S_IXGRP; in zfs_mode_compute()
979 seen |= S_IRUSR; in zfs_mode_compute()
985 seen |= S_IRGRP; in zfs_mode_compute()
991 seen |= S_IROTH; in zfs_mode_compute()
[all …]
/freebsd-14.2/sys/dev/random/fenestrasX/
H A Dfx_pool.c380 unsigned rem, seen; in fxrng_event_processor() local
383 seen = fxrng_reseed_seen[src]; in fxrng_event_processor()
384 if (seen == FXENT_HI_SRC_POOL0_BYTES) in fxrng_event_processor()
387 rem = FXENT_HI_SRC_POOL0_BYTES - seen; in fxrng_event_processor()
390 fxrng_reseed_seen[src] = seen + rem; in fxrng_event_processor()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp377 GetDeclContextImpl(llvm::SmallSet<lldb::user_id_t, 4> &seen, DWARFDIE die) { in GetDeclContextImpl() argument
380 if (!die || !seen.insert(die.GetID()).second) in GetDeclContextImpl()
385 return GetDeclContextImpl(seen, spec); in GetDeclContextImpl()
388 context = GetDeclContextImpl(seen, die.GetParent()); in GetDeclContextImpl()
429 llvm::SmallSet<lldb::user_id_t, 4> seen; in GetDeclContext() local
430 return GetDeclContextImpl(seen, *this); in GetDeclContext()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reeval.ksh81 seen = 1;
87 exit(seen ? 0 : 2);
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d73 /seen[probename] == 0/
76 seen[probename] = 1;
/freebsd-14.2/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-14.2/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-14.2/sbin/routed/rtquery/
H A Drtquery.c370 struct seen { in query_loop() struct
371 struct seen *next; in query_loop() argument
373 } *seen, *sp; in query_loop() local
419 seen = NULL; in query_loop()
447 for (sp = seen; sp != NULL; sp = sp->next) { in query_loop()
459 sp->next = seen; in query_loop()
460 seen = sp; in query_loop()
/freebsd-14.2/usr.sbin/config/
H A Dmkoptions.cc150 int seen; in do_option() local
196 seen = 0; in do_option()
216 seen++; in do_option()
258 if (value && !seen) { in do_option()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/
H A Dapple,sart.yaml23 SART2, first seen in A14 and M1, allows 36 bit of physical address space
26 SART3, first seen in M1 Pro/Max, extends both the address space and filter
/freebsd-14.2/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c142 boolean_t seen = B_FALSE; in zstream_do_recompress() local
161 seen = B_TRUE; in zstream_do_recompress()
187 VERIFY3B(seen, ==, B_TRUE); in zstream_do_recompress()
H A Dzstream_decompress.c162 boolean_t seen = B_FALSE; in zstream_do_decompress() local
180 seen = B_TRUE; in zstream_do_decompress()
206 VERIFY3B(seen, ==, B_TRUE); in zstream_do_decompress()
/freebsd-14.2/crypto/openssl/test/recipes/
H A Dtconversion.pl135 my %seen = ();
136 grep { not $seen{$_}++ } @_;
/freebsd-14.2/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
H A Dtst.ipv4localsctp.ksh.out1 Minimum SCTP events seen

12345678910