Searched refs:list (Results 176 - 200 of 1919) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sqlite3/tea/
H A DMakefile.in50 # This is a list of public header files to be installed, if any.
199 # The list of targets to build for "binaries:" is specified at the top
225 # The list=...; for p in $$list handles the empty list case x-platform.
231 @list='$(PKG_HEADERS)'; for i in $$list; do \
244 @list='$(srcdir)/doc/*.n'; for i in $$list; do \
263 [list loa
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h12 * notice unmodified, this list of conditions, and the following
15 * notice, this list of conditions and the following disclaimer in the
88 INIT_LIST_HEAD(struct list_head *list) argument
91 list->next = list->prev = list;
252 list_move(struct list_head *list, struct list_head *head) argument
255 list_del(list);
256 list_add(list, head);
287 linux_list_splice(const struct list_head *list, struc argument
304 list_splice(const struct list_head *list, struct list_head *head) argument
311 list_splice_tail(struct list_head *list, struct list_head *head) argument
318 list_splice_init(struct list_head *list, struct list_head *head) argument
326 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
433 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
445 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
459 list_is_first(const struct list_head *list, const struct list_head *head) argument
466 list_is_last(const struct list_head *list, const struct list_head *head) argument
473 list_count_nodes(const struct list_head *list) argument
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
33 #include <linux/list.h>
93 list_for_each_entry(auxdrv, &bnxt_aux_bus_drv_list, list) {
110 list_add_tail(&auxdev->list, &bnxt_aux_bus_dev_list);
126 list_for_each_entry(auxdrv, &bnxt_aux_bus_drv_list, list) {
133 list_del(&auxdev->list);
155 list_for_each_entry(auxdev, &bnxt_aux_bus_dev_list, list) {
167 list_add_tail(&auxdrv->list, &bnxt_aux_bus_drv_list);
177 /* PF auxiliary devices are added to the list firs
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h21 #include <list>
25 std::list<std::string> ExcludeTypes;
26 std::list<std::string> ExcludeSymbols;
27 std::list<std::string> ExcludeCompilands;
28 std::list<std::string> IncludeTypes;
29 std::list<std::string> IncludeSymbols;
30 std::list<std::string> IncludeCompilands;
96 void SetFilters(std::list<Regex> &List, Iter Begin, Iter End) {
108 std::list<Regex> ExcludeCompilandFilters;
109 std::list<Rege
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_auth.h12 * this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in
70 /* authentication chunks list */
76 /* hmac algos supported list */
98 #define sctp_auth_is_required_chunk(chunk, list) ((list == NULL) ? (0) : (list->chunks[chunk] != 0))
109 extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list);
110 extern int sctp_auth_delete_chunk(uint8_t chunk, sctp_auth_chklist_t *list);
111 extern size_t sctp_auth_get_chklist_size(const sctp_auth_chklist_t *list);
[all...]
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_fw_counters.c123 struct list_head *list = NULL, *list_ptr = NULL; local
155 list_for_each_prev_safe(list,
159 ptr = list_entry(list, struct adf_fw_counters_section, list);
166 list);
259 list_add_tail(&new->list, &sec->param_head);
270 list_entry(list_ptr, struct adf_fw_counters_val, list);
280 struct list_head *list = NULL, *tmp = NULL; local
282 list_for_each_prev_safe(list, tmp, head)
284 ptr = list_entry(list, struc
298 struct list_head *list = NULL; local
[all...]
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dmcm_rereg_test.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
149 struct guid_trid *list, unsigned cnt)
166 rereg_port_gid(port, agent, dport, umad, len, list[i].gid);
169 " failed\n", ntohll(list[i].guid));
172 list[i].trid = mad_get_field64(umad_get_mad(umad), 0,
207 struct guid_trid *list, unsigned cnt)
239 if (trid == list[i].trid)
248 ntohll(list[i].guid), method, status);
250 list[
148 rereg_send_all(int port, int agent, ib_portid_t * dport, struct guid_trid *list, unsigned cnt) argument
206 rereg_recv_all(int port, int agent, ib_portid_t * dport, struct guid_trid *list, unsigned cnt) argument
263 rereg_query_all(int port, int agent, ib_portid_t * dport, struct guid_trid *list, unsigned cnt) argument
320 struct guid_trid *list; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dicm.h16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
37 #include <linux/list.h>
50 struct list_head list; member in struct:mlx4_icm_chunk
92 struct mlx4_icm_chunk, list);
104 if (iter->chunk->list.next == &iter->icm->chunk_list) {
109 iter->chunk = list_entry(iter->chunk->list.next,
110 struct mlx4_icm_chunk, list);
H A Dmlx4_intf.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
40 struct list_head list; member in struct:mlx4_device_context
63 list_add_tail(&dev_ctx->list, &priv->ctx_list);
78 list_for_each_entry(dev_ctx, &priv->ctx_list, list)
81 list_del(&dev_ctx->list);
99 list_add_tail(&intf->list, &intf_list);
124 list_del(&intf->list);
159 list_for_each_entry_safe(dev_ctx, temp_dev_ctx, &priv->ctx_list, list) {
162 list_del(&dev_ctx->list);
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dload_hash.c18 load_hash(iphtable_t *iphp, iphtent_t *list, ioctlfunc_t iocfunc) argument
29 for (n = 0, a = list; a != NULL; a = a->ipe_next)
48 if ((list == NULL) && (size == 1)) {
75 iph.iph_list = list;
79 for (a = list; a != NULL; a = a->ipe_next) {
88 for (a = list; a != NULL; a = a->ipe_next)
/freebsd-current/tools/regression/include/stdatomic/
H A Dlogic.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
99 struct { _Atomic(T) v[16]; } list, cmp; \
102 list = cmp; \
103 DO_ALL_TESTS(T, &list.v[j]); \
104 list.v[j] = cmp.v[j]; \
105 assert(memcmp(&list, &cmp, sizeof(list)) == 0); \
/freebsd-current/lib/libpam/modules/pam_group/
H A Dpam_group.c17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
61 char *const *list; local
102 for (list = grp->gr_mem; list != NULL && *list != NULL; ++list)
103 if (strcmp(*list, pwd->pw_name) == 0)
/freebsd-current/contrib/ncurses/form/
H A Dfty_int.c185 wchar_t *list = _nc_Widen_String((char *)bp, &len); local
187 if (list != 0)
197 if (list[n] != ' ')
203 else if (list[n] == ' ')
207 else if (!isDigit(list[n]))
213 free(list);
/freebsd-current/usr.bin/sort/
H A Dfile.c12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
90 * List elements of "cleanable" files list.
99 * List header of "cleanable" files list.
104 * Semaphore to protect the tmp file list.
110 static void mt_sort(struct sort_list *list,
115 * Init tmp files list
202 * Initialize file list
215 * Add a file name to the list
233 * Populate file list fro
725 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) argument
1112 sort_qsort(void *list, size_t count, size_t elem_size, int (*cmp_func)(const void *, const void *)) argument
1124 sort_list_to_file(struct sort_list *list, const char *outfile) argument
1197 struct sort_list *list = arg; local
1395 mt_sort(struct sort_list *list, int(*sort_func)(void *, size_t, size_t, int(*)(const void *, const void *)), const char* fn) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h78 extern llvm::cl::list<std::string> WithName;
94 extern llvm::cl::list<std::string> ExcludeTypes;
95 extern llvm::cl::list<std::string> ExcludeSymbols;
96 extern llvm::cl::list<std::string> ExcludeCompilands;
97 extern llvm::cl::list<std::string> IncludeTypes;
98 extern llvm::cl::list<std::string> IncludeSymbols;
99 extern llvm::cl::list<std::string> IncludeCompilands;
117 extern llvm::cl::list<std::string> DumpStreamData;
128 extern llvm::cl::list<uint32_t> TypeIndex;
129 extern llvm::cl::list<uint32_
[all...]
/freebsd-current/lib/libmemstat/
H A Dmemstat.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
82 memstat_mtl_first(struct memory_type_list *list) argument
85 return (LIST_FIRST(&list->mtl_list));
96 _memstat_mtl_empty(struct memory_type_list *list) argument
100 while ((mtp = LIST_FIRST(&list->mtl_list))) {
109 memstat_mtl_free(struct memory_type_list *list) argument
112 _memstat_mtl_empty(list);
113 free(list);
117 memstat_mtl_geterror(struct memory_type_list *list) argument
129 memstat_mtl_find(struct memory_type_list *list, int allocator, const char *name) argument
150 _memstat_mt_allocate(struct memory_type_list *list, int allocator, const char *name, int maxcpus) argument
[all...]
/freebsd-current/lib/libc/iconv/
H A Dbsd_iconv.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
166 __bsd___iconv_free_list(char **list, size_t sz) argument
169 _citrus_esdb_free_list(list, sz);
190 char **list, **names; local
199 if (__bsd___iconv_get_list(&list, &sz, true)) {
200 list = NULL;
203 qsort((void *)list, sz, sizeof(char *), qsort_helper);
206 slashpos = strchr(list[i], '/');
210 curkey = strndup(list[
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
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 | \
657 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
658 list2=; for p in $$list; do \
670 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
671 for p in $$list; do \
679 @list='$(lib_LTLIBRARIES)'; for p in $$list; d
[all...]
/freebsd-current/contrib/com_err/
H A Dcom_right.h11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
87 com_right (struct et_list *list, long code);
90 com_right_r (struct et_list *list, long code, char *, size_t);
/freebsd-current/contrib/wpa/src/ap/
H A Deth_p_oui.c25 struct dl_list list; member in struct:eth_p_oui_iface
32 struct dl_list list; member in struct:eth_p_oui_ctx
74 struct eth_p_oui_ctx, list) {
107 list) {
128 dl_list_add_tail(&interfaces->eth_p_oui, &iface->list);
131 dl_list_add_tail(&iface->receiver, &receiver->list);
150 dl_list_del(&ctx->list);
154 dl_list_del(&iface->list);
/freebsd-current/contrib/wpa/src/common/
H A Dcli.h12 #include "utils/list.h"
18 struct dl_list list; member in struct:cli_txt_entry
23 void cli_txt_list_flush(struct dl_list *list);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dsetup.ksh48 user_run $PUSER zfs list ||
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/
H A Dsetup.ksh50 user_run $QUSER1 zfs list ||
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_003_pos.ksh57 state=$(zpool list -Ho feature@async_destroy $TESTPOOL)
63 state=$(zpool list -Ho "$prop" $TESTPOOL)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Dsetup.ksh50 user_run $QUSER1 zfs list ||

Completed in 236 milliseconds

1234567891011>>