Searched refs:cmd (Results 226 - 250 of 318) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.h98 virtual status_t IOCtl(Node* node, void* cookie, int cmd,
H A Dnetfs.cpp51 static int netfs_ioctl(void *ns, void *node, void *cookie, int cmd,
507 netfs_ioctl(void *ns, void *_node, void *cookie, int cmd, void *buffer, argument
511 PRINT("netfs_ioctl(%p, %p, %p, %d, %p, %lu)\n", ns, node, cookie, cmd,
513 status_t error = node->GetVolume()->IOCtl(node, cookie, cmd, buffer,
H A DVolume.cpp331 Volume::IOCtl(Node* node, void* cookie, int cmd, void* buffer, argument
/haiku/headers/private/graphics/via/
H A DDriverInterface.h360 uint32 cmd; /* actual command to execute */ member in struct:__anon17
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh198 pkgman install -y cmd:b43_fwcutter
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h73 struct wpi_tx_cmd *cmd; member in struct:wpi_tx_ring
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c222 ar5212AniControl(struct ath_hal *ah, HAL_ANI_CMD cmd, int param) argument
236 OS_MARK(ah, AH_MARK_ANI_CONTROL, cmd);
238 switch (cmd) {
383 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid cmd %u\n",
384 __func__, cmd);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/mii/
H A Dbrgphy.c329 brgphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
334 switch (cmd) {
397 cmd == MII_MEDIACHG) {
418 mii_phy_update(sc, cmd);
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h340 uint32 handle[0x08]; /* FIFO channel's cmd handle for the owning cmd */
341 uint32 ch_ptr[0x20]; /* cmd handle's ptr to it's assigned FIFO ch (if any) */
490 uint32 cmd; /* actual command to execute */ member in struct:__anon35
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h117 uint32 cmd; // Command and Status member in struct:__anon41
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp535 int32 cmd = 0; local
538 cmd = kMsgCenterPlacement;
541 cmd = kMsgScalePlacement;
544 cmd = kMsgManualPlacement;
549 cmd = kMsgTilePlacement;
553 if (cmd != 0)
554 fPlacementMenu->FindItem(cmd)->SetMarked(true);
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c281 static void exec_io(SymTarg *st, void *cmd, int cmdlen, void *msg, int msglen, argument
292 memcpy(st->priv->_command, cmd, cmdlen);
349 ((uchar *)cmd)[0],((uchar *)cmd)[1],((uchar *)cmd)[2],
800 uchar cmd[6] = { 0, 0, 0, 0, 0, 0 }; local
811 exec_io(targ, cmd, 6, msg, 5, NULL, 0, 0);
817 uchar cmd[6] = { 0, 0, 0, 0, 0, 0 }; local
830 exec_io(targ, cmd, 6, msg, 6, NULL, 0, 0);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c198 static int rl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count);
199 static int rl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count);
1439 rl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1446 rx_npkts = rl_poll_locked(ifp, cmd, count);
1452 rl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1466 if (cmd == POLL_AND_CHECK_STATUS) {
/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/libs/compat/freebsd_network/
H A Dfbsd_mii_physubr.c362 mii_phy_update(struct mii_softc *sc, int cmd) argument
367 cmd == MII_MEDIACHG) {
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp414 exfat_ioctl(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint32 cmd, argument
417 TRACE("ioctl: %" B_PRIu32 "\n", cmd);
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h404 typedef int (*ss_entry_t)(u_int sock, u_int cmd, void *arg);
/haiku/headers/private/firewire/
H A Dfirewirereg.h209 int (*ioctl) (void *cookie, uint32 cmd, void *arg, size_t len);
/haiku/src/bin/unzip/
H A Dunzip.h582 char *pattern, int cmd, int SkipBin,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h124 typedef int beos_op_ioctl(void *ns, void *node, void *cookie, int cmd,
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h110 typedef int op_ioctl(void *ns, void *node, void *cookie, int cmd, void *buf,
/haiku/src/servers/media/
H A DNodeManager.cpp1400 timesource_remove_slave_node_command cmd; local
1401 cmd.node = currentNode;
1404 &cmd, sizeof(cmd));
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.h743 * @param cmd Command to submit
758 struct nvme_cmd *cmd,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h114 struct iwn_tx_cmd *cmd; member in struct:iwn_tx_ring
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y216 { "SITE", SITE, SITECMD, 1, "site-cmd [ <sp> arguments ]" },
269 | cmd_list cmd
279 cmd
1185 lookup(struct tab *p, char *cmd)
1189 if (strcmp(cmd, p->name) == 0)

Completed in 216 milliseconds

1234567891011>>