Searched refs:list (Results 201 - 225 of 1154) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp51 std::list<
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp30 #include <list>
92 std::list<Instruction*> WorkList;
105 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
121 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dchecktime.in19 open(HOSTS,"ypcat hosts.byaddr |"); # get a list of hosts from the yp server.
32 # Sort the list of hosts, and print out there offsets
35 @list=sort appropriately @results;
36 foreach $i ( @list ) {
51 # When the above list finishes, hosts that are different by +/- $tol (two seconds)
67 # sort the results from the list. First by stratum, then by time deviation
/freebsd-10.0-release/contrib/ntp/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
/freebsd-10.0-release/contrib/unbound/util/
H A Dnet_help.h13 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
295 * Insert new socket list item. If fails logs error.
296 * @param list: pointer to pointer to first item.
301 void sock_list_insert(struct sock_list** list, struct sockaddr_storage* addr,
305 * Append one list to another. Must both be from same qstate(regional).
306 * @param list: pointer to result list that is modified.
307 * @param add: item(s) to add. They are prepended to list.
309 void sock_list_prepend(struct sock_list** list, struc
[all...]
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_upnp_i.h14 #include "utils/list.h"
52 struct dl_list list; member in struct:advertisement_state_machine
66 struct dl_list list; member in struct:subscr_addr
80 struct dl_list list; member in struct:subscription
90 /* Linked list of address alternatives (rotate through on failure) */
107 struct dl_list list; member in struct:upnp_wps_device_interface
119 * such interface is stored in the list of struct upnp_wps_device_interface
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_conf.c13 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in
334 STACK_OF(CONF_VALUE) *list = NULL;
338 if (policies && !(list = X509V3_parse_list(policies)))
343 for (i = 0; i < sk_CONF_VALUE_num(list); ++i)
345 CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
360 sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
369 STACK_OF(CONF_VALUE) *list = NULL;
376 if (!(list = X509V3_parse_list(digests)))
381 if (sk_CONF_VALUE_num(list)
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtrim_map.h30 #include <sys/list.h>
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist.h38 typedef struct list list_t;
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dldm.h9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
83 #define freelist_debug_tag(list, _tag) (list)->tag = _tag
85 #define freelist_debug_tag(list, _tag)
90 void freelist_reserve(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT count);
95 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HPT_UINT count);
100 #define freelist_reserve_with_tag(list, osext, size, count) \
102 freelist_debug_tag(list, #list " a
[all...]
/freebsd-10.0-release/sys/dev/hptnr/
H A Dldm.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
82 #define freelist_debug_tag(list, _tag) (list)->tag = _tag
84 #define freelist_debug_tag(list, _tag)
89 void freelist_reserve(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT count);
94 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HPT_UINT count);
99 #define freelist_reserve_with_tag(list, osext, size, count) \
101 freelist_debug_tag(list, #list " a
[all...]
/freebsd-10.0-release/sys/dev/hptrr/
H A Dldm.h9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
82 #define freelist_debug_tag(list, _tag) (list)->tag = _tag
84 #define freelist_debug_tag(list, _tag)
89 void freelist_reserve(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT count);
94 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HPT_UINT count);
99 #define freelist_reserve_with_tag(list, osext, size, count) \
101 freelist_debug_tag(list, #list " a
[all...]
/freebsd-10.0-release/sys/net/
H A Draw_cb.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
44 LIST_ENTRY(rawcb) list; member in struct:rawcb
/freebsd-10.0-release/sys/security/audit/
H A Daudit_trigger.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
54 TAILQ_ENTRY(trigger_info) list;
90 TAILQ_REMOVE(&trigger_list, ti, list);
113 TAILQ_REMOVE(&trigger_list, ti, list);
145 TAILQ_INSERT_TAIL(&trigger_list, ti, list);
/freebsd-10.0-release/usr.bin/chpass/
H A Dtable.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
42 ENTRY list[] = { variable
/freebsd-10.0-release/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c10 * notice, this list of conditions and the following disclaimer,
14 * notice, this list of conditions and the following disclaimer in the
64 char *list[2]; local
86 list[0] = queue_dir;
87 list[1] = NULL;
89 fts = fts_open(list, FTS_PHYSICAL|FTS_COMFOLLOW, fts_sort);
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Dwarmstart.c70 write_struct(char *filename, xdrproc_t structproc, void *list) argument
94 if (structproc(&xdrs, list) == FALSE) {
105 read_struct(char *filename, xdrproc_t structproc, void *list) argument
131 if (structproc(&xdrs, list) == FALSE) {
/freebsd-10.0-release/contrib/apr-util/buckets/
H A Dapr_buckets_file.c115 buf = apr_bucket_alloc(*len, e->list);
139 b = apr_bucket_alloc(sizeof(*b), e->list);
145 b->list = e->list;
162 f = apr_bucket_alloc(sizeof(*f), b->list);
178 apr_bucket_alloc_t *list)
180 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
184 b->list = list;
175 apr_bucket_file_create(apr_file_t *fd, apr_off_t offset, apr_size_t len, apr_pool_t *p, apr_bucket_alloc_t *list) argument
/freebsd-10.0-release/contrib/gcc/
H A Dtree-iterator.c39 tree list = stmt_list_cache; local
40 if (list)
42 stmt_list_cache = TREE_CHAIN (list);
43 gcc_assert (stmt_list_cache != list);
44 memset (list, 0, sizeof(struct tree_common));
45 TREE_SET_CODE (list, STATEMENT_LIST);
48 list = make_node (STATEMENT_LIST);
49 TREE_TYPE (list) = void_type_node;
50 return list;
58 /* If this triggers, it's a sign that the same list i
[all...]
H A Dtree-sra.c829 sra_walk_tree_list (tree list, block_stmt_iterator *bsi, bool is_output,
833 for (op = list; op ; op = TREE_CHAIN (op))
1585 mark_all_v_defs (tree list)
1587 if (TREE_CODE (list) != STATEMENT_LIST)
1588 mark_all_v_defs_1 (list);
1592 for (i = tsi_start (list); !tsi_end_p (i); tsi_next (&i))
1926 sra_insert_before (block_stmt_iterator *bsi, tree list)
1931 annotate_all_with_locus (&list, EXPR_LOCATION (stmt)); argument
1932 bsi_insert_before (bsi, list, BSI_SAME_STMT);
1938 sra_insert_after (block_stmt_iterator *bsi, tree list)
826 sra_walk_tree_list(tree list, block_stmt_iterator *bsi, bool is_output, const struct sra_walk_fns *fns) argument
1578 mark_all_v_defs(tree list) argument
1919 sra_insert_before(block_stmt_iterator *bsi, tree list) argument
1947 sra_replace(block_stmt_iterator *bsi, tree list) argument
1965 tree list = NULL, stmt = bsi_stmt (*bsi); local
2013 tree list, stmt; local
2082 tree list = NULL; local
2175 tree list = NULL, stmt = bsi_stmt (*bsi); local
2223 tree list = NULL; local
[all...]
/freebsd-10.0-release/contrib/gdb/
H A Dltcf-cxx.sh189 # underscore (_), so it is better to generate a list of symbols to export.
288 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
357 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list
[all...]
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_patrol.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
82 struct mfi_pd_list *list; local
157 if (mfi_pd_get_list(fd, &list, NULL) < 0) {
159 warn("Failed to get drive list");
164 for (i = 0; i < list->count; i++) {
165 if (list->addr[i].scsi_dev_type != 0)
168 if (mfi_pd_get_info(fd, list->addr[i].device_id, &info,
172 list->addr[i].device_id);
173 free(list);
[all...]
/freebsd-10.0-release/sys/kern/
H A Dsubr_unit.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
175 TAILQ_ENTRY(unr) list;
207 TAILQ_FOREACH(up, &uh->head, list) {
275 TAILQ_INSERT_TAIL(&uh->ppfree, up, list);
285 TAILQ_REMOVE(&uh->ppfree, up, list);
377 TAILQ_FOREACH(uf, &uh->head, list) {
386 up = TAILQ_NEXT(up, list);
410 uf = TAILQ_NEXT(us, list);
411 TAILQ_REMOVE(&uh->head, us, list);
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dsctp_auth.c10 * this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in
76 sctp_free_chunklist(sctp_auth_chklist_t * list) argument
78 if (list != NULL)
79 SCTP_FREE(list, SCTP_M_AUTH_CL);
83 sctp_copy_chunklist(sctp_auth_chklist_t * list) argument
87 if (list == NULL)
90 /* get a new list */
95 bcopy(list, new_list, sizeof(*new_list));
102 * add a chunk to the required chunks list
105 sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t * list) argument
131 sctp_auth_delete_chunk(uint8_t chunk, sctp_auth_chklist_t * list) argument
152 sctp_auth_get_chklist_size(const sctp_auth_chklist_t * list) argument
164 sctp_auth_set_default_chunks(sctp_auth_chklist_t * list) argument
175 sctp_serialize_auth_chunks(const sctp_auth_chklist_t * list, uint8_t * ptr) argument
192 sctp_pack_auth_chunks(const sctp_auth_chklist_t * list, uint8_t * ptr) argument
224 sctp_unpack_auth_chunks(const uint8_t * ptr, uint8_t num_chunks, sctp_auth_chklist_t * list) argument
667 sctp_free_hmaclist(sctp_hmaclist_t * list) argument
676 sctp_auth_add_hmacid(sctp_hmaclist_t * list, uint16_t hmac_id) argument
704 sctp_copy_hmaclist(sctp_hmaclist_t * list) argument
769 sctp_serialize_hmaclist(sctp_hmaclist_t * list, uint8_t * ptr) argument
1179 sctp_auth_is_supported_hmac(sctp_hmaclist_t * list, uint16_t id) argument
[all...]
/freebsd-10.0-release/contrib/openresolv/
H A Dresolvconf.in9 # notice, this list of conditions and the following disclaimer.
11 # copyright notice, this list of conditions and the following
194 local report=false list= retval=0 cmd="$1"
197 # If we have an interface ordering list, then use that.
200 list="$@"
205 [ -e "$i" ] && list="$list $i"
209 list="$list $i"
215 list
[all...]

Completed in 186 milliseconds

1234567891011>>