Searched refs:list (Results 226 - 250 of 1154) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dplugin.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
305 add_symbol(krb5_context context, struct krb5_plugin **list, void *symbol) argument
315 e->next = *list;
316 *list = e;
324 struct krb5_plugin **list)
329 *list = NULL;
343 ret = add_symbol(context, list, sym);
348 ret = add_symbol(context, list, e->u.symbol.symbol);
352 _krb5_plugin_free(*list);
321 _krb5_plugin_find(krb5_context context, enum krb5_plugin_type type, const char *name, struct krb5_plugin **list) argument
370 _krb5_plugin_free(struct krb5_plugin *list) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dtracepoint.c84 info trace : list all debugger-defined tracepoints.
361 so that a list of tracepoints will come out in order
597 /* Utility: parse a tracepoint number and look it up in the list.
640 /* Utility: parse a list of tracepoint numbers, and call a func for each. */
752 within a tracepoint action list. If the actual function is ever called,
765 error ("This command can only be used in a tracepoint actions list.");
771 error ("This command can only be used in a tracepoint actions list.");
774 /* Enter a list of actions for a tracepoint. */
893 this tracepoint has no actions. Discard empty list. */
944 { /* repeat over a comma-separated list */
1070 struct memrange *list; member in struct:collection_list
1345 clear_collection_list(struct collection_list *list) argument
1361 stringify_collection_list(struct collection_list *list, char *string) argument
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.init.c13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
45 Char **list, /* List of command names */ member in struct:__anon4373
49 tlist, /* Total space in list */
106 * Add an item to the string list
116 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *));
126 /* Re-thread the new pointer list, if changed */
130 sl->list[i] += offs;
134 ptr = sl->list[s
[all...]
/freebsd-10.0-release/cddl/compat/opensolaris/misc/
H A Ddeviceid.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
87 devid_free_nmlist(devid_nmlist_t *list) argument
90 free(list);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py36 self.lines = list()
44 va = list()
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dlist.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
36 #include "list.h"
278 atf_list_index(atf_list_t *list, const size_t idx) argument
282 PRE(idx < atf_list_size(list));
284 iter = atf_list_begin(list);
288 !atf_equal_list_iter_list_iter((iter), atf_list_end(list))) {
297 atf_list_index_c(const atf_list_t *list, const size_t idx) argument
301 PRE(idx < atf_list_size(list));
303 iter = atf_list_begin_c(list);
[all...]
/freebsd-10.0-release/contrib/groff/src/include/
H A Dsearch.h31 search_item *list; member in class:search_list
59 search_list *list; member in class:search_list_iterator
/freebsd-10.0-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h69 #include <list>
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A DMakefile.am159 @list='$(glibcxxinstall_HEADERS)'; for p in $$list; do \
168 list='$(glibcxxinstall_HEADERS)'; for p in $$list; do \
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h15 #include <list>
25 /// @brief This class manages a list of breakpoints.
41 /// Add the breakpoint \a bp_sp to the list.
44 /// Shared pointer to the breakpoint that will get added to the list.
111 /// Returns the number of elements in this breakpoint list.
124 /// Removes the breakpoint given by \b breakID from this list.
130 /// \b true if the breakpoint \a breakID was in the list.
139 /// Removes all the breakpoints from this list.
150 /// The module list that has changed.
174 typedef std::list<lld
[all...]
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dtrace.h17 #include "list.h"
22 struct dl_list list; member in struct:wpa_trace_ref
40 dl_list_del(&(ptr)->wpa_trace_ref_##name.list); \
H A Dedit.c14 #include "list.h"
28 struct dl_list list; member in struct:edit_history
184 dl_list_for_each(h, &history_list, struct edit_history, list) {
194 dl_list_del(&h->list);
195 dl_list_add(&history_list, &h->list);
201 dl_list_del(&last->list);
209 dl_list_add(&history_list, &h->list);
230 dl_list_first(&history_list, struct edit_history, list)) {
241 dl_list_last(&history_list, struct edit_history, list))
244 history_curr = dl_list_entry(history_curr->list
426 complete(int list) argument
[all...]
/freebsd-10.0-release/etc/periodic/security/
H A D500.ipfwdenied10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
47 if ipfw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then
H A D550.ipfwlimit10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
52 ipfw -a list | grep " log " | \
/freebsd-10.0-release/lib/libmemstat/
H A Dmemstat_internal.h9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
120 void _memstat_mtl_empty(struct memory_type_list *list);
121 struct memory_type *_memstat_mt_allocate(struct memory_type_list *list,
/freebsd-10.0-release/sbin/atm/atmconfig/
H A DMakefile46 ${.OBJDIR}/oid.h: atm_oid.list ${SNMP_ATM_DEF}
47 cat ${SNMP_ATM_DEF} | gensnmptree -e `tail -n +2 ${.CURDIR}/atm_oid.list` \
H A Datmconfig.help15 # notice, this list of conditions and the following disclaimer.
17 # notice, this list of conditions and the following disclaimer in the
42 help on 'command' or 'atmconfig help commands' for a list of commands.
51 prints a list of available commands (and help items)
53 prints help on the given command (including a list of subcommands)
58 ^^ help options list common options
76 system. A list of ATM devices is obtained by:
78 atmconfig [common-options] diag list
92 A list of open VCCs can be obtained with:
100 ^1 list
[all...]
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_umem.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
36 #include <linux/list.h>
64 /* Link list of contiguous blocks being part of that cmem */
79 struct list_head list; member in struct:ib_umem_chunk
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.clean-env.mk21 # The actuall list of variables from the environment that will be
24 # A list of prefixes to match against the environment - the results
27 # A list of words or patterns which is turned into a list of :N
54 # This could be a list of vars or patterns to explicitly exclude.
57 # This is the actual list that we will save
85 # This is a list of vars that we handle specially below
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dfmr_pool.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
55 * If an FMR is not in use, then the list member will point to either
60 * if ref_count is > 0, then the list member must not be linked into
75 * is released, we add it to the tail of the free list, so that our
78 * All manipulation of ref_count, list and cache_node is protected by
146 list_for_each_entry(fmr, &pool->dirty_list, list) {
149 list_add_tail(&fmr->fmr->list, &fmr_list);
332 list_add_tail(&fmr->list, &pool->free_list);
369 list_for_each_entry_safe(fmr, tmp, &pool->free_list, list) {
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java146 List < AggregationRecord > list =
150 list.add(r);
158 list.add(r);
160 Aggregation a = new Aggregation("counts", 2, list);
317 List < ValueRecord > list = new ArrayList < ValueRecord > ();
320 list.add(v1);
321 list.add(v2);
322 PrintfRecord r = new PrintfRecord(list,
330 List < Record > list = new ArrayList < Record > ();
331 list
[all...]
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_drive.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
163 struct mfi_pd_list *list; local
203 if (mfi_pd_get_list(fd, &list, NULL) < 0) {
205 warn("Failed to fetch drive list");
209 for (i = 0; i < list->count; i++) {
210 if (list->addr[i].scsi_dev_type != 0)
214 list->addr[i].encl_device_id == 0xffff) ||
215 list->addr[i].encl_index == encl) &&
216 list
253 struct mfi_pd_list *list; local
[all...]
/freebsd-10.0-release/contrib/tnftp/src/
H A Dcomplete.c15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
77 * Otherwise, list choices. words is assumed to be filtered
81 * list list by default
86 complete_ambiguous(char *word, int list, StringList *words) argument
108 if (!list) {
139 complete_command(char *word, int list) argument
156 rv = complete_ambiguous(word, list, words);
169 complete_local(char *word, int list) argument
251 complete_option(char *word, int list) argument
281 complete_remote(char *word, int list) argument
[all...]
/freebsd-10.0-release/usr.sbin/config/
H A Dconfig.y47 * notice, this list of conditions and the following disclaimer.
49 * notice, this list of conditions and the following disclaimer in the
99 static void newopt(struct opt_head *list, char *name, char *value, int append);
100 static void rmopt_schedule(struct opt_head *list, char *name);
327 * Add a new file to the list of files.
342 * Find a device in the list of devices.
357 * Add a device to the list of devices.
394 * Find an option in the list of options.
397 findopt(struct opt_head *list, char *name)
401 SLIST_FOREACH(op, list, op_nex
[all...]
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_nsec3.c13 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
107 /** the list of NSEC3s to filter; array */
108 struct ub_packed_rrset_key** list; member in struct:nsec3_filter
109 /** number of rrsets in list */
312 * Iterate through NSEC3 list, per RR
313 * This routine gives the next RR in the list (or sets rrset null).
338 if(!filter->zone) /* empty list */
342 if(ntohs(filter->list[i]->rk.type) != LDNS_RR_TYPE_NSEC3 ||
343 ntohs(filter->list[
411 filter_init(struct nsec3_filter* filter, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo) argument
1112 nsec3_prove_nameerror(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo, struct key_entry_key* kkey) argument
1271 nsec3_prove_nodata(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo, struct key_entry_key* kkey) argument
1290 nsec3_prove_wildcard(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo, struct key_entry_key* kkey, uint8_t* wc) argument
1337 list_is_secure(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key** list, size_t num, struct key_entry_key* kkey, char** reason) argument
1364 nsec3_prove_nods(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo, struct key_entry_key* kkey, char** reason) argument
1452 nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo, struct key_entry_key* kkey, int* nodata) argument
[all...]

Completed in 204 milliseconds

1234567891011>>