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

/freebsd-10.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-10.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.c110 int persistent; /* can exist w/o hooks */ member in struct:ng_bridge_private
503 priv->persistent = 1;
812 && !priv->persistent) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp109 bool persistent) const
120 // Now turn this into a persistent variable.
124 if (persistent)
H A DThreadPlanCallFunction.cpp293 const bool persistent = false; local
294 m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h52 bool persistent = true) const;
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p_invitation.c162 int persistent; local
207 persistent = *msg.invitation_flags & P2P_INVITATION_FLAGS_TYPE;
211 * the request was for a persistent group if the attribute is
216 persistent = 1;
232 &go, group_bssid, &op_freq, persistent);
539 "P2P: Request to invite peer " MACSTR " role=%d persistent=%d "
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c400 "group is persistent - BSS " MACSTR " not found",
408 "group is persistent - BSS " MACSTR
420 wpa_printf(MSG_DEBUG, "P2P: Checking whether group is persistent: "
445 wpa_printf(MSG_DEBUG, "P2P: Storing credentials for a persistent "
456 wpa_printf(MSG_DEBUG, "P2P: Update existing persistent group "
464 wpa_printf(MSG_DEBUG, "P2P: Create a new persistent group "
475 * relevant flags in s to designate it as a persistent group.
600 int persistent; local
631 persistent = 0;
636 persistent
4603 int persistent; local
4667 int persistent; local
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c57 * Convenience function to create and return an invalid persistent group error.
63 "There is no such persistent group in "
304 if (!os_strcmp(entry.key, "persistent") &&
323 * A persistent group Object Path is defined meaning we want
324 * to re-invoke a persistent group.
344 /* Get the SSID structure from the persistent group id */
352 "Failed to reinvoke a persistent group");
454 } else if (!os_strcmp(entry.key, "persistent") &&
570 int persistent = 0; local
592 persistent
[all...]
/freebsd-10.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-10.0-release/contrib/sendmail/src/
H A Dqueue.c1262 "ERROR: persistent queue runner=%d restarted too many times, queue runner lost",
1422 ** persistent -- persistent queue runner?
1444 runqueue(forkflag, verbose, persistent, runall)
1447 bool persistent;
1542 if (persistent)
1567 if (!persistent)
1573 if (i < NumWorkGroups && !NoMoreRunners && !persistent)
1877 /* Minimum sleep time for persistent queue runners */
1966 /* wgrp only used when queue runners are persistent */
[all...]
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dhptintf.h691 HPT_U32 Signature; /* persistent identification*/
723 HPT_U32 Signature; /* persistent identification*/
1325 HPT_U8 persistent; member in struct:_HPT_DRIVER_PARAMETER
/freebsd-10.0-release/sys/dev/hptnr/
H A Dhptintf.h749 HPT_U32 Signature; /* persistent identification*/
781 HPT_U32 Signature; /* persistent identification*/
1390 HPT_U8 persistent; member in struct:_HPT_DRIVER_PARAMETER

Completed in 344 milliseconds