HomeSort by: relevance | last modified time | path
    Searched refs:lists (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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}.
Makefile 231 ${_MKMSG_CREATE} "set lists"
321 # Sort the lists files.
330 find ${.CURDIR}/lists \! \( -name CVS -prune \) \! -name .#\* \
  /src/sys/external/bsd/drm/dist/scripts/
create_linux_pci_lists.sh 13 Please contact dri-devel@lists.sf.net to add new cards to this list
create_bsd_pci_lists.sh 13 Please contact dri-devel@lists.sf.net to add new cards to this list
  /src/sys/net/
pfil.c 64 pfil_list_t *active; /* lists[0] or lists[1] */
65 pfil_list_t lists[2]; member in struct:__anon7084
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:__anon7030
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:__anon7014
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
1186 struct wa_lists lists; local
    [all...]
  /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/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/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/usr.bin/make/unit-tests/
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
varname-dot-suffixes.mk 3 # Tests for the special "variable" .SUFFIXES, which lists the suffixes that
varmod-match.mk 9 # 2. Character lists and character ranges
81 # 2. Character lists and character ranges
  /src/share/locale/ctype/
gen_ctype_utf8.pl 22 my @lists = qw(
256 foreach my $list (@lists) {
  /src/sbin/ifconfig/
ieee80211.c 133 static struct pkw lists = PKW_INITIALIZER(&lists, "ieee80211 lists", NULL, variable in typeref:struct:pkw
148 , {.k_word = "list", .k_nextparser = &lists.pk_parser}
  /src/
Makefile 393 # in this case, the set lists will be checked before the tar files
510 ${MAKEDIRTARGET} etc install-obsolete-lists
  /src/sys/kern/
vfs_vnode.c 197 * There are three lru lists: one holds vnodes waiting for async release,
199 * which do (i.e. v_holdcnt is non-zero). We put the lists into a single,
640 * One pass through the LRU lists to keep the number of allocated
646 int ix, lists[] = { LRU_FREE, LRU_HOLD }; local
654 for (ix = 0; ix < __arraycount(lists); ix++) {
655 for (vip = lru_iter_first(lists[ix], &iter); vip != NULL;
  /src/etc/
Makefile 363 # install-obsolete-lists --
364 # Install var/db/obsolete set lists; this is performed by "make build"
388 install-obsolete-lists: .PHONY .MAKE
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 538 # accordance to the @pkgdep directive in the packing lists

Completed in 1157 milliseconds

1 2