Home
last modified time | relevance | path

Searched defs:limits (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/ape/cmd/pdksh/
H A Dc_ulimit.c45 static const struct limits { struct
46 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
/plan9/sys/src/cmd/scuzz/
H A Dscsireq.c615 uchar mode[16], limits[6]; in seqdevopen() local
/plan9/sys/src/cmd/usb/disk/
H A Dscsireq.c847 uchar mode[16], limits[6]; in seqdevopen() local
/plan9/sys/src/cmd/map/
H A Dmap.c51 static double limits[4] = { /* -l parameters */ variable