Home
last modified time | relevance | path

Searched refs:t (Results 1776 – 1800 of 8756) sorted by relevance

1...<<71727374757677787980>>...351

/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c908 const struct btf_type *t; in fixup_obj() local
917 t = btf__type_by_id(btf, t->type); in fixup_obj()
918 if (!btf_is_func_proto(t) || btf_vlen(t) != 1) in fixup_obj()
922 t = btf__type_by_id(btf, btf_params(t)[0].type); in fixup_obj()
923 while (t && btf_is_mod(t)) in fixup_obj()
924 t = btf__type_by_id(btf, t->type); in fixup_obj()
925 if (!t || !btf_is_ptr(t)) in fixup_obj()
927 t = btf__type_by_id(btf, t->type); in fixup_obj()
928 while (t && btf_is_mod(t)) in fixup_obj()
929 t = btf__type_by_id(btf, t->type); in fixup_obj()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Daffs.rst26 but slows down file creation/deletion. Doesn't make much
35 gain above 4K seems not really worth the price, so you don't lose too
88 The filesystem is really a muFS, also it doesn't
90 the filesystem wasn't formatted as muFS, but is used
127 filesystem (the root directory doesn't have uid/gid fields).
174 mount Archive/Amiga/Workbench3.1.adf /mnt -t affs -o loop,verbose
175 mount /dev/sda3 /Amiga -t affs
184 If you boot Windows 95 (don't know about 3.x, 98 and NT) while you
188 area of the RDB, so only the checksum doesn't match anymore.
228 in an ugly way (but the real AFFS doesn't do much better). This
/openbmc/linux/Documentation/input/
H A Dinput.rst63 gpm -t ps2 -m /dev/input/mice
145 accordingly. These values won't be used if you use a mouse only.
180 wide variety of them, and because the USB HID specification isn't
190 interface, but for the UPSs and LCDs it doesn't make much sense. For this,
199 device that doesn't work well. In that case #define DEBUG at the beginning
206 other use when the big usbhid wouldn't be a good choice, there is the
209 all do. If you don't have any strong reason to use this module, use usbhid
216 HIDBP protocol. It's smaller, but doesn't support any extra special keys.
217 Use usbhid instead if there isn't any special reason to use this.
236 Corp. considers the protocol a trade secret and won't disclose a word
/openbmc/linux/tools/include/nolibc/
H A Dsys.h835 struct timespec t; in sys_poll() local
838 t.tv_sec = timeout / 1000; in sys_poll()
839 t.tv_nsec = (timeout % 1000) * 1000000; in sys_poll()
841 return my_syscall5(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL, 0); in sys_poll()
920 struct timeval *t; in sys_select() member
921 } arg = { .n = nfds, .r = rfds, .w = wfds, .e = efds, .t = timeout }; in sys_select()
924 struct timespec t; in sys_select()
927 t.tv_sec = timeout->tv_sec; in sys_select()
928 t.tv_nsec = timeout->tv_usec * 1000; in sys_select()
930 return my_syscall6(__NR_pselect6, nfds, rfds, wfds, efds, timeout ? &t : NULL, NULL); in sys_select()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c797 const struct test *t; in test_config() local
799 for (t = tests; t < tests + ARRAY_SIZE(tests); t++) { in test_config()
800 if (t->need_sotype && t->need_sotype != sotype) in test_config()
806 inany ? "INANY" : "LOOPBACK", t->name); in test_config()
811 setup_per_test(sotype, family, inany, t->no_inner_map); in test_config()
812 t->fn(sotype, family); in test_config()
813 cleanup_per_test(t->no_inner_map); in test_config()
/openbmc/linux/lib/
H A Dkobject.c285 char *t; in kobject_set_name_vargs() local
287 t = kstrdup(s, GFP_KERNEL); in kobject_set_name_vargs()
289 if (!t) in kobject_set_name_vargs()
291 s = strreplace(t, '/', '!'); in kobject_set_name_vargs()
666 const struct kobj_type *t = get_ktype(kobj); in kobject_cleanup() local
672 if (t && !t->release) in kobject_cleanup()
686 if (t && t->release) { in kobject_cleanup()
689 t->release(kobj); in kobject_cleanup()
/openbmc/linux/drivers/iio/imu/
H A Dfxos8700_core.c331 enum fxos8700_sensor t, bool mode) in fxos8700_set_active_mode() argument
346 enum fxos8700_sensor t, int uscale) in fxos8700_set_scale() argument
353 if (t == FXOS8700_MAGN) { in fxos8700_set_scale()
393 enum fxos8700_sensor t, int *uscale) in fxos8700_get_scale() argument
398 if (t == FXOS8700_MAGN) { in fxos8700_get_scale()
480 static int fxos8700_set_odr(struct fxos8700_data *data, enum fxos8700_sensor t, in fxos8700_set_odr() argument
516 static int fxos8700_get_odr(struct fxos8700_data *data, enum fxos8700_sensor t, in fxos8700_get_odr() argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument
38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
/openbmc/qemu/tests/qemu-iotests/
H A D066.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67109376
21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67109376
39 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
54 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=196608
/openbmc/linux/drivers/hid/usbhid/
H A DKconfig16 You can't use this driver and the HIDBP (Boot Protocol) keyboard
40 specification standpoint) that aren't strictly user interface
55 Say Y here only if you are absolutely sure that you don't want
71 Say Y here only if you are absolutely sure that you don't want
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp250 for (const auto& t : series) in driveMain() local
252 tstamp ts = std::get<0>(t); in driveMain()
253 int64_t n0 = std::get<1>(t); in driveMain()
254 int64_t n1 = std::get<2>(t); in driveMain()
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md51 :label="$t('pageName.form.inputLabel')"
55 {{ $t("pageName.form.helperText") }}
67 {{ $t("global.form.fieldRequired") }}
72 {{ $t("global.action.save") }}
/openbmc/linux/drivers/vfio/
H A DKconfig14 If you don't know what to do here, say N.
28 If you don't know what to do here, say N.
38 If you don't know what to do here, say Y.
76 If you don't know what to do here, say N.
/openbmc/linux/net/sched/
H A Dact_simple.c181 struct tcf_t t; in tcf_simp_dump() local
189 tcf_tm_dump(&t, &d->tcf_tm); in tcf_simp_dump()
190 if (nla_put_64bit(skb, TCA_DEF_TM, sizeof(t), &t, TCA_DEF_PAD)) in tcf_simp_dump()
/openbmc/linux/fs/gfs2/
H A Dutil.h112 u16 type, u16 t,
124 u16 t = be32_to_cpu(mh->mh_type); in gfs2_metatype_check_i() local
128 if (unlikely(t != type)) in gfs2_metatype_check_i()
129 return gfs2_metatype_check_ii(sdp, bh, type, t, function, in gfs2_metatype_check_i()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.cpp278 auto to_string(Type t) -> std::string in to_string() argument
280 return details::reverse_map_search(config::validTypes, t); in to_string()
284 auto to_string(SubType t) -> std::string in to_string() argument
286 return details::reverse_map_search(config::validSubTypes, t); in to_string()
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py324 t = time.time()
346 t = time.time()-t
348 us2hms_str(t*1000000))
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-video.c908 struct v4l2_tuner *t) in vidioc_g_tuner() argument
916 if (t->index != 0) in vidioc_g_tuner()
919 strscpy(t->name, "Television", sizeof(t->name)); in vidioc_g_tuner()
921 t->rangehigh = 0xffffffffUL; in vidioc_g_tuner()
924 cx88_get_stereo(core, t); in vidioc_g_tuner()
938 if (t->index != 0) in vidioc_s_tuner()
1024 struct v4l2_tuner *t) in radio_g_tuner() argument
1029 if (unlikely(t->index > 0)) in radio_g_tuner()
1032 strscpy(t->name, "Radio", sizeof(t->name)); in radio_g_tuner()
1039 const struct v4l2_tuner *t) in radio_s_tuner() argument
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-B74 (i) le chargement du Logiciel par tout moyen notamment par t&#233;l&#233;chargement &#224; partir d…
76t&#233; mis &#224; disposition du Licenci&#233; pr&#233;alablement &#224; son acceptation telle qu…
124 …233;tant entendu que le co&#251;t additionnel d`acquisition du Code Source ne devra pas exc&#233;d…
138 … qu`il a &#233;t&#233; r&#233;alis&#233; &#224; partir du Logiciel r&#233;gi par le Contrat, en re…
140 &#224; faire en sorte que l`utilisation du Logiciel, ses mentions de propri&#233;t&#233; intellectu…
142 … qu`il a &#233;t&#233; r&#233;alis&#233; &#224; partir du Logiciel r&#233;gi par le Contrat, en re…
146 Lorsque le Logiciel modifi&#233; ou non est distribu&#233; avec un Module Externe qui a &#233;t&#23…
164 …#233; une Contribution est titulaire sur celle-ci des droits de propri&#233;t&#233; intellectuelle…
174 …ou modifier de quelque mani&#232;re que ce soit les mentions de propri&#233;t&#233; intellectuelle…
176 &#224; reproduire &#224; l`identique lesdites mentions de propri&#233;t&#233; intellectuelle sur le…
[all …]
/openbmc/linux/arch/x86/include/asm/uv/
H A Duv_mmrs.h2287 unsigned long t:1; /* RO */ member
2301 unsigned long t:1; /* RO */ member
2315 unsigned long t:1; /* RO */ member
2329 unsigned long t:1; /* RO */ member
2343 unsigned long t:1; /* RO */ member
2390 unsigned long t:1; /* RO */ member
2404 unsigned long t:1; /* RO */ member
2418 unsigned long t:1; /* RO */ member
2432 unsigned long t:1; /* RO */ member
2446 unsigned long t:1; /* RO */ member
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_int.c706 struct esas2r_target *t = a->targetdb + target; in esas2r_lun_event() local
710 if (cplen > sizeof(t->lu_event)) in esas2r_lun_event()
711 cplen = sizeof(t->lu_event); in esas2r_lun_event()
718 t->new_target_state = TS_INVALID; in esas2r_lun_event()
721 t->new_target_state = TS_NOT_PRESENT; in esas2r_lun_event()
728 t->new_target_state = TS_NOT_PRESENT; in esas2r_lun_event()
733 t->new_target_state = TS_PRESENT; in esas2r_lun_event()
738 if (t->new_target_state != TS_INVALID) { in esas2r_lun_event()
739 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event()
/openbmc/linux/Documentation/mm/
H A Dtranshuge.rst12 - "graceful fallback": mm components which don't have transparent hugepage
27 - it doesn't require memory reservation and in turn it uses hugepages
41 is complete, so they won't ever notice the fact the page is huge. But
49 these aren't new constraints to the GUP API, and they match the
67 that you can't handle natively in your code, you can split it by
131 entries, but we don't have enough information on how to distribute any
145 atomic_add() we don't care about the ->_refcount value. We already know how
148 For head page get_page_unless_zero() will succeed and we don't mind. It's
151 Note that split_huge_pmd() doesn't have any limitations on refcounting:
/openbmc/linux/sound/drivers/
H A DKconfig55 If you don't have a sound card in your computer, you can include a
71 You don't need this driver if you only want your pc-speaker to beep.
72 You don't need this driver if you have a tablet piezo beeper
76 Say M if you don't.
86 You don't need this unless you're testing the hardware support
141 If you don't know what MIDI is, say N here.
153 the standard parallel port driver isn't used for the port.
181 make sure that the standard serial driver isn't used or
250 isn't recommended because many applications try to reopen
/openbmc/linux/tools/perf/tests/
H A Dmake398 $(foreach t,$(run) $(run_O),$(eval \
399 $(t): $(if $(findstring make_static,$(t)),\
406 $(foreach t,$(run),$(if $(findstring make_static,$(t)),\
407 $(eval $(t) := $($(t)) FEATURES_DUMP=$(FEATURES_DUMP_FILE_STATIC)),\
408 $(eval $(t) := $($(t)) FEATURES_DUMP=$(FEATURES_DUMP_FILE))))
/openbmc/qemu/tests/unit/
H A Dptimer-test.c30 QEMUTimer *t = timer_list->active_timers.next; in ptimer_test_expire_qemu_timers() local
32 while (t != NULL) { in ptimer_test_expire_qemu_timers()
33 if (t->expire_time == expire_time) { in ptimer_test_expire_qemu_timers()
34 timer_del(t); in ptimer_test_expire_qemu_timers()
36 if (t->cb != NULL) { in ptimer_test_expire_qemu_timers()
37 t->cb(t->opaque); in ptimer_test_expire_qemu_timers()
41 t = t->next; in ptimer_test_expire_qemu_timers()

1...<<71727374757677787980>>...351