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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c3999 _get_spaces(int w, int s, int W) function
4027 (((w) >= (W)) && (X)) ? _get_spaces((w), (s), (W))
4041 return (_get_spaces(width, padding, maxnbl));
4044 return (_get_spaces(width, padding, maxnbl));
4048 return (_get_spaces(width, padding, 1));
4061 _get_spaces((w), (s), 1))
4068 _get_spaces((w), (s), 1))

Completed in 64 milliseconds