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

1 2 3 4

  /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...]
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...]
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...]
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
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}.
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...]
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...]
  /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...]
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
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}
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
varname-dot-makeoverrides.mk 3 # Tests for the special .MAKEOVERRIDES variable, which lists the names of the
  /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"
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"
  /src/
README.md 36 - Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/).

Completed in 292 milliseconds

1 2 3 4