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

1234567891011>>

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dder.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
91 get_type(const char *name, const char *list[], unsigned len) argument
95 if (list[i] && strcasecmp(list[i], name) == 0)
/freebsd-current/contrib/wpa/src/common/
H A Dptksa_cache.c30 dl_list_del(&entry->list);
47 struct ptksa_cache_entry, list) {
72 e = dl_list_first(&ptksa->ptksa, struct ptksa_cache_entry, list);
117 struct ptksa_cache_entry, list)
140 dl_list_for_each(e, &ptksa->ptksa, struct ptksa_cache_entry, list) {
151 * ptksa_cache_list - Dump text list of entries in PTKSA cache
153 * @buf: Buffer for the list
178 dl_list_for_each(e, &ptksa->ptksa, struct ptksa_cache_entry, list) {
237 list) {
289 dl_list_init(&entry->list);
[all...]
H A Dcli.c27 " notice, this list of conditions and the following disclaimer.\n"
30 " notice, this list of conditions and the following disclaimer in the\n"
53 dl_list_del(&e->list);
59 void cli_txt_list_flush(struct dl_list *list) argument
63 while ((e = dl_list_first(list, struct cli_txt_entry, list)))
73 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) {
135 dl_list_add(txt_list, &e->list);
182 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/
H A Dlarge_dnode_003_pos.ksh49 state=$(zpool list -Ho feature@large_dnode $LDNPOOL)
58 state=$(zpool list -Ho feature@large_dnode $LDNPOOL)
65 state=$(zpool list -Ho feature@large_dnode $LDNPOOL)
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzvol_wait24 zfs list -H -o name $zvols 2>/dev/null
30 zfs list -t volume -H -o \
49 # is not automatically displayed by zfs list.
50 if ! zfs list "$name/%recv" >/dev/null 2>&1; then
/freebsd-current/lib/libutil/
H A Dcpuset.c12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
39 cpuset_parselist(const char *list, cpuset_t *mask) argument
46 if (strcasecmp(list, "all") == 0) {
54 for (l = list; *l != '\0';) {
/freebsd-current/sys/dev/gve/
H A Dgve_sysctl.c10 * list of conditions and the following disclaimer.
13 * this list of conditions and the following disclaimer in the documentation
38 struct sysctl_oid_list *list; local
45 list = SYSCTL_CHILDREN(node);
49 SYSCTL_ADD_COUNTER_U64(ctx, list, OID_AUTO,
52 SYSCTL_ADD_COUNTER_U64(ctx, list, OID_AUTO,
55 SYSCTL_ADD_COUNTER_U64(ctx, list, OID_AUTO, "rx_copybreak_cnt",
58 SYSCTL_ADD_COUNTER_U64(ctx, list, OID_AUTO, "rx_frag_flip_cnt",
61 SYSCTL_ADD_COUNTER_U64(ctx, list, OID_AUTO, "rx_frag_copy_cnt",
64 SYSCTL_ADD_COUNTER_U64(ctx, list, OID_AUT
[all...]
/freebsd-current/usr.bin/sort/
H A Dfile.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
51 struct sort_list_item **list; member in struct:sort_list
118 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
125 void sort_list_to_file(struct sort_list *list, const char *outfile);
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c31 struct list_head list; member in struct:vf_id_map
50 struct vf_id_map *ptr = list_entry(itr, struct vf_id_map, list);
73 map = list_entry(ptr, struct vf_id_map, list);
104 list_entry(itr, struct adf_accel_dev, list);
160 list_entry(itr, struct adf_accel_dev, list);
168 list_add_tail(&accel_dev->list, &accel_table);
184 list_add_tail(&map->list, &vfs_table);
218 list_del(&accel_dev->list);
229 list_first_entry(&accel_table, struct adf_accel_dev, list);
251 list_entry(itr, struct adf_accel_dev, list);
[all...]
/freebsd-current/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py7 # notice unmodified, this list of conditions, and the following
10 # notice, this list of conditions and the following disclaimer in the
61 sorted_minperiod = list(zip(*reversed(list(zip(*list(id_minperiod.items()))))))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.h28 std::list<std::string> StrList;
42 std::list<std::string> *getStrList() const {
43 return const_cast<std::list<std::string> *>(&StrList);
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.h23 #include <list>
59 std::list<PartialTranslationUnit> PTUs;
87 std::list<PartialTranslationUnit> &getPTUs() { return PTUs; }
/freebsd-current/contrib/tnftp/src/
H A DMakefile.in104 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
106 for p in $$list; do echo "$$p $$p"; done | \
301 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
302 for p in $$list; do echo "$$p $$p"; done | \
325 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
326 files=`for p in $$list; do echo "$$p"; done | \
329 test -n "$$list" || exit 0; \
334 @list
[all...]
/freebsd-current/sys/contrib/libfdt/
H A Dfdt_ro.c30 * copyright notice, this list of conditions and the following
33 * copyright notice, this list of conditions and the following
639 const char *list, *end; local
642 list = fdt_getprop(fdt, nodeoffset, property, &length);
643 if (!list)
646 end = list + length;
648 while (list < end) {
649 length = strnlen(list, end - list) + 1;
652 if (list
666 const char *list, *end; local
696 const char *list, *end; local
[all...]
/freebsd-current/contrib/kyua/integration/
H A Dcmd_list_test.sh9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
60 atf_check -s exit:0 -o file:expout -e empty kyua list
84 atf_check -s exit:0 -o file:expout -e empty kyua list subdir
102 atf_check -s exit:0 -o file:expout -e empty kyua list first:skip
121 atf_check -s exit:0 -o file:expout -e empty kyua list second
130 atf_check -s exit:2 -o empty -e file:experr kyua list foo:
135 atf_check -s exit:2 -o empty -e file:experr kyua list /a/b
162 atf_check -s exit:0 -o file:expout -e empty kyua list -v subdir first:pass
171 atf_check -s exit:2 -o empty -e file:experr kyua list thi
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Denv.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
99 * @param list binding list to add
108 const char *key, hx509_env list)
125 n->u.list = list;
208 return env->u.list;
223 env_free(b->u.list);
107 hx509_env_add_binding(hx509_context context, hx509_env *env, const char *key, hx509_env list) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib58 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
69 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
123 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
149 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
160 for child in $(zfs list -rH -t filesystem,volume,snapshot -o name $dataset)
/freebsd-current/contrib/libxo/tests/core/
H A Dtest_08.c27 struct item list[] = { local
74 for (ip = list; ip->i_title; ip++) {
94 for (ip = list; ip->i_title; ip++) {
111 for (ip = list; ip->i_title; ip++) {
132 for (ip = list; ip->i_title; ip++) {
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dcallout.cc9 * notice, this list of conditions, and the following disclaimer,
47 #include <list>
62 std::list<Callout *> Callout::s_activeCallouts;
77 for (std::list<Callout *>::iterator it(s_activeCallouts.begin());
114 std::list<Callout *>::iterator it(s_activeCallouts.begin());
197 std::list<Callout *>::iterator it;
211 it++; /*skip the first callout in the list*/
/freebsd-current/tests/sys/cddl/zfs/tests/snapused/
H A Dsnapused.kshlib58 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset)
69 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset)
123 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset)
149 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset)
160 for child in $($ZFS list -rH -t filesystem,volume,snapshot -o name $dataset)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dpool_checkpoint.kshlib226 log_must zfs list $FS0
227 log_must zfs list $FS1
243 log_mustnot zfs list $FS2
249 log_must zfs list $NESTEDFS0
250 log_must zfs list $NESTEDFS1
266 log_mustnot zfs list $NESTEDFS2
290 log_must zfs list $FS0
291 log_must zfs list $FS2
301 log_mustnot zfs list $FS1
316 log_must zpool list
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dpthread3.sh11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
99 STAILQ_HEAD(, file) list;
168 STAILQ_INSERT_TAIL(&newfiles.list, file, next);
191 while (STAILQ_EMPTY(&newfiles.list)) {
194 file = STAILQ_FIRST(&newfiles.list);
195 STAILQ_REMOVE_HEAD(&newfiles.list, next);
203 STAILQ_INSERT_TAIL(&renamedfiles.list, file, next);
221 while (STAILQ_EMPTY(&renamedfiles.list)) {
224 file = STAILQ_FIRST(&renamedfiles.list);
[all...]
H A Dpthread6.sh11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
102 STAILQ_HEAD(, file) list;
167 STAILQ_INSERT_TAIL(&newfiles.list, file, next);
190 while (STAILQ_EMPTY(&newfiles.list)) {
193 file = STAILQ_FIRST(&newfiles.list);
194 STAILQ_REMOVE_HEAD(&newfiles.list, next);
202 STAILQ_INSERT_TAIL(&renamedfiles.list, file, next);
220 while (STAILQ_EMPTY(&renamedfiles.list)) {
223 file = STAILQ_FIRST(&renamedfiles.list);
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfty_num.c204 wchar_t *list = _nc_Widen_String((char *)bp, &len);
206 if (list != 0)
217 if (list[n] != ' ')
223 else if (list[n] == ' ')
227 else if (isDecimalPoint(list[n]))
235 else if (!isDigit(list[n]))
241 free(list);
209 wchar_t *list = _nc_Widen_String((char *)bp, &len); local
/freebsd-current/crypto/heimdal/appl/push/
H A DMakefile.in119 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121 for p in $$list; do echo "$$p $$p"; done | \
443 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
444 for p in $$list; do echo "$$p $$p"; done | \
467 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
468 files=`for p in $$list; do echo "$$p"; done | \
471 test -n "$$list" || exit 0; \
476 @list
[all...]

Completed in 173 milliseconds

1234567891011>>