Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 97) sorted by relevance

1234

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_xhci.c121 bool loaded; in bcm_xhci_check_firmware() local
124 loaded = !(revision == 0 || revision == 0xffffffff); in bcm_xhci_check_firmware()
126 if (expect_loaded && !loaded) in bcm_xhci_check_firmware()
128 else if (bootverbose && !loaded) in bcm_xhci_check_firmware()
135 if (!loaded) in bcm_xhci_check_firmware()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c169 zfs_mark_vdev(uint64_t pool_guid, nvlist_t *vd, er_timeval_t *loaded) in zfs_mark_vdev() argument
186 zcp->zc_when = *loaded; in zfs_mark_vdev()
196 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
202 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
208 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
219 er_timeval_t loaded = { 0 }; in zfs_mark_pool() local
243 loaded.ertv_sec = tod[0]; in zfs_mark_pool()
244 loaded.ertv_nsec = tod[1]; in zfs_mark_pool()
249 zcp->zc_when = loaded; in zfs_mark_pool()
260 zfs_mark_vdev(pool_guid, vd, &loaded); in zfs_mark_pool()
/f-stack/dpdk/examples/bpf/
H A DREADME5 Once compiled, these example programs can be loaded into `testpmd`
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst12 Depending on the PMD being used, a corresponding kernel driver should be loaded,
19 To make use of VFIO, the ``vfio-pci`` module must be loaded:
109 but it has to be loaded with an additional module parameter:
115 Alternatively, one can also enable this option in an already loaded kernel module:
140 can be used as a substitute for VFIO. This module can be loaded using the command:
152 It can be loaded as shown below:
232 should be loaded into the kernel before running the ``dpdk-devbind.py`` script.
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Dlattice-ice40-fpga-mgr.txt12 bus until the firmware is loaded.
H A Dfpga-region.txt45 * The connections at the edge of each PRR are fixed. The image that is loaded
52 * An FPGA image that is designed to be loaded into a PRR. There may be
54 may be loaded.
205 firmware specified in the overlay is loaded to the FPGA using the FPGA manager
307 reconfiguration can be done, a base FPGA image must be loaded which includes
348 * child nodes corresponding to hardware that will be loaded in this region of
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c546 int loaded = lua_gettop(L) + 1; /* index of _LOADED table */ in ll_module() local
548 lua_getfield(L, loaded, modname); /* get _LOADED[modname] */ in ll_module()
555 lua_setfield(L, loaded, modname); /* _LOADED[modname] = new table */ in ll_module()
567 dooptions(L, loaded - 1); in ll_module()
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst53 `contigmem` and `nic_uio` kernel modules be loaded first, as described in
75 memory for the DPDK to use. The contigmem module must be loaded into the
102 The module can then be loaded using kldload::
140 After loading the contigmem module, the ``nic_uio`` module must also be loaded into the
151 Currently loaded modules can be seen by using the ``kldstat`` command and a module
/f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/
H A Dti,dac7612.txt7 The internal DACs are loaded when the LOADDACS pin is pulled down.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst35 KNI kernel module ``rte_kni`` be loaded into the kernel. See
69 If link monitoring is enabled, the ``rte_kni`` kernel module should be loaded
75 loaded with the :ref:`default carrier state <kni_default_carrier_state>`
150 ``port``. If the ``rte_kni`` kernel module is loaded in :ref:`multiple
153 kernel module is loaded in :ref:`single kernel thread <kni_kernel_thread_mode>`
194 the ``rte_kni`` kernel module is loaded in :ref:`single kernel thread
200 created for port 1. Since ``rte_kni`` is loaded in "single kernel thread"
H A Dtimer.rst108 * The first timer (timer0) is loaded on the main lcore and expires every second.
112 * The second timer (timer1) is loaded on the next available lcore every 333 ms.
/f-stack/freebsd/kern/
H A Dvfs_init.c143 int fileid, loaded; in vfs_byname_kld() local
151 loaded = (*error == 0); in vfs_byname_kld()
160 if (loaded) in vfs_byname_kld()
H A Dkern_linker.c1543 TAILQ_INSERT_TAIL(&loaded_files, lf, loaded); in linker_preload()
1558 TAILQ_FOREACH(lf, &loaded_files, loaded) { in linker_preload()
1611 lf, loaded); in linker_preload()
1620 TAILQ_REMOVE(&loaded_files, lf, loaded); in linker_preload()
1621 TAILQ_INSERT_TAIL(&depended_files, lf, loaded); in linker_preload()
1636 TAILQ_REMOVE(&loaded_files, lf, loaded); in linker_preload()
1644 TAILQ_FOREACH_SAFE(lf, &depended_files, loaded, nlf) { in linker_preload()
1698 TAILQ_REMOVE(&depended_files, lf, loaded); in linker_preload()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-388-clearfog-base.dts50 * register, rather than preserving reset-loaded setting.
H A Darmada-38x-solidrun-microsom.dtsi66 * register, rather than preserving reset-loaded setting.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst35 When the ``rte_kni`` module is loaded, it will create a device ``/dev/kni``
40 can be specified when the module is loaded to control its behavior:
75 For testing, the ``rte_kni`` kernel module can be loaded in loopback mode
100 can be loaded with the ``kthread_mode`` parameter. The ``rte_kni`` kernel
145 is loaded.
181 be loaded into the kernel and configured with the ``rte_kni_init()`` function.
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,cmd-db.txt6 is stored in a shared memory region and is loaded by the remote processor.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dadi,adau1701.txt18 firmware is loaded.
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dtwl4030-power.txt18 for idle modes is loaded to the tlw4030 PMIC.
/f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/
H A Dqca,ath9k.txt35 EEPROM data will be loaded from userspace using the
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dsnps,dw-wdt.yaml46 Each TOP is a number loaded into the watchdog counter at the moment of
/f-stack/dpdk/doc/guides/nics/
H A Dcxgbe.rst574 PMD: rte_cxgbe_pmd: No bootstrap loaded
575 PMD: rte_cxgbe_pmd: No Expansion ROM loaded
582 PMD: rte_cxgbe_pmd: No bootstrap loaded
583 PMD: rte_cxgbe_pmd: No Expansion ROM loaded
694 #. Restart the system and ensure the contigmem module is loaded successfully:
746 This automatically binds 2:0:4 to nic_uio kernel driver when it is loaded in
/f-stack/freebsd/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/f-stack/freebsd/arm/conf/
H A DRPI-B97 # Note: DTB is normally loaded and modified by RPi boot loader, then
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dmvsam.rst81 loaded:

1234