Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 185) sorted by relevance

12345678

/f-stack/freebsd/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c269 check_slice(const char *path, blkid_cache cache, int force, boolean_t isspare) in check_slice() argument
285 err = check_file(path, force, isspare); in check_slice()
287 if (force) { in check_slice()
314 check_disk(const char *path, blkid_cache cache, int force, in check_disk() argument
324 return (check_slice(path, cache, force, isspare)); in check_disk()
345 return (check_slice(path, cache, force, isspare)); in check_disk()
357 if (force) { in check_disk()
381 err = check_slice(slice_path, cache, force, isspare); in check_disk()
393 check_device(const char *path, boolean_t force, in check_device() argument
406 error = check_disk(path, cache, force, isspare, iswholedisk); in check_device()
/f-stack/dpdk/usertools/
H A Ddpdk-devbind.py289 def unbind_one(dev_id, force): argument
298 if dev["Ssh_if"] and not force:
314 def bind_one(dev_id, driver, force): argument
321 if dev["Ssh_if"] and not force:
333 unbind_one(dev_id, force)
421 def unbind_all(dev_list, force=False): argument
438 unbind_one(d, force)
441 def bind_all(dev_list, driver, force=False): argument
468 bind_one(d, driver, force)
487 unbind_one(d, force)
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py804 ret = _lib.lzc_receive(snapname, nvlist, c_origin, force, raw, fd)
806 ret, snapname, fd, force, raw, False, False, origin, None
992 snapname, fd, force=False, raw=False, origin=None, props=None argument
1061 snapname, nvlist, c_origin, force, raw, fd)
1063 ret, snapname, fd, force, raw, False, False, origin, None)
1150 ret, snapname, fd, force, raw, False, False, origin, None)
1300 snapname, nvlist, c_origin, force, resumable, raw, fd,
1304 ret, snapname, fd, force, raw, False, False, origin, properrs)
1425 ret, snapname, fd, force, raw, False, False, origin, properrs)
1501 def lzc_sync(poolname, force=False): argument
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zpool/os/freebsd/
H A Dzpool_vdev_os.c86 check_device(const char *name, boolean_t force, boolean_t isspare, in check_device() argument
96 return (check_file(path, force, isspare)); in check_device()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h57 nvlist_t *make_root_vdev(zpool_handle_t *zhp, nvlist_t *props, int force,
127 int check_device(const char *path, boolean_t force,
131 int check_file(const char *file, boolean_t force, boolean_t isspare);
H A Dzpool_vdev.c116 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() argument
158 state == POOL_STATE_SPARE || !force) { in check_file()
1093 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, in is_device_in_use() argument
1132 ret = check_device(path, force, isspare, wholedisk); in is_device_in_use()
1135 ret = check_file(path, force, isspare); in is_device_in_use()
1141 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1148 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1155 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1810 make_root_vdev(zpool_handle_t *zhp, nvlist_t *props, int force, int check_rep, in make_root_vdev() argument
1815 is_force = force; in make_root_vdev()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt197 - qcom,force-mode:
198 Usage: optional (default if no other qcom,force-mode is specified)
202 QCOM_RPM_FORCE_MODE_NONE - do not force any mode
203 QCOM_RPM_FORCE_MODE_LPM - force into low power mode
204 QCOM_RPM_FORCE_MODE_HPM - force into high power mode
223 - qcom,force-mode:
228 QCOM_RPM_FORCE_MODE_NONE - do not force any mode
229 QCOM_RPM_FORCE_MODE_LPM - force into low power mode
230 QCOM_RPM_FORCE_MODE_HPM - force into high power mode
279 qcom,force-mode = <QCOM_RPM_FORCE_MODE_AUTO>;
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dst-asc.txt11 - st,force-m1 bool flat to force asc to be in Mode-1 recommeded
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dfsl,pci.txt12 - fsl,pci-agent-force-enum : There is no value associated with this
19 fsl,pci-agent-force-enum;
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c785 uint8_t *wkeydata, uint_t wkeylen, const char *origin, boolean_t force, in recv_impl() argument
865 if (force) in recv_impl()
919 zc.zc_guid = force; in recv_impl()
967 boolean_t force, boolean_t raw, int fd) in lzc_receive() argument
969 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive()
981 boolean_t force, boolean_t raw, int fd) in lzc_receive_resumable() argument
983 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive_resumable()
1006 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive_with_header()
1034 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive_one()
1049 boolean_t force, boolean_t resumable, boolean_t raw, int input_fd, in lzc_receive_with_cmdprops() argument
[all …]
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dandroid-build.sh45 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION_COMPAT" \
67 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION" \
/f-stack/freebsd/net80211/
H A Dieee80211_crypto_none.c142 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in none_enmic() argument
151 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) in none_demic() argument
H A Dieee80211_crypto.h226 struct ieee80211_key *k, struct mbuf *m, int force) in ieee80211_crypto_enmic() argument
229 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1); in ieee80211_crypto_enmic()
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Danalogix_dp.txt24 -force-hpd:
25 Indicate driver need force hpd when hpd detect failed, this
/f-stack/app/redis-5.0.5/src/
H A Dconfig.c1745 if (!l && !force) {
1795 int force = value != defvalue; local
1800 rewriteConfigRewriteLine(state,option,line,force);
1805 int force = value != defvalue; local
1814 int force = 1; local
1836 int force = value != defvalue; local
1844 int force = value != defvalue; local
1856 int force = value != defval; local
1865 int force = value != LOG_LOCAL0; local
1920 int force = server.notify_keyspace_events != 0; local
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c40 uint32_t event, mask, force; in fman_get_bmi_err_event() local
46 force = ioread32be(&bmi_rg->fmbm_ifr); in fman_get_bmi_err_event()
47 if (force & event) in fman_get_bmi_err_event()
48 iowrite32be(force & ~event, &bmi_rg->fmbm_ifr); in fman_get_bmi_err_event()
56 uint32_t event, mask, force; in fman_get_qmi_err_event() local
63 force = ioread32be(&qmi_rg->fmqm_eif); in fman_get_qmi_err_event()
64 if (force & event) in fman_get_qmi_err_event()
65 iowrite32be(force & ~event, &qmi_rg->fmqm_eif); in fman_get_qmi_err_event()
154 uint32_t event, mask, force; in fman_get_qmi_event() local
160 force = ioread32be(&qmi_rg->fmqm_if); in fman_get_qmi_event()
[all …]
/f-stack/freebsd/sys/
H A Dslicer.h62 void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force);
/f-stack/freebsd/contrib/libsodium/
H A Dautogen.sh35 automake --add-missing --force-missing --include-deps && \
/f-stack/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst214 * ``--force-max-simd-bitwidth=<val>``:
220 --force-max-simd-bitwidth=512
224 --force-max-simd-bitwidth=64
228 --force-max-simd-bitwidth=0
/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A Dzfs-share.in69 force-reload|reload|restart|status)
H A Dzfs-zed.in112 reload|force-reload)
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt20 - smsc,force-internal-phy : Forces SMSC LAN controller to use
22 - smsc,force-external-phy : Forces SMSC LAN controller to use
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_ctldir.h53 int zfsctl_destroy_snapshot(const char *snapname, int force);
/f-stack/app/nginx-1.16.1/conf/
H A Dfastcgi_params24 # PHP only, required if PHP was built with --enable-force-cgi-redirect
/f-stack/freebsd/contrib/device-tree/scripts/
H A Dfilter.sh32 git filter-branch --force \

12345678