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

  /src/sbin/amrctl/
amrctl.c 50 #define NATTEMPTS 5
53 static int nattempts = NATTEMPTS; /* # of attempts before giving up */ variable in typeref:typename:int
177 while (i < nattempts && r == -1) {
606 nattempts = atoi(optarg);
amrctl.c 50 #define NATTEMPTS 5
53 static int nattempts = NATTEMPTS; /* # of attempts before giving up */ variable in typeref:typename:int
177 while (i < nattempts && r == -1) {
606 nattempts = atoi(optarg);

Completed in 62 milliseconds