| /freebsd-13.1/contrib/wpa/wpa_supplicant/examples/p2p/ |
| H A D | p2p_group_add.py | 50 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-13.1/sys/contrib/device-tree/Bindings/pmem/ |
| H A D | pmem-region.txt | 1 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-13.1/sys/netgraph/ |
| H A D | ng_hub.c | 49 int persistent; /* can exist w/o hooks */ member 109 priv->persistent = 1; in ng_hub_rcvmsg() 170 NG_NODE_IS_VALID(NG_HOOK_NODE(hook)) && !priv->persistent) in ng_hub_disconnect()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.cpp | 62 const bool persistent = false; in SetReturnValue() local 64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
| H A D | ABI.cpp | 70 bool persistent) const { in GetReturnValueObject() 86 if (persistent) { in GetReturnValueObject() 150 bool persistent) const { in GetReturnValueObject()
|
| H A D | ThreadPlanCallFunction.cpp | 464 const bool persistent = false; in SetReturnValue() local 466 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-P2P | 152 [persistent|persistent=<network id>] [join|auth] 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>] 270 a persistent group. Optional freq=<freq in MHz> can be used to force 565 persistent group (e.g., persistent=4). If the peer device is the GO of 734 Disable/enabled persistent reconnect for reinvocation of persistent [all …]
|
| H A D | p2p_supplicant.c | 1370 int persistent; in wpas_group_formation_completed() local 1412 persistent = 0; in wpas_group_formation_completed() 1449 if (persistent) in wpas_group_formation_completed() 1755 if (persistent == NULL) in wpas_p2p_add_psk_list() 7651 int persistent; in wpas_p2p_invite_group() local 7729 int persistent; in wpas_p2p_completed() local 7787 if (persistent) in wpas_p2p_completed() 8741 if (!persistent) { in wpas_p2p_new_psk_cb() 8963 if (persistent == NULL || persistent->mode != WPAS_MODE_INFRA) { in wpas_p2p_4way_hs_failed() 8969 persistent->id); in wpas_p2p_4way_hs_failed() [all …]
|
| H A D | notify.h | 123 struct wpa_ssid *ssid, int persistent,
|
| H A D | notify.c | 710 struct wpa_ssid *ssid, int persistent, in wpas_notify_p2p_group_started() argument 716 wpas_dbus_signal_p2p_group_started(wpa_s, client, persistent, ip); in wpas_notify_p2p_group_started()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | microchip,pic32-evic.txt | 27 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-13.1/usr.sbin/bsdconfig/startup/share/ |
| H A D | rcvar.subr | 124 # on-disk global persistent cache file (containg this digest on the 133 # Check to see if the global persistent cache file exists 177 # (and after we do, we'll attempt to create the global persistent 211 # Attempt to create/update the persistent global cache
|
| H A D | rcconf.subr | 127 # Calculate digest used to determine if the on-disk global persistent 135 # Check to see if the global persistent cache file exists 179 # (and after we do, we'll attempt to create the global persistent 218 # Attempt to create the persistent global cache
|
| /freebsd-13.1/sys/contrib/openzfs/udev/rules.d/ |
| H A D | 60-zvol.rules.in | 3 # persistent disk links: /dev/zvol/dataset_name
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ABI.h | 68 bool persistent = true) const; 72 bool persistent = true) const;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | ramoops.txt | 4 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-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | facebook-bmc-flash-layout.dtsi | 26 * as persistent data store.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | nand-macronix.txt | 8 Enabling the randomizer is a one time persistent and non reversible
|
| /freebsd-13.1/contrib/wpa/src/p2p/ |
| H A D | p2p_invitation.c | 187 int persistent; in p2p_process_invitation_req() local 227 persistent = *msg.invitation_flags & P2P_INVITATION_FLAGS_TYPE; in p2p_process_invitation_req() 235 persistent = 1; in p2p_process_invitation_req() 260 &go, group_bssid, &op_freq, persistent, &intersection, in p2p_process_invitation_req()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 20 - ibm,loc-code : specifies the unique and persistent location code
|
| /freebsd-13.1/contrib/smbfs/examples/ |
| H A D | dot.nsmbrc | 58 # use persistent password cache for user 'joe'
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new.h | 215 int client, int persistent, 454 int client, int persistent, in wpas_dbus_signal_p2p_group_started() argument
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/packages/ |
| H A D | index.subr | 126 # Calculate digest used to determine if the on-disk persistent cache 138 # Check to see if the persistent cache INDEX file exists 187 # Attempt to create the persistent on-disk cache
|
| /freebsd-13.1/bin/sh/tests/builtins/ |
| H A D | locale1.0 | 121 # is not persistent.
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | TRACEFLAGS | 70 56 mci.c persistent host status
|