Home
last modified time | relevance | path

Searched refs:t (Results 1101 – 1125 of 8705) sorted by relevance

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

/openbmc/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c61 struct btf_type **types, *t; in get_name() local
69 bpf_probe_read_kernel(&t, sizeof(t), types + btf_id); in get_name()
70 name_off = BPF_CORE_READ(t, name_off); in get_name()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h22 #define BFA_SM_TABLE(n, s, e, t) \ argument
25 typedef void (*t)(struct s *, enum e); \
28 t sm; /* state machine function */ \
34 n ## _sm_to_state(struct n ## _sm_table_s *smt, t sm) \
/openbmc/linux/arch/m68k/lib/
H A Dmuldi3.c25 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument
26 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
/openbmc/webui-vue/src/views/Overview/
H A DOverviewQuickLinks.vue6 <dt>{{ $t('pageOverview.bmcTime') }}</dt>
21 {{ $t('pageOverview.solConsole') }}
42 $t: useI18n().t,
/openbmc/qemu/target/riscv/
H A Ddebug.h64 #define RV32_TYPE(t) ((uint32_t)(t) << 28) argument
68 #define RV64_TYPE(t) ((uint64_t)(t) << 60) argument
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst287 long region_chg(struct resv_map *resv, long f, long t);
288 long region_add(struct resv_map *resv, long f, long t);
289 void region_abort(struct resv_map *resv, long f, long t);
290 long region_count(struct resv_map *resv, long f, long t);
294 1) region_chg()被调用来检查预留映射,并确定在指定的范围[f, t]内有多少页目前没有被代表。
300 [f, t]的预留映射。
301 b) 如果操作不能成功,region_abort被调用,在相同的范围[f, t]内中止操作。
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue12 {{ $t('pageSerialOverLan.alert.disconnectedAlertMessage') }}
21 {{ $t('pageSerialOverLan.status') }}:
27 ? $t('pageSerialOverLan.connected')
28 : $t('pageSerialOverLan.disconnected')
37 {{ $t('pageSerialOverLan.openNewTab') }}
70 $t: useI18n().t,
/openbmc/linux/include/linux/
H A Dcompiler_types.h428 #define __native_word(t) \ argument
429 (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || \
430 sizeof(t) == sizeof(int) || sizeof(t) == sizeof(long))
464 #define compiletime_assert_atomic_type(t) \ argument
465 compiletime_assert(__native_word(t), \
/openbmc/qemu/tests/qemu-iotests/
H A D178.out.qcow24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
46 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
92 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
103 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
111 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
144 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
182 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
251 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
264 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
[all …]
/openbmc/linux/lib/
H A Dtest_printf.c517 time64_t t = 1546615943; in time_and_date() local
527 test("2019-01-04T15:32:23", "%ptT", &t); in time_and_date()
528 test("0119-00-04T15:32:23", "%ptTr", &t); in time_and_date()
529 test("15:32:23|2019-01-04", "%ptTt|%ptTd", &t, &t); in time_and_date()
530 test("15:32:23|0119-00-04", "%ptTtr|%ptTdr", &t, &t); in time_and_date()
532 test("2019-01-04 15:32:23", "%ptTs", &t); in time_and_date()
533 test("0119-00-04 15:32:23", "%ptTsr", &t); in time_and_date()
534 test("15:32:23|2019-01-04", "%ptTts|%ptTds", &t, &t); in time_and_date()
535 test("15:32:23|0119-00-04", "%ptTtrs|%ptTdrs", &t, &t); in time_and_date()
/openbmc/qemu/hw/timer/
H A Dpxa2xx_timer.c408 PXA2xxTimer0 *t = (PXA2xxTimer0 *) opaque; in pxa2xx_timer_tick() local
409 PXA2xxTimerInfo *i = t->info; in pxa2xx_timer_tick()
411 if (i->irq_enabled & (1 << t->num)) { in pxa2xx_timer_tick()
412 i->events |= 1 << t->num; in pxa2xx_timer_tick()
413 qemu_irq_raise(t->irq); in pxa2xx_timer_tick()
416 if (t->num == 3) in pxa2xx_timer_tick()
425 PXA2xxTimer4 *t = (PXA2xxTimer4 *) opaque; in pxa2xx_timer_tick4() local
428 pxa2xx_timer_tick(&t->tm); in pxa2xx_timer_tick4()
429 if (t->control & (1 << 3)) in pxa2xx_timer_tick4()
430 t->clock = 0; in pxa2xx_timer_tick4()
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dcpumap.c296 static void increment_rover(struct cpuinfo_tree *t, int node_index, in increment_rover() argument
299 struct cpuinfo_node *node = &t->nodes[node_index]; in increment_rover()
302 top_level = t->nodes[root_index].level; in increment_rover()
314 node = &t->nodes[node->parent_index]; in increment_rover()
318 static int iterate_cpu(struct cpuinfo_tree *t, unsigned int root_index) in iterate_cpu() argument
340 for (level = t->nodes[root_index].level; level < CPUINFO_LVL_MAX; in iterate_cpu()
342 new_index = t->nodes[index].rover; in iterate_cpu()
344 increment_rover(t, index, root_index, rover_inc_table); in iterate_cpu()
/openbmc/linux/security/apparmor/
H A Dlib.c32 void aa_free_str_table(struct aa_str_table *t) in aa_free_str_table() argument
36 if (t) { in aa_free_str_table()
37 if (!t->table) in aa_free_str_table()
40 for (i = 0; i < t->size; i++) in aa_free_str_table()
41 kfree_sensitive(t->table[i]); in aa_free_str_table()
42 kfree_sensitive(t->table); in aa_free_str_table()
43 t->table = NULL; in aa_free_str_table()
44 t->size = 0; in aa_free_str_table()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c122 struct omap_video_timings *t = &sdi.timings; in sdi_display_enable() local
142 t->data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; in sdi_display_enable()
143 t->sync_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; in sdi_display_enable()
145 r = sdi_calc_clock_div(t->pixelclock, &fck, &dispc_cinfo); in sdi_display_enable()
153 if (pck != t->pixelclock) { in sdi_display_enable()
155 t->pixelclock, pck); in sdi_display_enable()
157 t->pixelclock = pck; in sdi_display_enable()
161 dss_mgr_set_timings(out->manager, t); in sdi_display_enable()
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h174 unsigned int t = tag; in debug_int_event() local
178 return debug_event_common(id, level, &t, sizeof(unsigned int)); in debug_int_event()
196 unsigned long t = tag; in debug_long_event() local
200 return debug_event_common(id, level, &t, sizeof(unsigned long)); in debug_long_event()
299 unsigned int t = tag; in debug_int_exception() local
303 return debug_exception_common(id, level, &t, sizeof(unsigned int)); in debug_int_exception()
322 unsigned long t = tag; in debug_long_exception() local
326 return debug_exception_common(id, level, &t, sizeof(unsigned long)); in debug_long_exception()
/openbmc/linux/drivers/watchdog/
H A Dat91sam9_wdt.c49 #define ticks_to_hz_rounddown(t) ((((t) + 1) * HZ) >> 8) argument
50 #define ticks_to_hz_roundup(t) (((((t) + 1) * HZ) + 255) >> 8) argument
51 #define ticks_to_secs(t) (((t) + 1) >> 8) argument
120 static void at91_ping(struct timer_list *t) in at91_ping() argument
122 struct at91wdt *wdt = from_timer(wdt, t, timer); in at91_ping()
/openbmc/linux/net/mptcp/
H A Dtoken.c55 __token_lookup_req(struct token_bucket *t, u32 token) in __token_lookup_req() argument
60 hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain, token_node) in __token_lookup_req()
68 __token_lookup_msk(struct token_bucket *t, u32 token) in __token_lookup_msk() argument
73 sk_nulls_for_each_rcu(sk, pos, &t->msk_chain) in __token_lookup_msk()
79 static bool __token_bucket_busy(struct token_bucket *t, u32 token) in __token_bucket_busy() argument
81 return !token || t->chain_len >= TOKEN_MAX_CHAIN_LEN || in __token_bucket_busy()
82 __token_lookup_req(t, token) || __token_lookup_msk(t, token); in __token_bucket_busy()
/openbmc/qemu/.gitlab-ci.d/
H A Dbase.yml28 # we don't need. The --filter options avoid blobs and tree references we aren't going to use
36 # Stage 1: exclude scenarios where we definitely don't
48 # Scheduled runs on mainline don't get pipelines except for the special Coverity job
52 # Cirrus jobs can't run unless the creds / target repo are set
68 # Forks don't get pipelines unless QEMU_CI=1 or QEMU_CI=2 is set
72 # Avocado jobs don't run in forks unless $QEMU_CI_AVOCADO_TESTING is set
115 # Forks pipeline jobs don't start automatically unless
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_io.c48 struct esas2r_target *t = NULL; in esas2r_start_request() local
59 t = a->targetdb + rq->target_id; in esas2r_start_request()
61 if (unlikely(t >= a->targetdb_end in esas2r_start_request()
62 || !(t->flags & TF_USED))) { in esas2r_start_request()
541 && t->target_state == TS_PRESENT in esas2r_build_sg_list_prd()
542 && !(t->flags & TF_PASS_THRU)) { in esas2r_build_sg_list_prd()
594 startlba = t->inter_block - (lbalo & (t->inter_block - in esas2r_build_sg_list_prd()
596 sgc->length = startlba * t->block_size; in esas2r_build_sg_list_prd()
599 if ((lbalo & (t->inter_block - 1)) == 0) in esas2r_build_sg_list_prd()
641 if (len > t->inter_byte) in esas2r_build_sg_list_prd()
[all …]
/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c36 time64_t t; in aica_rtc_gettimeofday() local
47 t = (u32)(val1 - TWENTY_YEARS); in aica_rtc_gettimeofday()
49 rtc_time64_to_tm(t, tm); in aica_rtc_gettimeofday()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dfix-narrowing-warning.patch10 Index: openhpi-3.6.1/plugins/ipmidirect/t/sensor_factors_000.cpp
12 --- openhpi-3.6.1.orig/plugins/ipmidirect/t/sensor_factors_000.cpp
13 +++ openhpi-3.6.1/plugins/ipmidirect/t/sensor_factors_000.cpp
/openbmc/linux/tools/memory-model/litmus-tests/
H A DMP+unlocklockonceonce+fencermbonceonce.litmus13 P0(spinlock_t *s, spinlock_t *t, int *x, int *y)
18 spin_lock(t);
20 spin_unlock(t);
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Drecalc_apic_map_test.c41 time_t t; in main() local
63 for (t = time(NULL) + TIMEOUT; time(NULL) < t;) { in main()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py303 for t in os.walk(os.path.dirname(currentdir)):
304 modulename = os.path.basename(t[0])
306 if 'VIRTUAL_ENV' in os.environ and os.environ['VIRTUAL_ENV'] in t[0]:
309 if ("views.py" in t[2] or "models.py" in t[2]) and not modulename in INSTALLED_APPS:
/openbmc/webui-vue/src/components/Global/
H A DFormFile.vue22 {{ $t('global.fileUpload.browseText') }}
33 ><icon-close :title="$t('global.fileUpload.clearSelectedFile')" /><span
35 >{{ $t('global.fileUpload.clearSelectedFile') }}</span
74 $t: useI18n().t,

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