Searched defs:imax (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | shell.c | 23 int igap, iplusg, iex, i, imax; in shell() local
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 139 topo_instance_t imax, void *notused, void *data) in hb_enum() 318 topo_instance_t imin, topo_instance_t imax, void *priv) in specific_hb_enum()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/ |
H A D | fsirand.c | 65 int inum, imax; in main() local
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 152 topo_instance_t imin, topo_instance_t imax) in platform_hb_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | util.c | 37 topo_instance_t imin, topo_instance_t imax) in child_range_add()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/ |
H A D | ff.c | 115 int imax; /* highest inode number */ variable
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | stand.h | 373 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax() function
|