| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | spa_os.c | 79 nvlist_t **configs, **tops; in spa_generate_rootconf() local 90 if (vdev_geom_read_pool_label(name, &configs, &count) != 0) in spa_generate_rootconf() 98 VERIFY(nvlist_lookup_uint64(configs[i], ZPOOL_CONFIG_POOL_TXG, in spa_generate_rootconf() 102 best_cfg = configs[i]; in spa_generate_rootconf() 116 if (configs[i] == NULL) in spa_generate_rootconf() 118 VERIFY(nvlist_lookup_nvlist(configs[i], ZPOOL_CONFIG_VDEV_TREE, in spa_generate_rootconf() 178 nvlist_free(configs[i]); in spa_generate_rootconf() 179 kmem_free(configs, count * sizeof (void *)); in spa_generate_rootconf()
|
| H A D | vdev_geom.c | 527 new_configs[i] = (*configs)[i]; in resize_configs() 528 if (*configs != NULL) in resize_configs() 530 *configs = new_configs; in resize_configs() 568 resize_configs(configs, count, id); in process_vdev_config() 570 if ((*configs)[id] != NULL) { in process_vdev_config() 571 VERIFY(nvlist_lookup_uint64((*configs)[id], in process_vdev_config() 575 nvlist_free((*configs)[id]); in process_vdev_config() 578 (*configs)[id] = cfg; in process_vdev_config() 587 nvlist_t ***configs, uint64_t *count) in vdev_geom_read_pool_label() argument 600 *configs = NULL; in vdev_geom_read_pool_label() [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-pam.m4 | 15 [install pam-config files in dir [DATADIR/pam-configs]]), 17 [pamconfigsdir='${datadir}/pam-configs'])
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | vdev_os.h | 30 extern int vdev_geom_read_pool_label(const char *name, nvlist_t ***configs,
|
| /f-stack/app/redis-5.0.5/ |
| H A D | .gitignore | 20 src/configs
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | sprd,sc9860-pinctrl.txt | 26 - sleep-hardware-state: Indicate these configs in this state are sleep related.
|
| H A D | sprd,pinctrl.txt | 79 - sleep-hardware-state: Indicate these configs in this state are sleep related.
|
| /f-stack/dpdk/ |
| H A D | meson.build | 34 # configure the build, and make sure configs here and in config folder are
|
| /f-stack/freebsd/contrib/device-tree/Bindings/extcon/ |
| H A D | wlf,arizona.yaml | 95 wlf,micd-configs:
|
| /f-stack/dpdk/doc/guides/platform/ |
| H A D | dpaa2.rst | 76 Use dpaa build configs, they work for both DPAA2 and DPAA platforms.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | wlf,arizona.yaml | 275 wlf,micd-configs = <0 ARIZONA_DMIC_MICBIAS1 0>,
|
| /f-stack/freebsd/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 356 --with-pamconfigsdir=%{_datadir}/pam-configs \ 482 %{_datadir}/pam-configs/*
|
| /f-stack/freebsd/arm64/conf/ |
| H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 1592 nvlist_t *configs; in zfs_ioc_pool_configs() local 1595 if ((configs = spa_all_configs(&zc->zc_cookie)) == NULL) in zfs_ioc_pool_configs() 1598 error = put_nvlist(zc, configs); in zfs_ioc_pool_configs() 1600 nvlist_free(configs); in zfs_ioc_pool_configs()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-tm2-common.dtsi | 1252 wlf,micd-configs = <0x0 1 0>;
|
| /f-stack/freebsd/i386/conf/ |
| H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
|