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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dmain-psymtab.exp16 standard_testfile persistent-lang.cc
32 # persistent-lang.cc
34 verify_psymtab_expanded persistent-lang.cc no
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmain-psymtab.exp16 standard_testfile persistent-lang.cc
32 # persistent-lang.cc
34 verify_psymtab_expanded persistent-lang.cc no
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.conf19 persistent
/netbsd-current/external/bsd/wpa/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer-out.c83 bool persistent)
100 if (!persistent)
135 bool persistent)
139 streamer_string_index (ob, s, len, persistent));
153 const char *string, bool persistent)
158 persistent);
171 const char *s, unsigned int len, bool persistent)
175 index = streamer_string_index (ob, s, len, persistent);
187 const char *s, bool persistent)
191 index = streamer_string_index (ob, s, strlen (s) + 1, persistent);
82 streamer_string_index(struct output_block *ob, const char *s, unsigned int len, bool persistent) argument
132 streamer_write_string_with_length(struct output_block *ob, struct lto_output_stream *index_stream, const char *s, unsigned int len, bool persistent) argument
151 streamer_write_string(struct output_block *ob, struct lto_output_stream *index_stream, const char *string, bool persistent) argument
170 bp_pack_string_with_length(struct output_block *ob, struct bitpack_d *bp, const char *s, unsigned int len, bool persistent) argument
186 bp_pack_string(struct output_block *ob, struct bitpack_d *bp, const char *s, bool persistent) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer-out.cc83 bool persistent)
100 if (!persistent)
135 bool persistent)
139 streamer_string_index (ob, s, len, persistent));
153 const char *string, bool persistent)
158 persistent);
171 const char *s, unsigned int len, bool persistent)
175 index = streamer_string_index (ob, s, len, persistent);
187 const char *s, bool persistent)
191 index = streamer_string_index (ob, s, strlen (s) + 1, persistent);
82 streamer_string_index(struct output_block *ob, const char *s, unsigned int len, bool persistent) argument
132 streamer_write_string_with_length(struct output_block *ob, struct lto_output_stream *index_stream, const char *s, unsigned int len, bool persistent) argument
151 streamer_write_string(struct output_block *ob, struct lto_output_stream *index_stream, const char *string, bool persistent) argument
170 bp_pack_string_with_length(struct output_block *ob, struct bitpack_d *bp, const char *s, unsigned int len, bool persistent) argument
186 bp_pack_string(struct output_block *ob, struct bitpack_d *bp, const char *s, bool persistent) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/
H A DMakefile52 filters/filter-persistent.c \
H A DMakefile.in52 filters/filter-persistent.c \
/netbsd-current/external/gpl2/lvm2/lib/liblvm/
H A DMakefile32 filter-persistent.c \
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new.h89 * Different dbus object for persistent groups so they do not get confused
210 int client, int persistent,
442 int client, int persistent,
441 wpas_dbus_signal_p2p_group_started(struct wpa_supplicant *wpa_s, int client, int persistent, const u8 *ip) argument
H A Ddbus_new_handlers_p2p.c70 * Convenience function to create and return an invalid persistent group error.
77 "There is no such persistent group in this P2P device.");
334 if (os_strcmp(entry.key, "persistent") == 0 &&
358 * A persistent group Object Path is defined meaning we want
359 * to re-invoke a persistent group.
381 /* Get the SSID structure from the persistent group id */
390 "Failed to reinvoke a persistent group");
553 } else if (os_strcmp(entry.key, "persistent") == 0 &&
697 int persistent = 0; local
720 persistent
[all...]
H A Ddbus_new.c1471 * @persistent: 0 - non persistent group, 1 - persistent group
1476 int client, int persistent,
1516 !wpa_dbus_dict_append_bool(&dict_iter, "persistent", persistent) ||
1949 * wpas_dbus_signal_persistent_group - Send a persistent group related
1952 * @id: new persistent group id
1956 * Notify listeners about an event related to persistent groups.
2008 * @id: new persistent grou
1475 wpas_dbus_signal_p2p_group_started(struct wpa_supplicant *wpa_s, int client, int persistent, const u8 *ip) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/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 "
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dnotify.h122 struct wpa_ssid *ssid, int persistent,
H A Dp2p_supplicant.c74 * WPS provisioning step or after the re-invocation of a persistent group on a
93 * re-invocation of a persistent group on the GO when the client is expected
622 /* Find a persistent group where we are the GO */
679 "P2P: GO(iface)=%p members=%u CLI(iface)=%p persistent(ssid)=%p",
1052 "group is persistent - BSS " MACSTR " not found",
1063 "group is persistent - BSS " MACSTR
1075 wpa_printf(MSG_DEBUG, "P2P: Checking whether group is persistent: "
1100 wpa_printf(MSG_DEBUG, "P2P: Storing credentials for a persistent "
1111 wpa_printf(MSG_DEBUG, "P2P: Update existing persistent group "
1119 wpa_printf(MSG_DEBUG, "P2P: Create a new persistent grou
1262 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
1312 int persistent; local
1688 struct wpa_ssid *persistent; local
7148 int persistent; local
7223 int persistent; local
8188 struct wpa_ssid *persistent; local
8440 struct wpa_ssid *persistent; local
8648 int res, persistent; local
[all...]
H A Dnotify.c698 struct wpa_ssid *ssid, int persistent,
704 wpas_dbus_signal_p2p_group_started(wpa_s, client, persistent, ip);
874 /* Changed from normal network profile to persistent group */
881 /* Changed from persistent group to normal network profile */
697 wpas_notify_p2p_group_started(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int persistent, int client, const u8 *ip) argument
H A Dctrl_iface.c3203 "SELECT_NETWORK with persistent P2P group");
3247 "ENABLE_NETWORK with persistent P2P group");
3286 "DISABLE_NETWORK with persistent P2P "
5645 * [persistent|persistent=<network id>]
5657 persistent_group = os_strstr(pos, " persistent") != NULL;
5658 pos2 = os_strstr(pos, " persistent=");
5666 "SSID id=%d for persistent P2P group (GO)",
6318 "for persistent P2P group",
6394 if (os_strncmp(cmd, "persistent
6426 int freq = 0, persistent = 0, group_id = -1; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-deptree.c82 int persistent; /* Snapshot */ member in struct:load_segment
1464 seg->persistent ? 'P' : 'N', seg->chunk_size);
1716 seg->persistent = 0;
1756 int persistent,
1783 seg->persistent = persistent ? 1 : 0;
1752 dm_tree_node_add_snapshot_target(struct dm_tree_node *node, uint64_t size, const char *origin_uuid, const char *cow_uuid, int persistent, uint32_t chunk_size) argument
H A Dlibdevmapper.h395 int persistent,
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h395 int persistent,
/netbsd-current/usr.sbin/sysinst/
H A Dpartman.c159 int persistent; member in struct:lv_t
1852 dev_ptr->persistent ?
1924 dev_ptr->persistent = !dev_ptr->persistent;
2049 lvms[i].lv[ii].persistent?'y':'n');
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_http.c969 http_connection_test_(struct basic_test_data *data, int persistent, argument
1022 * if our connections are not supposed to be persistent; request
1025 if (!persistent)
1131 * if our connections are not supposed to be persistent; request
2017 /* launch a new request on the persistent connection in .3 seconds */
3845 http_connection_test_(arg, 0 /* not persistent */, "localhost", dns_base,
H A Dregress.c3274 LEGACY(persistent, TT_ISOLATED),
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_http.c1065 http_connection_test_(struct basic_test_data *data, int persistent, argument
1140 * if our connections are not supposed to be persistent; request
1143 if (!persistent)
1248 * if our connections are not supposed to be persistent; request
2317 /* launch a new request on the persistent connection in .3 seconds */
4403 http_connection_test_(arg, 0 /* not persistent */, "localhost", dns_base,
H A Dregress.c3549 LEGACY(persistent, TT_ISOLATED),

Completed in 320 milliseconds