HomeSort by: relevance | last modified time | path
    Searched refs:scripts (Results 1 - 21 of 21) sorted by relevancy

  /src/etc/powerd/
Makefile 3 SUBDIR+= scripts
  /src/bin/ed/test/
ckscripts.sh 4 # This script runs the .ed scripts generated by mkscripts.sh
12 # Run the *.red scripts first, since these don't generate output;
21 # Run the remainding scripts; they exit with zero status
35 done >scripts.o 2>&1
37 grep -h '\*\*\*' errs.o scripts.o
Makefile 11 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \
17 echo "building test scripts for $(ED) ..."; \
  /src/etc/etc.sparc64/
Makefile.inc 19 # Install miniroot images and auxiliary scripts to the release tree
27 # install boot image and installation scripts in netboot directory
  /src/etc/powerd/scripts/
Makefile 5 # If you're adding new scripts, don't forget to update following:
15 FILESDIR= /etc/powerd/scripts
  /src/etc/
rc.shutdown 6 # Run the scripts in /etc/rc.d with reverse rcorder.
50 # Determine the shutdown order of the rc.d scripts,
53 scripts=$(for rcd in ${rc_directories:-/etc/rc.d}; do
55 files=$(rcorder -k shutdown ${rcshutdown_rcorder_flags} ${scripts})
rc 6 # Run the scripts in /etc/rc.d with rcorder, and log output
50 # not so marked are assumed to be output from rc.d scripts.
58 # Child scripts may sometimes want to print directly to the original
61 # intended to be used directly by child scripts. (Child scripts
128 # rc.d scripts that are NOT marked with "KEYWORD: interactive"
143 # Get a list of all rc.d scripts, and use rcorder to choose
150 scripts=$(for rcd in ${rc_directories:-/etc/rc.d}; do
153 files=$(rcorder -s nostart ${rc_rcorder_flags} ${scripts})
161 # Run the scripts in order
    [all...]
  /src/sys/external/bsd/drm/dist/bsd-core/
Makefile 11 sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
  /src/sys/external/bsd/drm/dist/scripts/
create_lk_drm.sh 30 ./scripts/drm-scripts-gentree.pl $KERNEL_VERS $OUTDIR/.tmp $OUTDIR
create_lk_gpu.sh 32 ./scripts/drm-scripts-gentree.pl $KERNEL_VERS $DRMDIR/.tmp $DRMDIR
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 114 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG
  /src/tests/usr.bin/ld/
t_script.sh 39 /* do nothing; but ld has implicit scripts internally */
  /src/sys/arch/amiga/dev/
siop_script.out 6 unsigned long scripts[] = {
siop.c 559 * Need to check that scripts is on a long word boundary
563 sc->sc_scriptspa = kvtop((void *)__UNCONST(scripts));
727 * Setup Data Storage for 53C710 and start SCRIPTS processing
746 rp, &scripts, &acb->ds, sc->sc_active);
869 rp, &scripts, &acb->ds, sc->sc_active);
933 rp->siop_dsp >= sc->sc_scriptspa + sizeof(scripts))) {
934 printf ("%s: dsp not within script dsp %lx scripts %lx:%lx",
936 sc->sc_scriptspa + sizeof(scripts));
974 rp, &scripts, &acb->ds);*/
1114 rp, &scripts, &acb->ds)
    [all...]
  /src/usr.sbin/ifwatchd/
ifwatchd.c 86 static const char **scripts[] = { variable
365 script = *scripts[ev];
  /src/lib/libc/time/
tzselect.ksh 32 # if VALUE contains \, ", or newline, awk scripts in this file use:
799 can use the $0 command in shell scripts:"
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 229 # adding pre-* or post-* targets/scripts, override these.
306 # post-* targets/scripts or redefine the do-* targets. These
308 # call the necessary targets/scripts.
  /src/share/mk/
bsd.x11.mk 191 # CPPSCRIPTS list of files/scripts to run through cpp
bsd.lib.mk 750 # demonstrated by libraries with version scripts which don't export
  /src/sys/arch/ia64/stand/common/
help.common 55 most useful in conjunction with scripts and the '@' line prefix.
  /src/usr.sbin/postinstall/
postinstall.in 1328 local powerd_scripts="$(select_set_files /etc/powerd/scripts/ \
1329 "/etc/powerd/scripts/\([^[:space:]/]*\)" ${etcsets})"
1331 populate_dir "$op" true "${SRC_DIR}/etc/powerd/scripts" \
1332 "${DEST_DIR}/etc/powerd/scripts" \
2249 # generate scripts
2286 adddisableditem sendmail "remove obsolete sendmail configuration files and scripts"

Completed in 611 milliseconds