Searched refs:lists (Results 1 - 25 of 47) sorted by relevance

12

/src/distrib/sets/
H A Dmakeflist5 # Print out the files in some or all lists.
11 lists=
17 -L base,x print specified lists
18 -b print netbsd + x11 lists
19 -x print make x11 lists
25 [setname [...]] sets to build [${lists}]
39 base) lists="${lists} ${nlists}" ;;
40 x) lists="${lists}
[all...]
H A Dmakeobsolete12 lists=
20 -L base,x make specified lists
21 -b make netbsd + x11 lists
22 -x only make x11 lists
40 base) lists="${lists} ${nlists}" ;;
41 x) lists="${lists} ${xlists}" ;;
48 lists="${nlists} ${xlists}"
51 lists
[all...]
H A Dmaketars5 # Make release tar files for some or all lists. Usage:
24 lists=
46 -L base,x Make specified lists
47 -b Make both netbsd and x11 lists
48 -x Only make x11 lists
49 [Default: make netbsd lists]
55 -F setlistdir output directory for generated set lists [${dest}/etc/mtree/]
63 [setname ...] Sets to build [${lists}]
82 base) lists="${lists}
[all...]
H A Dmakesums75 lists="$(${FIND} ${pat} -prune \( -type f -o -type l \) \
77 if [ -n "${lists}" ]; then
78 eval ${CKSUM} -a md5 ${lists} ${append} MD5
79 eval ${CKSUM} -a sha512 ${lists} ${append} SHA512
H A Dcheckflist78 Usage: ${prog} [-x|-b|-L lists] [-M metalog] [-e] [-m]
79 -x check only x11 lists
80 -b check netbsd + x11 lists
81 -L base,x,ext check specified lists
118 # Make three lists:
120 # All three lists are filtered against ${IGNORE_REGEXP}.
/src/sys/net/
H A Dpfil.c64 pfil_list_t *active; /* lists[0] or lists[1] */
65 pfil_list_t lists[2]; member in struct:__anonf52394730308
107 pflistset->active = &pflistset->lists[0];
200 if (phlistset->active == &phlistset->lists[0]) {
201 oldlist = &phlistset->lists[0];
202 newlist = &phlistset->lists[1];
204 oldlist = &phlistset->lists[1];
205 newlist = &phlistset->lists[0];
324 if (phlistset->active == &phlistset->lists[
[all...]
H A Dif_vlan.c229 struct pslist_head *lists; member in struct:__anon4232f4070108
232 .lists = NULL,
526 PSLIST_WRITER_INSERT_HEAD(&ifv_hash.lists[idx], ifv, ifv_hash);
685 ifv_hash.lists = hashinit(VLAN_TAG_HASH_SIZE, HASH_PSLIST, true,
697 if (PSLIST_WRITER_FIRST(&ifv_hash.lists[i], struct ifvlan,
705 PSLIST_DESTROY(&ifv_hash.lists[i]);
709 hashdone(ifv_hash.lists, HASH_PSLIST, ifv_hash.mask);
711 ifv_hash.lists = NULL;
764 PSLIST_READER_FOREACH(sc, &ifv_hash.lists[idx], struct ifvlan,
H A Dif_l2tp.c108 struct pslist_head *lists; member in struct:__anon26d044380208
111 .lists = NULL,
1123 l2tp_hash.lists = hashinit(L2TP_ID_HASH_SIZE, HASH_PSLIST, true,
1135 if (PSLIST_WRITER_FIRST(&l2tp_hash.lists[i], struct l2tp_softc,
1142 PSLIST_DESTROY(&l2tp_hash.lists[i]);
1146 hashdone(l2tp_hash.lists, HASH_PSLIST, l2tp_hash.mask);
1187 PSLIST_WRITER_INSERT_HEAD(&l2tp_hash.lists[idx], sc, l2tp_hash);
1232 PSLIST_READER_FOREACH(sc, &l2tp_hash.lists[idx], struct l2tp_softc,
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_workarounds.c66 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) argument
71 memset(lists, 0, sizeof(*lists));
73 wa_init_start(&lists->gt_wa_list, "GT_REF", "global");
74 gt_init_workarounds(gt->i915, &lists->gt_wa_list);
75 wa_init_finish(&lists->gt_wa_list);
78 struct i915_wa_list *wal = &lists->engine[id].wa_list;
85 &lists->engine[id].ctx_wa_list,
91 reference_lists_fini(struct intel_gt *gt, struct wa_lists *lists) argument
97 intel_wa_list_free(&lists
1108 verify_wa_lists(struct i915_gem_context * ctx,struct wa_lists * lists,const char * str) argument
1139 struct wa_lists lists; local in function:live_gpu_reset_workarounds
1186 struct wa_lists lists; local in function:live_engine_reset_workarounds
[all...]
/src/sys/dtb/
H A DMakefile21 # Regenerate MD set lists in distrib/sets/lists/dtb. Run this whenever
38 sort -u) > ${.CURDIR}/../../distrib/sets/lists/dtb/ad.${_arch}
/src/sys/external/bsd/drm/dist/scripts/
H A Dcreate_bsd_pci_lists.sh13 Please contact dri-devel@lists.sf.net to add new cards to this list
H A Dcreate_linux_pci_lists.sh13 Please contact dri-devel@lists.sf.net to add new cards to this list
/src/usr.bin/make/unit-tests/
H A Dvarname-dot-makeoverrides.mk3 # Tests for the special .MAKEOVERRIDES variable, which lists the names of the
H A Ddeptgt-main.mk12 # This target is not the first to be defined, but it lists '.MAIN' as one of
H A Dvarmod-match-escape.mk86 # Demonstrate an inconsistency between positive and negative character lists
101 # For negative character lists, the ']' ends the character range but does not
H A Ddir.mk17 # in .ALLTARGETS (which lists all nodes, not only targets).
/src/usr.bin/kdump/
H A DMakefile.ioctl-c6 # This version grabs the non-obsolete .h files from the set lists
10 SETBASES= ${NETBSDSRCDIR}/distrib/sets/lists/comp \
11 ${NETBSDSRCDIR}/distrib/sets/lists/xcomp
/src/lib/
H A Dcheckvers70 setsdir=$basedir/distrib/sets/lists
149 # Build list from set lists. Parameter may be either
150 # the "lists" directory or the top of the source tree.
154 if [ -d "$setsdir/distrib/sets/lists" ] ; then
155 setsdir="$setsdir/distrib/sets/lists"
H A Dcheckver51 # follows the sets directory defaults to "/usr/src/distrib/sets/lists".
53 # source tree or as the lists directory.
89 setsdir=$basedir/distrib/sets/lists
184 # Build list from set lists. Parameter may be either
185 # the "lists" directory or the top of the source tree.
189 if [ -d "$setsdir/distrib/sets/lists" ]; then
190 setsdir="$setsdir/distrib/sets/lists"
/src/
H A DREADME.md36 - Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/).
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/
H A Dam3517.dtsi34 * AM3517 TRM only lists 600MHz @ 1.2V, but omap36xx
36 * lists one operating voltage, it will remain fixed at 1.2V
/src/sys/external/isc/libsodium/dist/m4/
H A Dltsugar.m435 # Manipulate m4 lists.
/src/distrib/amiga/stand/
H A Ddevice-streams.README.md60 * rdbinfo: Examines RDB partition tables and lists the partitions.
/src/share/locale/ctype/
H A Dgen_ctype_utf8.pl22 my @lists = qw(
256 foreach my $list (@lists) {
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/
H A Dkirkwood-b3.dts12 * https://lists.debian.org/debian-arm/2012/08/msg00128.html

Completed in 30 milliseconds

12