Searched refs:CMD (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/etc/
H A Drc.bsdextended45 # Set ugidfw(8) to CMD:
47 CMD=/usr/sbin/ugidfw
63 #${CMD} add subject uid 80 object not uid 80 mode rxws;
64 #${CMD} add subject gid 80 object not gid 80 mode rxws;
68 #${CMD} add subject uid 54 object not uid 54 mode rxws;
69 #${CMD} add subject gid 26 object gid 54 mode rxws;
73 ${CMD} add subject uid 0 object not uid 0 mode arxws;
74 ${CMD} add subject gid 0 object not gid 0 mode arxws;
78 #${CMD} add subject uid 54 object not uid 54 mode rxws;
79 #${CMD} ad
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.sh.in14 CMD=cat
37 CMD="$1";
58 CMD="$XX --libxo=html $@"
63 if [ "$CMD" = "cat" -a -t 0 ]; then
80 $CMD
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-runcommands.sh35 CMD="$@"
36 echo_log "Running chroot command: ${CMD}"
37 echo "$CMD" >${FSMNT}/.runcmd.sh
65 CMD="$@"
68 echo_log "Running external command: ${CMD}"
69 echo "${CMD}"> ${TMPDIR}/.runcmd.sh
H A Dfunctions.sh117 CMD="$1"
119 if [ -z "${CMD}" ]
124 echo "Running: ${CMD}" >>${LOGOUT}
125 ${CMD} >>${LOGOUT} 2>>${LOGOUT}
132 CMD="$1"
134 if [ -z "${CMD}" ]
139 echo "Running: ${CMD}" >>${LOGOUT}
140 eval ${CMD} >>${LOGOUT} 2>>${LOGOUT}
144 exit_err "Error ${STATUS}: ${CMD}"
151 CMD
[all...]
/freebsd-11-stable/usr.sbin/ipfwpcap/
H A DMakefile16 test: $(CMD)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh4 CMD=$2
23 if [ "$CMD" = "P2P-GROUP-STARTED" ]; then
38 if [ "$CMD" = "P2P-GROUP-REMOVED" ]; then
50 if [ "$CMD" = "P2P-CROSS-CONNECT-ENABLE" ]; then
61 if [ "$CMD" = "P2P-CROSS-CONNECT-DISABLE" ]; then
H A Dp2p-action.sh4 CMD=$2
23 if [ "$CMD" = "P2P-GROUP-STARTED" ]; then
64 if [ "$CMD" = "P2P-GROUP-REMOVED" ]; then
77 if [ "$CMD" = "P2P-CROSS-CONNECT-ENABLE" ]; then
88 if [ "$CMD" = "P2P-CROSS-CONNECT-DISABLE" ]; then
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh38 CMD=`exec 2>$NULLDEV; basename $0` || CMD=$0
96 NO='' NOPROG="$CMD: installation problem: cannot find program"
116 The program$NO $IS required by '$CMD',
117 but cannot be found; '$CMD' is unable to continue.
183 Usage: $CMD [-option ...] [--long-option ...] [file ...]
208 Suppress the generation of a '$CMD' reference dictionary
209 for the PDF document. Normally '$CMD' will create a
220 execution of '$CMD', will be deleted on completion of
275 echo >&2 "$CMD
[all...]
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmpu401.c69 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) macro
210 CMD(m, MPU_RESET);
224 CMD(m, MPU_RESET);
225 CMD(m, MPU_UART);
235 CMD(m, MPU_UART);
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c2687 #define CMD(x) case HostCmd_CMD_##x: return #x macro
2689 CMD(CODE_DNLD);
2690 CMD(GET_HW_SPEC);
2691 CMD(SET_HW_SPEC);
2692 CMD(MAC_MULTICAST_ADR);
2693 CMD(802_11_GET_STAT);
2694 CMD(MAC_REG_ACCESS);
2695 CMD(BBP_REG_ACCESS);
2696 CMD(RF_REG_ACCESS);
2697 CMD(80
2740 #undef CMD macro
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.sys.mk16 _ERROR_CMD_EXEC= ${sed -n '/^CMD/s,^CMD \(.*\),\1;,p' ${.ERROR_META_FILE}:L:sh}
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_expand.sh249 CMD="$1"
251 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" )"
297 MSG="${MSG} Full command: <<${CMD}>>"
H A Dt_here.sh49 CMD="nl='${nl}'; $1"
51 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" )"
93 echo >&2 "[$TEST_NUM] Full command: <<${CMD}>>"
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.h111 #define CMD(sc) \ macro
H A Dif_wl.c404 * regular CMD() will not work, since no softc yet
505 CMD(sc); /* reset the board */
510 CMD(sc);
529 CMD(sc);
585 CMD(sc);
587 CMD(sc);
682 CMD(sc);
727 CMD(sc);
728 CMD(sc); /* virtualpc1 needs this! */
838 CMD(s
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp523 if (auto *CMD = dyn_cast<ConstantAsMetadata>(Op))
524 assert((!*MappedOp || M.getVM().count(CMD->getValue()) ||
560 static ConstantAsMetadata *wrapConstantAsMetadata(const ConstantAsMetadata &CMD, argument
562 if (CMD.getValue() == MappedV)
563 return const_cast<ConstantAsMetadata *>(&CMD);
577 if (auto *CMD = dyn_cast<ConstantAsMetadata>(Op))
578 return wrapConstantAsMetadata(*CMD, M.getVM().lookup(CMD->getValue()));
791 if (auto *CMD = dyn_cast<ConstantAsMetadata>(MD)) {
796 return wrapConstantAsMetadata(*CMD, mapValu
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y922 #define CMD 0 /* beginning of command */
1130 case CMD:
1184 state = CMD;
1193 state = CMD;
1198 state = CMD;
1218 state = CMD;
1272 state = CMD;
1336 state = CMD;
H A Dftpcmd.c2978 #define CMD 0 /* beginning of command */
3186 case CMD:
3240 state = CMD;
3249 state = CMD;
3254 state = CMD;
3274 state = CMD;
3328 state = CMD;
3392 state = CMD;
2975 #define CMD macro
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y799 #define CMD 0 /* beginning of command */
960 case CMD:
1012 state = CMD;
1021 state = CMD;
1026 state = CMD;
1043 state = CMD;
1097 state = CMD;
1161 state = CMD;
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y754 state = CMD; /* reset lexer state */
1046 #define CMD 0 /* beginning of command */
1282 case CMD:
1315 return (NOTIMPL); /* state remains CMD */
1337 state = CMD;
1343 state = CMD;
1349 state = CMD;
1365 state = CMD;
1425 state = CMD;
1488 state = CMD;
[all...]
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c114 } CMD; typedef in typeref:struct:cmd
991 parse_config_line(char *line, CMD *command)
1035 process_geometry(CMD *command)
1153 process_partition(CMD *command)
1292 process_active(CMD *command)
1329 CMD command;
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c491 set(RXS, 0); set(TXS, 0); set(TMC, 0); set(CMD, 0);
510 set(RXS, 1); set(TXS, 1); set(TMC, 1); set(CMD, 1);
1149 outb (c->CMD, CMD_TX_RESET);
1150 outb (c->CMD, CMD_TX_ABORT);
1151 outb (c->CMD, CMD_CHAN_RESET);
1382 outb (c->CMD, CMD_RX_ENABLE);
1437 outb (c->CMD, CMD_TX_ENABLE);
H A Dctddk.h362 port_t MD0, MD1, MD2, CTL, RXS, TXS, TMC, CMD, ST0, member in struct:_ct_chan_t
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1575 if (auto *CMD = dyn_cast_or_null<ConstantAsMetadata>(CUorFn))
1576 if (auto *F = dyn_cast<Function>(CMD->getValue())) {
1738 if (auto *CMD = dyn_cast_or_null<ConstantAsMetadata>(Expr)) {
1739 if (auto *GV = dyn_cast<GlobalVariable>(CMD->getValue())) {
1742 } else if (auto *CI = dyn_cast<ConstantInt>(CMD->getValue())) {
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c99 } CMD; typedef in typeref:struct:cmd

Completed in 430 milliseconds

12