Searched refs:nexectype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h185 extern int nexectype; /* number of elements in execsw */
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c403 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */ variable
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c926 for (i = 0; i < nexectype; i++) {
956 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) {
976 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) {
998 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) {
H A Dmodctl.c340 for (exectype = 0; exectype < nexectype; exectype++) {

Completed in 597 milliseconds