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

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c134 char *pLastUsedChar = agNULL; local
245 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,
2598 char *pLastUsedChar = agNULL; local
3133 char *pLastUsedChar = agNULL; local
3417 char *pLastUsedChar = agNULL; local
3779 char *pLastUsedChar = agNULL; local
[all...]
H A Dtdinit.c743 char *pLastUsedChar = agNULL; local
877 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,
3374 char *pLastUsedChar = agNULL; local
3442 char *pLastUsedChar = agNULL; local
[all...]
H A Dtdesgl.c489 char *pLastUsedChar = agNULL; local
523 NumEsglPages = osti_strtoul(buffer, &pLastUsedChar, 10);
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c256 char *pLastUsedChar = agNULL; local
270 pLastUsedChar = pLastUsedChar;
307 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-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c62 char *pLastUsedChar = agNULL; local
128 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);
236 char *pLastUsedChar = agNULL; local
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, 1
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c86 char *pLastUsedChar = agNULL; local
153 tdsaRoot->autoGoodRSP = osti_strtoul (buffer, &pLastUsedChar, 0);
157 tdsaRoot->autoGoodRSP = osti_strtoul (buffer, &pLastUsedChar, 10);
181 char *pLastUsedChar = agNULL; local
195 pLastUsedChar = pLastUsedChar;
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, 1
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c66 char *pLastUsedChar = agNULL; local
107 max_dev = osti_strtoul (buffer, &pLastUsedChar, 0);
111 max_dev = osti_strtoul (buffer, &pLastUsedChar, 10);
178 char *pLastUsedChar = agNULL; local
276 max_dev = osti_strtoul (buffer, &pLastUsedChar, 0);
280 max_dev = osti_strtoul (buffer, &pLastUsedChar, 10);
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c735 char buffer [256], *pLastUsedChar; local
776 ag_portal_count = osti_strtoul (buffer, &pLastUsedChar, 0);
780 ag_portal_count = osti_strtoul (buffer, &pLastUsedChar, 10);
824 maxTargets = osti_strtoul (buffer, &pLastUsedChar, 0);
829 maxTargets = osti_strtoul (buffer, &pLastUsedChar, 10);

Completed in 143 milliseconds