Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-12.1/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_test.sh39 . $(atf_get_srcdir)/delegate.cfg
49 . $(atf_get_srcdir)/delegate.cfg
65 . $(atf_get_srcdir)/delegate.cfg
75 . $(atf_get_srcdir)/delegate.cfg
91 . $(atf_get_srcdir)/delegate.cfg
101 . $(atf_get_srcdir)/delegate.cfg
117 . $(atf_get_srcdir)/delegate.cfg
127 . $(atf_get_srcdir)/delegate.cfg
143 . $(atf_get_srcdir)/delegate.cfg
153 . $(atf_get_srcdir)/delegate.cfg
[all …]
H A Dzfs_unallow_test.sh39 . $(atf_get_srcdir)/delegate.cfg
49 . $(atf_get_srcdir)/delegate.cfg
65 . $(atf_get_srcdir)/delegate.cfg
75 . $(atf_get_srcdir)/delegate.cfg
91 . $(atf_get_srcdir)/delegate.cfg
101 . $(atf_get_srcdir)/delegate.cfg
117 . $(atf_get_srcdir)/delegate.cfg
127 . $(atf_get_srcdir)/delegate.cfg
143 . $(atf_get_srcdir)/delegate.cfg
153 . $(atf_get_srcdir)/delegate.cfg
[all …]
H A DMakefile6 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/delegate
15 ${PACKAGE}FILES+= delegate.cfg
H A Dcleanup.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dsetup.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_004_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_allow_011_neg.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_008_neg.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_002_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_007_neg.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_001_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_allow_009_neg.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_005_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_unallow_003_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_allow_005_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_allow_002_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_allow_006_pos.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
H A Dzfs_allow_012_neg.ksh32 . $STF_SUITE/tests/delegate/delegate_common.kshlib
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse() argument
96 delegate.HandleAsyncStdout(inferior_stdout); in SendContinuePacketAndWaitForResponse()
100 delegate.HandleAsyncMisc( in SendContinuePacketAndWaitForResponse()
104 delegate.HandleAsyncStructuredDataPacket(response.GetStringRef()); in SendContinuePacketAndWaitForResponse()
123 delegate.HandleStopReply(); in SendContinuePacketAndWaitForResponse()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h82 PersistentVariableDelegate *delegate, Status &err);
86 PersistentVariableDelegate *delegate, Status &err);
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h141 Delegate *delegate = nullptr,
144 VRM(vrm), TII(*MF.getSubtarget().getInstrInfo()), TheDelegate(delegate), in Parent()
H A DMachineFunction.h408 void resetDelegate(Delegate *delegate) {
409 assert(TheDelegate == delegate &&
416 void setDelegate(Delegate *delegate) {
417 assert(delegate && !TheDelegate &&
421 TheDelegate = delegate;
H A DMachineRegisterInfo.h158 void resetDelegate(Delegate *delegate) { in resetDelegate() argument
162 assert(TheDelegate == delegate && in resetDelegate()
167 void setDelegate(Delegate *delegate) { in setDelegate() argument
168 assert(delegate && !TheDelegate && in setDelegate()
172 TheDelegate = delegate; in setDelegate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp65 Materializer::PersistentVariableDelegate *delegate) in EntityPersistentVariable() argument
67 m_delegate(delegate) { in EntityPersistentVariable()
415 PersistentVariableDelegate *delegate, Status &err) { in AddPersistentVariable() argument
417 iter->reset(new EntityPersistentVariable(persistent_variable_sp, delegate)); in AddPersistentVariable()
774 Materializer::PersistentVariableDelegate *delegate) in EntityResultVariable() argument
778 m_temporary_allocation_size(0), m_delegate(delegate) { in EntityResultVariable()
1040 PersistentVariableDelegate *delegate, in AddResultVariable() argument
1044 keep_in_memory, delegate)); in AddResultVariable()
/freebsd-12.1/crypto/heimdal/lib/hdb/
H A Dhdb.asn143 ok-as-delegate(11), -- as in TicketFlags
98 allowed-to-delegate-to[2] HDB-Ext-Constrained-delegation-acl,

123