Lines Matching refs:u_int32
99 /* Appears not to be used, and the u_int32 typedef is gone (because it
101 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
172 error_code _os_slink (u_int32, char *, void **, void **, mh_com **);
173 error_code _os_slinkm (u_int32, mh_com *, void **, void **);
175 error_code _os_unload (char *, u_int32);
176 error_code _os_tlink (u_int32, char *, void **, mh_trap **, void *, u_int32);
177 error_code _os_tlinkm (u_int32, mh_com *, void **, void *, u_int32);
179 error_code _os_vmodul (mh_com *, mh_com *, u_int32);