Searched refs:persistent (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py15 print " %s -i <interface_name> [-p <persistent>] \ " \
23 print " -o = persistent group object path"
50 global persistent
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency,
69 self.persistent = persistent
124 self.P2PDictionary = {'persistent':self.persistent}
159 persistent = False variable
187 persistent
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp83 const bool persistent = false; local
84 m_return_valobj_sp = abi->GetReturnValueObject(m_thread, m_return_type, persistent);
H A DABI.cpp110 bool persistent) const
121 // Now turn this into a persistent variable.
125 if (persistent)
181 ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, bool persistent) const
H A DThreadPlanCallFunction.cpp585 const bool persistent = false; local
586 m_return_valobj_sp = abi->GetReturnValueObject(m_thread, m_return_type, persistent);
/freebsd-11.0-release/sys/netgraph/
H A Dng_hub.c47 int persistent; /* can exist w/o hooks */ member in struct:ng_hub_private
108 priv->persistent = 1;
169 NG_NODE_IS_VALID(NG_HOOK_NODE(hook)) && !priv->persistent)
H A Dng_bridge.c111 int persistent; /* can exist w/o hooks */ member in struct:ng_bridge_private
504 priv->persistent = 1;
813 && !priv->persistent) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h81 bool persistent = true) const;
87 bool persistent = true) const;
95 // Don't put it in a persistent value object, that will be done by the ABI::GetReturnValueObject.
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c67 * WPS provisioning step or after the re-invocation of a persistent group on a
86 * re-invocation of a persistent group on the GO when the client is expected
595 /* Find a persistent group where we are the GO */
634 wpa_printf(MSG_DEBUG, "P2P: GO(iface)=%p persistent(ssid)=%p",
1009 "group is persistent - BSS " MACSTR " not found",
1020 "group is persistent - BSS " MACSTR
1032 wpa_printf(MSG_DEBUG, "P2P: Checking whether group is persistent: "
1057 wpa_printf(MSG_DEBUG, "P2P: Storing credentials for a persistent "
1068 wpa_printf(MSG_DEBUG, "P2P: Update existing persistent group "
1076 wpa_printf(MSG_DEBUG, "P2P: Create a new persistent grou
1218 wpas_p2p_group_started(struct wpa_supplicant *wpa_s, int go, struct wpa_ssid *ssid, int freq, const u8 *psk, const char *passphrase, const u8 *go_dev_addr, int persistent, const char *extra) argument
1268 int persistent; local
1616 struct wpa_ssid *persistent; local
6544 int persistent; local
6618 int persistent; local
7570 struct wpa_ssid *persistent; local
7822 struct wpa_ssid *persistent; local
8026 int res, persistent; local
[all...]
H A Dctrl_iface.c2732 "SELECT_NETWORK with persistent P2P group");
2777 "ENABLE_NETWORK with persistent P2P group");
2816 "DISABLE_NETWORK with persistent P2P "
4878 * [persistent|persistent=<network id>]
4890 persistent_group = os_strstr(pos, " persistent") != NULL;
4891 pos2 = os_strstr(pos, " persistent=");
4899 "SSID id=%d for persistent P2P group (GO)",
5521 "for persistent P2P group",
5584 if (os_strncmp(cmd, "persistent
5613 int freq = 0, persistent = 0, group_id = -1; local
[all...]
/freebsd-11.0-release/contrib/wpa/src/p2p/
H A Dp2p_invitation.c187 int persistent; local
227 persistent = *msg.invitation_flags & P2P_INVITATION_FLAGS_TYPE;
231 * the request was for a persistent group if the attribute is
235 persistent = 1;
260 &go, group_bssid, &op_freq, persistent, &intersection,
655 p2p_dbg(p2p, "Request to invite peer " MACSTR " role=%d persistent=%d "
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c58 * Convenience function to create and return an invalid persistent group error.
65 "There is no such persistent group in this P2P device.");
314 if (os_strcmp(entry.key, "persistent") == 0 &&
338 * A persistent group Object Path is defined meaning we want
339 * to re-invoke a persistent group.
361 /* Get the SSID structure from the persistent group id */
370 "Failed to reinvoke a persistent group");
530 } else if (os_strcmp(entry.key, "persistent") == 0 &&
668 int persistent = 0; local
691 persistent
[all...]
/freebsd-11.0-release/sys/dev/hptrr/
H A Dhptintf.h559 HPT_U32 Signature; /* persistent identification*/
591 HPT_U32 Signature; /* persistent identification*/
1180 HPT_U8 persistent; member in struct:_HPT_DRIVER_PARAMETER
/freebsd-11.0-release/contrib/sendmail/src/
H A Dqueue.c1261 "ERROR: persistent queue runner=%d restarted too many times, queue runner lost",
1421 ** persistent -- persistent queue runner?
1443 runqueue(forkflag, verbose, persistent, runall)
1446 bool persistent;
1541 if (persistent)
1566 if (!persistent)
1572 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1876 /* Minimum sleep time for persistent queue runners */
1965 /* wgrp only used when queue runners are persistent */
[all...]
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhptintf.h754 HPT_U32 Signature; /* persistent identification*/
786 HPT_U32 Signature; /* persistent identification*/
1395 HPT_U8 persistent; member in struct:_HPT_DRIVER_PARAMETER
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhptintf.h750 HPT_U32 Signature; /* persistent identification*/
782 HPT_U32 Signature; /* persistent identification*/
1391 HPT_U8 persistent; member in struct:_HPT_DRIVER_PARAMETER
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c967 http_connection_test_(struct basic_test_data *data, int persistent, argument
1020 * if our connections are not supposed to be persistent; request
1023 if (!persistent)
1129 * if our connections are not supposed to be persistent; request
2015 /* launch a new request on the persistent connection in .3 seconds */
3843 http_connection_test_(arg, 0 /* not persistent */, "localhost", dns_base,
H A Dregress.c3272 LEGACY(persistent, TT_ISOLATED),

Completed in 173 milliseconds