Searched refs:pIoctlPayload (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c780 agtiapi_EncryptionIoctl(struct agtiapi_softc *pCard, IoctlEncrypt_t *pIoctlPayload) argument
784 IoctlTISAEncrypt_t *ioctl_data = &pIoctlPayload->body;
785 pIoctlPayload->hdr.Status = IOCTL_ERR_STATUS_INVALID_CODE;
793 printf("%s: Minor %d\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction);
794 switch(pIoctlPayload->hdr.MinorFunction) {
926 pIoctlPayload->hdr.Status = IOCTL_ERR_STATUS_INVALID_CODE;
992 printf("%s: Unrecognized Minor Function %d\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction);
993 pIoctlPayload->hdr.Status = IOCTL_ERR_STATUS_INVALID_CODE;
1004 pIoctlPayload->hdr.Status = ioctl_data->status;
1007 pIoctlPayload
[all...]
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c293 tdDeviceListPayload_t *pIoctlPayload = local
309 pDeviceInfoOrg = pIoctlPayload -> pDeviceInfo;
311 if (MaxDeviceCount > pIoctlPayload->deviceLength )
313 AGTIAPI_PRINTK( "agtiapi_getdevlist: MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength );
314 MaxDeviceCount = pIoctlPayload->deviceLength;
317 AGTIAPI_PRINTK( "agtiapi_getdevlist: MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength );
350 if (total > pIoctlPayload->deviceLength)
352 total = pIoctlPayload->deviceLength;
423 pIoctlPayload->realDeviceCount = count;
533 tiIOCTLPayload_t *pIoctlPayload; local
[all...]

Completed in 164 milliseconds