Searched refs:command (Results 276 - 300 of 320) sorted by relevance

<<111213

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp648 // read a command from the debug port
649 int32 command; local
651 ssize_t commandMessageSize = read_port_etc(port, &command,
663 switch (command) {
1676 // command processing loop
1678 int32 command; local
1680 ssize_t messageSize = read_port_etc(port, &command, &message,
1711 // process the command
1712 switch (command) {
2456 status_t error = kill_interruptable_write_port(replyPort, command,
[all...]
/haiku/src/kits/interface/
H A DMenu.cpp178 "found in \"data\" and the int32 command found in \"what\" (used as "
204 "found in \"data\" and the int32 command found in \"what\" (used as "
1012 BMenu::FindItem(uint32 command) const
1019 if (item->Command() == command)
1023 item = item->Submenu()->FindItem(command);
2611 bool command = false; local
2639 command = true;
2664 if (command) {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp39 CreateCommandActuator(const char* command) argument
43 char** argv = ParseArgvFromString(command, argc);
44 if (command[0] == '*') {
186 string << "You didn't specify a command for this hotkey.";
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp233 Volume::IOCtl(void* node, void* cookie, uint32 command, void *buffer, argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h113 uint32 command, void *buffer, size_t size);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp544 scsi_cmd_read_toc &toc = *(scsi_cmd_read_toc*)&raw.command;
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c1664 * to kick Tx command. What might be required would be
1668 * run and watchdog timer for the kick command was set
1774 bfe_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
1781 switch (command) {
1803 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
1806 error = ether_ioctl(ifp, command, data);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c276 * Send a read command and address to the EEPROM, check for ACK.
1814 rl_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
1821 switch (command) {
1845 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
1885 error = ether_ioctl(ifp, command, data);
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c1759 sge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
1769 switch(command) {
1842 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
1845 error = ether_ioctl(ifp, command, data);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css464 cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp529 DragSortableListView::SetDragCommand(uint32 command) argument
531 fDragCommand = command;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp499 HaikuKernelVolume::IOCtl(void* _node, void* cookie, uint32 command, argument
506 return node->ops->ioctl(&fVolume, node, cookie, command, buffer,
/haiku/headers/os/app/
H A DMessage.h97 status_t SendReply(uint32 command,
105 status_t SendReply(uint32 command,
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c477 * Send a read command and address to the EEPROM, check for ACK.
2021 uint32_t command; local
2239 command = pci_read_config(dev, DC_PCI_CFDD, 4);
2240 command &= ~(DC_CFDD_SNOOZE_MODE | DC_CFDD_SLEEP_MODE);
2241 pci_write_config(dev, DC_PCI_CFDD, command, 4);
3855 dc_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
3862 switch (command) {
3893 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
3922 error = ether_ioctl(ifp, command, data);
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2460 // create the set up command line
2465 string command;
2472 command = string("mkdir ") + entry->path;
2474 command = string("( ")
2483 command = string("touch ") + entry->path;
2488 command = string("ln -s ") + entry->link + " " + entry->path;
2494 if (command.length() > 0) {
2496 setUpCommandLine = command;
2498 setUpCommandLine += string(" ; ") + command;
2501 // create the tear down command lin
[all...]
/haiku/headers/private/system/
H A Dsyscalls.h128 extern int _kern_xsi_semctl(int semID, int semNumber, int command,
134 extern int _kern_xsi_msgctl(int messageQueueID, int command,
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h466 #define Setscreen(log, phys, mode, command) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys, (int16)mode, (int16)command)
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp386 DragSortableListView::SetDragCommand(uint32 command) argument
388 fDragCommand = command;
/haiku/src/libs/compat/freebsd_network/
H A Dif.c849 ether_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
853 //dprintf("ether_ioctl: received %d\n", command);
855 switch (command) {
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c351 * the 'command in progress' bit may never clear. Hence, we wait
368 device_printf(sc->xl_dev, "command never completed!\n");
527 * it a command.
854 * after issuing the reset command before trying to access any
857 * the command busy bit in the status register.
2810 * stall command to complete before proceeding.
3024 xl_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
3031 switch (command) {
3062 &sc->ifmedia, command);
3065 &mii->mii_media, command);
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp559 uint16 command = PCI_command_io | PCI_command_master | PCI_command_memory; local
560 command |= fPci->read_pci_config(fDevice, PCI_command, 2);
562 fPci->write_pci_config(fDevice, PCI_command, 2, command);
781 // Set the run bit in the command register
/haiku/src/apps/terminal/
H A DTermWindow.cpp1806 TermWindow::_MakeFontSizeMenu(uint32 command, uint8 defaultSize) argument
1821 BMessage* message = new BMessage(command);
1836 BMessage* message = new BMessage(command);
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_aironet_ieee.h41 * This header defines a simple command interface to the FreeBSD
744 * Ioctl constants to be used in airo_ioctl.command
795 unsigned short command; /* What to do */ member in struct:aironet_ioctl
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c256 * Send a read command and address to the EEPROM, check for ACK.
2119 sis_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2126 switch (command) {
2151 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
2187 error = ether_ioctl(ifp, command, data);
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c257 /* Issue read command */
375 /* Issue read command. */
378 /* Wait for the read command bit to self-clear. */
411 /* Issue write command. */
414 /* Wait for the write command bit to self-clear. */
480 /* Issue a write command. */
2003 /* Issue a transmit command. */
2256 vge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2263 switch (command) {
2301 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
[all...]

Completed in 236 milliseconds

<<111213