Searched defs:limits (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c1196 daddr_t limits[NIADDR]; local
1225 /* Set up limits array */
1226 for (limits[0] = NDADDR, j = 1; j < NIADDR; j++)
1227 limits[j] = limits[j-1] + (1ULL << (nindirshift * j));
1256 lbn = limits[NIADDR - j];
1259 lbn = limits[NIADDR - j + 1];
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h102 struct limits struct
116 struct limits lim; /* run time limits */ \
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c24 * N.B.: Some of the limits change from SunOS 4.x to SunOS 5.0. In
30 struct limits { struct
35 } limits[] = { variable in typeref:struct:limits
54 static int getval(struct limits *lp, tchar **v, rlim_t *);
66 void plim(struct limits *lp, tchar hard);
1281 struct limits *
1284 struct limits *lp, *res;
1290 for (lp = limits; lp->limconst >= 0; lp++) {
1308 struct limits *lp;
1321 for (lp = limits; l
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h388 struct limits { struct
447 extern int scanlimit(); /* limits.c */
/illumos-gate/usr/src/man/man3head/
H A DMakefile51 limits.h.3head \
140 limits.3head \
229 limits.3head := LINKSRC = limits.h.3head
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h494 struct limits { struct
609 extern int scanlimit(); /* limits.c */
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h431 struct limits { struct
551 extern int scanlimit(); /* limits.c */
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h215 *limits; member in struct:iwn_softc
H A Dif_iwn.c1226 sc->limits = &iwn4965_sensitivity_limits;
1273 sc->limits = &iwn5000_sensitivity_limits;
1280 sc->limits = &iwn5150_sensitivity_limits;
1285 sc->limits = &iwn5000_sensitivity_limits;
1289 sc->limits = &iwn1000_sensitivity_limits;
1297 sc->limits = &iwn6000_sensitivity_limits;
1308 sc->limits = &iwn6000_sensitivity_limits;
1312 sc->limits = &iwn6000_sensitivity_limits;
1332 sc->limits = &iwn2000_sensitivity_limits;
1342 sc->limits
5127 const struct iwn_sensitivity_limits *limits = sc->limits; local
[all...]

Completed in 90 milliseconds