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

<<111213

/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c542 /* Use newer force reset command. */
544 "Using force reset command.\n");
2211 vr_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2222 switch (command) {
2250 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
2294 error = ether_ioctl(ifp, command, data);
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp308 uint16 command = fPci->read_pci_config(fDevice, PCI_command, 2); local
309 command &= ~PCI_command_io;
310 command |= PCI_command_master | PCI_command_memory;
312 fPci->write_pci_config(fDevice, PCI_command, 2, command);
H A Dxhci.cpp383 uint16 command = fPci->read_pci_config(fDevice, PCI_command, 2); local
384 command &= ~(PCI_command_io | PCI_command_int_disable);
385 command |= PCI_command_master | PCI_command_memory;
387 fPci->write_pci_config(fDevice, PCI_command, 2, command);
1129 // It is possible that while waiting for the stop-endpoint command to
1136 // same time our STOP command was in progress, causing a "Context State"
1989 // The Deconfigure bit in the Configure Endpoint command indicates
2572 TRACE("command[%u] = %" B_PRId32 " (0x%016" B_PRIx64 ", 0x%08" B_PRIx32
2610 TRACE("Received command event\n");
2615 TRACE_ERROR("received command even
[all...]
/haiku/src/kits/interface/
H A DSlider.cpp1273 int32 command, const char* property)
1275 return BControl::ResolveSpecifier(message, index, specifier, command,
1272 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 command, const char* property) argument
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c239 static int fxp_ioctl(if_t ifp, u_long command,
327 * Wait for the previous command to be accepted (but not necessarily
465 * command line. Then we check to see which one is enabled.
572 * a CU_RESUME command when it is entering the IDLE state. The
761 * the TX command blocks.
1366 * a NOP command when needed.
2171 * If there is no pending command, start another stats
2348 * command.
2369 cbp->link_addr = 0xffffffff; /* (no) next command */
2488 * Start the config command/DM
2845 fxp_ioctl(if_t ifp, u_long command, caddr_t data) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1316 Volume::IOCtl(void* _node, void* cookie, uint32 command, void *buffer, argument
1321 // check the command and its parameters
1325 switch (command) {
1359 // We don't know the command. Check whether the FileSystem knows
1361 const IOCtlInfo* info = fFileSystem->GetIOCtlInfo(command);
1363 PRINT(("Volume::IOCtl(): unknown command\n"));
1426 request->command = command;
4502 switch (buffer->command) {
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c1109 sk_ioctl(ifp, command, data)
1111 u_long command;
1120 switch(command) {
1165 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
1188 error = ether_ioctl(ifp, command, data);
3565 * transmit command due to CPU/cache related interim storage problems
3567 * mechanism to send a Start transmit command to initiate transfer
3572 * command instead of waiting for next descriptor polling time.
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c1061 /* Issue the read EEPROM command. */
1813 * memory read byte count of the PCI-X command
4029 uint32_t cachesize, command, mac_mode, mac_mode_mask, reset, val; local
4069 command = pci_read_config(dev, BGE_PCI_CMD, 4);
4167 pci_write_config(dev, BGE_PCI_CMD, command, 4);
5758 bge_ioctl(if_t ifp, u_long command, caddr_t data) argument
5765 switch (command) {
5793 * then just use the 'set promisc mode' command
5829 &sc->bge_ifmedia, command);
5833 &mii->mii_media, command);
[all...]
/haiku/src/kits/tracker/
H A DStatusWindow.cpp80 TCustomButton(BRect frame, uint32 command);
/haiku/src/apps/bootmanager/
H A Dbootman.S85 ; extension command subset
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c367 * Send a read command and address to the EEPROM, check for ACK.
3408 re_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
3415 switch (command) {
3468 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
3558 error = ether_ioctl(ifp, command, data);
3621 * Otherwise it's possible to get frames while stop command
/haiku/src/kits/app/
H A DMessage.cpp906 BMessage::SendReply(uint32 command, BHandler* replyTo) argument
909 BMessage message(command);
968 BMessage::SendReply(uint32 command, BMessage* replyToReply) argument
971 BMessage message(command);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c2677 uint8_t command; local
2680 command = RGE_READ_1(sc, RGE_CMD);
2681 if (!ISSET(command, RGE_CMD_RXENB) || command == 0xff)
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c4357 iflib_if_ioctl(if_t ifp, u_long command, caddr_t data) argument
4367 switch (command) {
4390 err = ether_ioctl(ifp, command, data);
4454 err = ifmedia_ioctl(ifp, ifr, ctx->ifc_mediap, command);
4527 err = IFDI_PRIV_IOCTL(ctx, command, data);
4531 err = ether_ioctl(ifp, command, data);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2943 MainWin::_MarkItem(BMenu* menu, uint32 command, bool mark) argument
2945 if (BMenuItem* item = menu->FindItem(command))
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c656 /* Wait until controller executes OP_TCPSTART command. */
1056 msk_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
1067 switch(command) {
1120 error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
1175 error = ether_ioctl(ifp, command, data);
4238 * The Rx Stop command will not work for Yukon-2 if the BMU does not
/haiku/src/bin/network/telnet/
H A Dcommands.c115 const char *name; /* command name */
117 int (*handler)(int, char **); /* routine which executes command */
164 strcpy(saveline, line); /* save for shell command */
275 * the "send" command.
285 int nbyte; /* Number of bytes to send this command */
336 struct sendlist *s; /* pointer to current command */
341 printf("need at least one argument for 'send' command\n");
365 "Need %d argument%s to 'send %s' command. 'send %s ?' for help.\n",
508 struct sendlist *s; /* pointer to current command */
519 * to by the arguments to the "toggle" command
2603 command(int top, const char *tbuf, int cnt) function
[all...]
/haiku/src/apps/mail/
H A DMailWindow.cpp1717 // the user used this command, make sure the folder actually
2787 // Ask the server to train on the message. Give it the command word and
3335 TMailWindow::_UpdateLabel(uint32 command, const char* label, bool show) argument
3337 BButton* button = fToolBar->FindButton(command);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp741 request->command, buffer, len);
/haiku/headers/private/userlandfs/private/
H A DRequests.h670 uint32 command; member in class:UserlandFSUtil::IOCtlRequest

Completed in 480 milliseconds

<<111213