Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_jail/
H A Djail.conf8 persist;
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_dcb.h204 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
207 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
H A Dice_dcb.c93 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, in ice_aq_stop_lldp() argument
106 if (persist) in ice_aq_stop_lldp()
121 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd) in ice_aq_start_lldp() argument
132 if (persist) in ice_aq_start_lldp()
/f-stack/app/redis-5.0.5/src/
H A DMakefile207 persist-settings: distclean
220 .PHONY: persist-settings
228 .make-prerequisites: persist-settings
232 .make-prerequisites: persist-settings
/f-stack/app/redis-5.0.5/tests/unit/
H A Dexpire.tcl67 list [r ttl x] [r persist x] [r ttl x] [r get x]
72 list [r persist foo] [r persist nokeyatall]
/f-stack/app/redis-5.0.5/tests/support/
H A Dcluster.tcl33 expire expireat pexpire pexpireat type ttl pttl persist restore
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h279 bool persist,
286 bool persist,
H A Di40e_common.c4510 bool persist, in i40e_aq_stop_lldp() argument
4523 if (persist) { in i40e_aq_stop_lldp()
4545 bool persist, in i40e_aq_start_lldp() argument
4557 if (persist) { in i40e_aq_start_lldp()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h407 int idx, const u8 *addr, bool persist, bool add_smt);
H A Dt4_hw.c4302 int idx, const u8 *addr, bool persist, bool add_smt) in t4_change_mac() argument
4310 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC; in t4_change_mac()
/f-stack/app/redis-5.0.5/
H A DMANIFESTO80 to have a more limited amount of data, making the Redis persist-by-fork
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst435 Does the issue still persist?
/f-stack/freebsd/kern/
H A Dkern_jail.c3985 SYSCTL_JAIL_PARAM(, persist, CTLTYPE_INT | CTLFLAG_RW,