Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h102 struct limits struct
116 struct limits lim; /* run time limits */ \ argument
/titanic_41/usr/src/cmd/csh/
H A Dsh.func.c30 struct limits { struct
35 } limits[] = { argument
/titanic_41/usr/src/lib/libnsl/dial/
H A Duucp.h388 struct limits { struct
389 int totalmax; /* overall limit */
390 int sitemax; /* limit per site */
391 char mode[64]; /* uucico mode */
/titanic_41/usr/src/cmd/ttymon/
H A Duucp.h431 struct limits { struct
432 int totalmax; /* overall limit */
433 int sitemax; /* limit per site */
434 char mode[64]; /* uucico mode */
/titanic_41/usr/src/cmd/bnu/
H A Duucp.h494 struct limits { struct
495 int totalmax; /* overall limit */
496 int sitemax; /* limit per site */
497 char mode[64]; /* uucico mode */
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c1196 daddr_t limits[NIADDR]; in bmap_find() local