Home
last modified time | relevance | path

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

12345678910

/freebsd/sys/compat/linux/
H A Dlinux_util.h133 static int seen = 0; \
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 = 0; \
171 if (seen == 0) { \
[all …]
/freebsd/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/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.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
78 vunref.sh No problems ever seen
79 vunref2.sh No problems ever seen
87 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/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/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/contrib/bmake/mk/
H A Dmeta2deps.sh345 seen="$rdir,$dir"
347 *) seen=$dir;;
378 seenit="$seenit,$seen"
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
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/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/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/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.cc144 int seen; in do_option() local
190 seen = 0; in do_option()
210 seen++; in do_option()
252 if (value && !seen) { in do_option()
/freebsd/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/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/crypto/openssl/test/recipes/
H A Dtconversion.pl135 my %seen = ();
136 grep { not $seen{$_}++ } @_;
/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
H A Dtst.ipv4localsctp.ksh.out1 Minimum SCTP events seen

12345678910