Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dkirkwood-iomega_ix2_200.dts55 pmx_led_rebuild: pmx-led-rebuild {
95 pmx_led_rebuild_brt_ctrl_1: pmx-led-rebuild-brt-ctrl-1 {
99 pmx_led_rebuild_brt_ctrl_2: pmx-led-rebuild-brt-ctrl-2 {
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in70 echo -e "You must either rebuild %{module} with legacy postinst"
86 # Don't remove our modules, since the rebuild for the new
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c222 boolean_t rebuild = B_FALSE; in replace_with_spare() local
232 rebuild = B_TRUE; in replace_with_spare()
246 replacement, B_TRUE, rebuild) == 0) { in replace_with_spare()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mr.c58 int rebuild = 0; in mlx5_mr_mem_event_free_cb() local
103 rebuild = 1; in mlx5_mr_mem_event_free_cb()
105 if (rebuild) { in mlx5_mr_mem_event_free_cb()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c901 int rebuild = 0; in mlx4_mr_mem_event_free_cb() local
946 rebuild = 1; in mlx4_mr_mem_event_free_cb()
948 if (rebuild) { in mlx4_mr_mem_event_free_cb()
966 if (rebuild) in mlx4_mr_mem_event_free_cb()
/f-stack/freebsd/contrib/openzfs/config/
H A Drpm.am103 $(def) --rebuild $$rpmpkg || exit 1; \
H A Dkernel-config-defined.m4101 *** from succeeding. You must rebuild your kernel without this
/f-stack/dpdk/lib/
H A Dmeson.build141 # for compat we need to rebuild with
/f-stack/dpdk/doc/guides/platform/
H A Docteontx.rst91 The above steps would rebuild the modules and the required intermediate binaries.
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4237 l2arc_dev_hdr_phys_t *rebuild) in dump_l2arc_log_blocks() argument
4314 rebuild->dh_lb_count++; in dump_l2arc_log_blocks()
4315 rebuild->dh_lb_asize += asize; in dump_l2arc_log_blocks()
4318 (u_longlong_t)rebuild->dh_lb_count, in dump_l2arc_log_blocks()
4326 rebuild->dh_lb_count); in dump_l2arc_log_blocks()
4339 (u_longlong_t)rebuild->dh_lb_count); in dump_l2arc_log_blocks()
4342 (u_longlong_t)rebuild->dh_lb_asize); in dump_l2arc_log_blocks()
4349 l2arc_dev_hdr_phys_t l2dhdr, rebuild; in dump_l2arc_header() local
4353 bzero(&rebuild, sizeof (rebuild)); in dump_l2arc_header()
4405 dump_l2arc_log_blocks(fd, l2dhdr, &rebuild); in dump_l2arc_header()
[all …]
/f-stack/app/redis-5.0.5/
H A DREADME.md50 `make` does not automatically rebuild dependencies even if something in
55 command in order to really clean everything and rebuild from scratch:
69 If after building Redis with a 32 bit target you need to rebuild it
/f-stack/freebsd/contrib/xz-embedded/
H A DREADME159 it is fine to rebuild everything depending on that shared library
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_net.c779 .rebuild = kni_net_rebuild_header,
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst199 devices; a kernel rebuild would normally be required to either remove the drivers
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3161 const char *new_disk, nvlist_t *nvroot, int replacing, boolean_t rebuild) in zpool_vdev_attach() argument
3195 zc.zc_simple = rebuild; in zpool_vdev_attach()
3197 if (rebuild && in zpool_vdev_attach()
3256 } else if (rebuild) { in zpool_vdev_attach()
H A Dlibzfs.abi2655 …<parameter type-id='type-id-37' name='rebuild' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c…
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml141 * snps,rb, rebuild INCRx Burst
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md48 | zpool_scan_stats | scrub, rebuild, and resilver statistics (omitted if no scan has been requested…
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_policy.rst72 subsequent releases of a library without a rebuild.
H A Dabi_versioning.rst361 And that's it, on the next shared library rebuild, there will be two versions of
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h807 int replacing, int rebuild);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c6599 int rebuild) argument
6622 if (rebuild) {
6675 if (rebuild) {
6822 if (rebuild) {
H A Dzfs_ioctl.c1938 int rebuild = zc->zc_simple; in zfs_ioc_vdev_attach() local
1947 rebuild); in zfs_ioc_vdev_attach()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6240 boolean_t rebuild = B_FALSE; in zpool_do_attach_or_replace() local
6270 rebuild = B_TRUE; in zpool_do_attach_or_replace()
6357 rebuild); in zpool_do_attach_or_replace()