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

/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c245 SwConfig->numDevHandles = osti_strtoul (buffer, &pLastUsedChar, 0);
249 SwConfig->numDevHandles = osti_strtoul (buffer, &pLastUsedChar, 10);
278 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
282 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
315 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
319 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
353 tdsaAllShared->QueueOption = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
357 tdsaAllShared->QueueOption = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
384 SwConfig->maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 0);
389 SwConfig->maxActiveIOs = osti_strtoul (buffe
[all...]
H A Dtdinit.c877 SwConfig.numDevHandles = osti_strtoul (buffer, &pLastUsedChar, 0);
881 SwConfig.numDevHandles = osti_strtoul (buffer, &pLastUsedChar, 10);
911 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
915 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
948 QueueConfig.numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0);
952 QueueConfig.numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10);
984 SwConfig.maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 0);
988 SwConfig.maxActiveIOs = osti_strtoul (buffer, &pLastUsedChar, 10);
1016 SwConfig.smpReqTimeout = osti_strtoul (buffer, &pLastUsedChar, 0);
1020 SwConfig.smpReqTimeout = osti_strtoul (buffe
[all...]
H A Dtdesgl.c523 NumEsglPages = osti_strtoul(buffer, &pLastUsedChar, 10);
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c307 OperatingOption->MaxTargets = osti_strtoul (buffer, &pLastUsedChar, 0);
311 OperatingOption->MaxTargets = osti_strtoul (buffer, &pLastUsedChar, 10);
334 OperatingOption->UsecsPerTick = osti_strtoul (buffer, &pLastUsedChar, 0);
338 OperatingOption->UsecsPerTick = osti_strtoul (buffer, &pLastUsedChar, 10);
/freebsd-10.2-release/sys/dev/pms/freebsd/driver/common/
H A Dosstring.h75 #define osti_strtoul(nptr, endptr, base) \ macro
/freebsd-10.2-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c128 max_expander = osti_strtoul (buffer, &pLastUsedChar, 0);
132 max_expander = osti_strtoul (buffer, &pLastUsedChar, 10);
198 swConfig->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 0);
202 swConfig->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 10);
344 max_expander = osti_strtoul (buffer, &pLastUsedChar, 0);
348 max_expander = osti_strtoul (buffer, &pLastUsedChar, 10);
371 dmAllShared->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 0);
375 dmAllShared->itNexusTimeout = osti_strtoul (buffer, &pLastUsedChar, 10);
400 dmAllShared->MaxRetryDiscovery = osti_strtoul (buffer, &pLastUsedChar, 0);
404 dmAllShared->MaxRetryDiscovery = osti_strtoul (buffe
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c153 tdsaRoot->autoGoodRSP = osti_strtoul (buffer, &pLastUsedChar, 0);
157 tdsaRoot->autoGoodRSP = osti_strtoul (buffer, &pLastUsedChar, 10);
231 OperatingOption->numXchgs = osti_strtoul (buffer, &pLastUsedChar, 0);
235 OperatingOption->numXchgs = osti_strtoul (buffer, &pLastUsedChar, 10);
260 OperatingOption->MaxTargets = osti_strtoul (buffer, &pLastUsedChar, 0);
264 OperatingOption->MaxTargets = osti_strtoul (buffer, &pLastUsedChar, 10);
288 OperatingOption->BlockSize = osti_strtoul (buffer, &pLastUsedChar, 0);
292 OperatingOption->BlockSize = osti_strtoul (buffer, &pLastUsedChar, 10);
/freebsd-10.2-release/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c107 max_dev = osti_strtoul (buffer, &pLastUsedChar, 0);
111 max_dev = osti_strtoul (buffer, &pLastUsedChar, 10);
276 max_dev = osti_strtoul (buffer, &pLastUsedChar, 0);
280 max_dev = osti_strtoul (buffer, &pLastUsedChar, 10);
/freebsd-10.2-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c777 ag_portal_count = osti_strtoul (buffer, &pLastUsedChar, 0);
781 ag_portal_count = osti_strtoul (buffer, &pLastUsedChar, 10);
825 maxTargets = osti_strtoul (buffer, &pLastUsedChar, 0);
826 AGTIAPI_PRINTK( "agtiapi_attach: maxTargets = osti_strtoul 0 \n" );
830 maxTargets = osti_strtoul (buffer, &pLastUsedChar, 10);
831 AGTIAPI_PRINTK( "agtiapi_attach: maxTargets = osti_strtoul 10\n" );

Completed in 77 milliseconds