/openbmc/u-boot/fs/ubifs/ |
H A D | log.c | 95 long long h, t; in empty_log_bytes() local 98 t = (long long)c->ltail_lnum * c->leb_size; in empty_log_bytes() 100 if (h > t) in empty_log_bytes() 101 return c->log_bytes - h + t; in empty_log_bytes() 102 else if (h != t) in empty_log_bytes() 103 return t - h; in empty_log_bytes()
|
/openbmc/u-boot/lib/ |
H A D | sha256.c | 93 #define R(t) \ in sha256_process() argument 95 W[t] = S1(W[t - 2]) + W[t - 7] + \ in sha256_process() 96 S0(W[t - 15]) + W[t - 16] \ in sha256_process()
|
H A D | sha1.c | 91 #define R(t) ( \ in sha1_process() argument 92 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ \ in sha1_process() 93 W[(t - 14) & 0x0F] ^ W[ t & 0x0F], \ in sha1_process() 94 ( W[t & 0x0F] = S(temp,1) ) \ in sha1_process()
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | iommu.txt | 11 they otherwise wouldn't be capable of accessing. 105 Firmware has to opt-in stalling, because most buses and masters don't 106 support it. In particular it isn't compatible with PCI, where 108 won't work in systems and masters that haven't been designed for 121 requirements of that use-case haven't been fully determined yet. Implementing
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_BAProc.c | 666 void BaSetupTimeOut(struct timer_list *t) in BaSetupTimeOut() argument 668 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, tx_pending_ba_record.timer); in BaSetupTimeOut() 675 void TxBaInactTimeout(struct timer_list *t) in TxBaInactTimeout() argument 677 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, tx_admitted_ba_record.timer); in TxBaInactTimeout() 688 void RxBaInactTimeout(struct timer_list *t) in RxBaInactTimeout() argument 690 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_admitted_ba_record.timer); in RxBaInactTimeout()
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 245 test = '.'.join(t.split('.')[:3]) 301 … if depends_on in [getattr(t, '_testMethodName', None) for t in self.getTests(dep_suite)]: 384 return [t for t in self.d.getVar("TEST_SUITES").split() if t != "auto"]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 189 const struct btf_type *t; in parse_test_spec() local 192 t = btf__type_by_id(btf, i); in parse_test_spec() 193 if (!btf_is_decl_tag(t)) in parse_test_spec() 196 if (t->type != func_id || btf_decl_tag(t)->component_idx != -1) in parse_test_spec() 199 s = btf__str_by_offset(btf, t->name_off); in parse_test_spec()
|
/openbmc/linux/net/nfc/hci/ |
H A D | llc_shdlc.c | 565 static void llc_shdlc_connect_timeout(struct timer_list *t) in llc_shdlc_connect_timeout() argument 567 struct llc_shdlc *shdlc = from_timer(shdlc, t, connect_timer); in llc_shdlc_connect_timeout() 572 static void llc_shdlc_t1_timeout(struct timer_list *t) in llc_shdlc_t1_timeout() argument 574 struct llc_shdlc *shdlc = from_timer(shdlc, t, t1_timer); in llc_shdlc_t1_timeout() 581 static void llc_shdlc_t2_timeout(struct timer_list *t) in llc_shdlc_t2_timeout() argument 583 struct llc_shdlc *shdlc = from_timer(shdlc, t, t2_timer); in llc_shdlc_t2_timeout()
|
/openbmc/linux/arch/x86/um/ |
H A D | signal.c | 105 unsigned long __user *t = (unsigned long __user *)to; in convert_fxsr_to_user() local 108 if (__put_user(*f, t) || in convert_fxsr_to_user() 109 __put_user(*(f + 1), t + 1) || in convert_fxsr_to_user() 139 unsigned long *t = (unsigned long *)to; in convert_fxsr_from_user() local 142 if (__get_user(*t, f) || in convert_fxsr_from_user() 143 __get_user(*(t + 1), f + 1) || in convert_fxsr_from_user()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_BAProc.c | 511 void rtllib_ba_setup_timeout(struct timer_list *t) in rtllib_ba_setup_timeout() argument 513 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, in rtllib_ba_setup_timeout() 521 void rtllib_tx_ba_inact_timeout(struct timer_list *t) in rtllib_tx_ba_inact_timeout() argument 523 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, in rtllib_tx_ba_inact_timeout() 533 void rtllib_rx_ba_inact_timeout(struct timer_list *t) in rtllib_rx_ba_inact_timeout() argument 535 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in rtllib_rx_ba_inact_timeout()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | pd6729.c | 237 static void pd6729_interrupt_wrapper(struct timer_list *t) in pd6729_interrupt_wrapper() argument 239 struct pd6729_socket *socket = from_timer(socket, t, poll_timer); in pd6729_interrupt_wrapper() 251 struct pd6729_socket *t; in pd6729_get_status() local 285 t = (socket->number) ? socket : socket + 1; in pd6729_get_status() 286 indirect_write(t, PD67_EXT_INDEX, PD67_EXTERN_DATA); in pd6729_get_status() 287 data = indirect_read16(t, PD67_EXT_DATA); in pd6729_get_status()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8254.c | 118 s64 d, t; in pit_get_count() local 121 t = kpit_elapsed(pit, c, channel); in pit_get_count() 122 d = mul_u64_u32_div(t, KVM_PIT_FREQ, NSEC_PER_SEC); in pit_get_count() 145 s64 d, t; in pit_get_out() local 148 t = kpit_elapsed(pit, c, channel); in pit_get_out() 149 d = mul_u64_u32_div(t, KVM_PIT_FREQ, NSEC_PER_SEC); in pit_get_out()
|
/openbmc/openbmc/meta-security/classes/ |
H A D | dm-verity-img.bbclass | 60 # convert it to some better format. Let's drop the first line (doesn't contain 76 "$(echo "$VAL" | tr -d ' \t')" >> $ENV 100 # Prefix with leading zeros, in case hash chunks weren't using highest bits 156 # Let's drop the first line of output (doesn't contain any useful info) 188 return fstypes # This doesn't concern this image 210 return # This doesn't concern this image
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process.c | 118 struct thread_struct *t = &tsk->thread; in exit_thread() local 119 struct fpu *fpu = &t->fpu; in exit_thread() 124 free_vm86(t); in exit_thread() 453 struct thread_struct *t = ¤t->thread; in native_tss_update_io_bitmap() local 461 if (IS_ENABLED(CONFIG_X86_IOPL_IOPERM) && t->iopl_emul == 3) { in native_tss_update_io_bitmap() 464 struct io_bitmap *iobm = t->io_bitmap; in native_tss_update_io_bitmap()
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
H A D | lttng-tools_2.13.13.bb | 94 # We don't need these 97 # We shouldn't need to build anything in tests/utils 106 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} + 109 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} + 111 install -t "${D}${PTEST_PATH}/tests/$d" "${B}/tests/$d/Makefile" 143 # We shouldn't need to build anything in tests/regression/tools
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | missing-schema.err | 1 can't read schema file 'missing-schema.json': No such file or directory
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/files/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/files/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/files/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/files/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/files/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | develop-ppc_82xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} …
|
H A D | develop-arm.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} …
|
H A D | develop-ppc_8xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} …
|
H A D | ramfs-ppc_8xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} &&…
|