Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h191 extern int nexectype; /* number of elements in execsw */
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c388 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */ variable
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1010 for (i = 0; i < nexectype; i++) { in allocate_execsw()
1040 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexecsw()
1060 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexec_by_hdr()
1082 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexec_by_magic()
H A Dmodctl.c345 for (exectype = 0; exectype < nexectype; exectype++) { in mod_setup()