Home
last modified time | relevance | path

Searched refs:thisCard (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c686 int thisCard; in agtiapi_probe() local
689 thisCard = device_get_unit( dev ); in agtiapi_probe()
690 if ( thisCard >= AGTIAPI_MAX_CARDS ) in agtiapi_probe()
695 thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_probe()
696 retVal = agtiapi_ProbeCard( dev, thisCardInst, thisCard ); in agtiapi_probe()
719 int thisCard = device_get_unit( devx ); in agtiapi_attach() local
783 pmsc->cardNo = thisCard; in agtiapi_attach()
860 0600, "spcv%u", thisCard ); in agtiapi_attach()
881 thisCard, in agtiapi_attach()
955 thisCard ); in agtiapi_attach()
[all …]
/freebsd-14.2/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c756 int thisCard ) in agtiapi_ProbeCard() argument
770 memset( (void *)&agCardInfoList[ thisCard ], 0, in agtiapi_ProbeCard()