Searched refs:cmd (Results 76 - 100 of 318) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/mii/
H A Dukphy.c137 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
140 switch (cmd) {
158 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A Dukphy.c137 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
140 switch (cmd) {
158 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/mii/
H A Dukphy.c137 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
140 switch (cmd) {
158 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/mii/
H A Dukphy.c137 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
140 switch (cmd) {
158 mii_phy_update(sc, cmd);
/haiku/src/bin/i2c/
H A Di2c.cpp59 uint8 cmd = 0; local
64 exec.cmdBuffer = &cmd;
65 exec.cmdLength = sizeof(cmd);
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp385 uint8 cmd[] = { local
392 status = _ExecCommand(I2C_OP_WRITE_STOP, cmd, sizeof(cmd), NULL, 0);
407 uint8 cmd[] = { local
414 return _ExecCommand(I2C_OP_WRITE_STOP, cmd, sizeof(cmd), NULL, 0);
421 uint8_t cmd[2] = { local
423 status_t status = _FetchBuffer(cmd, sizeof(cmd), fTransferBuffer,
437 uint8_t cmd[ local
453 uint8 cmd[] = { local
528 _FetchBuffer(uint8* cmd, size_t cmdLength, void* buffer, size_t bufferLength) argument
537 _ExecCommand(i2c_op op, uint8* cmd, size_t cmdLength, void* buffer, size_t bufferLength) argument
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp395 BString cmd = "APOP "; local
396 cmd += uid;
397 cmd += " ";
398 cmd += md5sum;
399 cmd += CRLF;
401 err = SendCommand(cmd.String());
417 BString cmd = "USER "; local
418 cmd += uid;
419 cmd += CRLF;
421 err = SendCommand(cmd
541 BString cmd; local
566 BString cmd; local
701 BString cmd = "DELE "; local
765 SendCommand(const char* cmd) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_path_storage.h54 void add_vertex(double x, double y, unsigned cmd);
56 void modify_vertex(unsigned idx, double x, double y, unsigned cmd);
57 void modify_command(unsigned idx, unsigned cmd);
148 unsigned cmd = v.vertex(i, &x, &y); local
149 add_vertex(x, y, cmd);
164 unsigned cmd)
167 *storage_ptrs(&coord_ptr) = (int8u)cmd;
187 unsigned cmd)
194 m_cmd_blocks[block][offset] = (int8u)cmd;
200 unsigned cmd)
163 add_vertex(double x, double y, unsigned cmd) argument
185 modify_vertex(unsigned idx, double x, double y, unsigned cmd) argument
199 modify_command(unsigned idx, unsigned cmd) argument
218 int8u cmd = m_cmd_blocks[b1][o1]; local
724 unsigned cmd; local
739 unsigned cmd; local
987 unsigned cmd = m_vertices.prev_vertex(&x_ctrl, &y_ctrl); local
1046 unsigned cmd = prev_vertex(&x_ctrl1, &y_ctrl1); local
1146 modify_vertex(unsigned idx, double x, double y, unsigned cmd) argument
1153 modify_command(unsigned idx, unsigned cmd) argument
1268 unsigned cmd; local
1324 unsigned cmd = m_vertices.vertex(i, &x, &y); local
1341 unsigned cmd = m_vertices.vertex(i, &x, &y); local
1363 add_vertex(double x, double y, unsigned cmd) argument
1377 modify_vertex(unsigned idx, double x, double y, unsigned cmd) argument
1385 modify_command(unsigned idx, unsigned cmd) argument
[all...]
H A Dagg_vcgen_bspline.h49 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_markers_term.h38 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_conv_curve.h165 unsigned cmd = m_source->vertex(x, y); local
166 switch(cmd)
180 cmd = path_cmd_line_to;
197 cmd = path_cmd_line_to;
202 return cmd;
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp411 char *cmd = new char[::strlen(localhost)+8]; local
413 ::sprintf(cmd,"HELO %s" CRLF, localhost);
415 ::sprintf(cmd,"EHLO %s" CRLF, localhost);
417 if (SendCommand(cmd) != B_OK) {
418 delete[] cmd;
422 delete[] cmd;
704 BString cmd = "QUIT"; local
705 cmd += CRLF;
707 if (SendCommand(cmd.String()) != B_OK) {
718 BString cmd local
886 SendCommand(const char *cmd) argument
[all...]
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp149 fRegs->cmd |= PORT_CMD_POD;
152 fRegs->cmd |= PORT_CMD_SUD;
155 fRegs->cmd = (fRegs->cmd & ~PORT_CMD_ICC_MASK) | PORT_CMD_ICC_ACTIVE;
158 fRegs->cmd |= PORT_CMD_FRE;
207 fRegs->cmd &= ~PORT_CMD_FRE;
208 if (wait_until_clear(&fRegs->cmd, PORT_CMD_FR, 500000) < B_OK)
330 fRegs->cmd |= PORT_CMD_ATAPI;
332 fRegs->cmd &= ~PORT_CMD_ATAPI;
366 TRACE(" cmd
597 const scsi_cmd_inquiry* cmd = (const scsi_cmd_inquiry*)request->cdb; local
702 const scsi_cmd_inquiry* cmd = (const scsi_cmd_inquiry*)request->cdb; local
898 const scsi_cmd_read_capacity* cmd local
937 const scsi_cmd_read_capacity_long* cmd local
1359 const scsi_cmd_rw_6* cmd = (const scsi_cmd_rw_6*)request->cdb; local
1370 const scsi_cmd_rw_10* cmd = (const scsi_cmd_rw_10*)request->cdb; local
1387 const scsi_cmd_rw_12* cmd = (const scsi_cmd_rw_12*)request->cdb; local
1404 const scsi_cmd_rw_16* cmd = (const scsi_cmd_rw_16*)request->cdb; local
1420 const scsi_cmd_unmap* cmd = (const scsi_cmd_unmap*)request->cdb; local
[all...]
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp219 uint32 cmd;
221 /* uint32 cmd = ESD_PROTO_CONNECT;
222 err = write(fSocket, &cmd, sizeof(cmd));
225 if (err < sizeof(cmd))
238 cmd = ESD_ENDIAN_TAG;
239 err = write(fSocket, &cmd, sizeof(cmd));
242 if ((unsigned)err < sizeof(cmd))
261 cmd
315 SetCommand(esd_command_t cmd) argument
428 SendCommand(esd_command_t cmd, const uint8 *obuf, size_t olen, uint8 *ibuf, size_t ilen) argument
[all...]
H A DESDEndpoint.h57 status_t SetCommand(esd_command_t cmd=ESD_PROTO_STREAM_PLAY);
76 status_t SendCommand(esd_command_t cmd, const uint8 *obuf, size_t olen, uint8 *ibuf, size_t ilen);
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dfreecom.c62 uint8 cmd[12]; /* An ATAPI command. */ member in union:__anon1418::__anon1419
237 write_command(usb_device_info *udi, uint8 type, uint8 *cmd, uint8 timeout) argument
245 if(0 != cmd){
246 memcpy(fc.data.cmd, cmd, sizeof(fc.data.cmd));
247 if(cmd[0] == 0x00){
252 udi->trace_bytes("FCM:FC::Cmd:\n", fc.data.cmd, sizeof(fc.data.cmd));
483 \param cmd
497 freecom_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
[all...]
/haiku/src/kits/media/
H A DTimeSource.cpp390 node_time_warp_command cmd; local
391 cmd.at_real_time = at_real_time;
392 cmd.to_performance_time = new_performance_time;
394 &cmd, sizeof(cmd));
412 node_set_run_mode_command cmd; local
413 cmd.mode = mode;
415 &cmd, sizeof(cmd));
520 timesource_remove_slave_node_command cmd; local
536 timesource_add_slave_node_command cmd; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dxlphy.c149 xlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
152 switch (cmd) {
172 mii_phy_update(sc, cmd);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_fw.c60 struct r88e_fw_cmd cmd; local
81 memset(&cmd, 0, sizeof(cmd));
82 cmd.id = id;
83 KASSERT(len <= sizeof(cmd.msg),
85 __func__, len, sizeof(cmd.msg)));
86 memcpy(cmd.msg, buf, len);
91 *(uint32_t *)((uint8_t *)&cmd + 4));
95 error = rtwn_write_4(sc, R92C_HMEBOX(sc->fwcur), *(uint32_t *)&cmd);
/haiku/src/tests/add-ons/kernel/file_systems/fat/
H A Dfat_test.sh99 pkgman install -y cmd:fstorture cmd:fsx cmd:fsck.fat cmd:mkfs.fat
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php505 $cmd = ''; variable
507 $cmd .= "QEMU_AUDIO_DRV=twolame ";
508 //$cmd .= "QEMU_TWOLAME_SAMPLES=" . 4096 . " ";
509 $cmd .= "QEMU_TWOLAME_PORT=" . audio_port() . " ";
511 $cmd .= QEMU_BIN . " " . QEMU_ARGS;
513 $cmd .= " -smp " . $cpucount;
515 $cmd .= " -soundhw hda";
518 $cmd .= " -serial telnet::";
519 $cmd .= (SERIALPORTBASE + qemu_slot());
520 $cmd
552 $cmd = "(PID=`cat " . $pidfile . "`; " . variable
[all...]
/haiku/src/libs/agg/src/
H A Dagg_vpgen_clip_polygon.cpp125 unsigned cmd = m_cmd; local
127 return cmd;
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_module.h50 uint8 *cmd, uint8 cmdlen,
65 uint8 *cmd, uint8 len,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn_debug.h42 IWN_DEBUG_CMD = 0x00001000, /* cmd submission */
60 iwn_intr_str(uint8_t cmd) argument
62 switch (cmd) {
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp375 standard_command_timeout(ps2_dev* dev, uint8 cmd, const uint8* out, argument
385 TRACE("ps2: ps2_dev_command cmd 0x%02x, out-count %d, in-count %d, "
386 "dev %s\n", cmd, out_count, in_count, dev->name);
426 if (cmd == PS2_CMD_GET_DEVICE_ID)
428 else if (cmd == PS2_CMD_RESEND)
432 ps2_write_data(cmd);
501 ps2_dev_command(ps2_dev* dev, uint8 cmd, const uint8* out, int out_count, argument
504 return ps2_dev_command_timeout(dev, cmd, out, out_count, in, in_count,
510 ps2_dev_command_timeout(ps2_dev* dev, uint8 cmd, const uint8* out, argument
513 return dev->command(dev, cmd, ou
518 ps2_dev_sliced_command(ps2_dev* dev, uint8 cmd) argument
[all...]

Completed in 111 milliseconds

1234567891011>>