Search | Google it | Results 1 - 1 of 1 for funcall:mowner_attach (0.00 seconds) |
400: #ifndef T2EX 401: void mowner_attach(struct mowner *); 402: #else 403: int mowner_attach(struct mowner *); 404: #endif 421: #define MCLAIM(m, mo) m_claim((m), (mo)) 422: #define MOWNER_ATTACH(mo) mowner_attach(mo) 423: #define MOWNER_DETACH(mo) mowner_detach(mo)