Searched refs:cmd (Results 151 - 175 of 318) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/mii/
H A Dciphy.c126 ciphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
131 switch (cmd) {
223 cmd == MII_MEDIACHG) {
226 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.h62 status_t passthrough_command(ps2_dev *dev, uint8 cmd, const uint8 *out,
/haiku/src/apps/expander/
H A DExpanderThread.cpp52 BString cmd; local
62 if ((status = GetDataStore()->FindString("cmd", &cmd)) != B_OK)
70 cmd.ReplaceAll("%s", pathString.String());
77 argv[2] = strdup(cmd.String());
219 out = filedes[0]; // Read from out, taken from cmd's stdout
221 err = filedes[0]; // Read from err, taken from cmd's stderr
/haiku/src/add-ons/kernel/busses/scsi/usb/datafab/
H A Ddatafab.c43 uint8 *cmd; member in struct:__anon1
747 \param cmd: SCSI command to be performed on USB device
762 uint8 *cmd,
775 .cmd = cmd,
785 switch(cmd[0]){
761 datafab_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, iovec*sg_data, int32 sg_count, int32 transfer_len, EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb) argument
/haiku/headers/libs/agg/
H A Dagg_rasterizer_outline_aa.h140 void add_vertex(double x, double y, unsigned cmd) argument
142 if(is_move_to(cmd))
149 if(is_end_poly(cmd))
151 render(is_closed(cmd));
152 if(is_closed(cmd))
171 unsigned cmd; local
173 while(!is_stop(cmd = vs.vertex(&x, &y)))
175 add_vertex(x, y, cmd);
H A Dagg_rasterizer_compound_aa.h135 void add_vertex(double x, double y, unsigned cmd);
147 unsigned cmd; local
150 while(!is_stop(cmd = vs.vertex(&x, &y)))
152 add_vertex(x, y, cmd);
387 void rasterizer_compound_aa<Clip>::add_vertex(double x, double y, unsigned cmd) argument
389 if(is_move_to(cmd))
394 if(is_vertex(cmd))
399 if(is_close(cmd))
H A Dagg_vcgen_stroke.h78 void add_vertex(double x, double y, unsigned cmd);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp780 EcCommand(struct acpi_ec_cookie* sc, EC_COMMAND cmd) argument
783 if (!ec_burst_mode && cmd == EC_COMMAND_BURST_ENABLE)
788 switch (cmd) {
799 TRACE("EcCommand: invalid command %#x\n", cmd);
810 TRACE("running command %#x\n", cmd);
812 EC_SET_CSR(sc, cmd);
816 if (cmd == EC_COMMAND_BURST_ENABLE) {
822 TRACE("EcCommand: no response to %#x\n", cmd);
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp152 ERROR("exec_command can't write, cmd too long %" B_PRIuSIZE
160 uint32 cmd = buffer[i]; local
162 cmd |= PCH_IC_DATA_CMD_STOP;
163 write32(bus->registers + PCH_IC_DATA_CMD, cmd);
175 uint32 cmd = PCH_IC_DATA_CMD_READ; local
177 cmd = buffer[i];
180 cmd |= PCH_IC_DATA_CMD_RESTART;
183 cmd |= PCH_IC_DATA_CMD_STOP;
185 write32(bus->registers + PCH_IC_DATA_CMD, cmd);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h64 status_t SendCommand(const char* cmd);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h67 // uint8 * SetCommandFis(volatile command_list_entry *cmd, volatile fis *fis, const void *data, size_t dataSize);
103 volatile uint32 dummy = fRegs->cmd;
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.h115 uint8_t cmd; member in struct:virtio_net_ctrl_hdr
144 * In addition to the class/cmd header, the TABLE_SET command requires
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp136 RootVolume::IOCtl(Node* node, void* cookie, int cmd, void* buffer, argument
142 switch (cmd) {
196 PRINT("RootVolume::IOCtl(): unknown ioctl: %d\n", cmd);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_cbi.c67 static void cbi_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, //sg_buffer *sgb,
201 \param cmd: ???
208 cbi_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, argument
218 status = send_request_adsc(udi, cmd, cmdlen);
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/mii/
H A Datphy.c112 atphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
117 switch (cmd) {
207 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/mii/
H A Djmphy.c116 jmphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
120 switch (cmd) {
159 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/mii/
H A Dnsphy.c147 nsphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
151 switch (cmd) {
205 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A Dxmphy.c142 xmphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
147 switch (cmd) {
209 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c1573 vr_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1583 rx_npkts = vr_poll_locked(ifp, cmd, count);
1589 vr_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1604 if (cmd == POLL_AND_CHECK_STATUS) {
2343 uint8_t cmd; local
2345 cmd = CSR_READ_1(sc, VR_CR0);
2346 if ((cmd & VR_CR0_TX_ON) == 0) {
2349 cmd |= VR_CR0_TX_ON;
2350 CSR_WRITE_1(sc, VR_CR0, cmd);
2362 uint8_t cmd; local
2378 uint8_t cmd; local
2400 uint8_t cmd; local
[all...]
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h402 * The cmd argument will be either F_GETLK, F_SETLK or F_SETLKW.
431 int (*lock) (const char *, struct fuse_file_info *, int cmd,
499 * determined by _IOC_*() decoding of cmd. For _IOC_NONE,
502 * non-NULL cases, the area is of _IOC_SIZE(cmd) bytes.
509 int (*ioctl) (const char *, int cmd, void *arg,
859 struct fuse_file_info *fi, int cmd, struct flock *lock);
885 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg,
995 void fuse_process_cmd(struct fuse *f, struct fuse_cmd *cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dem_txrx.c226 u32 cmd; local
230 cmd = sc->txd_cmd;
264 cmd |= E1000_TXD_CMD_IP;
275 cmd |= E1000_TXD_CMD_TCP;
291 htole32(E1000_TXD_CMD_IFCS | E1000_TXD_CMD_DEXT | cmd);
296 DPRINTF(iflib_get_dev(sc->ctx), "checksum_setup csum_flags=%x txd_upper=%x txd_lower=%x hdr_len=%d cmd=%x\n",
297 csum_flags, *txd_upper, *txd_lower, hdr_len, cmd);
357 uint32_t cmd; local
362 cmd = E1000_TXD_CMD_IFCS | sc->txd_cmd;
372 ctxd->lower.data = htole32(cmd | txd_lowe
[all...]
/haiku/src/bin/network/telnet/
H A Dutilities.c178 printoption(const char *direction, int cmd, int option)
182 if (cmd == IAC) {
189 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
190 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
200 fprintf(NetTrace, "%s %d %d", direction, cmd, option);
177 printoption(const char *direction, int cmd, int option) argument
H A Dtelnet.c995 lm_will(unsigned char *cmd, int len)
1001 switch(cmd[0]) {
1005 str_lm[4] = cmd[0];
1016 lm_wont(unsigned char *cmd, int len)
1022 switch(cmd[0]) {
1031 lm_do(unsigned char *cmd, int len)
1037 switch(cmd[0]) {
1041 str_lm[4] = cmd[0];
1052 lm_dont(unsigned char *cmd, int len)
1058 switch(cmd[
992 lm_will(unsigned char *cmd, int len) argument
1013 lm_wont(unsigned char *cmd, int len) argument
1028 lm_do(unsigned char *cmd, int len) argument
1049 lm_dont(unsigned char *cmd, int len) argument
1068 lm_mode(unsigned char *cmd, int len, int init) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp337 fwohci_ioctl (void *cookie, u_long cmd, void *data, size_t len) argument
356 switch (cmd) {
851 FWOHCI_DMA_WRITE(db->db.desc.cmd, step);
859 FWOHCI_DMA_WRITE(db->db.desc.cmd, info->pay_len % step);
946 FWOHCI_DMA_WRITE(db->db.desc.cmd,
1006 FWOHCI_DMA_SET(db_tr->db[i].db.desc.cmd,
1017 FWOHCI_DMA_SET(db->db.desc.cmd,
1421 db[ldesc].db.desc.cmd,
1425 db[0].db.desc.cmd,
1525 db[ldesc].db.desc.cmd,
2285 uint32_t off, cntl, stat, cmd, match; local
2334 uint32_t cmd, off; local
2411 uint32_t cmd, res; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp1053 TRACE_VERBS("send_verb: (%02x:%02x.%x:%u) cmd 0x%08" B_PRIx32 "\n",
1101 uint16 cmd; local
1127 cmd = gPci->read_pci_config(pciInfo.bus, pciInfo.device, pciInfo.function,
1129 if (!(cmd & PCI_command_master)) {
1131 cmd |= PCI_command_master;
1133 if (!(cmd & PCI_command_memory)) {
1135 cmd |= PCI_command_memory;
1138 PCI_command, 2, cmd);
1183 cmd = gPci->read_pci_config(pciInfo.bus, pciInfo.device, pciInfo.function,
1185 if (controller->msi != ((cmd
[all...]

Completed in 159 milliseconds

1234567891011>>