Searched refs:phase (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dsuid_write_to_file.c37 const char *name, *phase; local
76 phase = argv[2];
77 if (strcmp(phase, "PRECRASH") == 0) {
113 } else if (strcmp(phase, "REPLAY") == 0) {
116 fprintf(stderr, "Invalid phase %s\n", phase);
H A Dxattrtest.c93 static int phase = PHASE_ALL; variable
103 " [-s <bytes>] [-p <path>] [-t <script> ] [-o <phase>]\n",
122 " --only -o <num> Only run phase N\n"
188 phase = strtol(optarg, NULL, 0);
189 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) {
222 fprintf(stdout, "only: %d\n", phase);
292 post_hook(const char *phase) argument
294 char *argv[3] = { (char *)script, (char *)phase, NULL };
689 if (phase
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_cwksp.h142 ZSTD_cwksp_alloc_phase_e phase; member in struct:__anon202
189 ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) {
190 assert(phase >= ws->phase);
191 if (phase > ws->phase) {
192 if (ws->phase < ZSTD_cwksp_alloc_buffers &&
193 phase >= ZSTD_cwksp_alloc_buffers) {
196 if (ws->phase < ZSTD_cwksp_alloc_aligned &&
197 phase >
188 ZSTD_cwksp_internal_advance_phase( ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) argument
224 ZSTD_cwksp_reserve_internal( ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) argument
281 const ZSTD_cwksp_alloc_phase_e phase = ZSTD_cwksp_alloc_aligned; local
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h156 ZSTD_cwksp_alloc_phase_e phase; member in struct:__anon110
275 * Moves the cwksp to the next phase, and does any necessary allocations.
276 * cwksp initialization must necessarily go through each phase in order.
280 ZSTD_cwksp_internal_advance_phase(ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) argument
282 assert(phase >= ws->phase);
283 if (phase > ws->phase) {
285 if (ws->phase < ZSTD_cwksp_alloc_buffers &&
286 phase >
331 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) argument
385 const ZSTD_cwksp_alloc_phase_e phase = ZSTD_cwksp_alloc_aligned; local
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dself_test_core.c24 const char *phase; member in struct:ossl_self_test_st
90 (char *)st->phase, 0);
110 ret->phase = "";
127 st->phase = OSSL_SELF_TEST_PHASE_START;
142 st->phase =
147 st->phase = OSSL_SELF_TEST_PHASE_NONE;
164 st->phase = OSSL_SELF_TEST_PHASE_CORRUPT;
/freebsd-current/sys/kern/
H A Dkern_poll.c238 static uint32_t phase; variable
239 SYSCTL_UINT(_kern_polling, OID_AUTO, phase, CTLFLAG_RD,
240 &phase, 0, "Polling phase");
316 phase = 0;
319 if (phase <= 2) {
320 if (phase != 0)
322 phase = 1;
326 phase = 2;
387 phase
[all...]
/freebsd-current/contrib/ntp/libparse/
H A Dclk_meinberg.c225 unsigned short phase; /* current input phase */ member in struct:msg_buf
610 if ( msg_buf->phase == MBG_NONE )
618 msg_buf->phase = MBG_HEADER; /* receiving header */
625 msg_buf->phase = MBG_STRING; /* prepare to receive ASCII ETX delimited message */
643 if ((msg_buf->phase == MBG_STRING) &&
651 msg_buf->phase = MBG_NONE; /* buffer overflow - discard */
658 switch (msg_buf->phase)
667 parseprintf(DD_PARSE, ("gps_input: %s complete\n", (msg_buf->phase == MBG_DATA) ? "data" : "header"));
674 msg_buf->phase
[all...]
/freebsd-current/crypto/openssl/test/
H A Dprovider_status_test.c53 const char *phase = NULL, *type = NULL, *desc = NULL; local
63 phase = (const char *)p->data;
75 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0)
77 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0
78 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0)
79 BIO_printf(bio_out, "%s\n", phase);
82 * error is returned during the corrupt phase.
84 if (corrupt && strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0)
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h89 #define P2PHASEUP_TYPED(x, align, phase, type) \
90 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.h48 * @param phase
55 int phase,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h74 typedef bool (*ExpressionCancelCallback)(ExpressionEvaluationPhase phase,
/freebsd-current/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h44 (ib)->phase = (ib)->shi = (ib)->slo = (ib)->high = \
88 int shi,slo,phase; /* AGC variables */ member in struct:auib
/freebsd-current/contrib/libxo/xolint/
H A Dxolint.pl246 my $phase = 0;
269 $phase = 0;
271 } elsif ($phase == 0 && $ch eq ":") {
272 $phase += 1;
275 $phase += 1;
290 $build[$phase] .= $ch;
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h227 * return x rounded up to the next phase (offset) within align.
228 * phase should be < align.
229 * eg, P2PHASEUP(0x1234, 0x100, 0x10) == 0x1310 (0x13*align + phase)
230 * eg, P2PHASEUP(0x5600, 0x100, 0x10) == 0x5610 (0x56*align + phase)
232 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align)))
271 #define P2PHASEUP_TYPED(x, align, phase, type) \
272 ((type)(phase) - (((type)(phase)
[all...]
H A Dccompile.h174 #define P2PHASEUP_TYPED(x, align, phase, type) \
175 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
/freebsd-current/contrib/tcpdump/
H A Dprint-isakmp.c574 uint32_t phase,\
612 uint32_t phase,
625 const u_char *ep, uint32_t phase,
675 uint32_t phase,
1002 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1046 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
1058 const u_char *ep, uint32_t phase, uint32_t doi0,
1082 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
1222 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_,
1290 const u_char *ep _U_, uint32_t phase _U
999 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0 _U_, uint32_t proto0, int depth) argument
1056 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0, uint32_t proto0 _U_, int depth) argument
1313 ikev1_id_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2634 ikev2_e_print(netdissect_options *ndo, _U_ const struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, _U_ uint32_t phase, _U_ uint32_t doi, _U_ uint32_t proto, _U_ int depth) argument
2735 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2774 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2831 u_int phase; local
2899 ikev2_sub0_print(netdissect_options *ndo, const struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2942 ikev2_sub_print(netdissect_options *ndo, const struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2989 u_int phase; local
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h195 #define P2PHASEUP_TYPED(x, align, phase, type) \
196 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
/freebsd-current/crypto/openssl/apps/
H A Dfipsinstall.c545 const char *phase = NULL, *type = NULL, *desc = NULL; local
551 phase = (const char *)p->data;
564 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0)
566 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0
567 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0)
568 BIO_printf(bio_err, "%s\n", phase);
572 * error is returned during the corrupt phase.
574 if (strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0
583 BIO_printf(bio_err, "%s ", phase);
/freebsd-current/usr.sbin/ntp/scripts/
H A Dntptrace27 # Very old servers report phase and not offset.
28 $offset = $1 if (/(?:offset|phase)=([^\s,]+)/);
/freebsd-current/usr.bin/clang/
H A Dclang.prog.mk9 # Special case for the bootstrap-tools phase.
H A Dllvm.prog.mk8 # Special case for the bootstrap-tools phase.
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h282 * return x rounded up to the next phase (offset) within align.
283 * phase should be < align.
284 * eg, P2PHASEUP(0x1234, 0x100, 0x10) == 0x1310 (0x13*align + phase)
285 * eg, P2PHASEUP(0x5600, 0x100, 0x10) == 0x5610 (0x56*align + phase)
287 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align)))
326 #define P2PHASEUP_TYPED(x, align, phase, type) \
327 ((type)(phase) - (((type)(phase)
[all...]
/freebsd-current/usr.bin/beep/
H A Dbeep.c68 * "phase" should be in the range [0.0f .. 1.0f>
74 wave_function_16(float phase, float power) argument
76 uint16_t x = phase * (1U << 16);
238 /* set initial phase and delta */
/freebsd-current/usr.sbin/ppp/
H A Dbundle.h89 u_int phase; /* Curent phase */ member in struct:bundle
166 #define bundle_Phase(b) ((b)->phase)
/freebsd-current/sys/crypto/openssl/arm/
H A Dghashv8-armx.S48 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase
54 vext.8 q10,q0,q0,#8 @ 2nd phase
87 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction
93 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
180 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction
193 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
220 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction
226 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction

Completed in 498 milliseconds

1234