Home
last modified time | relevance | path

Searched refs:t (Results 1026 – 1050 of 8705) sorted by relevance

1...<<41424344454647484950>>...349

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c197 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 Dbuild.yml66 # 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 Dxprt.c104 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 Dinittab4 ::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 Dthermal_mmio.c25 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 DChassisStore.js78 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 Dspi_bitbang.h19 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 D200.out2 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 D159.out4 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 Dmeson.build14 foreach t : tests
15 name = t[0]
16 extra_deps = t[1]
/openbmc/linux/arch/sparc/kernel/
H A Dsigutil_32.c102 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 Dzconf.l84 [ \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 Ditem.c119 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 Dexclude_seccomp_util_compiles.patch40 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 Dhih6130.c86 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 Dsystem.c42 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 DTableRowAction.vue11 {{ $t('global.action.export') }}
26 {{ $t('global.action.download') }}
38 {{ $t('global.action.download') }}
103 $t: useI18n().t,
/openbmc/linux/lib/
H A Dtest_bitmap.c1023 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 DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch60 - 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 Dopenhpi_3.8.0.bb90 *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 Dremote-i3c.c65 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 Dhw_breakpoint.c237 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 Dpinctrl-mcp23s08_spi.c31 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 Dmisc.c347 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 DSerialOverLan.vue3 <page-title class="mb-4" :description="$t('pageSerialOverLan.subTitle')" />
26 $t: useI18n().t,

1...<<41424344454647484950>>...349