Searched refs:Command (Results 76 - 100 of 131) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_ioctl.h341 uint32_t Command; member in struct:mps_reg_access
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi51.h796 UINT16 Command; member in struct:__anon5842
858 UINT16 Command; member in struct:__anon5845
1675 /// ERST Action Command Status
1755 /// EINJ Action Command Status
1868 UINT8 Command; member in struct:__anon5895
1884 EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND Command; member in struct:__anon5897
H A DAcpi50.h841 UINT16 Command; member in struct:__anon5754
903 UINT16 Command; member in struct:__anon5757
1659 /// ERST Action Command Status
1739 /// EINJ Action Command Status
1852 UINT8 Command; member in struct:__anon5804
1868 EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND Command; member in struct:__anon5806
H A DAcpi60.h811 UINT16 Command; member in struct:__anon5934
873 UINT16 Command; member in struct:__anon5937
1862 /// ERST Action Command Status
1942 /// EINJ Action Command Status
2055 UINT8 Command; member in struct:__anon5997
2071 EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND Command; member in struct:__anon5999
/freebsd-11-stable/sys/dev/aac/
H A Daac.c78 /* Command Processing */
86 /* Command Buffer Management */
397 mi->Command = (sc->flags & AAC_FLAGS_LBA_64BIT) ?
750 cc->Command = VM_CloseAll;
946 * Command Processing
1072 switch (fib->Header.Command) {
1236 fib->Header.Command = RawIo;
1252 fib->Header.Command = ContainerCommand;
1256 br->Command = VM_CtBlockRead;
1266 bw->Command
[all...]
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_ioctl.h342 uint32_t Command; member in struct:mpr_reg_access
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S128 movb $0xd1,%al # Command: Write
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSP430.cpp230 C.addCommand(std::make_unique<Command>(JA, *this, Args.MakeArgString(Linker),
H A DRISCVToolchain.cpp194 C.addCommand(std::make_unique<Command>(JA, *this, Args.MakeArgString(Linker),
H A DBareMetal.cpp194 C.addCommand(std::make_unique<Command>(JA, *this,
H A DHexagon.cpp186 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
378 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DMinGW.cpp52 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
309 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DNetBSD.cpp106 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
340 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DFreeBSD.cpp131 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
361 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DCuda.cpp417 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
483 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
560 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DDarwin.cpp150 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
458 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, None));
659 std::unique_ptr<Command> Cmd =
660 std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs);
684 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
704 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
727 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp358 std::string Command; local
375 Command = Token;
388 auto Path = FindProgramByName(Command, Argv0, (void *)(intptr_t)&lexCommand);
390 Message = std::string("Cannot find '") + Command +
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1289 for (const auto &Command : MachO->load_commands()) {
1290 if (Command.C.cmd == MachO::LC_SEGMENT) {
1291 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command);
1296 } else if (Command.C.cmd == MachO::LC_SEGMENT_64) {
1297 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command);
1653 for (const auto &Command : MachO->load_commands()) {
1654 if (Command.C.cmd == MachO::LC_FUNCTION_STARTS) {
1658 MachO->getLinkeditDataLoadCommand(Command);
1661 } else if (Command.C.cmd == MachO::LC_MAIN) {
1663 MachO->getEntryPointCommand(Command);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp176 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n"; local
178 // Check to see if we already have 'Command' in UniqueOperandCommands.
180 auto I = llvm::find(UniqueOperandCommands, Command);
187 UniqueOperandCommands.push_back(std::move(Command));
225 std::string Command = " " + local
228 UniqueOperandCommands[CommandIdx] += Command;
/freebsd-11-stable/sys/conf/
H A Dkmod.mk27 # KMODLOAD Command to load a kernel module [/sbin/kldload]
29 # KMODUNLOAD Command to unload a kernel module [/sbin/kldunload]
31 # KMODISLOADED Command to check whether a kernel module is
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat3 REM Command file for Sphinx documentation
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp91 // We expect to get back exactly one Command job, if we didn't something
120 if (Jobs.size() == 0 || !isa<driver::Command>(*Jobs.begin()) ||
131 const auto &Cmd = cast<driver::Command>(*Jobs.begin());
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2283 reply(500, "Command not implemented.");
2298 reply(500, "Command not implemented.");
2305 reply(500, "Command not implemented.");
2318 reply(500, "Command not implemented.");
2334 reply(500, "Command not implemented.");
2753 reply(533, "Command protection level denied "
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h309 UINT8 Command; member in struct:acpi_asf_alert_data
339 UINT8 Command; member in struct:acpi_asf_control_data
353 UINT8 Command; member in struct:acpi_asf_rmcp
/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c1053 * IO ATA Command
1695 if (pCmd->uCmd.Ide.Command == IDE_COMMAND_VERIFY && pCmd->uScratch.sata_param.cmd_priv > 1) {
1754 switch (pCmd->uCmd.Ide.Command)
1768 if(pCmd->uCmd.Ide.Command == IDE_COMMAND_READ)
1812 (MV_U8)(is48bit ? (pCmd->cf_data_in?IDE_COMMAND_READ_EXT:IDE_COMMAND_WRITE_EXT):pCmd->uCmd.Ide.Command)
2828 pCmd->uCmd.Ide.Command = IDE_COMMAND_READ;
2835 pCmd->uCmd.Ide.Command = IDE_COMMAND_WRITE;
2840 pCmd->uCmd.Ide.Command = IDE_COMMAND_VERIFY;

Completed in 546 milliseconds

123456