Searched refs:list (Results 276 - 300 of 1314) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-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>
65 /* Link list of contiguous blocks being part of that cmem */
80 struct list_head list; member in struct:ib_umem_chunk
/freebsd-10.2-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.2-release/gnu/usr.bin/binutils/ld/
H A DMakefile.powerpc8 scripttempl/elf.sc genscripts.sh stringify.sed ldemul-list.h
/freebsd-10.2-release/contrib/file/doc/
H A DMakefile.in131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 for p in $$list; do echo "$$p $$p"; done | \
344 list=; while read file base inst; do \
345 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
350 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
359 @list=''; test -n "$(man1dir)" || exit 0; \
360 files=`{ for i in $$list; do echo "$$i"; done; \
387 list=; while read file base inst; do \
388 if test "$$base" = "$$inst"; then list
[all...]
/freebsd-10.2-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.2-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.2-release/contrib/wpa/src/utils/
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.2-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.2-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.2-release/contrib/serf/buckets/
H A Dheaders_buckets.c41 header_list_t *list; member in struct:__anon4540
65 ctx->list = NULL;
110 /* Add the new header at the end of the list. */
114 ctx->list = hdr;
154 header_list_t *found = ctx->list;
199 header_list_t *scan = ctx->list, *prev = NULL;
207 ctx->list = scan->next;
225 header_list_t *scan = ctx->list;
238 header_list_t *scan = ctx->list;
264 if (ctx->list
[all...]
/freebsd-10.2-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.2-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.2-release/contrib/file/src/
H A DMakefile.in117 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
119 for p in $$list; do echo "$$p $$p"; done | \
198 # Read a list of newline-separated strings from the standard input,
206 # Make sure the list of sources is unique. This is necessary because,
210 list='$(am__tagged_files)'; \
211 unique=`for i in $$list; do \
398 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
399 list2=; for p in $$list; do \
413 @list
[all...]
/freebsd-10.2-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
108 /** the list of NSEC3s to filter; array */
109 struct ub_packed_rrset_key** list; member in struct:nsec3_filter
110 /** number of rrsets in list */
313 * Iterate through NSEC3 list, per RR
314 * This routine gives the next RR in the list (or sets rrset null).
339 if(!filter->zone) /* empty list */
343 if(ntohs(filter->list[i]->rk.type) != LDNS_RR_TYPE_NSEC3 ||
344 ntohs(filter->list[
412 filter_init(struct nsec3_filter* filter, struct ub_packed_rrset_key** list, size_t num, struct query_info* qinfo) argument
1115 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
1274 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
1293 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
1340 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
1367 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
1455 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...]
/freebsd-10.2-release/contrib/sqlite3/
H A DMakefile.in267 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
277 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
285 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
296 @list='$(bin_PROGRAMS)'; for p in $$list; do \
309 @list='$(bin_PROGRAMS)'; for p in $$list; d
[all...]
/freebsd-10.2-release/contrib/openbsm/bsm/
H A DMakefile.in81 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83 for p in $$list; do echo "$$p $$p"; done | \
271 @list='$(openbsm_HEADERS)'; test -n "$(openbsmdir)" || list=; \
272 if test -n "$$list"; then \
276 for p in $$list; do \
287 @list='$(openbsm_HEADERS)'; test -n "$(openbsmdir)" || list=; \
288 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
292 list
[all...]
/freebsd-10.2-release/contrib/openbsm/sys/bsm/
H A DMakefile.in84 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
86 for p in $$list; do echo "$$p $$p"; done | \
278 @list='$(openbsm_HEADERS)'; test -n "$(openbsmdir)" || list=; \
279 if test -n "$$list"; then \
283 for p in $$list; do \
294 @list='$(openbsm_HEADERS)'; test -n "$(openbsmdir)" || list=; \
295 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
299 list
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A DMakefile.in115 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 for p in $$list; do echo "$$p $$p"; done | \
579 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
580 list2=; for p in $$list; do \
592 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
593 for p in $$list; do \
601 @list='$(lib_LTLIBRARIES)'; for p in $$list; d
[all...]
/freebsd-10.2-release/crypto/openssl/ssl/
H A Ds3_both.c27 * notice, this list of conditions and the following disclaimer.
29 * notice, this list of conditions and the following disclaimer in the
66 * notice, this list of conditions and the following disclaimer.
69 * notice, this list of conditions and the following disclaimer in
652 * given size (list->chunklen); other sized chunks are freed and malloced.
670 SSL3_BUF_FREELIST *list; local
675 list = for_read ? ctx->rbuf_freelist : ctx->wbuf_freelist;
676 if (list != NULL && sz == (int)list->chunklen)
677 ent = list
692 SSL3_BUF_FREELIST *list; local
[all...]
/freebsd-10.2-release/contrib/tnftp/
H A DMakefile.in311 list='$(SUBDIRS)'; for subdir in $$list; do \
336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337 *) list='$(SUBDIRS)' ;; \
339 rev=''; for subdir in $$list; do \
357 list='$(SUBDIRS)'; for subdir in $$list; do \
361 list='$(SUBDIRS)'; for subdir in $$list; do \
366 list
[all...]
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dauthreadkeys.c90 KeyAccT *keyacclist; /* key access list */
149 KeyDataT *list = NULL; local
298 DPRINTF(0, ("authreadkeys: full access list <%s>\n", (token) ? token : "NULL"));
299 if (token != NULL) { /* A comma-separated IP access list */
309 DPRINTF(0, ("authreadkeys: access list: <%s>\n", tp));
336 next->next = list;
337 list = next;
353 while (NULL != (next = list)) {
354 list = next->next;
364 while (NULL != (next = list)) {
[all...]
/freebsd-10.2-release/contrib/ldns/
H A Dhigher.c157 ldns_rr_list *list; local
167 list = ldns_rr_list_new();
169 if(!line || !word || !addr || !rr_str || !list) {
174 ldns_rr_list_free(list);
191 ldns_rr_list_deep_free(list);
229 ldns_rr_list_push_rr(list, ldns_rr_clone(rr));
240 return list;
/freebsd-10.2-release/sys/xen/xenstore/
H A Dxenstore_dev.c54 LIST_ENTRY(xs_dev_transaction) list;
159 LIST_INSERT_HEAD(&u->transactions, trans, list);
161 LIST_FOREACH(trans, &u->transactions, list)
164 #if 0 /* XXX does this mean the list is empty? */
165 BUG_ON(&trans->list == &u->transactions);
167 LIST_REMOVE(trans, list);
193 LIST_FOREACH_SAFE(trans, &u->transactions, list, tmp) {
195 LIST_REMOVE(trans, list);
/freebsd-10.2-release/sys/ddb/
H A Dddb.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
81 * - One for simple commands; a list of these is displayed
86 * without any argument to get a list.
121 #define _DB_SET(_suffix, _name, _func, list, _flag, _more) \
129 { db_command_register(&list, &__CONCAT(_name,_suffix)); } \
133 { db_command_unregister(&list, &__CONCAT(_name,_suffix)); } \
148 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \
150 _DB_SET(_suffix, _name, _func, list, _flag, _more); \
155 #define DB_FUNC(_name, _func, list, _fla
[all...]

Completed in 336 milliseconds

<<11121314151617181920>>