Home
last modified time | relevance | path

Searched refs:n (Results 5451 – 5475 of 8665) sorted by relevance

1...<<211212213214215216217218219220>>...347

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0002-net-snmp-fix-libtool-finish.patch30 +LIB_LDCONFIG_CMD = echo "do not ldconfig\n"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0006-configure-Disable-incompatible-function-pointer-type.patch15 @@ -98,6 +98,11 @@ AS_IF([test -n "${with_binary_version}"]
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/
H A Dptest-packagelists-meta-oe.inc6 … show-recipes --recipes-only --layer meta-oe --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 …
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c74 static void *get_wqe(struct mthca_srq *srq, int n) in get_wqe() argument
77 return srq->queue.direct.buf + (n << srq->wqe_shift); in get_wqe()
79 return srq->queue.page_list[(n << srq->wqe_shift) >> PAGE_SHIFT].buf + in get_wqe()
80 ((n << srq->wqe_shift) & (PAGE_SIZE - 1)); in get_wqe()
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_basic.c451 int n; in serial_bm_wait_for_data() local
458 n = poll(&pfd, 1, intf->ssn_params.timeout * 1000); in serial_bm_wait_for_data()
459 if (n < 0) { in serial_bm_wait_for_data()
462 } else if (!n) { in serial_bm_wait_for_data()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c753 int n, res; in cpu_init_r() local
755 n = env_get_f("hwconfig", buffer, sizeof(buffer)); in cpu_init_r()
756 if (n > 0) in cpu_init_r()
763 if (n >= HWCONFIG_BUFFER_SIZE) { in cpu_init_r()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c113 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() argument
115 bsNEEDW ( n ); in bsW()
116 s->bsBuff |= (v << (32 - s->bsLive - n)); in bsW()
117 s->bsLive += n; in bsW()
/openbmc/linux/net/mac80211/
H A DKconfig17 depends on CFG80211=n
19 if MAC80211 != n
58 depends on MAC80211 && MAC80211_HAS_RC=n
157 This option enables 802.11n High Throughput features
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-api.rst104 printf("The timeout was set to %d seconds\n", timeout);
113 printf("The timeout was is %d seconds\n", timeout);
136 printf("The pretimeout was is %d seconds\n", timeout);
148 printf("The timeout was is %d seconds\n", timeleft);
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c76 int n) in full_name_nth() argument
88 if (n) { in full_name_nth()
89 n--; in full_name_nth()
101 assert(!n); in full_name_nth()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_pwm-test.c59 #define MFT_BA(n) (0xf0180000 + ((n) * 0x1000)) argument
60 #define MFT_IRQ(n) (96 + (n)) argument
/openbmc/qemu/hw/intc/
H A Dapic.c816 int n = index - 0x32; in apic_mem_write() local
817 s->lvt[n] = val; in apic_mem_write()
818 if (n == APIC_LVT_TIMER) { in apic_mem_write()
820 } else if (n == APIC_LVT_LINT0 && apic_check_pic(s)) { in apic_mem_write()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp358 auto n = p.rfind('/'); in MainLoop() local
359 if (n != std::string::npos) in MainLoop()
361 _instance.assign(p.substr(n + 1)); in MainLoop()
362 _hwmonRoot.assign(p.substr(0, n)); in MainLoop()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass163 if [ -n "${IMPORT_PASS_FILE}" ]; then
191 if [ -n "${IMPORT_PASS_FILE}" ]; then
286 if [ -n "$uri" ]; then
300 if [ -n "$module" ]; then
/openbmc/qemu/hw/acpi/
H A Dpiix4.c311 static void piix4_pm_powerdown_req(Notifier *n, void *opaque) in piix4_pm_powerdown_req() argument
313 PIIX4PMState *s = container_of(n, PIIX4PMState, powerdown_notifier); in piix4_pm_powerdown_req()
412 static void piix4_pm_machine_ready(Notifier *n, void *opaque) in piix4_pm_machine_ready() argument
414 PIIX4PMState *s = container_of(n, PIIX4PMState, machine_ready); in piix4_pm_machine_ready()
/openbmc/qemu/audio/
H A Ddbusaudio.c357 gsize n = 0; in dbus_read() local
365 data = g_variant_get_fixed_array(v_data, &n, 1); in dbus_read()
366 g_warn_if_fail(n <= size); in dbus_read()
367 size = MIN(n, size); in dbus_read()
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c144 static void spapr_tce_replay(IOMMUMemoryRegion *iommu_mr, IOMMUNotifier *n) in spapr_tce_replay() argument
159 iotlb = imrc->translate(iommu_mr, addr, IOMMU_NONE, n->iommu_idx); in spapr_tce_replay()
161 n->notify(n, &iotlb); in spapr_tce_replay()
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c243 struct bt_sock *s, *n; in bt_accept_dequeue() local
249 list_for_each_entry_safe(s, n, &bt_sk(parent)->accept_q, accept_q) { in bt_accept_dequeue()
489 struct bt_sock *s, *n; in bt_accept_poll() local
492 list_for_each_entry_safe(s, n, &bt_sk(parent)->accept_q, accept_q) { in bt_accept_poll()
/openbmc/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c43 #define NTB_EPF_DB_DATA(n) (0x34 + (n) * 4) argument
44 #define NTB_EPF_DB_OFFSET(n) (0xB4 + (n) * 4) argument
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c126 int const n = normalizedCounter[s]; in FSE_buildCTable_wksp() local
128 for (i = 8; i < n; i += 8) { in FSE_buildCTable_wksp()
131 assert(n>=0); in FSE_buildCTable_wksp()
132 pos += (size_t)n; in FSE_buildCTable_wksp()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c712 struct nx_coproc *coproc, *n; in nx_open_percpu_txwins() local
720 list_for_each_entry_safe(coproc, n, &nx_coprocs, list) { in nx_open_percpu_txwins()
994 struct nx_coproc *coproc, *n; in nx_delete_coprocs() local
1009 list_for_each_entry_safe(coproc, n, &nx_coprocs, list) { in nx_delete_coprocs()
/openbmc/linux/drivers/mfd/
H A Ducb1x00-core.c615 struct list_head *l, *n; in ucb1x00_remove() local
619 list_for_each_safe(l, n, &ucb->devs) { in ucb1x00_remove()
652 struct list_head *n, *l; in ucb1x00_unregister_driver() local
656 list_for_each_safe(l, n, &drv->devs) { in ucb1x00_unregister_driver()
/openbmc/linux/kernel/rcu/
H A Drcuscale.c578 static int compute_real(int n) in compute_real() argument
582 if (n >= 0) { in compute_real()
583 nr = n; in compute_real()
585 nr = num_online_cpus() + 1 + n; in compute_real()
/openbmc/linux/drivers/comedi/
H A Ddrivers.c263 for (i = 0; i < insn->n; i++) in comedi_readback_insn_read()
266 return insn->n; in comedi_readback_insn_read()
357 return insn->n; in comedi_dio_insn_config()
621 _insn.n = 2; in insn_rw_emulate_bits()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc8180x-lenovo-flex-5g.dts702 reset-n-pins {
711 wake-n-pins {
721 oe-n-pins {
738 oe-n-pins {

1...<<211212213214215216217218219220>>...347