untimeout
untimeout(cp->callout);
untimeout(cp->callout);
untimeout(cp->callout);
untimeout(timeout_mp_id);
untimeout(mf->mf_cid);
untimeout(mf->mf_cid);
untimeout(fp->fh_cid);
untimeout(fp->fh_cid);
untimeout(fp->fh_cid);
untimeout(fs->fs_cid);
untimeout(fs->fs_cid);
untimeout(fs->fs_cid);
extern void untimeout(int);
void untimeout(void (*func)(void *), void *arg);
#define UNTIMEOUT(r, f) untimeout((r), (f))