Home
last modified time | relevance | path

Searched refs:MinorFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c285 switch (agIOCTLPayload->MinorFunction) in tdipFWControlIoctl()
411 switch( agIOCTLPayload->MinorFunction ) in tiCOMMgntIOCTL()
472 switch (agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
517 switch (agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
832 switch(agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
1053 switch(agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
1128 switch (agIOCTLPayload->MinorFunction)
1260 switch (agIoctlPayload->MinorFunction) in ostiGetGpioIOCTLRsp()
2064 switch(agIOCTLPayload->MinorFunction){ in tdsaRegDumpGetIoctl()
2317 switch(agIOCTLPayload->MinorFunction) in tdsaNVMDSetIoctl()
[all …]
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h146 bit16 MinorFunction; member
H A Dlxencrypt.c792 printf("%s: Minor %d\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction); in agtiapi_EncryptionIoctl()
793 switch(pIoctlPayload->hdr.MinorFunction) { in agtiapi_EncryptionIoctl()
991 … printf("%s: Unrecognized Minor Function %d\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction); in agtiapi_EncryptionIoctl()
1014 printf("%s: Encryption ioctl %d successful.\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction); in agtiapi_EncryptionIoctl()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h138 bit16 MinorFunction; member
150 bit16 MinorFunction; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1076 agIoctlPayload.MinorFunction = IOCTL_MN_NVMD_GET_CONFIG; in tiIniGetDirectSataSasAddr()