Searched refs:cmd (Results 101 - 125 of 187) sorted by relevance

12345678

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyri10ge.c276 * @v cmd The command to perform.
281 uint32 cmd,
290 DBGP ( "myri10ge_command ( ,%d, ) \n", cmd );
300 command->cmd = htonl ( cmd );
320 DBG ( "cmd%d:0x%x\n",
321 cmd,
328 DBG ( "cmd%d:timed out\n", cmd );
280 myri10ge_command( struct myri10ge_private *priv, uint32 cmd, uint32 data[3] ) argument
H A Dprism2.c230 * cmd Command in host order
239 static int hfa384x_docmd_wait( hfa384x_t *hw, UINT16 cmd, UINT16 parm0, UINT16 parm1, UINT16 parm2) argument
261 hw->lastcmd = cmd;
262 hfa384x_setreg(hw, cmd, HFA384x_CMD);
H A Dskge.c1005 u16 cmd; local
1008 cmd = xm_read16(hw, port, XM_MMU_CMD);
1009 cmd &= ~(XM_MMU_ENA_RX | XM_MMU_ENA_TX);
1010 xm_write16(hw, port, XM_MMU_CMD, cmd);
1051 u16 cmd, msk; local
1054 cmd = xm_read16(hw, port, XM_MMU_CMD);
1063 cmd |= XM_MMU_IGN_PF;
1066 cmd &= ~XM_MMU_IGN_PF;
1068 xm_write16(hw, port, XM_MMU_CMD, cmd);
1109 cmd
[all...]
H A Deepro100.c459 DBG2 ( "transmitting packet (%zd bytes). status = %hX, cmd=%hX\n",
851 * @v cmd Value to set cmd field in RFD to
855 static int ifec_get_rx_desc ( struct net_device *netdev, int cur, int cmd, argument
872 ifec_rfd_init ( priv->rfds[cur], cmd, link );
947 * @v cmd Command to issue.
950 static int ifec_scb_cmd ( struct net_device *netdev, u32 ptr, u8 cmd )
961 outb ( cmd, ioaddr + SCBCmd ); /* Issue command */
/vbox/src/VBox/Storage/
H A DISCSI.cpp1406 ISCSIOPCODE cmd;
1434 cmd = (ISCSIOPCODE)(RT_N2H_U32(aResBHS[0]) & ISCSIOP_MASK);
1435 if (cmd == ISCSIOP_LOGIN_RES)
1939 ISCSIOPCODE cmd = (ISCSIOPCODE)(RT_N2H_U32(aResBHS[0]) & ISCSIOP_MASK);
1940 if (cmd == ISCSIOP_SCSI_RES)
1987 else if (cmd == ISCSIOP_SCSI_DATA_IN)
2162 ISCSIOPCODE cmd;
2173 cmd = (ISCSIOPCODE)(RT_N2H_U32(pcvResSeg[0]) & ISCSIOP_MASK);
2174 switch (cmd)
2198 && (cmd !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c862 char *dummy, c, *cmd, *val; local
865 case '=': cmd= "direction"; val= "nearest"; break;
866 case '0': cmd= "direction"; val= "tozero"; break;
867 case '+': cmd= "direction"; val= "positive"; break;
868 case '-': cmd= "direction"; val= "negative"; break;
869 case '1': cmd= "precision"; val= "single"; break;
870 case '2': cmd= "precision"; val= "double"; break;
871 case '3': cmd= "precision"; val= "extended"; break;
872 case '~': cmd= "exception"; val= "inexact"; break;
873 case '/': cmd
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsockotpt.c788 TOptMgmt cmd; local
816 cmd.opt.len = sizeof(TOption);
817 cmd.opt.maxlen = sizeof(optionBuffer);
818 cmd.opt.buf = (UInt8*)optionBuffer;
819 cmd.flags = T_CURRENT;
825 err = OTOptionManagement(endpoint, &cmd, &cmd);
913 TOptMgmt cmd; local
950 cmd.opt.len = opt->len;
951 cmd
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm65 .cmd resb 1
77 .cmd resb 1
93 .cmd resb 1
110 .cmd resb 1
122 .cmd resb 1
134 .cmd resb 1
153 .cmd resb 1
393 cmp byte [es:bx + PKTHDR.cmd], 10h ; Generic IOCtl
558 cmp byte [es:bx + PKTHDR.cmd], 0dh ; Open
560 cmp byte [es:bx + PKTHDR.cmd],
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c260 The available values for cmd are defined in <fcntl.h> and are as follows:
311 [EINVAL] The cmd argument is invalid, or the cmd argument is F_DUPFD
313 [EMFILE] The argument cmd is F_DUPFD and {OPEN_MAX} file descriptors
319 cmd as follows:
334 fcntl (int fildes, int cmd, ...) argument
341 //Print(L"%a( %d, %d, ...)\n", __func__, fildes, cmd);
342 va_start(p3, cmd);
347 switch(cmd) {
H A Dcompat.c107 char cmd; local
111 cmd = *(argv[optind] + 1);
116 if (args[n] == cmd) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c1471 char *cmd, tmp; local
1488 cmd = alloca(len);
1490 cur = snprintf(cmd, len, fmt, dtp->dt_ld_path, file);
1493 cur += snprintf(cmd + cur, len - cur, " %s", objv[i]);
1495 if ((status = system(cmd)) == -1) {
1601 cmd = alloca(len);
1603 (void) snprintf(cmd, len, fmt, dtp->dt_ld_path, file, fd, drti);
1605 if ((status = system(cmd)) == -1) {
H A Ddt_provider.c829 int cmd, rv; local
855 cmd = DTRACEIOC_PROBEMATCH;
857 cmd = DTRACEIOC_PROBES;
865 if (dt_ioctl(dtp, cmd, &pd) != 0)
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c115 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
199 p = cmd;
/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c878 static int alsa_ctl_out (HWVoiceOut *hw, int cmd, ...) argument
882 switch (cmd) {
1093 static int alsa_ctl_in (HWVoiceIn *hw, int cmd, ...) argument
1097 switch (cmd) {
H A Ddsoundaudio.c968 static int dsound_ctl_out (HWVoiceOut *hw, int cmd, ...) argument
972 switch (cmd) {
1118 static int dsound_ctl_in (HWVoiceIn *hw, int cmd, ...) argument
1122 switch (cmd) {
H A Dossaudio.c638 static int oss_ctl_out (HWVoiceOut *hw, int cmd, ...) argument
651 switch (cmd) {
836 static int oss_ctl_in (HWVoiceIn *hw, int cmd, ...) argument
839 (void) cmd;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h246 int lwip_ioctl(int s, long cmd, void *argp);
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dppp.h399 int pppIOCtl(int pd, int cmd, void *arg);
/vbox/src/VBox/Devices/PC/
H A DDevPIC.cpp533 int cmd = val >> 5; local
534 switch (cmd)
538 pPic->rotate_on_auto_eoi = cmd >> 2;
548 if (cmd == 5)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwnaspi32.h181 BYTE SRB_Cmd; /* 00 ASPI cmd code = SC_RESET_DEV */
198 BYTE SRB_Cmd; /* 00 ASPI cmd code = SC_RESET_DEV */
214 BYTE SRB_Cmd; /* 00 ASPI cmd code = SC_RESET_DEV */
224 SRB_ExecSCSICmd cmd; member in union:tagSRB32
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DMakefile224 find . \( -name \*.o -o -name \*.cmd \) -print0 | xargs -0 rm -f
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DMakefile226 find . \( -name \*.o -o -name \*.cmd \) -print0 | xargs -0 rm -f
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs_vfsops.c210 static int vboxvfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, struct thread *td) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwnaspi32.h181 BYTE SRB_Cmd; /* 00 ASPI cmd code = SC_RESET_DEV */
198 BYTE SRB_Cmd; /* 00 ASPI cmd code = SC_RESET_DEV */
214 BYTE SRB_Cmd; /* 00 ASPI cmd code = SC_RESET_DEV */
224 SRB_ExecSCSICmd cmd; member in union:tagSRB32
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c1918 fasttrap_ioctl(dev_t dev, int cmd, intptr_t arg, int md, cred_t *cr, int *rv) argument
1923 if (cmd == FASTTRAPIOC_MAKEPROBE) {
2004 } else if (cmd == FASTTRAPIOC_GETINSTR) {
2109 fasttrap_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument
2113 switch (cmd) {
2193 fasttrap_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument
2198 switch (cmd) {

Completed in 151 milliseconds

12345678