Searched refs:list (Results 151 - 175 of 1919) sorted by relevance

1234567891011>>

/freebsd-current/contrib/byacc/test/
H A Dquote_calc.y13 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
H A Dquote_calc2.y13 %start list
32 list : /* empty */ label
33 | list stat '\n'
34 | list error '\n'
H A Dpure_calc.y19 %start list
31 list : /* empty */ label
32 | list stat '\n'
33 | list error '\n'
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java85 final List <ProbeData> list = new ArrayList <ProbeData> ();
88 list.add(e.getProbeData());
91 Collections.sort(list);
92 for (ProbeData p : list) {
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h40 typedef struct list list_t;
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h20 #include <list>
31 /// TokenList - This is the list of raw tokens that make up this file. Each
33 std::list<Token> TokenList;
36 using TokenRefTy = std::list<Token>::iterator;
56 using token_iterator = std::list<Token>::const_iterator;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp41 StatModule *list; member in namespace:__anon2560
51 module_id = reg_func(&list);
66 mod->next = list;
67 list = mod;
/freebsd-current/contrib/mtree/
H A Dmisc.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
179 addtag(slist_t *list, char *elem) argument
184 if ((list->count % TAG_CHUNK) == 0) {
187 new = (char **)realloc(list->list, (list->count + TAG_CHUNK)
191 list->list = new;
193 list
198 parsetags(slist_t *list, char *args) argument
[all...]
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_list.h17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
38 * Declaration of list.
61 * List stores objects in a doubly linked list.
63 * Unlike quick list, users pass pointers to the object being stored, rather
64 * than to a cl_list_item_t structure. Insertion operations on a list can
67 * Use quick list in situations where insertion failures cannot be tolerated.
71 * The list functions operates on a cl_list_t structure which should be
119 cl_qlist_t list; member in struct:_cl_list
124 * list
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_doorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
38 struct list_head list; member in struct:mlx4_ib_user_db_page
52 list_for_each_entry(page, &context->db_page_list, list)
72 list_add(&page->list, &context->db_page_list);
90 list_del(&db->u.user_page->list);
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dexport-zfs.sh.in13 info "ZFS: pool list"
14 zpool list 2>&1 | vinfo
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Duser_namespace_003.ksh31 # 2. Check that 'zfs list' is not able to see datasets outside of the
55 log_assert "Check zfs list command handling of dataset visibility in user namespaces"
87 list="$($NSENTER zfs list -r -H -o name | tr '\n' ' ')"
88 log_must test -z "$list"
93 # 2. 'zfs list'
94 list="$($NSENTER zfs list -r -H -o name $TESTPOOL | tr '\n' ' ')"
95 log_must test "$list" = "$TESTPOOL $TESTPOOL/otheruserns $TESTPOOL/userns "
97 log_pass "Check zfs list comman
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_031_pos.ksh53 log_must zfs list $sendfs@C
60 log_must zfs list $sendfs@D
61 log_must zfs list $sendfs@E
62 log_mustnot zfs list $sendfs@C
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_raid5.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
48 TAILQ_ENTRY(gv_raid5_packet) list; /* Entry in plex's packet list. */ member in struct:gv_raid5_packet
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpreempt.h9 * notice unmodified, this list of conditions, and the following
12 * notice, this list of conditions and the following disclaimer in the
31 #include <linux/list.h>
/freebsd-current/tests/sys/geom/class/multipath/
H A Dconf.sh8 # notice, this list of conditions and the following disclaimer.
10 # notice, this list of conditions and the following disclaimer in the
52 geom_state=`gmultipath list "$name" | awk '/^State:/ {print $2}'`
54 prov0_state=`gmultipath list "$name" | awk '/1. Name: md[0-9]/ {trigger=1} /State:/ && trigger == 1 {print $2; trigger=0;}'`
55 prov1_state=`gmultipath list "$name" | awk '/2. Name: md[0-9]/ {trigger=1} /State:/ && trigger == 1 {print $2; trigger=0;}'`
56 prov2_state=`gmultipath list "$name" | awk '/3. Name: md[0-9]/ {trigger=1} /State:/ && trigger == 1 {print $2; trigger=0;}'`
/freebsd-current/sys/contrib/dev/rtw88/
H A Dutil.c110 struct list_head list; member in struct:rtw_stas_entry
116 struct list_head list; member in struct:rtw_iter_stas_data
129 list_add_tail(&stas_entry->list, &iter_stas->list);
146 INIT_LIST_HEAD(&iter_data.list);
151 list_for_each_entry_safe(sta_entry, tmp, &iter_data.list,
152 list) {
153 list_del_init(&sta_entry->list);
160 struct list_head list; member in struct:rtw_vifs_entry
166 struct list_head list; member in struct:rtw_iter_vifs_data
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzpool_export_001_neg.ksh56 RESULT=$($ZPOOL list | $GREP $TESTPOOL.virt )
/freebsd-current/contrib/com_err/
H A Derror.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
47 com_right(struct et_list *list, long code) argument
50 for (p = list; p; p = p->next)
57 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
60 for (p = list; p; p = p->next) {
80 initialize_error_table_r(struct et_list **list, argument
87 for (end = list, et = *list; et; end = &et->next, et = et->next)
/freebsd-current/crypto/heimdal/lib/com_err/
H A Derror.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
50 com_right(struct et_list *list, long code) argument
53 for (p = list; p; p = p->next)
60 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
63 for (p = list; p; p = p->next) {
83 initialize_error_table_r(struct et_list **list, argument
90 for (end = list, et = *list; et; end = &et->next, et = et->next)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_snapshots.ksh41 for s in zfs.list.snapshots("$TESTPOOL/$TESTFS") do
54 for s in zfs.list.snapshots("$TESTPOOL/$TESTFS") do
77 for s in zfs.list.snapshots("$TESTPOOL/$TESTFS") do
92 zfs.list.snapshots("$TESTPOOL/not-a-fs")
97 zfs.list.snapshots("not-a-pool/$TESTFS")
103 zfs.list.snapshots("rpool")
108 zfs.list.snapshots("$TESTPOOL/${TESTFS}@$TESTSNAP")
/freebsd-current/crypto/heimdal/kdc/
H A Dwindc.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
46 struct krb5_plugin *list = NULL, *e; local
49 ret = _krb5_plugin_find(context, PLUGIN_TYPE_DATA, "windc", &list);
50 if(ret != 0 || list == NULL)
53 for (e = list; e != NULL; e = _krb5_plugin_get_next(e)) {
62 _krb5_plugin_free(list);
/freebsd-current/crypto/heimdal/lib/wind/
H A Dstringprep.py15 # notice, this list of conditions and the following disclaimer.
18 # notice, this list of conditions and the following disclaimer in the
55 list = []
57 list = list + tabledict.get(x, [])
58 if len(list) == 0:
60 return "|".join(map(lambda x: "WIND_PROFILE_%s" % (string.upper(x)), list))
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h18 #include <list>
55 void UnregisterSignal(int signo, std::list<Callback>::iterator callback_it);
69 std::list<Callback>::iterator callback_it)
74 std::list<Callback>::iterator m_callback_it;
82 std::list<Callback> callbacks;
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping_dev.c112 struct stats_list *list = arg; local
125 STAILQ_INSERT_TAIL(list, s, link);
132 struct stats_list list; local
135 STAILQ_INIT(&list);
136 krping_walk_cb_list(krping_copy_stats, &list);
138 if (STAILQ_EMPTY(&list))
145 while (!STAILQ_EMPTY(&list)) {
146 e = STAILQ_FIRST(&list);
147 STAILQ_REMOVE_HEAD(&list, link);

Completed in 297 milliseconds

1234567891011>>