Searched refs:command2 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dadvisory_locking_test.cpp88 is_command(const char* op, const char* command1, const char* command2) argument
95 || command2 != NULL && !strncmp(op, command2, length);
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h77 const CommandEntry* command2);
H A DCommandLineUserInterface.cpp448 const CommandEntry* command2)
450 return ::Compare(command1->Name(), command2->Name());
447 _CompareCommandEntries(const CommandEntry* command1, const CommandEntry* command2) argument
/haiku/src/system/kernel/arch/x86/
H A Dapic.cpp160 uint32 command2 = apic_read(APIC_INTR_COMMAND_2) local
162 command2 |= destination << 24;
163 apic_write(APIC_INTR_COMMAND_2, command2);

Completed in 42 milliseconds