Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c693 int thisCard; in agtiapi_probe() local
696 thisCard = device_get_unit( dev ); in agtiapi_probe()
697 if ( thisCard >= AGTIAPI_MAX_CARDS ) in agtiapi_probe()
702 thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_probe()
703 retVal = agtiapi_ProbeCard( dev, thisCardInst, thisCard ); in agtiapi_probe()
726 int thisCard = device_get_unit( devx ); in agtiapi_attach() local
790 pmsc->cardNo = thisCard; in agtiapi_attach()
867 0600, "spcv%u", thisCard ); in agtiapi_attach()
888 thisCard, in agtiapi_attach()
961 thisCard ); in agtiapi_attach()
[all …]
/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c757 int thisCard ) in agtiapi_ProbeCard() argument
771 memset( (void *)&agCardInfoList[ thisCard ], 0, in agtiapi_ProbeCard()