/src/distrib/sets/ |
makeflist | 5 # 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} ${xlists}" ; [all...] |
makeobsolete | 12 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="${xlists} [all...] |
maketars | 5 # 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} ${nlists}" ; [all...] |
makesums | 75 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
|
checkflist | 78 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/ |
pfil.c | 64 pfil_list_t *active; /* lists[0] or lists[1] */ 65 pfil_list_t lists[2]; member in struct:__anonea41f28d0308 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[0]) [all...] |
if_vlan.c | 229 struct pslist_head *lists; member in struct:__anonbe2ad3e10108 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,
|
if_l2tp.c | 108 struct pslist_head *lists; member in struct:__anona2c824120208 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/ |
selftest_workarounds.c | 66 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) 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) 97 intel_wa_list_free(&lists->engine[id].wa_list) 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/external/bsd/drm/dist/scripts/ |
create_bsd_pci_lists.sh | 13 Please contact dri-devel@lists.sf.net to add new cards to this list
|
create_linux_pci_lists.sh | 13 Please contact dri-devel@lists.sf.net to add new cards to this list
|
/src/sys/dtb/ |
Makefile | 21 # Regenerate MD set lists in distrib/sets/lists/dtb. Run this whenever 38 sort -u) > ${.CURDIR}/../../distrib/sets/lists/dtb/ad.${_arch}
|
/src/usr.bin/make/unit-tests/ |
varname-dot-makeoverrides.mk | 3 # Tests for the special .MAKEOVERRIDES variable, which lists the names of the
|
deptgt-main.mk | 12 # This target is not the first to be defined, but it lists '.MAIN' as one of
|
varmod-match-escape.mk | 86 # Demonstrate an inconsistency between positive and negative character lists 101 # For negative character lists, the ']' ends the character range but does not
|
dir.mk | 17 # in .ALLTARGETS (which lists all nodes, not only targets).
|
/src/lib/ |
checkvers | 70 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"
|
checkver | 51 # 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/ |
README.md | 36 - Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/).
|
/src/doc/ |
TODO.modules | 97 and maintaining distrib/sets/lists/modules/* is awkward at best. 113 13. It seems that we might want some additional sets-lists "attributes" 117 sets lists, especially when we already have to conditionalize the
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
kirkwood-b3.dts | 12 * https://lists.debian.org/debian-arm/2012/08/msg00128.html
|
am335x-bone-common.dtsi | 287 * http://www.spinics.net/lists/linux-omap/msg118585.html 288 * http://www.spinics.net/lists/linux-omap/msg118615.html
|
/src/sys/external/isc/libsodium/dist/m4/ |
ltsugar.m4 | 35 # Manipulate m4 lists.
|
/src/distrib/amiga/stand/ |
device-streams.README.md | 60 * rdbinfo: Examines RDB partition tables and lists the partitions.
|
/src/share/locale/ctype/ |
gen_ctype_utf8.pl | 22 my @lists = qw( 256 foreach my $list (@lists) {
|