Searched defs:limits (Results 1 – 4 of 4) sorted by relevance
45 static const struct limits { struct46 const char *name;47 enum { RLIMIT, ULIMIT } which;48 int gcmd; /* get command */49 int scmd; /* set command (or -1, if no set command) */50 int factor; /* multiply by to get rlim_{cur,max} values */51 char option;52 } limits[] = { local
615 uchar mode[16], limits[6]; in seqdevopen() local
847 uchar mode[16], limits[6]; in seqdevopen() local
51 static double limits[4] = { /* -l parameters */ variable