This request cannot be used if the CDB might require the underlying miniport driver to access memory directly. If the caller's CDB might require direct access to memory, use IOCTL_SCSI_PASS_THROUGH_DIRECT instead. Applications must not attempt to send a pass-through request asynchronously. All...
If the request cannot be processed, either anM_IOCNAKorM_IOCACKcan be sent upstream with an appropriate error number. When sending anM_IOCNAKorM_IOCACK, freeing the linkedM_DATAblock is not mandatory, but is more efficient, as the stream head frees it. Ifioc_erroris set in an M_IOCNAK...
Note that IOCTL_REDIR_QUERY_PATH is a METHOD_NEITHER IOCTL. This means that the input and output buffers might not be at the same address. A common mistake by UNC providers is to assume that the input buffer and the output buffer are the same and to use the input buffer pointer to pro...
Note that IOCTL_REDIR_QUERY_PATH is a METHOD_NEITHER IOCTL. This means that the input and output buffers might not be at the same address. A common mistake by UNC providers is to assume that the input buffer and the output buffer are the same and to use the input buffer pointer to pro...
*/ if((mods = ioctl(s, I_LIST, 0)) < 0){ perror("I_LIST ioctl"); } if(mods == 0) { printf("No modules\n"); exit(1); } else { printf("%d modules\n", mods); } /* Allocate memory for all of the module names... */ mlist = (struct str_mlist *) calloc(mods, ...
SIOCGSIZIFCONFGets the size of memory that is required to get configuration information for all interfaces returned by SIOCGIFCONF. ioctl(fd,cmd, (caddr_t)&ifconfsize); intifconfsize; SIOCGIFCONFReturns configuration information for all the interfaces that are configured on the system. ...
perror("evtest: cannot open node");return1; } iterations = atoi(argv[argc -1]);printf("Number of iterations %d\n", iterations);if(iterations <1) { perror("evtest: number of iterations shall be > 1\n");return1; }if(ioctl(fd, EVIOCGVERSION, &version)) { ...
# Memory domain: sysv # Component: sysv # allocate: unlimited # remote key: 12 bytes # rkey_ptr is supported # # Transport: sysv # Device: memory # # capabilities: # bandwidth: 0.00/ppn + 12179.00 MB/sec # latency: 80 nsec
Cross memory mode: PASN = HASN AMODE (BPX1IOC): 31-bit task or SRB mode AMODE (BPX4IOC): 64-bit task mode only ASC mode: Primary mode Interrupt status: Enabled for interrupts Locks: Unlocked Control parameters: All parameters must be addressable by the caller and in the primary address...
(VT_ACTIVATE) ULONG_IOCTL(VT_WAITACTIVE) ULONG_IOCTL(VT_RELDISP) ULONG_IOCTL(VT_DISALLOCATE) COMPATIBLE_IOCTL(VT_RESIZE) COMPATIBLE_IOCTL(VT_RESIZEX) COMPATIBLE_IOCTL(VT_LOCKSWITCH) COMPATIBLE_IOCTL(VT_UNLOCKSWITCH) COMPATIBLE_IOCTL(VT_GETHIFONTMASK) /* Little p (/dev/rtc, /dev/envctrl, ...