Home
last modified time | relevance | path

Searched refs:t (Results 4801 – 4825 of 8709) sorted by relevance

1...<<191192193194195196197198199200>>...349

/openbmc/openbmc/poky/meta/recipes-support/libbsd/
H A Dlibbsd_0.12.2.bb8 # There seems to be more licenses used in the code, I don't think we want to list them all here, co…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0017-Add-acinclude.m4-to-include-required-macros.patch6 * These micro files are in the m4 directories, but the aclocal didn't
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0002-RH-Remove-the-property-blacklist-exception-builtin.patch11 blacklist_exception is given, then devices aren't failed for not matching
/openbmc/qemu/docs/system/
H A Dtarget-sparc.rst63 Please note that currently older Solaris kernels don't work; this is probably
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-legacy-test-cross.docker7 # sh4-linux-user: binaries don't run with bookworm compiler
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-cross_2.5.0.bb12 # artefact works on a machine where its not present. libtool-cross isn't used
/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/
H A Dtcf-agent_git.bb42 # These features don't compile for several cases.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/
H A Dmicrosoft-gsl_4.0.0.bb47 # This one is reproducible only on 32bit arm MACHINEs (didn't see it with qemux86 or qemux86-64 bui…
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-pci.h263 void virtio_pci_types_register(const VirtioPCIDeviceTypeInfo *t);
/openbmc/linux/Documentation/driver-api/media/
H A Ddtv-frontend.rst113 compatibility with legacy applications that don't support the DVBv5
128 doesn't fill its field at struct dvb_frontend_ops, it will default to
381 If the driver doesn't provide a statistics available check bit
388 On those devices, the driver need to ensure that it won't be reading from
439 That warrants that we won't miss to collect a counter and increment the
/openbmc/openbmc/poky/meta/classes-global/
H A Dlicense.bbclass189 … # The user may attempt to use NO_GENERIC_LICENSE for a generic license which doesn't make sense
193 …"%s: %s is a generic license, please don't use NO_GENERIC_LICENSE for it." % (pn, license_type), d)
202 # Explicitly avoid the CLOSED license because this isn't generic
239 # Don't copy again a LICENSE already handled as non-generic
332 aren't acceptable.
/openbmc/linux/net/openvswitch/
H A Dflow_table.c998 struct sw_flow_mask *t; in flow_mask_find() local
999 t = ovsl_dereference(ma->masks[i]); in flow_mask_find()
1001 if (t && mask_equal(mask, t)) in flow_mask_find()
1002 return t; in flow_mask_find()
/openbmc/linux/sound/soc/codecs/
H A Dsgtl5000.c987 u64 out, t; in sgtl5000_set_clock() local
1003 t = do_div(out, in); in sgtl5000_set_clock()
1005 t *= 2048; in sgtl5000_set_clock()
1006 do_div(t, in); in sgtl5000_set_clock()
1007 frac_div = t; in sgtl5000_set_clock()
/openbmc/linux/Documentation/hwmon/
H A Dit87.rst249 the driver won't notice and report changes in the VID value. The two
251 can't have both on a given board.
288 16-bit tachometer counters aren't used, fan readings can be divided by
310 The driver handles this transparently so user-space doesn't have to care.
371 doesn't use CPU cycles.
H A Dadm1021.rst95 Don't set any values, read only mode
150 didn't have these sensors. Next generations of Xeon processors (533 MHz
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst56 - Unknown entity. That generally indicates that a driver didn't
164 pad(s). Pixel encoding conversion includes but isn't limited
381 enabled links even when this flag isn't set; the absence of the flag
382 doesn't imply there is none.
406 - The link enabled state can't be modified at runtime. An immutable
/openbmc/linux/fs/
H A Dpipe.c1290 unsigned int t = tail & mask; in pipe_resize_ring() local
1291 if (h > t) { in pipe_resize_ring()
1292 memcpy(bufs, pipe->bufs + t, in pipe_resize_ring()
1295 unsigned int tsize = pipe->ring_size - t; in pipe_resize_ring()
1299 memcpy(bufs, pipe->bufs + t, in pipe_resize_ring()
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c1126 u32 t, t2; in mtk_pinconf_adv_pull_get() local
1129 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PUPD, &t); in mtk_pinconf_adv_pull_get()
1147 if (pullup ^ !t) in mtk_pinconf_adv_pull_get()
1151 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_R0, &t); in mtk_pinconf_adv_pull_get()
1159 *val = (t | t2 << 1) & 0x7; in mtk_pinconf_adv_pull_get()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py66 def __init__(self, t, fn, logfile, d): argument
67 self._task = t
78 self._message = "recipe %s: task %s: %s" % (d.getVar("PF"), t, self.getDisplayName())
93 def __init__(self, t, fn, logfile, taskflags, d): argument
94 super(TaskStarted, self).__init__(t, fn, logfile, d)
/openbmc/linux/fs/gfs2/
H A Dlog.c1300 unsigned long t = 1; in gfs2_logd() local
1317 if (gfs2_jrnl_flush_reqd(sdp) || t == 0) { in gfs2_logd()
1333 t = gfs2_tune_get(sdp, gt_logd_secs) * HZ; in gfs2_logd()
1337 t = wait_event_interruptible_timeout(sdp->sd_logd_waitq, in gfs2_logd()
1344 t); in gfs2_logd()
/openbmc/linux/Documentation/scsi/
H A Daacraid.rst95 9005:0285:9005:0290 IBM ServeRAID 7t (Jaguar)
170 so don't expect him to support it.
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst43 Any task can move itself between cgroups. This clearly won't
48 isn't a descendant of the current one. Or we may want to use
/openbmc/linux/drivers/video/fbdev/riva/
H A Dnvreg.h30 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) argument
/openbmc/linux/tools/power/pm-graph/config/
H A Dexample.cfg5 # all the tool arguments so that they don't have to be given on the
41 # Only capture the logs, don't generate the html timeline (default: false)
/openbmc/linux/Documentation/networking/
H A Dradiotap-headers.rst58 padding. So a u16 argument must start on the next u16 boundary if it isn't
63 byte isn't defined. So even if the whole radiotap header is starting at, eg,

1...<<191192193194195196197198199200>>...349