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

  /src/sbin/raidctl/
raidctl.c 96 static unsigned int xstrtouint(const char *);
238 serial_number = xstrtouint(optarg);
263 parityparams[i++] = xstrtouint(argv[optind++]);
1374 xstrtouint(const char *str) function in typeref:typename:unsigned int
raidctl.c 96 static unsigned int xstrtouint(const char *);
238 serial_number = xstrtouint(optarg);
263 parityparams[i++] = xstrtouint(argv[optind++]);
1374 xstrtouint(const char *str) function in typeref:typename:unsigned int

Completed in 22 milliseconds