Home
last modified time | relevance | path

Searched refs:allocate_execsw (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dexec.h217 extern struct execsw *allocate_execsw(char *name, char *magic,
/titanic_50/usr/src/uts/common/os/
H A Dmodconf.c1330 if ((eswp = allocate_execsw(modname, magic, magic_size)) == in mod_installexec()
H A Dexec.c890 allocate_execsw(char *name, char *magic, size_t magic_size) in allocate_execsw() function