Home
last modified time | relevance | path

Searched refs:t (Results 2501 – 2525 of 8705) sorted by relevance

1...<<101102103104105106107108109110>>...349

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/
H A Dcogl-1.0_1.22.8.bb3 SRC_URI += "file://0001-configure.ac-don-t-require-eglmesaext.h.patch"
/openbmc/qemu/tests/qapi-schema/
H A Dunion-base-any.err2 union-base-any.json:8: 'base' requires a struct type, built-in type 'any' isn't
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/
H A Dentity-manager_%.bbappend7 install -m 0444 ${UNPACKDIR}/blacklist.json -D -t ${D}${datadir}/entity-manager
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1690 const struct v4l2_tuner *t) in bttv_s_tuner() argument
1694 if (t->index) in bttv_s_tuner()
1700 struct v4l2_tuner copy = *t; in bttv_s_tuner()
2179 struct v4l2_tuner *t) in bttv_g_tuner() argument
2183 if (0 != t->index) in bttv_g_tuner()
2189 strscpy(t->name, "Television", sizeof(t->name)); in bttv_g_tuner()
2192 t->signal = 0xffff; in bttv_g_tuner()
2407 if (0 != t->index) in radio_g_tuner()
2409 strscpy(t->name, "Radio", sizeof(t->name)); in radio_g_tuner()
2410 t->type = V4L2_TUNER_RADIO; in radio_g_tuner()
[all …]
/openbmc/linux/Documentation/crypto/
H A Ddescore-readme.rst70 and password cracking, i haven't really bothered yet to speed up
123 crypt function and i didn't feel like ripping it out and measuring
165 table sizes are unclear, but they don't look very small
173 man pages either didn't exist or dumped core. i had heard of kerberos,
178 (i.e. the author didn't sit down and think before coding),
191 by the larger table size. in his case he didn't realize you don't need to keep
197 to crypt(3) in his tables - i didn't check.
218 1) i assume everything is byte addressable, although i don't actually
277 if you don't have 4 register variables get a new machine.
357 m yourself, you will get a 768bit key - but then it won't
[all …]
/openbmc/linux/drivers/net/fddi/
H A Ddefza.c252 long t; in fza_reset() local
265 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_reset()
280 (45 * HZ - t) * 1000 / HZ); in fza_reset()
384 long t; in fza_init_send() local
411 (3 * HZ - t) * 1000 / HZ); in fza_init_send()
1045 static void fza_reset_timer(struct timer_list *t) in fza_reset_timer() argument
1047 struct fza_private *fp = from_timer(fp, t, reset_timer); in fza_reset_timer()
1156 long t; in fza_open() local
1214 (3 * HZ - t) * 1000 / HZ); in fza_open()
1224 long t; in fza_close() local
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dwatch.h15 void mips_install_watch_registers(struct task_struct *t);
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG9 of .hidden is not a documented or supported feature, so don't do this,
10 but it wasn't too difficult to keep the old behavior working.
841 didn't always turn entities into Unicode characters.
994 adding attributes to a tag that didn't originally have
1351 that aren't closed or have brackets inside them:
1487 arguments would replace it, but they don't. You can't call soup('a',
1522 don't have that attribute at all.
1528 selfClosingTags: you don't have to subclass anymore.
1631 fail, so I can't release a new version unless they pass.
1709 doesn't match, and any other value if it does.
[all …]
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/files/
H A Dima_policy_simple2 # (policy with one line works, two lines don't).
/openbmc/qemu/tests/qemu-iotests/
H A D145.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_vlsrw.S18 p0 = cmp.eq(r0, #0); if (p0.new) jump:t pass
H A Dtest_hwloops.S17 p0 = cmp.eq(r2, #10); if (p0.new) jump:t pass
H A Dtest_vcmpb.S28 p0 = cmp.eq(r4, #0xf0); if (p0.new) jump:t pass
H A Dtest_vcmpw.S28 p0 = cmp.eq(r4, #0xf0); if (p0.new) jump:t pass
/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/
H A Dx86_64.config8 CONFIG_CMDLINE="console=ttyS0 wg.success=vport0p1 panic_on_warn=1 reboot=t"
H A Di686.config9 CONFIG_CMDLINE="console=ttyS0 wg.success=vport0p1 panic_on_warn=1 reboot=t"
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dintegrated2 # integrated. In other words, the user can't choose to unselect it.
/openbmc/webui-vue/src/components/Mixins/
H A DBVPaginationMixin.js23 text: i18n.global.t('global.table.viewAll'),
/openbmc/linux/drivers/atm/
H A Diphase.h1373 u32 t; \
1374 t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS); \
1375 t &= (val); \
1376 writel(t, iadev->reg+IPHASE5575_EEPROM_ACCESS); \
1387 u32 t; \
1388 t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS); \
1389 t |= (val); \
1390 writel(t, iadev->reg+IPHASE5575_EEPROM_ACCESS); \
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c80 struct temp_sensor_registers *t; \
83 t = bgp->conf->sensors[(id)].registers; \
84 r = ti_bandgap_readl(bgp, t->reg); \
85 r &= ~t->mask; \
86 r |= (val) << __ffs(t->mask); \
87 ti_bandgap_writel(bgp, r, t->reg); \
292 int ti_bandgap_adc_to_mcelsius(struct ti_bandgap *bgp, int adc_val, int *t) in ti_bandgap_adc_to_mcelsius() argument
300 *t = bgp->conf->conv_table[adc_val - conf->adc_start_val]; in ti_bandgap_adc_to_mcelsius()
/openbmc/linux/Documentation/arch/x86/
H A Dmtrr.rst102 To find out the size of your framebuffer (what, you don't actually
110 ioctl() interface, so users won't have to do anything. If you use a
221 fputs ("/proc/mtrr not found: not supported or you don't have a PPro?\n",
225 fprintf (stderr, "Error opening /proc/mtrr\t%s\n", ERRSTRING);
241 fprintf (stderr, "Error doing ioctl(2) on /dev/mtrr\t%s\n", ERRSTRING);
337 fputs ("/proc/mtrr not found: not supported or you don't have a PPro?\n",
341 fprintf (stderr, "Error opening /proc/mtrr\t%s\n", ERRSTRING);
346 fprintf (stderr, "Error doing ioctl(2) on /dev/mtrr\t%s\n", ERRSTRING);
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-master.c45 struct i2c_timings *t = &dev->timings; in i2c_dw_set_timings_master() local
60 sda_falling_time = t->sda_fall_ns ?: 300; /* ns */ in i2c_dw_set_timings_master()
61 scl_falling_time = t->scl_fall_ns ?: 300; /* ns */ in i2c_dw_set_timings_master()
86 if (t->bus_freq_hz == I2C_MAX_FAST_MODE_PLUS_FREQ) { in i2c_dw_set_timings_master()
137 t->bus_freq_hz = I2C_MAX_FAST_MODE_FREQ; in i2c_dw_set_timings_master()
164 dev_dbg(dev->dev, "Bus speed: %s\n", i2c_freq_mode_string(t->bus_freq_hz)); in i2c_dw_set_timings_master()
915 struct i2c_timings *t = &dev->timings; in i2c_dw_configure_master() local
924 switch (t->bus_freq_hz) { in i2c_dw_configure_master()
/openbmc/linux/kernel/
H A Dauditsc.c2529 t->tv_sec = ctx->ctime.tv_sec; in auditsc_get_stamp()
2530 t->tv_nsec = ctx->ctime.tv_nsec; in auditsc_get_stamp()
2724 void __audit_ptrace(struct task_struct *t) in __audit_ptrace() argument
2728 context->target_pid = task_tgid_nr(t); in __audit_ptrace()
2729 context->target_auid = audit_get_loginuid(t); in __audit_ptrace()
2730 context->target_uid = task_uid(t); in __audit_ptrace()
2747 kuid_t t_uid = task_uid(t); in audit_signal_info_syscall()
2755 ctx->target_pid = task_tgid_nr(t); in audit_signal_info_syscall()
2756 ctx->target_auid = audit_get_loginuid(t); in audit_signal_info_syscall()
2758 ctx->target_sessionid = audit_get_sessionid(t); in audit_signal_info_syscall()
[all …]
/openbmc/telemetry/src/types/
H A Dcollection_duration.hpp15 json = value.t.count(); in BOOST_STRONG_TYPEDEF()
/openbmc/linux/drivers/staging/fbtft/
H A DTODO2 into the DRM subsystem under drivers/gpu/drm - fbdev doesn't take any new

1...<<101102103104105106107108109110>>...349