Searched refs:transition (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp61 Error BlockVerifier::transition(State To) { function in class:llvm::xray::BlockVerifier
113 "BUG (BlockVerifier): Cannot find transition table entry for %s, "
129 "BlockVerifier: Invalid transition from %s to %s.",
137 return transition(State::BufferExtents);
141 return transition(State::WallClockTime);
145 return transition(State::NewCPUId);
149 return transition(State::TSCWrap);
153 return transition(State::CustomEvent);
157 return transition(State::CustomEvent);
161 return transition(Stat
[all...]
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c76 int transition=MULTI; variable
685 if(transition!=MULTI) return(-1);
711 while(transition==MULTI) {
736 if(transition!=MULTI) return(0);
804 transition=DEATH;
810 } while(wpid!=pid && transition==SINGLE);
811 if(transition!=DEATH) {
812 prevtrans=transition;
813 transition=MULTI;
831 prevtrans=transition;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockVerifier.h48 Error transition(State To);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h43 /// Forward define the pair type used by the automata transition info tables.
62 /// Cached transition table. This is a table of NfaStatePairs that contains
92 /// transition.
93 void transition(ArrayRef<NfaStatePair> Pairs) { function in class:llvm::internal::NfaTranscriber
100 // transition from the current head state.
103 // For every transition from the current head state, add a new path
132 void transition(unsigned TransitionInfoIdx) { function in class:llvm::internal::NfaTranscriber
138 transition(Pairs);
164 /// TransitionInfoIdx is used by the DfaTranscriber to analyze the transition.
201 // Greedily read and cache the transition tabl
[all...]
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h65 /* IN: transition SIDs and class */
195 struct xen_flask_transition transition; member in union:xen_flask_op::__anon13626
/freebsd-11-stable/sbin/init/
H A Dinit.c142 static void transition(state_t);
413 transition(initial_transition);
575 transition(state_t s) function
1094 * Returns 0 on success, otherwise the next transition to enter:
1600 * Catch a signal and request a state transition.
/freebsd-11-stable/share/mk/
H A Dsys.mk473 # the ports files are modernized, and a reasonable transition
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1468 /* Data type describing a valid state transition of the parser. */
1469 struct transition struct
1474 /* A callback called upon each parser state transition. */
2157 static struct transition transitions[] =
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c3129 enum qp_transition transition, u8 slave)
3153 switch (transition) {
3188 if (transition == QP_TRANS_INIT2RTR &&
3126 verify_qp_parameters(struct mlx4_dev *dev, struct mlx4_vhcr *vhcr, struct mlx4_cmd_mailbox *inbox, enum qp_transition transition, u8 slave) argument

Completed in 153 milliseconds