Searched refs:phase (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h95 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align)))
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_private.h178 uint32_t phase; member in struct:nvme_qpair
/freebsd-13-stable/contrib/ntp/libparse/
H A Ddata_mbg.c172 synthp->phase = get_lsb_int16(buffpp);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h353 bool InvokeCancelCallback(lldb::ExpressionEvaluationPhase phase) const {
355 ? m_cancel_callback(phase, m_cancel_callback_baton)
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h258 /* The Non-LQ CRC error status is delayed until phase change. */
323 * the mandated bus settle delay between phase changes
476 * noted even if no data transfers occur. Once the data phase is entered,
837 * to parity errors in each phase table.
840 uint8_t phase; member in struct:ahd_phase_table_entry
1494 ahd_lookup_phase_entry(int phase);
H A Daic7xxx.h446 * noted even if no data transfers occur. Once the data phase is entered,
785 * to parity errors in each phase table.
788 uint8_t phase; member in struct:ahc_phase_table_entry
1281 ahc_lookup_phase_entry(int phase);
H A Daic7xxx.c101 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
102 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" },
103 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
104 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" },
105 { P_COMMAND, MSG_NOOP, "in Command phase" },
106 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
107 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" },
108 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
110 { 0, MSG_NOOP, "in unknown phase" }
661 printf("%s:%c:%d: unknown scsi bus phase
2209 ahc_lookup_phase_entry(int phase) argument
[all...]
H A Daic79xx.c90 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
91 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" },
92 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
93 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" },
94 { P_COMMAND, MSG_NOOP, "in Command phase" },
95 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
96 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" },
97 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
99 { 0, MSG_NOOP, "in unknown phase" }
1063 * If a target takes us into the command phase
3500 ahd_lookup_phase_entry(int phase) argument
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c2814 U32 phase; member in struct:ZSTD_DCtx_s
3393 dctx->phase = 0;
3426 if (ctx->phase == 0)
3431 ctx->phase = 1;
3437 if (ctx->phase == 1)
3445 ctx->phase = 0;
3451 ctx->phase = 2;
3471 case bt_end : /* should never happen (filtered at phase 1) */
3477 ctx->phase = 1;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h187 u_short phase; /* phase in update cycle */ member in struct:interface
/freebsd-13-stable/tools/lua/
H A Dtemplate.lua42 local phase
209 if VAR_PHASES and VAR_PHASES[phase()] then
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dghash-armv4.S534 vshl.i64 q9,q0,#57 @ 1st phase
542 vshr.u64 q10,q0,#1 @ 2nd phase
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_io.c546 printf("phase = %u\n", itf->phase);
754 ep->phase = sys_interphase;
1723 * toggle configuration phase
1735 * if interface does not match configuration phase (not seen in phase 1):
1766 * phase one - scan interfaces
1779 * Toggle system interface scan phase to find untouched
1870 if (ep->phase != sys_interphase) {
1923 ep->phase
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm294 ;; because of low-counter effect, when prologue phase finishes
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.h1832 uint32_t phase; member in struct:be_set_eqd
1844 uint32_t phase; member in struct:mbx_modify_common_eq_delay::__anon13645::__anon13646::__anon13647
H A Doce_if.h510 uint32_t phase; member in struct:oce_set_eqd
H A Doce_mbox.c1975 fwcmd->params.req.delay[i].phase = 0;
/freebsd-13-stable/sys/net/
H A Dif_spppsubr.c366 static const char *sppp_phase_name(enum ppp_phase phase);
2643 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
2648 * if we already proceeded to network phase, since it might be
2697 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
2721 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
2738 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
3929 * Open: LCP reached authentication phase
3930 * Close: LCP reached terminate phase
3943 * tlu: this-layer-up, LCP reaches network phase
3944 * tld: this-layer-down, LCP enters terminate phase
5337 sppp_phase_name(enum ppp_phase phase) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9356 ZSTD_cwksp_alloc_phase_e phase; member in struct:__anon10724
9403 ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) {
9404 assert(phase >= ws->phase);
9405 if (phase > ws->phase) {
9406 if (ws->phase < ZSTD_cwksp_alloc_buffers &&
9407 phase >= ZSTD_cwksp_alloc_buffers) {
9410 if (ws->phase < ZSTD_cwksp_alloc_aligned &&
9411 phase >
9402 ZSTD_cwksp_internal_advance_phase( ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) argument
9438 ZSTD_cwksp_reserve_internal( ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) argument
9495 const ZSTD_cwksp_alloc_phase_e phase = ZSTD_cwksp_alloc_aligned; local
[all...]
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c952 #define XE_EXTRA_DATA (1) /* unexpected data phase */
953 #define XE_BAD_PHASE (1<<1) /* illegal phase (4/5) */
955 #define XE_SODL_UNRUN (1<<3) /* ODD transfer in DATA OUT phase */
956 #define XE_SWIDE_OVRUN (1<<4) /* ODD transfer in DATA IN phase */
2773 printf("%s: handling phase mismatch from SCRIPTS.\n",
3218 * and/or hardware phase mismatch, since only such chips
3227 * If phase mismatch handled by scripts (895A/896/1010),
3757 * When a parity error is detected in input phase
3758 * and the device switches to msg-in phase inside a
3870 * A SCSI parity error (PAR) may be combined with a phase
4118 int phase = cmd & 7; local
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.h1676 uint32_t phase; member in struct:sli4_req_common_modify_eq_delay_s::__anon13907
H A Dsli4.c1946 modify_delay->eq_delay_record[i].phase = shift;
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c10211 pmap_large_map_getva(vm_size_t len, vm_offset_t align, vm_offset_t phase, argument
10220 return (vmem_xalloc(large_vmem, len, align, phase, 0, VMEM_ADDR_MIN,

Completed in 638 milliseconds

123