Home
last modified time | relevance | path

Searched refs:CMD (Results 26 – 50 of 83) sorted by relevance

1234

/freebsd/contrib/unbound/contrib/
H A DDockerfile.tests9 CMD ["/bin/bash"]
/freebsd/sbin/fdisk/
H A Dfdisk.c114 } CMD; typedef
962 parse_config_line(char *line, CMD *command) in parse_config_line()
1006 process_geometry(CMD *command) in process_geometry()
1124 process_partition(CMD *command) in process_partition()
1263 process_active(CMD *command) in process_active()
1300 CMD command; in process_line()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dolpc,xo1.75-ec.txt5 - cmd-gpios: gpio specifier of the CMD pin
H A Dolpc,xo1.75-ec.yaml28 description: GPIO uspecifier of the CMD pin
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2162a-sr-som.dtsi40 /* The following setting enables 1-1-8 (CMD-ADDR-DATA) mode */
H A Dfsl-lx2160a-cex7.dtsi175 /* The following setting enables 1-1-8 (CMD-ADDR-DATA) mode */
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drenesas,rsnd.txt12 - CMD
104 - CMD Block
105 - Functional Blocks in CMD
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2975 #define CMD 0 /* beginning of command */
3183 case CMD:
3237 state = CMD;
3246 state = CMD;
3251 state = CMD;
3271 state = CMD;
3325 state = CMD;
3389 state = CMD;
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-nanopi-k2.dts258 "eMMC Reset", "eMMC CMD",
262 "SDCard D1", "SDCard D0", "SDCard CLK", "SDCard CMD",
281 "WIFI SDIO D3", "WIFI SDIO CLK", "WIFI SDIO CMD",
H A Dmeson-gxl-s905x-libretech-cc.dts270 "eMMC Clk", "eMMC Reset", "eMMC CMD",
273 "SDCard D1", "SDCard D0", "SDCard CLK", "SDCard CMD",
H A Dmeson-gxbb-odroidc2.dts300 "eMMC Reset", "eMMC CMD",
303 "SDCard D1", "SDCard D0", "SDCard CLK", "SDCard CMD",
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dspear300.dtsi37 0x80010000 0x0010>; /* NAND Base CMD */
H A Dspear310.dtsi32 0x40010000 0x0010>; /* NAND Base CMD */
H A Dspear320.dtsi39 0x50010000 0x0010>; /* NAND Base CMD */
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts234 "SDC0-D1", "SDC0-D0", "SDC0-CLK", "SDC0-CMD", "SDC0-D3",
241 "WL-SDIO-CLK", "WL-SDIO-CMD", "WL-SDIO-D0", "WL-SDIO-D1",
H A Dsun6i-a31s-sinovoip-bpi-m2.dts281 "", "", "", "", "", "", "WL-SDIO-CMD", "WL-SDIO-CLK",
302 "SDC0-D1", "SDC0-D0", "SDC0-CLK", "SDC0-CMD", "SDC0-D3",
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template50 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsystop43 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt7622-rfb1.dts252 * DAT5,DAT6,DAT7,CMD,CLK for eMMC respectively
396 * DAT2, DAT3, CMD, CLK for SD respectively.
H A Dmt7622-bananapi-bpi-r64.dts325 * DAT5,DAT6,DAT7,CMD,CLK for eMMC respectively
474 * DAT2, DAT3, CMD, CLK for SD respectively.
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dfsmc-nand.txt49 0xd2010000 0x0010>; /* NAND Base CMD */
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-sam9x60_curiosity.dts400 …AT91_PIOA 16 AT91_PERIPH_A (AT91_PINCTRL_PULL_UP | AT91_PINCTRL_DRIVE_STRENGTH_HI) /* PA16 CMD per…
417 …AT91_PIOA 12 AT91_PERIPH_B (AT91_PINCTRL_PULL_UP | AT91_PINCTRL_DRIVE_STRENGTH_HI) /* PA12 CMD per…
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmci.txt27 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp680 if (isa<CXXConstructorDecl, CXXDestructorDecl>(CMD)) { in checkMustTailAttr()
682 << IsCallee << isa<CXXDestructorDecl>(CMD); in checkMustTailAttr()
684 Diag(CMD->getBeginLoc(), diag::note_musttail_structors_forbidden) in checkMustTailAttr()
685 << isa<CXXDestructorDecl>(CMD); in checkMustTailAttr()
689 if (CMD->isStatic()) in checkMustTailAttr()
692 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
695 Type.Func = CMD->getType()->castAs<FunctionProtoType>(); in checkMustTailAttr()
713 } else if (const auto *CMD = dyn_cast<CXXMethodDecl>(CurContext)) { in checkMustTailAttr() local
715 if (!GetMethodType(CMD, CallerType, false)) in checkMustTailAttr()
729 if (const CXXMethodDecl *CMD = in checkMustTailAttr() local
[all …]
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in116 local CMD="$*"
120 $CMD

1234