/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 32 -cpu-flags gcc OPTIONS : x86 : i486 : -march=i486 ; 33 -cpu-flags gcc OPTIONS : x86 : i586 : -march=i586 ; 34 -cpu-flags gcc OPTIONS : x86 : i686 : -march=i686 ; 77 -cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ; 78 -cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ; 79 -cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ; 86 -cpu-flags gcc OPTIONS : x86 : k8 : -march=k8 ; 106 -cpu-flags gcc OPTIONS : x86 : c3 : -march=c3 ; 108 -cpu-flags gcc OPTIONS : x86 : c7 : -march=c7 ; 114 -cpu-flags gcc OPTIONS : sparc : v8 : -mcpu=v8 ; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | pppoe-server.init | 8 OPTIONS="" 10 OPTIONS="$OPTIONS -m $MSS" 14 OPTIONS="$OPTIONS -I $i" 18 OPTIONS="$OPTIONS -L $LOCAL_IP" 21 OPTIONS="$OPTIONS -R $REMOTE_IP" 24 OPTIONS="$OPTIONS -S $SERVICE_NAME" 27 OPTIONS="$OPTIONS -N $MAX_SESSIONS" 30 OPTIONS="$OPTIONS -C $ACCESS_CONCENTRATOR_NAME" 33 start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS 38 start-stop-daemon --stop --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS
|
/openbmc/u-boot/scripts/ |
H A D | coccicheck | 72 OPTIONS="$COCCIINCLUDE $1" 76 OPTIONS="--dir $srctree $COCCIINCLUDE" 78 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 83 OPTIONS="--patch $srctree $OPTIONS" 93 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 174 OPTIONS="$OPTIONS $SPFLAGS" 232 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 236 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \ [all …]
|
/openbmc/linux/scripts/ |
H A D | coccicheck | 77 OPTIONS="$COCCIINCLUDE $1" 84 OPTIONS="--dir $srctree $COCCIINCLUDE" 86 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 102 OPTIONS="--patch $srctree $OPTIONS" 112 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 193 OPTIONS="$OPTIONS $SPFLAGS" 248 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 252 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 257 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \ [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A D | add_remove_eprobe.tc | 14 OPTIONS="file=+0(\$filename):ustring" 15 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 43 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 51 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 59 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 67 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 70 echo "-:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 75 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 78 echo "-:eprobes/$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 83 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/ |
H A D | ypbind.init | 64 OPTIONS="" 65 test "$YPBIND_LOCAL_ONLY" = "yes" && OPTIONS="-local-only $OPTIONS" 66 test "$YPBIND_BROADCAST" = "yes" && OPTIONS="-broadcast $OPTIONS" 67 test "$YPBIND_BROKEN_SERVER" = "yes" && OPTIONS="-broken-server $OPTIONS" 69 start-stop-daemon --start --quiet --pidfile $pidfile --exec $YPBIND_BIN -- $YPBIND_OPTIONS $OPTIONS
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | init.d | 24 OPTIONS="" 65 start $OPTIONS 72 start $OPTIONS 76 start $OPTIONS
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | busybox-syslog.default | 1 #OPTIONS="-C" 21 # OPTIONS="-O /var/log/mylog" 25 # OPTIONS="-R 192.168.1.1:601"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/ |
H A D | radvd.init | 22 OPTIONS="-u radvd -p $PIDFILE" 88 --exec $DAEMON -- $OPTIONS; then 125 $PIDFILE --exec $DAEMON -- $OPTIONS
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | snmptrapd.service | 7 Environment=OPTIONS="-Lsd" 9 ExecStart=/usr/sbin/snmptrapd $OPTIONS -f
|
H A D | snmpd.service | 7 Environment=OPTIONS="-Ls0-6d" 9 ExecStart=/usr/sbin/snmpd $OPTIONS -a -f
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | udev | 15 OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd /lib/systemd/systemd-udevd" 17 for o in $OPTIONS; do
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/ |
H A D | supervisor.service | 8 ExecStop=/usr/bin/supervisorctl $OPTIONS shutdown 9 ExecReload=/usr/bin/supervisorctl -c /etc/supervisor/supervisord.conf $OPTIONS reload
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool.rst | 17 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** } 26 *OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| } 61 OPTIONS chapter
|
H A D | bpftool-perf.rst | 17 **bpftool** [*OPTIONS*] **perf** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 45 OPTIONS chapter
|
H A D | bpftool-struct_ops.rst | 17 **bpftool** [*OPTIONS*] **struct_ops** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 69 OPTIONS chapter
|
H A D | bpftool-iter.rst | 17 **bpftool** [*OPTIONS*] **iter** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 58 OPTIONS chapter
|
H A D | bpftool-link.rst | 17 **bpftool** [*OPTIONS*] **link** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| | { **-f** | **--bpffs** } | { **-n** | **--nomount** } } 67 OPTIONS chapter
|
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/ |
H A D | default | 22 # OPTIONS is used for the systemd service file 24 OPTIONS="--allow 127.0.0.1 --enable-tcp-insecure"
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | rv-list.rst | 15 **rv list** [*OPTIONS*] 23 OPTIONS chapter
|
H A D | rv-mon-wwnr.rst | 15 **rv mon wip** [*OPTIONS*] 25 OPTIONS chapter
|
H A D | rv-mon-wip.rst | 15 **rv mon wip** [*OPTIONS*] 26 OPTIONS chapter
|
H A D | rv-mon.rst | 15 **rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*] 24 OPTIONS chapter
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | rtla.rst | 12 **rtla** *COMMAND* [*OPTIONS*] 32 OPTIONS chapter
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | init | 61 if $DAEMON -wn $OPTIONS $disk 2>/dev/null | grep -q '^[0-9]\+$' ; then 66 …start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_ARG $SYSLOG_ARG $OPTIONS $DISKS_NOPROB…
|