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

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h397 int agtiapi_getdevlist( struct agtiapi_softc *pCard,
H A Dagtiapi.c92 MALLOC_DEFINE(TEMP2, "tempbuff", "buffer for agtiapi_getdevlist");
290 int agtiapi_getdevlist( struct agtiapi_softc *pCard, function
307 AGTIAPI_PRINTK( "agtiapi_getdevlist: Enter\n" );
313 AGTIAPI_PRINTK( "agtiapi_getdevlist: MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength );
317 AGTIAPI_PRINTK( "agtiapi_getdevlist: MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength );
320 AGTIAPI_PRINTK("agtiapi_getdevlist: portCount %d\n", pCard->portCount);
324 AGTIAPI_PRINTK("agtiapi_getdevlist: failed to allocate memory\n");
339 AGTIAPI_PRINTK( "agtiapi_getdevlist: DISCOVERY_IN_PROGRESS on "
404 AGTIAPI_PRINTK( "agtiapi_getdevlist: devicetype %x\n",
406 AGTIAPI_PRINTK( "agtiapi_getdevlist
[all...]

Completed in 108 milliseconds