/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 197 int t, s, m, l, o; in main() local 219 for (t = 0; t < LAST_TEST; t++) { in main() 230 tag_len, t); in main() 232 t, sync, map, tag_len, offset); in main()
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | build.yml | 66 # Would be good to have DEBUG_KMEMLEAK, but it doesn't work well with any of 69 # db410c and db820c don't boot with KASAN_INLINE, probably due to the kernel 78 # Would be good to have DEBUG_KMEMLEAK, but it doesn't work well with any of 81 # db410c and db820c don't boot with KASAN_INLINE, probably due to the kernel 90 # Would be good to have DEBUG_KMEMLEAK, but it doesn't work well with any of 93 # db410c and db820c don't boot with KASAN_INLINE, probably due to the kernel
|
/openbmc/linux/net/sunrpc/ |
H A D | xprt.c | 104 struct xprt_class *t; in xprt_register_transport() local 136 struct xprt_class *t; in xprt_unregister_transport() local 161 module_put(t->owner); in xprt_class_release() 174 return t; in xprt_class_find_by_ident_locked() 187 return t; in xprt_class_find_by_ident() 202 return t; in xprt_class_find_by_netid_locked() 215 if (!t) { in xprt_class_find_by_netid() 222 return t; in xprt_class_find_by_netid() 239 if (!t) in xprt_find_transport_ident() 241 ret = t->ident; in xprt_find_transport_ident() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inittab | 4 ::sysinit:/bin/mount -t proc proc /proc 5 ::sysinit:/bin/mount -t sysfs sysfs /sys 6 ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev 9 ::sysinit:/bin/mount -t devpts devpts /dev/pts
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_mmio.c | 25 int t; in thermal_mmio_get_temperature() local 28 t = sensor->read_mmio(sensor->mmio_base) & sensor->mask; in thermal_mmio_get_temperature() 29 t *= sensor->factor; in thermal_mmio_get_temperature() 31 *temp = t; in thermal_mmio_get_temperature()
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | ChassisStore.js | 78 return i18n.global.t( 82 return i18n.global.t( 92 i18n.global.t('pageInventory.toast.errorEnableIdentifyLed'), 96 i18n.global.t('pageInventory.toast.errorDisableIdentifyLed'),
|
/openbmc/linux/include/linux/spi/ |
H A D | spi_bitbang.h | 19 struct spi_transfer *t); 28 int (*txrx_bufs)(struct spi_device *spi, struct spi_transfer *t); 43 struct spi_transfer *t);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 200.out | 2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=536870912 3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=536870912 backing_file=TEST_DIR/t.IMGFMT.base backi…
|
H A D | 159.out | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 40 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 52 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 64 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 76 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | meson.build | 14 foreach t : tests 15 name = t[0] 16 extra_deps = t[1]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sigutil_32.c | 102 struct thread_info *t = current_thread_info(); in restore_rwin_state() local 114 err |= copy_from_user(&t->reg_window[i], in restore_rwin_state() 117 err |= __get_user(t->rwbuf_stkptrs[i], in restore_rwin_state() 123 t->w_saved = wsaved; in restore_rwin_state() 125 if (t->w_saved) in restore_rwin_state()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.l | 84 [ \t]*#.*\n | 85 [ \t]*\n { 88 [ \t]*#.* 91 [ \t]+ { 315 fprintf(stderr, "%s:%d: can't open file \"%s\"\n",
|
/openbmc/linux/fs/configfs/ |
H A D | item.c | 119 const struct config_item_type *t = item->ci_type; in config_item_cleanup() local 127 if (t && t->ct_item_ops && t->ct_item_ops->release) in config_item_cleanup() 128 t->ct_item_ops->release(item); in config_item_cleanup()
|
/openbmc/openbmc/meta-security/recipes-security/Firejail/firejail/ |
H A D | exclude_seccomp_util_compiles.patch | 40 install -m 0755 -t $(DESTDIR)$(libdir)/firejail src/firecfg/firejail-welcome.sh 41 - install -m 0644 -t $(DESTDIR)$(libdir)/firejail $(MYLIBS) $(SECCOMP_FILTERS) 42 + install -m 0644 -t $(DESTDIR)$(libdir)/firejail $(MYLIBS) 43 install -m 0755 -t $(DESTDIR)$(libdir)/firejail $(SBOX_APPS) 44 install -m 0755 -t $(DESTDIR)$(libdir)/firejail src/profstats/profstats
|
/openbmc/linux/drivers/hwmon/ |
H A D | hih6130.c | 86 int t; in hih6130_update_measurements() local 137 t = (tmp[0] << 8) + tmp[1]; in hih6130_update_measurements() 138 hih6130->humidity = hih6130_rh_ticks_to_per_cent_mille(t); in hih6130_update_measurements() 140 t = (tmp[2] << 8) + tmp[3]; in hih6130_update_measurements() 141 hih6130->temperature = hih6130_temp_ticks_to_millicelsius(t); in hih6130_update_measurements()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | system.c | 42 struct scmi_xfer *t; in scmi_system_request_notify() local 46 sizeof(*notify), 0, &t); in scmi_system_request_notify() 50 notify = t->tx.buf; in scmi_system_request_notify() 53 ret = ph->xops->do_xfer(ph, t); in scmi_system_request_notify() 55 ph->xops->xfer_put(ph, t); in scmi_system_request_notify()
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableRowAction.vue | 11 {{ $t('global.action.export') }} 26 {{ $t('global.action.download') }} 38 {{ $t('global.action.download') }} 103 $t: useI18n().t,
|
/openbmc/linux/lib/ |
H A D | test_bitmap.c | 1023 memcpy(in, t->in, sizeof(t->in)); in test_bitmap_cut() 1025 bitmap_cut(out, in, t->first, t->cut, t->nbits); in test_bitmap_cut() 1027 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut() 1144 n = bitmap_print_bitmask_to_buf(print_buf, t->bitmap, t->nbits, in test_bitmap_print_buf() 1146 expect_eq_uint(strlen(t->mask) + 1, n); in test_bitmap_print_buf() 1147 expect_eq_str(t->mask, print_buf, n); in test_bitmap_print_buf() 1149 n = bitmap_print_list_to_buf(print_buf, t->bitmap, t->nbits, in test_bitmap_print_buf() 1151 expect_eq_uint(strlen(t->list) + 1, n); in test_bitmap_print_buf() 1152 expect_eq_str(t->list, print_buf, n); in test_bitmap_print_buf() 1155 if (strlen(t->list) > PAGE_SIZE) { in test_bitmap_print_buf() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 60 - uint32_t k = *(uint32_t *)data; /* We don't care about the byte order */ 80 - uint32_t t = 0, d = 0; 83 - case 1: t |= data[2] << 16; 84 - case 2: t |= data[1] << 8; 85 - case 3: t |= data[0]; 87 - t <<= (8 * align); 103 - k = (t >> sr) | (d << sl); 107 - t = d; 126 - k = (t >> sr) | (d << sl); 149 - case 0: hash ^= (t >> sr) | (d << sl);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/ |
H A D | openhpi_3.8.0.bb | 90 *cpp/t) ;; 91 *snmp_bc/t) if ${@bb.utils.contains('PACKAGECONFIG','snmp-bc','true','false',d)} 112 cp -rf ${B}/openhpid/t/ohpi/.libs/* ${B}/openhpid/t/ohpi/ 115 mkdir -p ${D}${PTEST_PATH}/${subtest}/t 116 cp -rf ${B}/${subtest}/t/* ${D}${PTEST_PATH}/${subtest}/t 124 install -m 644 ${S}/openhpid/t/ohpi/openhpi.conf ${D}${PTEST_PATH}/openhpid/t/ohpi/ 125 …sed -i "s:OPENHPI_CONF=[^ ]*:OPENHPI_CONF=./openhpi.conf:g" ${D}${PTEST_PATH}/openhpid/t/ohpi/Make…
|
/openbmc/qemu/hw/i3c/ |
H A D | remote-i3c.c | 65 static uint32_t remote_i3c_recv(I3CTarget *t, uint8_t *data, in remote_i3c_recv() argument 68 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_recv() 142 static int remote_i3c_send(I3CTarget *t, const uint8_t *data, in remote_i3c_send() argument 145 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_send() 154 static int remote_i3c_handle_ccc_read(I3CTarget *t, uint8_t *data, in remote_i3c_handle_ccc_read() argument 157 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_handle_ccc_read() 172 static int remote_i3c_handle_ccc_write(I3CTarget *t, const uint8_t *data, in remote_i3c_handle_ccc_write() argument 175 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_handle_ccc_write() 184 static int remote_i3c_event(I3CTarget *t, enum I3CEvent event) in remote_i3c_event() argument 186 RemoteI3C *i3c = REMOTE_I3C(t); in remote_i3c_event()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | hw_breakpoint.c | 237 struct thread_struct *t = &tsk->thread; in flush_ptrace_hw_breakpoint() local 240 if (t->ptrace_bp[i]) { in flush_ptrace_hw_breakpoint() 241 unregister_hw_breakpoint(t->ptrace_bp[i]); in flush_ptrace_hw_breakpoint() 242 t->ptrace_bp[i] = NULL; in flush_ptrace_hw_breakpoint() 246 if (t->ptrace_wp[i]) { in flush_ptrace_hw_breakpoint() 247 unregister_hw_breakpoint(t->ptrace_wp[i]); in flush_ptrace_hw_breakpoint() 248 t->ptrace_wp[i] = NULL; in flush_ptrace_hw_breakpoint()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-mcp23s08_spi.c | 31 struct spi_transfer t[2] = { { .tx_buf = &mcp->addr, .len = 1, }, in mcp23sxx_spi_write() local 35 spi_message_add_tail(&t[0], &m); in mcp23sxx_spi_write() 36 spi_message_add_tail(&t[1], &m); in mcp23sxx_spi_write() 48 struct spi_transfer t[3] = { { .tx_buf = &mcp->addr, .len = 1, }, in mcp23sxx_spi_gather_write() local 53 spi_message_add_tail(&t[0], &m); in mcp23sxx_spi_gather_write() 54 spi_message_add_tail(&t[1], &m); in mcp23sxx_spi_gather_write() 55 spi_message_add_tail(&t[2], &m); in mcp23sxx_spi_gather_write()
|
/openbmc/linux/fs/smb/server/ |
H A D | misc.c | 347 s64 t = le64_to_cpu(ntutc) - NTFS_TIME_OFFSET; in ksmbd_NTtimeToUnix() local 355 if (t < 0) { in ksmbd_NTtimeToUnix() 356 abs_t = -t; in ksmbd_NTtimeToUnix() 361 abs_t = t; in ksmbd_NTtimeToUnix() 370 inline u64 ksmbd_UnixTimeToNT(struct timespec64 t) in ksmbd_UnixTimeToNT() argument 373 return (u64)t.tv_sec * 10000000 + t.tv_nsec / 100 + NTFS_TIME_OFFSET; in ksmbd_UnixTimeToNT()
|
/openbmc/webui-vue/src/views/Operations/SerialOverLan/ |
H A D | SerialOverLan.vue | 3 <page-title class="mb-4" :description="$t('pageSerialOverLan.subTitle')" /> 26 $t: useI18n().t,
|