Home
last modified time | relevance | path

Searched refs:persistent (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd-14-stable/contrib/wpa/wpa_supplicant/examples/p2p/
HDp2p_group_add.py50 global persistent
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
69 self.persistent = persistent
124 self.P2PDictionary = {'persistent':self.persistent}
159 persistent = False variable
187 persistent = False variable
189 persistent = True variable
214 persistent,frequency,persistent_group_object)
/freebsd-14-stable/sys/contrib/device-tree/Bindings/pmem/
HDpmem-region.txt1 Device-tree bindings for persistent memory regions
9 Given b) it is best to think of persistent memory as a kind of memory mapped
11 persistent regions separately to the normal memory pool. To aid with that this
12 binding provides a standardised interface for discovering where persistent
36 backed by non-persistent memory. This lets the OS know that it
38 persistent after a write.
/freebsd-14-stable/sys/netgraph/
HDng_hub.c47 int persistent; /* can exist w/o hooks */ member
107 priv->persistent = 1; in ng_hub_rcvmsg()
168 NG_NODE_IS_VALID(NG_HOOK_NODE(hook)) && !priv->persistent) in ng_hub_disconnect()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallFunctionUsingABI.cpp62 const bool persistent = false; in SetReturnValue() local
64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
HDABI.cpp71 bool persistent) const { in GetReturnValueObject()
87 if (persistent) { in GetReturnValueObject()
184 bool persistent) const { in GetReturnValueObject()
HDThreadPlanCallFunction.cpp470 const bool persistent = false; in SetReturnValue() local
472 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDREADME-P2P152 [persistent|persistent=<network id>] [join|auth]
166 from local display, keypad=PIN entered from peer display). "persistent"
167 parameter can be used to request a persistent group to be formed. The
168 "persistent=<network id>" alternative can be used to pre-populate
169 SSID/passphrase configuration based on a previously used persistent
212 p2p_connect 02:0a:f5:85:11:00 12345670 p2ps persistent join
215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent
264 p2p_group_add [persistent|persistent=<network id>] [freq=<freq in MHz>]
269 GO. Optional persistent=<network id> can be used to specify restart of
270 a persistent group. Optional freq=<freq in MHz> can be used to force
[all …]
HDp2p_supplicant.c1350 const u8 *go_dev_addr, int persistent, in wpas_p2p_group_started() argument
1383 persistent ? " [PERSISTENT]" : "", extra); in wpas_p2p_group_started()
1387 MAC2STR(go_dev_addr), persistent ? " [PERSISTENT]" : "", in wpas_p2p_group_started()
1397 int persistent; in wpas_group_formation_completed() local
1440 persistent = 0; in wpas_group_formation_completed()
1444 persistent = ssid->p2p_persistent_group; in wpas_group_formation_completed()
1448 persistent = wpas_p2p_persistent_group(wpa_s, in wpas_group_formation_completed()
1472 go_dev_addr, persistent, ""); in wpas_group_formation_completed()
1477 if (persistent) in wpas_group_formation_completed()
1486 wpas_notify_p2p_group_started(wpa_s, ssid, persistent, 0, NULL); in wpas_group_formation_completed()
[all …]
/freebsd-14-stable/stand/kboot/kboot/arch/amd64/
HDload_addr.c43 persistent, enumerator
58 { persistent, "Persistent Memory" },
/freebsd-14-stable/sys/contrib/device-tree/Bindings/interrupt-controller/
Dmicrochip,pic32-evic.txt27 internal interrupts use IRQ_TYPE_EDGE_RISING for non persistent interrupts and
28 IRQ_TYPE_LEVEL_HIGH for persistent interrupts. For external interrupts use
/freebsd-14-stable/usr.sbin/bsdconfig/startup/share/
HDrcvar.subr123 # on-disk global persistent cache file (containg this digest on the
132 # Check to see if the global persistent cache file exists
176 # (and after we do, we'll attempt to create the global persistent
210 # Attempt to create/update the persistent global cache
HDrcconf.subr126 # Calculate digest used to determine if the on-disk global persistent
134 # Check to see if the global persistent cache file exists
178 # (and after we do, we'll attempt to create the global persistent
217 # Attempt to create the persistent global cache
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDABI.h69 bool persistent = true) const;
73 bool persistent = true) const;
/freebsd-14-stable/sys/contrib/openzfs/udev/rules.d/
HD60-zvol.rules.in3 # persistent disk links: /dev/zvol/dataset_name
/freebsd-14-stable/sys/contrib/device-tree/Bindings/reserved-memory/
HDramoops.txt4 ramoops provides persistent RAM storage for oops and panics, so they can be
9 Parts of this storage may be set aside for other persistent log buffers, such
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDfacebook-bmc-flash-layout.dtsi26 * as persistent data store.
HDfacebook-bmc-flash-layout-128.dtsi44 * persistent data store.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mtd/
HDnand-macronix.txt8 Enabling the randomizer is a one time persistent and non reversible
/freebsd-14-stable/contrib/wpa/src/p2p/
HDp2p_invitation.c197 int persistent; in p2p_process_invitation_req() local
237 persistent = *msg.invitation_flags & P2P_INVITATION_FLAGS_TYPE; in p2p_process_invitation_req()
245 persistent = 1; in p2p_process_invitation_req()
270 &go, group_bssid, &op_freq, persistent, &intersection, in p2p_process_invitation_req()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/security/tpm/
HDibmvtpm.txt20 - ibm,loc-code : specifies the unique and persistent location code
/freebsd-14-stable/contrib/smbfs/examples/
HDdot.nsmbrc58 # use persistent password cache for user 'joe'
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_HTTP_REQ_CTX.pod116 If the value is 1 or 2 then a persistent connection is requested.
117 If the value is 2 then a persistent connection is required,
179 If the client application requested or required a persistent connection
244 and the client requested a persistent connection
HDEVP_PKEY_todata.pod29 L<OSSL_PARAM(3)> array that is passed to the callback is not persistent after the
/freebsd-14-stable/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new.h218 int client, int persistent,
462 int client, int persistent, in wpas_dbus_signal_p2p_group_started() argument
/freebsd-14-stable/usr.sbin/bsdconfig/share/packages/
HDindex.subr125 # Calculate digest used to determine if the on-disk persistent cache
137 # Check to see if the persistent cache INDEX file exists
186 # Attempt to create the persistent on-disk cache

1234