HomeSort by: relevance | last modified time | path
    Searched defs:param_atoi (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/iscsi/dist/src/lib/
parameters.c 270 param_atoi(iscsi_parameter_t * head, const char *key) function
1291 sess_params->max_burst_length = param_atoi(head, "MaxBurstLength");
1292 sess_params->first_burst_length = param_atoi(head, "FirstBurstLength");
1294 param_atoi(head, "MaxRecvDataSegmentLength");

Completed in 14 milliseconds