Home
last modified time | relevance | path

Searched defs:sdd (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc48 ScopedDD<BV> sdd; in RunBasicTest() local
139 ScopedDD<BV> sdd; in RunRemoveNodeTest() local
245 ScopedDD<BV> sdd; in RunMultipleEpochsTest() local
290 ScopedDD<BV> sdd; in RunCorrectEpochFlush() local
322 ScopedDD<BV> sdd; in RunTryLockTest() local
349 ScopedDD<BV> sdd; in RunOnFirstLockTest() local
387 ScopedDD<BV> sdd; in RunRecusriveLockTest() local
417 ScopedDD<BV> sdd; in RunLockContextTest() local
455 ScopedDD<BV> sdd; in RunRemoveEdgesTest() local
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1085 gather_holds(zfs_handle_t *zhp, send_dump_data_t *sdd) in gather_holds()
1191 send_dump_data_t *sdd = arg; in dump_snapshot() local
1319 send_dump_data_t *sdd = arg; in dump_filesystem() local
1385 send_dump_data_t *sdd = arg; in dump_filesystems() local
1734 send_dump_data_t sdd = { 0 }; in zfs_send() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_deleg.c717 dsl_deleg_set_create_perms(dsl_dir_t *sdd, dmu_tx_t *tx, cred_t *cr) in dsl_deleg_set_create_perms()
H A Ddsl_dir.c1943 dsl_dir_transfer_possible(dsl_dir_t *sdd, dsl_dir_t *tdd, in dsl_dir_transfer_possible()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d4076 auto sdd = new StaticDtorDeclaration(loc, endloc, storage_class); in syntaxCopy() local
4129 auto sdd = new SharedStaticDtorDeclaration(loc, endloc, storage_class); in syntaxCopy() local
H A Ddsymbolsem.d4280 override void visit(StaticDtorDeclaration sdd) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c5239 StaticDtorDeclaration *sdd = new StaticDtorDeclaration(loc, endloc, storage_class); in syntaxCopy() local
5344 SharedStaticDtorDeclaration *sdd = new SharedStaticDtorDeclaration(loc, endloc, storage_class); in syntaxCopy() local