/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/ |
H A D | nvme_admin.c | 41 struct nvme_cmd *cmd, in nvme_admin_submit_cmd() 84 struct nvme_cmd *cmd, in nvme_admin_exec_cmd() 108 struct nvme_cmd cmd; in nvme_admin_identify_ctrlr() local 130 struct nvme_cmd cmd; in nvme_admin_get_feature() local 165 struct nvme_cmd cmd; in nvme_admin_set_feature() local 199 struct nvme_cmd cmd; in nvme_admin_create_ioq() local 235 struct nvme_cmd cmd; in nvme_admin_delete_ioq() local 262 struct nvme_cmd cmd; in nvme_admin_identify_ns() local 282 struct nvme_cmd cmd; in nvme_admin_attach_ns() local 302 struct nvme_cmd cmd; in nvme_admin_detach_ns() local [all …]
|
/haiku/src/add-ons/kernel/busses/scsi/usb/ |
H A D | transform_procs.c | 37 transform_6_to_10(uint8 *cmd, uint8 len, uint8 **rcmd, uint8 *rlen) in transform_6_to_10() 97 transform_cmd_6_to_10(usb_device_info *udi, uint8 *cmd, uint8 len, in transform_cmd_6_to_10() 139 transform_cmd_test_unit_ready(usb_device_info *udi, uint8 *cmd, uint8 len, in transform_cmd_test_unit_ready() 173 scsi_transform(usb_device_info *udi, uint8 *cmd, uint8 len, uint8 **rcmd, in scsi_transform() 222 rbc_transform(usb_device_info *udi, uint8 *cmd, uint8 len, uint8 **rcmd, in rbc_transform() 287 ufi_transform(usb_device_info *udi, uint8 *cmd, uint8 len, uint8 **rcmd, in ufi_transform() 358 atapi_transform(usb_device_info *udi, uint8 *cmd, uint8 len, uint8 **rcmd, in atapi_transform() 456 qic157_transform(usb_device_info *udi, uint8 *cmd, uint8 len, uint8 **rcmd, in qic157_transform()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/ |
H A D | if_malohal.c | 192 malo_hal_waitforcmd(struct malo_hal *mh, uint16_t cmd) in malo_hal_waitforcmd() 209 malo_hal_execute_cmd(struct malo_hal *mh, unsigned short cmd) in malo_hal_execute_cmd() 243 struct malo_cmd_caltable *cmd; in malo_hal_get_cal_table() local 546 struct malo_cmd_get_hwspec *cmd; in malo_hal_gethwspecs() local 597 struct malo_cmd_rf_antenna *cmd; in malo_hal_setantenna() local 630 struct malo_cmd_radio_control *cmd; in malo_hal_setradio() local 669 struct malo_cmd_fw_set_rf_channel *cmd; in malo_hal_setchannel() local 689 struct malo_cmd_rf_tx_power *cmd; in malo_hal_settxpower() local 723 struct malo_cmd_fw_set_aid *cmd; in malo_hal_setassocid() local 789 struct malo_cmd_prescan *cmd; in malo_hal_prescan() local [all …]
|
/haiku/src/apps/codycam/ |
H A D | SftpClient.cpp | 33 BString cmd("cd"); in ChangeDir() local 88 BString cmd("sftp "); in Connect() local 161 BString cmd("put"); in PutFile() local 207 BString cmd("rm"); in MoveFile() local 257 BString cmd("chmod"); in Chmod() local
|
H A D | FtpClient.cpp | 43 string cmd = "CWD "; in ChangeDir() local 65 string cmd, replyString; in ListDirContents() local 110 string cmd = "PWD"; in PrintWorkingDir() local 137 string cmd, replyString; in Connect() local 199 string cmd, replyString; in PutFile() local 282 string cmd, replyString; in GetFile() local 391 string cmd = "SITE CHMOD "; in Chmod() local 445 FtpClient::_SendRequest(const string& cmd) in _SendRequest() 593 string host, cmd, replyString; in _OpenDataConnection() local
|
/haiku/src/libs/agg/src/ |
H A D | agg_vcgen_dash.cpp | 107 void vcgen_dash::add_vertex(double x, double y, unsigned cmd) in add_vertex() 144 unsigned cmd = path_cmd_move_to; in vertex() local 172 unsigned cmd = (m_curr_dash & 1) ? in vertex() local
|
H A D | agg_vcgen_stroke.cpp | 49 void vcgen_stroke::add_vertex(double x, double y, unsigned cmd) in add_vertex() 87 unsigned cmd = path_cmd_line_to; in vertex() local
|
H A D | agg_vcgen_contour.cpp | 50 void vcgen_contour::add_vertex(double x, double y, unsigned cmd) in add_vertex() 104 unsigned cmd = path_cmd_line_to; in vertex() local
|
H A D | agg_vcgen_bspline.cpp | 45 void vcgen_bspline::add_vertex(double x, double y, unsigned cmd) in add_vertex() 128 unsigned cmd = path_cmd_line_to; in vertex() local
|
H A D | agg_vcgen_smooth_poly1.cpp | 46 void vcgen_smooth_poly1::add_vertex(double x, double y, unsigned cmd) in add_vertex() 104 unsigned cmd = path_cmd_line_to; in vertex() local
|
/haiku/src/add-ons/accelerants/s3/ |
H A D | savage_draw.cpp | 23 int cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP in Savage_FillRectangle() local 56 int cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP in Savage_FillSpan() local 94 int cmd = BCI_CMD_RECT | BCI_CMD_RECT_XP | BCI_CMD_RECT_YP in Savage_InvertRectangle() local 129 int cmd; in Savage_ScreenToScreenBlit() local
|
H A D | virge_draw.cpp | 30 int cmd = DRAW | rop << 17 | CMD_RECT | CMD_XP | CMD_YP ; in Virge_FillRectangle() local 58 int cmd = DRAW | rop << 17 | CMD_RECT | CMD_XP | CMD_YP ; in Virge_FillSpan() local 94 int cmd = DRAW | rop << 17 | CMD_RECT | CMD_XP | CMD_YP; in Virge_InvertRectangle() local 121 int cmd = DRAW | rop << 17 | CMD_BITBLT | CMD_XP | CMD_YP; in Virge_ScreenToScreenBlit() local
|
/haiku/src/add-ons/kernel/bus_managers/ps2/ |
H A D | ps2_service.cpp | 53 ps2_service_cmd cmd; in ps2_service_notify_device_added() local 70 ps2_service_cmd cmd; in ps2_service_notify_device_republish() local 87 ps2_service_cmd cmd; in ps2_service_notify_device_removed() local 114 ps2_service_cmd cmd; in ps2_service_thread() local
|
H A D | ps2_dev.cpp | 376 standard_command_timeout(ps2_dev* dev, uint8 cmd, const uint8* out, in standard_command_timeout() 494 ps2_dev_command(ps2_dev* dev, uint8 cmd, const uint8* out, int out_count, in ps2_dev_command() 503 ps2_dev_command_timeout(ps2_dev* dev, uint8 cmd, const uint8* out, in ps2_dev_command_timeout() 511 ps2_dev_sliced_command(ps2_dev* dev, uint8 cmd) in ps2_dev_sliced_command()
|
/haiku/src/add-ons/kernel/generic/scsi_periph/ |
H A D | io.cpp | 54 scsi_cmd_inquiry* cmd = (scsi_cmd_inquiry*)ccb->cdb; in vpd_page_inquiry() local 118 scsi_cmd_prevent_allow cmd; in prevent_allow() local 133 raw_command(scsi_periph_device_info *device, raw_device_command *cmd) in raw_command() 288 scsi_cmd_rw_6 *cmd = (scsi_cmd_rw_6 *)request->cdb; in read_write() local 301 scsi_cmd_rw_10 *cmd = (scsi_cmd_rw_10 *)request->cdb; in read_write() local 315 scsi_cmd_rw_12 *cmd = (scsi_cmd_rw_12 *)request->cdb; in read_write() local 327 scsi_cmd_rw_16 *cmd = (scsi_cmd_rw_16 *)request->cdb; in read_write() local
|
H A D | sync.cpp | 24 scsi_cmd_sync_cache* cmd = (scsi_cmd_sync_cache*)request->cdb; in periph_synchronize_cache() local
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | ioctl.c | 17 __ioctl(int fd, ulong cmd, void* argument, size_t size) in __ioctl() 25 ioctl(int fd, ulong cmd, ...) in ioctl()
|
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/ |
H A D | HIDDevice.cpp | 241 uint8 cmd[] = { in _Reset() local 263 uint8 cmd[] = { in _SetPower() local 279 uint8 cmd[] = { in _FetchReport() local 322 HIDDevice::_FetchBuffer(uint8* cmd, size_t cmdLength, void* buffer, in _FetchBuffer() 331 HIDDevice::_ExecCommand(i2c_op op, uint8* cmd, size_t cmdLength, void* buffer, in _ExecCommand()
|
/haiku/src/bin/ |
H A D | urlwrapper.cpp | 279 BString cmd("telnet "); in ArgvReceived() local 295 BString cmd("ssh "); in ArgvReceived() local 311 BString cmd("ftp "); in ArgvReceived() local 329 BString cmd("sftp "); in ArgvReceived() local 348 BString cmd("/bin/finger "); in ArgvReceived() local 364 BString cmd("/bin/wget "); in ArgvReceived() local 427 BString cmd(full); in ArgvReceived() local
|
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/ |
H A D | ELANDevice.cpp | 385 uint8 cmd[] = { in _Reset() local 407 uint8 cmd[] = { in _SetPower() local 421 uint8_t cmd[2] = { in _ReadRegister() local 437 uint8_t cmd[4] = { (uint8_t) (reg & 0xff), in _WriteRegister() local 453 uint8 cmd[] = { in _FetchReport() local 528 ELANDevice::_FetchBuffer(uint8* cmd, size_t cmdLength, void* buffer, in _FetchBuffer() 537 ELANDevice::_ExecCommand(i2c_op op, uint8* cmd, size_t cmdLength, void* buffer, in _ExecCommand()
|
/haiku/src/add-ons/kernel/busses/scsi/ahci/ |
H A D | ahci_port.cpp | 597 const scsi_cmd_inquiry* cmd = (const scsi_cmd_inquiry*)request->cdb; in ScsiVPDInquiry() local 702 const scsi_cmd_inquiry* cmd = (const scsi_cmd_inquiry*)request->cdb; in ScsiInquiry() local 898 const scsi_cmd_read_capacity* cmd in ScsiReadCapacity() local 937 const scsi_cmd_read_capacity_long* cmd in ScsiReadCapacity16() local 1359 const scsi_cmd_rw_6* cmd = (const scsi_cmd_rw_6*)request->cdb; in ScsiExecuteRequest() local 1370 const scsi_cmd_rw_10* cmd = (const scsi_cmd_rw_10*)request->cdb; in ScsiExecuteRequest() local 1387 const scsi_cmd_rw_12* cmd = (const scsi_cmd_rw_12*)request->cdb; in ScsiExecuteRequest() local 1404 const scsi_cmd_rw_16* cmd = (const scsi_cmd_rw_16*)request->cdb; in ScsiExecuteRequest() local 1420 const scsi_cmd_unmap* cmd = (const scsi_cmd_unmap*)request->cdb; in ScsiExecuteRequest() local
|
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/ |
H A D | scsi_cd.cpp | 237 scsi_cmd_read_toc *cmd; in get_toc() local 316 scsi_cmd_read_subchannel cmd; in get_position() local 336 scsi_cmd_mode_sense_6 cmd; in get_set_volume() local 412 scsi_cmd_mode_select_6 cmd; in get_set_volume() local 450 scsi_cmd_play_msf cmd; in play_msf() local 524 scsi_cmd_stop_play cmd; in stop_audio() local 539 scsi_cmd_pause_resume cmd; in pause_resume() local 555 scsi_cmd_scan cmd; in scan() local 604 scsi_cmd_read_cd *cmd; in read_cd() local
|
/haiku/headers/libs/agg/ |
H A D | agg_bounding_rect.h | 46 unsigned cmd; in bounding_rect() local 88 unsigned cmd; in bounding_rect_single() local
|
H A D | agg_path_storage.h | 148 unsigned cmd = v.vertex(i, &x, &y); variable 164 unsigned cmd) in add_vertex() 187 unsigned cmd) in modify_vertex() 200 unsigned cmd) in modify_command() 218 int8u cmd = m_cmd_blocks[b1][o1]; in swap_vertices() local 724 unsigned cmd; variable 739 unsigned cmd; variable 987 unsigned cmd = m_vertices.prev_vertex(&x_ctrl, &y_ctrl); in curve3() local 1046 unsigned cmd = prev_vertex(&x_ctrl1, &y_ctrl1); in curve4() local 1146 void path_base<VC>::modify_vertex(unsigned idx, double x, double y, unsigned cmd) in modify_vertex() [all …]
|
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/ |
H A D | r92c_fw.c | 65 struct r92c_fw_cmd cmd; in r92c_fw_cmd() local 169 struct r92c_fw_cmd_macid_cfg cmd; in r92c_send_ra_cmd() local 260 struct r92c_fw_cmd_joinbss_rpt cmd; in r92c_joinbss_rpt() local 336 struct r92c_fw_cmd_rssi cmd; in r92c_set_rssi() local
|