HomeSort by relevance Sort by last modified time
    Searched +refs:execsw +path:uts (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
exec.h 100 struct execsw *execswp;
169 struct execsw { struct
183 extern int nexectype; /* number of elements in execsw */
184 extern struct execsw execsw[];
216 extern struct execsw *allocate_execsw(char *name, char *magic,
218 extern struct execsw *findexecsw(char *magic);
219 extern struct execsw *findexec_by_hdr(char *header);
220 extern struct execsw *findexec_by_magic(char *magic);
user.h 192 struct execsw;
204 struct execsw *u_execsw; /* pointer to exec switch entry */
modctl.h 161 struct execsw *exec_execsw;
  /onnv/onnv-gate/usr/src/uts/common/os/
exec.c 85 static int hold_execsw(struct execsw *);
528 struct execsw *eswp;
680 args->execswp = eswp; /* Save execsw pointer in uarg for exec_func */
802 struct execsw *
823 execsw[i].exec_magic = magicp;
825 return (&execsw[i]);
835 struct execsw *
838 struct execsw *eswp;
840 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++)
    [all...]
modconf.c 74 extern struct execsw execsw[];
1297 struct execsw *eswp;
1302 *p0 = eswp - execsw;
1313 struct execsw *eswp;
1320 * See if execsw entry is already allocated. Can't use findexectype()
1332 printf("no unused entries in 'execsw'\n");
1356 struct execsw *eswp;
    [all...]
core.c 333 struct execsw *eswp;
modctl.c 338 execsw[exectype].exec_lock =
340 rw_init(execsw[exectype].exec_lock, NULL, RW_DEFAULT, NULL);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/conf/
param.c 381 struct execsw execsw[] = { variable in typeref:struct:execsw
399 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */
400 kmutex_t execsw_lock; /* Used for allocation of execsw entries */
  /onnv/onnv-gate/usr/src/uts/common/exec/aout/
aout.c 70 static struct execsw nesw = {
78 static struct execsw zesw = {
86 static struct execsw oesw = {
  /onnv/onnv-gate/usr/src/uts/common/exec/intp/
intp.c 56 static struct execsw esw = {
  /onnv/onnv-gate/usr/src/uts/common/exec/java/
java.c 172 static struct execsw jexecsw = {
  /onnv/onnv-gate/usr/src/uts/common/exec/shbin/
shbin.c 94 static struct execsw esw = {
  /onnv/onnv-gate/usr/src/uts/common/exec/elf/
elf.c     [all...]

Completed in 420 milliseconds