modlpsm
sizeof (struct modlpsm) + sizeof (struct psm_sw)));
mod_installpsm(struct modlpsm *modl, struct modlinkage *modlp)
mod_removepsm(struct modlpsm *modl, struct modlinkage *modlp)
mod_infopsm(struct modlpsm *modl, struct modlinkage *modlp, int *p0)
static int mod_installpsm(struct modlpsm *modl, struct modlinkage *modlp);
static int mod_removepsm(struct modlpsm *modl, struct modlinkage *modlp);
static int mod_infopsm(struct modlpsm *modl, struct modlinkage *modlp, int *p0);
struct modlpsm *mlpsmp;
memsz = sizeof (struct modlinkage) + sizeof (struct modlpsm) +
mlpsmp = (struct modlpsm *)(mlinkp + 1);