modlexec
static struct modlexec modlexec = {
static struct modlexec modlexec32 = {
(void *)&modlexec,
static struct modlexec modlexec = {
MODREV_1, (void *)&modlexec, NULL
static struct modlexec jmodlexec = {
static struct modlexec modlexec = {
MODREV_1, (void *)&modlexec, NULL
mod_infoexec(struct modlexec *modl, struct modlinkage *modlp, int *p0)
mod_installexec(struct modlexec *modl, struct modlinkage *modlp)
mod_removeexec(struct modlexec *modl, struct modlinkage *modlp)
static int mod_infoexec(struct modlexec *, struct modlinkage *, int *);
static int mod_installexec(struct modlexec *, struct modlinkage *);
static int mod_removeexec(struct modlexec *, struct modlinkage *);