/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 142 ZSTD_cwksp_alloc_phase_e phase; member 189 ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) { in ZSTD_cwksp_internal_advance_phase() argument 190 assert(phase >= ws->phase); in ZSTD_cwksp_internal_advance_phase() 191 if (phase > ws->phase) { in ZSTD_cwksp_internal_advance_phase() 192 if (ws->phase < ZSTD_cwksp_alloc_buffers && in ZSTD_cwksp_internal_advance_phase() 193 phase >= ZSTD_cwksp_alloc_buffers) { in ZSTD_cwksp_internal_advance_phase() 196 if (ws->phase < ZSTD_cwksp_alloc_aligned && in ZSTD_cwksp_internal_advance_phase() 197 phase >= ZSTD_cwksp_alloc_aligned) { in ZSTD_cwksp_internal_advance_phase() 210 ws->phase = phase; in ZSTD_cwksp_internal_advance_phase() 225 ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) { in ZSTD_cwksp_reserve_internal() argument [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 156 ZSTD_cwksp_alloc_phase_e phase; member 280 ZSTD_cwksp_internal_advance_phase(ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_internal_advance_phase() argument 282 assert(phase >= ws->phase); in ZSTD_cwksp_internal_advance_phase() 283 if (phase > ws->phase) { in ZSTD_cwksp_internal_advance_phase() 285 if (ws->phase < ZSTD_cwksp_alloc_buffers && in ZSTD_cwksp_internal_advance_phase() 286 phase >= ZSTD_cwksp_alloc_buffers) { in ZSTD_cwksp_internal_advance_phase() 291 if (ws->phase < ZSTD_cwksp_alloc_aligned && in ZSTD_cwksp_internal_advance_phase() 292 phase >= ZSTD_cwksp_alloc_aligned) { in ZSTD_cwksp_internal_advance_phase() 313 ws->phase = phase; in ZSTD_cwksp_internal_advance_phase() 331 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal() argument [all …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_meinberg.c | 225 unsigned short phase; /* current input phase */ member 610 if ( msg_buf->phase == MBG_NONE ) in gps_input() 618 msg_buf->phase = MBG_HEADER; /* receiving header */ in gps_input() 625 msg_buf->phase = MBG_STRING; /* prepare to receive ASCII ETX delimited message */ in gps_input() 643 if ((msg_buf->phase == MBG_STRING) && in gps_input() 651 msg_buf->phase = MBG_NONE; /* buffer overflow - discard */ in gps_input() 658 switch (msg_buf->phase) in gps_input() 667 parseprintf(DD_PARSE, ("gps_input: %s complete\n", (msg_buf->phase == MBG_DATA) ? "data" : "header")); in gps_input() 674 msg_buf->phase in gps_input() [all...] |
/freebsd/sys/kern/ |
H A D | kern_poll.c | 238 static uint32_t phase; variable 239 SYSCTL_UINT(_kern_polling, OID_AUTO, phase, CTLFLAG_RD, 240 &phase, 0, "Polling phase"); 316 phase = 0; in hardclock_device_poll() 319 if (phase <= 2) { in hardclock_device_poll() 320 if (phase != 0) in hardclock_device_poll() 322 phase = 1; in hardclock_device_poll() 326 phase = 2; in hardclock_device_poll() 387 phase = 5; in netisr_pollmore() 411 phase = 0; in netisr_pollmore() [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | self_test_core.c | 24 const char *phase; member 90 (char *)st->phase, 0); in self_test_setparams() 110 ret->phase = ""; in OSSL_SELF_TEST_new() 127 st->phase = OSSL_SELF_TEST_PHASE_START; in OSSL_SELF_TEST_onbegin() 142 st->phase = in OSSL_SELF_TEST_onend() 147 st->phase = OSSL_SELF_TEST_PHASE_NONE; in OSSL_SELF_TEST_onend() 164 st->phase = OSSL_SELF_TEST_PHASE_CORRUPT; in OSSL_SELF_TEST_oncorrupt_byte()
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | exynos-dw-mshc.txt | 32 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value 33 in transmit mode and CIU clock phase shift value in receive mode for single 37 * samsung,dw-mshc-ddr-timing: Specifies the value of CUI clock phase shift value 38 in transmit mode and CIU clock phase shift value in receive mode for double 41 * samsung,dw-mshc-hs400-timing: Specifies the value of CIU TX and RX clock phase 47 - First Cell: CIU clock phase shift value for tx mode. 48 - Second Cell: CIU clock phase shift value for rx mode. 51 - valid value for tx phase shift and rx phase shift is 0 to 7. 52 - when CIU clock divider value is set to 3, all possible 8 phase shift 55 phase shift clocks should be 0.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | xattrtest.c | 93 static int phase = PHASE_ALL; variable 188 phase = strtol(optarg, NULL, 0); in parse_args() 189 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args() 222 fprintf(stdout, "only: %d\n", phase); in parse_args() 292 post_hook(const char *phase) in post_hook() argument 294 char *argv[3] = { (char *)script, (char *)phase, NULL }; in post_hook() 689 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main() 695 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main() 701 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main() 707 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()
|
H A D | suid_write_to_file.c | 37 const char *name, *phase; in main() local 76 phase = argv[2]; in main() 77 if (strcmp(phase, "PRECRASH") == 0) { in main() 113 } else if (strcmp(phase, "REPLAY") == 0) { in main() 116 fprintf(stderr, "Invalid phase %s\n", phase); in main()
|
/freebsd/contrib/tcpdump/ |
H A D | print-isakmp.c | 565 uint32_t phase,\ 603 uint32_t phase, 616 const u_char *ep, uint32_t phase, 666 uint32_t phase, 993 const u_char *ep, uint32_t phase, uint32_t doi0 _U_, in ikev1_sa_print() argument 1037 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, in ikev1_sa_print() 1049 const u_char *ep, uint32_t phase, uint32_t doi0, in ikev1_p_print() argument 1073 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_T, ext, ep, phase, doi0, in ikev1_p_print() 1213 const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, in ikev1_t_print() 1281 const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, in ikev1_ke_print() [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | provider_status_test.c | 53 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local 63 phase = (const char *)p->data; in self_test_events() 75 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0) in self_test_events() 77 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0 in self_test_events() 78 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0) in self_test_events() 79 BIO_printf(bio_out, "%s\n", phase); in self_test_events() 84 if (corrupt && strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0) in self_test_events()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user | 12 # [2] flag in the end of the line can be used to mark users for tunneled phase 14 # identity can be used in the unencrypted phase 1 and the real user identity 15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous 16 # access is needed, two user entries is needed, one for phase 1 and another 17 # with the same username for phase 2. 26 # this are to set anonymous phase 1 identity for EAP-PEAP and EAP-TTLS and to 28 # first matching entry is selected, so * should be used as the last phase 1 34 # is only allowed for phase 1 identities. 94 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes in phase 2
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | sysmacros.h | 232 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) argument 271 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument 272 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | axp20x.txt | 127 DCDC2 : DC-DC buck : vin2-supply : poly-phase capable 128 DCDC3 : DC-DC buck : vin3-supply : poly-phase capable 130 DCDC5 : DC-DC buck : vin5-supply : poly-phase capable 131 DCDC6 : DC-DC buck : vin6-supply : poly-phase capable 154 DCDCA : DC-DC buck : vina-supply : poly-phase capable 155 DCDCB : DC-DC buck : vinb-supply : poly-phase capable 156 DCDCC : DC-DC buck : vinc-supply : poly-phase capable 157 DCDCD : DC-DC buck : vind-supply : poly-phase capable 158 DCDCE : DC-DC buck : vine-supply : poly-phase capable 171 Additionally, the AXP806 DC-DC regulators support poly-phase arrangements [all …]
|
/freebsd/contrib/libxo/xolint/ |
H A D | xolint.pl | 246 my $phase = 0; 269 $phase = 0; 271 } elsif ($phase == 0 && $ch eq ":") { 272 $phase += 1; 275 $phase += 1; 290 $build[$phase] .= $ch;
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | max98504.txt | 20 applied during the "attack hold" and "timed hold" phase, the value must be 22 - maxim,brownout-attack-hold-ms - the brownout attack hold phase time in ms, 24 - maxim,brownout-timed-hold-ms - the brownout timed hold phase time in ms, 26 - maxim,brownout-release-rate-ms - the brownout release phase step time in ms,
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | sky81452-backlight.txt | 14 - skyworks,phase-shift : Enable phase shift mode 27 skyworks,phase-shift;
|
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/ |
H A D | txg_integrity.c | 310 static phase_t phase; variable 429 if (perm_idx == NUM_CHUNKS / 2 && phase == follower_syncs){ in follower() 458 if (perm_idx == NUM_CHUNKS / 2 && phase == leader_syncs){ in leader() 495 for(phase=leader_syncs; phase < NUM_PHASES; phase++){ in main()
|
/freebsd/crypto/openssl/apps/ |
H A D | fipsinstall.c | 545 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local 551 phase = (const char *)p->data; in self_test_events() 564 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0) in self_test_events() 566 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0 in self_test_events() 567 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0) in self_test_events() 568 BIO_printf(bio_err, "%s\n", phase); in self_test_events() 574 if (strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0 in self_test_events() 583 BIO_printf(bio_err, "%s ", phase); in self_test_events()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 287 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) argument 326 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument 327 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | sysmacros.h | 89 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument 90 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-samsung.txt | 61 - samsung,spi-feedback-delay: The sampling phase shift to be applied on the 65 - 0: No phase shift. 66 - 1: 90 degree phase shift sampling. 67 - 2: 180 degree phase shift sampling. 68 - 3: 270 degree phase shift sampling.
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp42x-gateworks-gw2348.dts | 89 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase 90 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase 91 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase 92 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase 93 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghashv8-armx.S | 48 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
|
/freebsd/crypto/openssl/util/ |
H A D | mkerr.pl | 32 sub phase subroutine 184 &phase("Reading state"); 257 &phase("Scanning source"); 289 &phase("Writing files"); 650 &phase("Ending");
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | altr_socfpga.txt | 26 - clk-phase : For the sdmmc_clk, contains the value of the clock phase that controls 28 value is the cclk_in_drv(drvsel). The clk-phase is used to enable the correct
|