Searched refs:cmd (Results 1 - 25 of 318) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c620 rge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
628 switch (cmd) {
647 error = ifmedia_ioctl(ifp, ifr, &sc->sc_media, cmd);
656 error = ether_ioctl(ifp, cmd, data);
2675 uint64_t cmd; local
2685 cmd = map->dm_segs[0].ds_addr | RGE_DTCCR_CMD;
2690 RGE_WRITE_4(sc, RGE_DTCCR_HI, cmd >> 32);
2693 RGE_WRITE_4(sc, RGE_DTCCR_LO, cmd);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp292 uint32 cmd, void *buffer, size_t /*length*/)
298 switch (cmd) {
291 ramfs_ioctl(fs_volume* _volume, fs_vnode* , void* , uint32 cmd, void *buffer, size_t ) argument
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c2136 unsigned char cmd; local
2157 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2);
2158 PRINT(("PCI command before: %x\n", cmd));
2159 (*pci->write_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2, cmd | PCI_command_io);
2160 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2);
2161 PRINT(("PCI command after: %x\n", cmd));
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp725 unsigned char cmd; local
819 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device,
821 PRINT(("PCI command before: %x\n", cmd));
823 card->info.function, PCI_command, 2, cmd | PCI_command_io);
824 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device,
826 PRINT(("PCI command after: %x\n", cmd));
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp397 uint16 cmd; local
400 cmd = (gPci->read_pci_config)(controller->pci_info.bus,
402 if (!(cmd & PCI_command_master)) {
405 PCI_command, 2, cmd | PCI_command_master);
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c438 unsigned char cmd; local
452 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2);
453 PRINT(("PCI command before: %x\n", cmd));
456 cmd | PCI_command_master | PCI_command_io);
457 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2);
458 PRINT(("PCI command after: %x\n", cmd));
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c520 unsigned char cmd; local
541 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device,
543 PRINT(("PCI command before: %x\n", cmd));
545 card->info.function, PCI_command, 2, cmd | PCI_command_io);
546 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device,
548 PRINT(("PCI command after: %x\n", cmd));
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c622 unsigned char cmd; local
677 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device,
679 PRINT(("PCI command before: %x\n", cmd));
680 cmd |= PCI_command_master;
683 card->info.function, PCI_command, 2, cmd | PCI_command_memory);
686 card->info.function, PCI_command, 2, cmd | PCI_command_io);
688 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device,
690 PRINT(("PCI command after: %x\n", cmd));
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp403 btrfs_ioctl(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint32 cmd, argument
406 TRACE("ioctl: %" B_PRIu32 "\n", cmd);
/haiku/src/kits/interface/
H A DFont.cpp378 _font_control_(BFont* font, int32 cmd, void* data) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c583 iwm_lookup_cmd_ver(struct iwm_softc *sc, uint8_t grp, uint8_t cmd) argument
590 if (entry->group == grp && entry->cmd == cmd)
1459 * In non-DQA mode, we use rings 0 through 9 (0-3 are EDCA, 9 is cmd),
1472 printf("%s: could not allocate cmd DMA memory\n", DEVNAME(sc));
1475 ring->cmd = ring->cmd_dma.vaddr;
2447 struct iwm_scd_txq_cfg_cmd cmd; local
2470 memset(&cmd, 0, sizeof(cmd));
2471 cmd
2492 struct iwm_scd_txq_cfg_cmd cmd; local
2725 struct iwm_host_cmd cmd = { local
2812 iwm_send_time_event_cmd(struct iwm_softc *sc, const struct iwm_time_event_cmd *cmd) argument
2947 struct iwm_host_cmd cmd = { local
3326 struct iwm_add_sta_cmd cmd; local
3561 struct iwm_add_sta_cmd cmd; local
4554 struct iwm_ltr_config_cmd cmd = { local
6071 struct iwm_binding_cmd cmd; local
6117 iwm_phy_ctxt_cmd_hdr(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time) argument
6129 iwm_phy_ctxt_cmd_data(struct iwm_softc *sc, struct iwm_phy_context_cmd *cmd, struct ieee80211_channel *chan, uint8_t chains_static, uint8_t chains_dynamic, uint8_t sco, uint8_t vht_chan_width) argument
6211 struct iwm_phy_context_cmd_uhb cmd; local
6262 struct iwm_phy_context_cmd cmd; local
6290 struct iwm_device_cmd *cmd; local
6463 struct iwm_host_cmd cmd = { local
6474 iwm_send_cmd_status(struct iwm_softc *sc, struct iwm_host_cmd *cmd, uint32_t *status) argument
6509 struct iwm_host_cmd cmd = { local
6722 struct iwm_device_cmd *cmd; local
7117 iwm_beacon_filter_send_cmd(struct iwm_softc *sc, struct iwm_beacon_filter_cmd *cmd) argument
7125 iwm_beacon_filter_set_cqm_params(struct iwm_softc *sc, struct iwm_node *in, struct iwm_beacon_filter_cmd *cmd) argument
7134 struct iwm_beacon_filter_cmd cmd = { local
7149 iwm_power_build_cmd(struct iwm_softc *sc, struct iwm_node *in, struct iwm_mac_power_cmd *cmd) argument
7183 struct iwm_mac_power_cmd cmd; local
7202 struct iwm_device_power_cmd cmd = { }; local
7215 struct iwm_beacon_filter_cmd cmd = { local
7233 struct iwm_beacon_filter_cmd cmd; local
7398 struct iwm_add_sta_cmd cmd; local
7439 struct iwm_add_sta_cmd cmd; local
8282 iwm_mac_ctxt_cmd_common(struct iwm_softc *sc, struct iwm_node *in, struct iwm_mac_ctx_cmd *cmd, uint32_t action) argument
8398 struct iwm_mac_ctx_cmd cmd; local
8432 struct iwm_time_quota_cmd_v1 cmd; local
8676 struct iwm_umac_scan_abort cmd = { 0 }; local
8686 struct iwm_host_cmd cmd = { local
9142 struct iwm_add_sta_key_cmd_v1 cmd; local
9166 struct iwm_add_sta_key_cmd cmd; local
9201 struct iwm_add_sta_key_cmd_v1 cmd; local
9221 struct iwm_add_sta_key_cmd cmd; local
9463 struct iwm_host_cmd cmd = { local
9812 struct iwm_soc_configuration_cmd cmd; local
9930 struct iwm_temp_report_ths_cmd cmd; local
9953 struct iwm_host_cmd cmd = { local
10372 struct iwm_mcast_filter_cmd *cmd; local
10635 iwm_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c536 iwx_lookup_cmd_ver(struct iwx_softc *sc, uint8_t grp, uint8_t cmd) argument
543 if (entry->group == grp && entry->cmd == cmd)
551 iwx_lookup_notif_ver(struct iwx_softc *sc, uint8_t grp, uint8_t cmd) argument
558 if (entry->group == grp && entry->cmd == cmd)
2095 printf("%s: could not allocate cmd DMA memory\n", DEVNAME(sc));
2098 ring->cmd = ring->cmd_dma.vaddr;
2991 struct iwx_session_prot_cmd cmd = { local
3002 err = iwx_send_cmd_pdu(sc, cmd_id, 0, sizeof(cmd),
3011 struct iwx_session_prot_cmd cmd = { local
3382 struct iwx_rx_baid_cfg_cmd cmd; local
3433 struct iwx_add_sta_cmd cmd; local
3901 struct iwx_nvm_get_info cmd = {}; local
4415 struct iwx_ltr_config_cmd cmd = { local
5519 struct iwx_binding_cmd cmd; local
5597 struct iwx_phy_context_cmd_uhb cmd; local
5657 struct iwx_phy_context_cmd cmd; local
5747 struct iwx_device_cmd *cmd; local
5914 struct iwx_host_cmd cmd = { local
5925 iwx_send_cmd_status(struct iwx_softc *sc, struct iwx_host_cmd *cmd, uint32_t *status) argument
5960 struct iwx_host_cmd cmd = { local
6159 struct iwx_device_cmd *cmd; local
6454 struct iwx_add_sta_cmd cmd; local
6517 iwx_beacon_filter_send_cmd(struct iwx_softc *sc, struct iwx_beacon_filter_cmd *cmd) argument
6527 struct iwx_beacon_filter_cmd cmd = { local
6541 iwx_power_build_cmd(struct iwx_softc *sc, struct iwx_node *in, struct iwx_mac_power_cmd *cmd) argument
6575 struct iwx_mac_power_cmd cmd; local
6594 struct iwx_device_power_cmd cmd = { }; local
6607 struct iwx_beacon_filter_cmd cmd = { local
6624 struct iwx_beacon_filter_cmd cmd; local
7141 struct iwx_scan_req_umac_v14 *cmd; local
7326 iwx_mac_ctxt_cmd_common(struct iwx_softc *sc, struct iwx_node *in, struct iwx_mac_ctx_cmd *cmd, uint32_t action) argument
7446 struct iwx_mac_ctx_cmd cmd; local
7487 struct iwx_host_cmd cmd = { local
7665 struct iwx_umac_scan_abort cmd = { 0 }; local
8031 struct iwx_rlc_config_cmd cmd; local
8468 struct iwx_add_sta_key_cmd cmd; local
8556 struct iwx_add_sta_key_cmd cmd; local
8880 struct iwx_soc_configuration_cmd cmd; local
8979 struct iwx_temp_report_ths_cmd cmd; local
9125 struct iwx_mcast_filter_cmd *cmd; local
9387 iwx_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
[all...]
H A Dif_iwxreg.h608 #define IWX_CSR_INT_BIT_FH_RX (1U << 31) /* Rx DMA, cmd responses, FH_INT[17:16] */
2710 struct cmd { struct in struct:iwx_fw_dbg_trigger_cmd
2908 * @cmd: command ID
2914 uint8_t cmd; member in struct:iwx_fw_cmd_version
5866 * @IWX_TX_STATUS_FAIL_STA_COLOR_MISMATCH: mismatch between color of Tx cmd and
5973 * @sequence: Sequence # for this frame's Tx cmd (not SSN!)
6011 * @seq_ctl: sequence control from the Tx cmd
6012 * @byte_cnt: byte count from the Tx cmd
6068 * @seq_ctl: sequence control from the Tx cmd
6069 * @byte_cnt: byte count from the Tx cmd
[all...]
H A Dif_iwxvar.h245 struct iwx_device_cmd *cmd; member in struct:iwx_tx_ring
/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...]
/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/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp122 virtio_gpu_send_cmd(virtio_gpu_driver_info* info, void *cmd, size_t cmdSize, void *response, argument
128 memcpy((void*)info->commandBuffer, cmd, cmdSize);
/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/file_systems/ext2/
H A Dkernel_interface.cpp482 ext2_ioctl(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint32 cmd, argument
485 TRACE("ioctl: %" B_PRIu32 "\n", cmd);
488 switch (cmd) {
547 if ((block != 0 && cmd == FIOSEEKDATA)
548 || (block == 0 && cmd == FIOSEEKHOLE)) {
556 return cmd == FIOSEEKDATA ? ENXIO : B_OK;
/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...]
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp224 ufs2_ioctl(fs_volume *_volume, fs_vnode *_node, void *_cookie, uint32 cmd, argument
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp218 virtio_net_ctrl_exec_cmd(virtio_net_driver_info* info, int cmd, int value) argument
229 s.hdr.cmd = cmd;
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/libs/icon/shape/
H A DVectorPath.cpp643 unsigned cmd = curve.vertex(&x1, &y1); local
644 while (!agg::is_stop(cmd)) {
645 cmd = curve.vertex(&x2, &y2);
863 unsigned cmd = curve.vertex(&x, &y); local
864 while (!agg::is_stop(cmd)) {
867 cmd = curve.vertex(&x, &y);
880 unsigned cmd = curve.vertex(&x, &y); local
881 while (!agg::is_stop(cmd)) {
884 cmd = curve.vertex(&x, &y);
/haiku/headers/private/system/
H A Dsyscalls.h339 extern status_t _kern_ioctl(int fd, uint32 cmd, void *data, size_t length);

Completed in 373 milliseconds

1234567891011>>