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

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c242 U32 ag_portal_count = 0; variable
776 ag_portal_count = osti_strtoul (buffer, &pLastUsedChar, 0);
780 ag_portal_count = osti_strtoul (buffer, &pLastUsedChar, 10);
782 if (ag_portal_count > AGTIAPI_MAX_PORTALS)
783 ag_portal_count = AGTIAPI_MAX_PORTALS;
787 ag_portal_count = AGTIAPI_MAX_PORTALS;
789 AGTIAPI_PRINTK( "agtiapi_attach: ag_portal_count=%d\n", ag_portal_count );
795 pmsc->portCount = ag_portal_count;

Completed in 136 milliseconds