Searched refs:persist (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sbin/camcontrol/
H A DMakefile7 SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c zone.c
H A Dcamcontrol.c232 {"persist", CAM_CMD_PERSIST, CAM_ARG_NONE, "ai:I:k:K:o:ps:ST:U"},
1868 int is48bit, u_int64_t maxsize, int persist)
1897 /*sector_count*/persist,
2541 u_int64_t maxsize, int persist)
2545 persist ? "persistently" : "temporarily",
2578 int error, confirm, quiet, c, action, actions, persist; local
2586 persist = 0;
2632 persist = 1;
2709 persist) == 0) {
2719 ccb, is48bit, maxsize, persist);
1866 atahpa_set_max(struct cam_device *device, int retry_count, u_int32_t timeout, union ccb *ccb, int is48bit, u_int64_t maxsize, int persist) argument
2540 atahpa_set_confirm(struct cam_device *device, struct ata_params* ident_buf, u_int64_t maxsize, int persist) argument
[all...]
/freebsd-11.0-release/usr.sbin/ypldap/
H A Dparse.y82 int persist;
751 if (!sym->persist) {
767 symset(const char *nam, const char *val, int persist)
776 if (sym->persist == 1)
800 sym->persist = persist;
/freebsd-11.0-release/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh189 ljid=`jail -i -c -n lef$$ host.hostname=left.example.net vnet persist`
192 mjid=`jail -i -c -n mid$$ host.hostname=center.example.net vnet persist`
195 rjid=`jail -i -c -n right$$ host.hostname=right.example.net vnet persist`
/freebsd-11.0-release/share/examples/netgraph/
H A Dvirtual.chain269 path=${JAIL_PATH} persist
H A Dvirtual.lan188 path=${JAIL_PATH} persist
/freebsd-11.0-release/contrib/wpa/src/p2p/
H A Dp2p_pd.c251 int persist = 0; local
312 persist = p2p->cfg->get_persistent_group(
317 if (persist) {
326 if (!persist && (prov->conncap & P2PS_SETUP_GROUP_OWNER))
330 if (persist || (prov->conncap & P2PS_SETUP_GROUP_OWNER)) {
351 if (!persist && (status == P2P_SC_SUCCESS ||
/freebsd-11.0-release/sys/dev/cxgbe/common/
H A Dcommon.h666 int idx, const u8 *addr, bool persist, bool add_smt);
H A Dt4_hw.c6925 * @persist: whether a new MAC allocation should be persistent
6930 * latter case the address is added persistently if @persist is %true.
6941 int idx, const u8 *addr, bool persist, bool add_smt)
6949 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC;
6940 t4_change_mac(struct adapter *adap, unsigned int mbox, unsigned int viid, int idx, const u8 *addr, bool persist, bool add_smt) argument
/freebsd-11.0-release/sbin/pfctl/
H A Dparse.y107 int persist;
1414 else if (!strcmp($1, "persist"))
5954 symset(const char *nam, const char *val, int persist)
5963 if (sym->persist == 1)
5987 sym->persist = persist;
/freebsd-11.0-release/sys/kern/
H A Dkern_jail.c155 [0] = "persist",
697 vfs_opterror(opts, "new jail must persist or attach");
1070 * (via attach or persist), but first
1780 * persist flag lose that reference. Only do this for existing prisons
4461 SYSCTL_JAIL_PARAM(, persist, CTLTYPE_INT | CTLFLAG_RW,

Completed in 214 milliseconds