Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c286 switch (agIOCTLPayload->MinorFunction) in tdipFWControlIoctl()
412 switch( agIOCTLPayload->MinorFunction ) in tiCOMMgntIOCTL()
473 switch (agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
518 switch (agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
833 switch(agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
1054 switch(agIOCTLPayload->MinorFunction) in tiCOMMgntIOCTL()
1129 switch (agIOCTLPayload->MinorFunction)
1261 switch (agIoctlPayload->MinorFunction) in ostiGetGpioIOCTLRsp()
2065 switch(agIOCTLPayload->MinorFunction){ in tdsaRegDumpGetIoctl()
2318 switch(agIOCTLPayload->MinorFunction) in tdsaNVMDSetIoctl()
[all …]
/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h147 bit16 MinorFunction; member
H A Dlxencrypt.c793 printf("%s: Minor %d\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction); in agtiapi_EncryptionIoctl()
794 switch(pIoctlPayload->hdr.MinorFunction) { in agtiapi_EncryptionIoctl()
992 … printf("%s: Unrecognized Minor Function %d\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction); in agtiapi_EncryptionIoctl()
1015 printf("%s: Encryption ioctl %d successful.\n", __FUNCTION__, pIoctlPayload->hdr.MinorFunction); in agtiapi_EncryptionIoctl()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h139 bit16 MinorFunction; member
151 bit16 MinorFunction; member
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1077 agIoctlPayload.MinorFunction = IOCTL_MN_NVMD_GET_CONFIG; in tiIniGetDirectSataSasAddr()