Home
last modified time | relevance | path

Searched refs:t (Results 5901 – 5925 of 8709) sorted by relevance

1...<<231232233234235236237238239240>>...349

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.54.0.bb77 # libcdio-paranoia recipe doesn't exist yet
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.h261 const char *bpf_attach_type_input_str(enum bpf_attach_type t);
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_internal.h96 void sas_task_internal_timedout(struct timer_list *t);
/openbmc/linux/Documentation/mm/
H A Dpage_table_check.rst80 won't break the logic used in the page table check.
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DResource.interface.yaml32 against this ACL. If the user-challenge doesn't match any entry in the
/openbmc/linux/sound/
H A DKconfig32 to be removed (ie. PRECLAIM won't be available) and this option is
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0013-Ensure-target-gcc-headers-can-be-included.patch9 sysroot and not cross/nativesdk; thus they weren't able to be
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/
H A Dvboxguestdrivers_7.0.18.bb67 echo "ERROR: One of vbox*.ko modules wasn't built"
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/
H A Dopkg_0.6.3.bb61 …sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PAS…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/
H A Dwireshark_4.2.5.bb87 # We don't need the cmake files installed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/
H A Dsblim-sfcb_1.4.9.bb37 CVE_STATUS[CVE-2012-3381] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-fix-for-ptest-support.patch6 * Fix the LIBODBC since we don't use ODBC_CONFIG.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch8 Starting with Linux 6.6 [1], RDCYCLE is a privileged instruction on RISC-V and can't be used direct…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A D0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch17 where _Generic isn't available, causing:
/openbmc/qemu/.gitlab-ci.d/
H A Dcirrus.yml11 # special care, because we can't just override it at the GitLab CI job
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-krane.dtsi332 * The pen driver doesn't currently support driving
/openbmc/linux/Documentation/scsi/
H A Dst.rst39 used only in variable block mode (I don't know if this is sensible
260 - one or more pages can't be locked into memory (should not happen in
290 this read command. Should be disabled for those drives that don't like
291 a filemark to truncate a read request or that don't like backspacing.
294 in the physical memory) are used if contiguous buffers can't be
526 enables immediate mode (i.e., don't wait for
530 writing a filemark, don't wait for it to complete). Please
607 block is -1 when it can't be determined (e.g., after MTBSF).
/openbmc/ipmitool/lib/
H A Dipmi_sel.c2705 time_t t; in ipmi_sel_set_time() local
2715 t = time(NULL); in ipmi_sel_set_time()
2724 t = mktime(&tm); in ipmi_sel_set_time()
2725 if (t < 0) { in ipmi_sel_set_time()
2736 tm_tmp=gmtime(&t); in ipmi_sel_set_time()
2741 tm_tmp=localtime(&t); in ipmi_sel_set_time()
2751 t += (delta_hour * 60 * 60); in ipmi_sel_set_time()
2754 timei = (uint32_t)t; in ipmi_sel_set_time()
/openbmc/linux/Documentation/driver-api/
H A Duio-howto.rst69 - bugs in your driver won't crash the kernel.
116 For cards that don't generate interrupts but need to be polled, there is
240 If you don't have a hardware generated interrupt but want to trigger
354 If you decide not to support shared interrupts, your card won't work in
463 the userspace part of your driver. You don't need any special libraries,
548 the generic driver still won't bind to it, in this case if you want to
578 this support, and won't bind to devices which do not support the
683 the generic driver still won't bind to it, in this case if you want to
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.c2193 static void rt61pci_txstatus_tasklet(struct tasklet_struct *t) in rt61pci_txstatus_tasklet() argument
2195 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt61pci_txstatus_tasklet()
2203 static void rt61pci_tbtt_tasklet(struct tasklet_struct *t) in rt61pci_tbtt_tasklet() argument
2205 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, tbtt_tasklet); in rt61pci_tbtt_tasklet()
2211 static void rt61pci_rxdone_tasklet(struct tasklet_struct *t) in rt61pci_rxdone_tasklet() argument
2213 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt61pci_rxdone_tasklet()
2221 static void rt61pci_autowake_tasklet(struct tasklet_struct *t) in rt61pci_autowake_tasklet() argument
2223 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt61pci_autowake_tasklet()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c1584 ath5k_tasklet_rx(struct tasklet_struct *t) in ath5k_tasklet_rx() argument
1589 struct ath5k_hw *ah = from_tasklet(ah, t, rxtq); in ath5k_tasklet_rx()
1832 ath5k_tasklet_tx(struct tasklet_struct *t) in ath5k_tasklet_tx() argument
1835 struct ath5k_hw *ah = from_tasklet(ah, t, txtq); in ath5k_tasklet_tx()
2224 static void ath5k_tasklet_beacon(struct tasklet_struct *t) in ath5k_tasklet_beacon() argument
2226 struct ath5k_hw *ah = from_tasklet(ah, t, beacontq); in ath5k_tasklet_beacon()
2495 ath5k_tasklet_ani(struct tasklet_struct *t) in ath5k_tasklet_ani() argument
2497 struct ath5k_hw *ah = from_tasklet(ah, t, ani_tasklet); in ath5k_tasklet_ani()
/openbmc/linux/drivers/dma/
H A Dpl330.c252 #define UNTIL(t, s) while (!(_state(t) & (s))) cpu_relax(); argument
868 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) argument
1580 static void pl330_dotask(struct tasklet_struct *t) in pl330_dotask() argument
1582 struct pl330_dmac *pl330 = from_tasklet(pl330, t, tasks); in pl330_dotask()
2069 static void pl330_tasklet(struct tasklet_struct *t) in pl330_tasklet() argument
2071 struct dma_pl330_chan *pch = from_tasklet(pch, t, task); in pl330_tasklet()
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c102 static __always_inline u32 cmovznz32(u32 t, u32 z, u32 nz) in cmovznz32() argument
104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32()
105 return (t&nz) | ((~t)&z); in cmovznz32()
/openbmc/linux/sound/soc/codecs/
H A Dwm8904.c2006 const char **t; in wm8904_handle_retune_mobile_pdata() local
2025 t = krealloc(wm8904->retune_mobile_texts, in wm8904_handle_retune_mobile_pdata()
2029 if (t == NULL) in wm8904_handle_retune_mobile_pdata()
2033 t[wm8904->num_retune_mobile_texts] = in wm8904_handle_retune_mobile_pdata()
2038 wm8904->retune_mobile_texts = t; in wm8904_handle_retune_mobile_pdata()
/openbmc/linux/drivers/net/ethernet/packetengines/
H A Dhamachi.c416 static void hamachi_timer(struct timer_list *t);
422 void (*media_timer)(struct timer_list *t);
552 static void hamachi_timer(struct timer_list *t);
1026 static void hamachi_timer(struct timer_list *t) in hamachi_timer() argument
1028 struct hamachi_private *hmp = from_timer(hmp, t, timer); in hamachi_timer()

1...<<231232233234235236237238239240>>...349