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

  /src/sys/dev/raidframe/
rf_driver.c 889 char *val_p, *name_p, *white_p; local in function:rf_ConfigureDebug
898 val_p = rf_find_non_white(white_p);
899 if (*val_p == '0' && *(val_p + 1) == 'x')
900 val = rf_htoi(val_p + 2);
902 val = rf_atoi(val_p);
rf_driver.c 889 char *val_p, *name_p, *white_p; local in function:rf_ConfigureDebug
898 val_p = rf_find_non_white(white_p);
899 if (*val_p == '0' && *(val_p + 1) == 'x')
900 val = rf_htoi(val_p + 2);
902 val = rf_atoi(val_p);

Completed in 53 milliseconds