Home
last modified time | relevance | path

Searched refs:t (Results 6426 – 6450 of 8709) sorted by relevance

1...<<251252253254255256257258259260>>...349

/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts86 eee-broken-1000t;
H A Dimx8mp-phycore-som.dtsi4 * Author: Teresa Remmet <t.remmet@phytec.de>
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8953-xiaomi-daisy.dts80 * normally proxied via ADSP firmware. GPIOs aren't protected.
H A Dmsm8992-lg-bullhead.dtsi29 /* Bullhead firmware doesn't support PSCI */
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam3517.dtsi10 /* AM3517 doesn't appear to have the crypto engines defined in omap3.dtsi */
/openbmc/linux/tools/perf/tests/
H A Dexpr.c70 static int test__expr(struct test_suite *t __maybe_unused, int subtest __maybe_unused) in test__expr()
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst84 .. option:: -t, --statedir=PATH
/openbmc/qemu/target/ppc/translate/
H A Dmisc-impl.c.inc34 * doesn't matter for TCG).
/openbmc/docs/development/
H A Dgerrit-setup.md21 Create keys: `ssh-keygen -t ed25519 -C "your_email@your-domain"`
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo.bbclass150 # doesn't support -buildmode=pie, so skip the QA checking for mips/rv32 and its
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-br-deprecated-ips.sh.in108 # manage all of these entries and we don't want any that are stale
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/
H A Dlibpam_%.bbappend85 # images won't be able to take care of these settings during downgrade.
/openbmc/openbmc/poky/meta/recipes-support/db/
H A Ddb_5.3.28.bb77 # Edit version information we couldn't pre-compute.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.7.2.bb58 # gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.9.8.bb37 file://0003-RH-don-t-start-without-a-config-file.patch \
/openbmc/qemu/docs/devel/
H A Dmaintainers.rst45 - It has a maintainer but they don't have time to do
/openbmc/qemu/docs/specs/
H A Driscv-iommu.rst20 As a reference device it doesn't implement anything outside of the specification,
/openbmc/qemu/qapi/
H A Dqdev.json74 # "additional arguments" business. It shouldn't have been added
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DEntry.interface.yaml68 property has a reason to change, a value that doesn't match the
/openbmc/linux/security/selinux/ss/
H A Dservices.c724 char *o = NULL, *n = NULL, *t = NULL; in security_validtrans_handle_fail() local
731 if (sidtab_entry_to_string(p, sidtab, tentry, &t, &tlen)) in security_validtrans_handle_fail()
736 o, n, t, sym_name(p, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
740 kfree(t); in security_validtrans_handle_fail()
1635 char *s = NULL, *t = NULL, *n = NULL; in compute_sid_handle_invalid_context() local
1641 if (sidtab_entry_to_string(policydb, sidtab, tentry, &t, &tlen)) in compute_sid_handle_invalid_context()
1653 s, t, sym_name(policydb, SYM_CLASSES, tclass-1)); in compute_sid_handle_invalid_context()
1657 kfree(t); in compute_sid_handle_invalid_context()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c1971 static void gsm_control_keep_alive(struct timer_list *t) in gsm_control_keep_alive() argument
1973 struct gsm_mux *gsm = from_timer(gsm, t, ka_timer); in gsm_control_keep_alive()
2028 static void gsm_control_retransmit(struct timer_list *t) in gsm_control_retransmit() argument
2030 struct gsm_mux *gsm = from_timer(gsm, t, t2_timer); in gsm_control_retransmit()
2229 static void gsm_dlci_t1(struct timer_list *t) in gsm_dlci_t1() argument
2231 struct gsm_dlci *dlci = from_timer(dlci, t, t1); in gsm_dlci_t1()
2484 static void gsm_kick_timer(struct timer_list *t) in gsm_kick_timer() argument
2486 struct gsm_mux *gsm = from_timer(gsm, t, kick_timer); in gsm_kick_timer()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass53 # We don't want the sstate to depend on things like the distro string
329 # We append new entries, we don't remove older entries which may have the same
667 # to sstate tasks but there aren't many of these so better just avoid them entirely.
994 bb.debug(2, "SState: Looked for but didn't find file %s" % sstatefile)
1156 # do_package_write_* and do_package doesn't need do_package
1162 # do_package/packagedata/package_qa/deploy don't need do_populate_sysroot
1165 # Native/Cross packages don't exist and are noexec anyway
1335 # it is stable (e.g. taskhash doesn't match). With that list we can go through
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3563 static void pvr2_ctl_timeout(struct timer_list *t) in pvr2_ctl_timeout() argument
3565 struct hdw_timer *timer = from_timer(timer, t, timer); in pvr2_ctl_timeout()
4422 static void pvr2_hdw_quiescent_timeout(struct timer_list *t) in pvr2_hdw_quiescent_timeout() argument
4424 struct pvr2_hdw *hdw = from_timer(hdw, t, quiescent_timer); in pvr2_hdw_quiescent_timeout()
4433 static void pvr2_hdw_decoder_stabilization_timeout(struct timer_list *t) in pvr2_hdw_decoder_stabilization_timeout() argument
4435 struct pvr2_hdw *hdw = from_timer(hdw, t, decoder_stabilization_timer); in pvr2_hdw_decoder_stabilization_timeout()
4444 static void pvr2_hdw_encoder_wait_timeout(struct timer_list *t) in pvr2_hdw_encoder_wait_timeout() argument
4446 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_wait_timer); in pvr2_hdw_encoder_wait_timeout()
4455 static void pvr2_hdw_encoder_run_timeout(struct timer_list *t) in pvr2_hdw_encoder_run_timeout() argument
4457 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_run_timer); in pvr2_hdw_encoder_run_timeout()
/openbmc/qemu/target/i386/
H A Dops_sse.h2542 uint32_t A, B, C, D, E, t, i; \ in SSE_HELPER_FMAS()
2551 t = F(B, C, D) + rol32(A, 5) + b->L(3 - i) + E + K; \ in SSE_HELPER_FMAS()
2556 A = t; \ in SSE_HELPER_FMAS()
2612 uint32_t t, AA, EE; in helper_sha256rnds2() local
2624 t = SHA256_CH(E, F, G) + SHA256_RNDS1(E) + wk0 + H; in helper_sha256rnds2()
2625 AA = t + SHA256_MAJ(A, B, C) + SHA256_RNDS0(A); in helper_sha256rnds2()
2626 EE = t + D; in helper_sha256rnds2()
2636 t = SHA256_CH(E, F, G) + SHA256_RNDS1(E) + wk1 + H; in helper_sha256rnds2()
2637 AA = t + SHA256_MAJ(A, B, C) + SHA256_RNDS0(A); in helper_sha256rnds2()
2638 EE = t + D; in helper_sha256rnds2()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c2937 int t; in lpfc_sha_iterate() local
2940 t = 16; in lpfc_sha_iterate()
2944 HashWorkingPointer[t - 3] ^ HashWorkingPointer[t - in lpfc_sha_iterate()
2946 HashWorkingPointer[t - 14] ^ HashWorkingPointer[t - 16]); in lpfc_sha_iterate()
2947 } while (++t <= 79); in lpfc_sha_iterate()
2948 t = 0; in lpfc_sha_iterate()
2956 if (t < 20) { in lpfc_sha_iterate()
2971 } while (++t <= 79); in lpfc_sha_iterate()
3007 int t; in lpfc_hba_init() local
3018 for (t = 0; t < 7; t++) in lpfc_hba_init()
[all …]

1...<<251252253254255256257258259260>>...349