/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/ |
H A D | gvfs_1.54.0.bb | 77 # libcdio-paranoia recipe doesn't exist yet
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | main.h | 261 const char *bpf_attach_type_input_str(enum bpf_attach_type t);
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_internal.h | 96 void sas_task_internal_timedout(struct timer_list *t);
|
/openbmc/linux/Documentation/mm/ |
H A D | page_table_check.rst | 80 won't break the logic used in the page table check.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/ |
H A D | Resource.interface.yaml | 32 against this ACL. If the user-challenge doesn't match any entry in the
|
/openbmc/linux/sound/ |
H A D | Kconfig | 32 to be removed (ie. PRECLAIM won't be available) and this option is
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0013-Ensure-target-gcc-headers-can-be-included.patch | 9 sysroot and not cross/nativesdk; thus they weren't able to be
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
H A D | vboxguestdrivers_7.0.18.bb | 67 echo "ERROR: One of vbox*.ko modules wasn't built"
|
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/ |
H A D | opkg_0.6.3.bb | 61 …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 D | wireshark_4.2.5.bb | 87 # We don't need the cmake files installed
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/ |
H A D | sblim-sfcb_1.4.9.bb | 37 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 D | psqlodbc-fix-for-ptest-support.patch | 6 * Fix the LIBODBC since we don't use ODBC_CONFIG.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/ |
H A D | 0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | 8 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 D | 0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch | 17 where _Generic isn't available, causing:
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | cirrus.yml | 11 # special care, because we can't just override it at the GitLab CI job
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8183-kukui-krane.dtsi | 332 * The pen driver doesn't currently support driving
|
/openbmc/linux/Documentation/scsi/ |
H A D | st.rst | 39 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 D | ipmi_sel.c | 2705 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 D | uio-howto.rst | 69 - 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 D | rt61pci.c | 2193 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 D | base.c | 1584 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 D | pl330.c | 252 #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 D | curve25519-fiat32.c | 102 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 D | wm8904.c | 2006 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 D | hamachi.c | 416 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()
|