Searched refs:own (Results 1 – 4 of 4) sorted by relevance
5 Please request your own libsyscall.a and rom_header.template.sbin to
266 void WBT_StartParent(WBTContext *work, int own, int peer) in WBT_StartParent() argument268 SDK_MIN_ASSERT(own, WBT_PACKET_SIZE_MIN); in WBT_StartParent()271 work->my_data_packet_size = (s16)(own - WBT_PACKET_SIZE_MIN); in WBT_StartParent()515 BOOL WBT_SetPacketLength(WBTContext *work, int own, int peer);
49 FixedDirectory *own; member131 file->prop.dir.pos.pos = (u32)dir_list[dir_id].own; in CustomRom_ArchiveProc()
1536 BOOL WBT_SetPacketLength(WBTContext * work, int own, int peer) in WBT_SetPacketLength() argument1541 SDK_ASSERT(own >= WBT_PACKET_SIZE_MIN); in WBT_SetPacketLength()1550 work->my_data_packet_size = (s16)(own - WBT_PACKET_SIZE_MIN); in WBT_SetPacketLength()