Home
last modified time | relevance | path

Searched refs:imax (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dshell.c23 int igap, iplusg, iex, i, imax; in shell() local
27 imax = n-igap; in shell()
30 for (i = 0; i < imax; i++) { in shell()
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c139 topo_instance_t imax, void *notused, void *data) in hb_enum() argument
162 if (imin != imax) { in hb_enum()
171 rv = platform_hb_enum(mp, pn, name, imin, imax); in hb_enum()
174 rv = specific_hb_enum(mp, pn, name, imin, imax, data); in hb_enum()
318 topo_instance_t imin, topo_instance_t imax, void *priv) in specific_hb_enum() argument
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c65 int inum, imax; in main() local
134 imax = fs->fs_ipg * fs->fs_ncg; in main()
135 while (inum < imax) { in main()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dutil.c37 topo_instance_t imin, topo_instance_t imax) in child_range_add() argument
41 e = topo_node_range_create(mp, tn, cnm, imin, imax); in child_range_add()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c152 topo_instance_t imin, topo_instance_t imax) in platform_hb_enum() argument
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c115 int imax; /* highest inode number */ variable
357 imax = sblock.fs_ncg * sblock.fs_ipg; in check()
692 if (inumber < UFSROOTINO || (int)inumber > imax) { in ginode()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h377 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax() function
H A Dprintf.c549 width -= tmp + imax(dwidth, n); in kvprintf()