Lines Matching refs:objects

3033 					    + queueCount * sizeof(machReply->objects[0])  in objectInstantiate()
3039 machReply->objects[idx].type = MACH_MSG_PORT_DESCRIPTOR; in objectInstantiate()
3040 machReply->objects[idx].disposition = MACH_MSG_TYPE_MOVE_SEND; in objectInstantiate()
3041 machReply->objects[idx].name = sendPort; in objectInstantiate()
3042 machReply->objects[idx].pad2 = 0; in objectInstantiate()
3043 machReply->objects[idx].pad_end = 0; in objectInstantiate()
3056 + queueCount * sizeof(machReply->objects[0]) in objectInstantiate()
3068 machReply->objects[idx].type = MACH_MSG_PORT_DESCRIPTOR; in objectInstantiate()
3069 machReply->objects[idx].disposition = MACH_MSG_TYPE_MOVE_SEND; in objectInstantiate()
3070 machReply->objects[idx].name = sendPort; in objectInstantiate()
3071 machReply->objects[idx].pad2 = 0; in objectInstantiate()
3072 machReply->objects[idx].pad_end = 0; in objectInstantiate()
3158 message->objects[0] = (OSObjectRef) object; in target()
3257 object = (OSObject *) message->objects[0]; in server()
3361 sizeof(mach->msgh) + sizeof(mach->msgh_body) + offsetof(IORPCMessage, objects[0]), in MAX_OBJECT_COUNT()
3396 mach_msg_port_descriptor_t objects[2]; in IOUserServerUEXTTrap() member
3453 message->objects[0] = 0; in IOUserServerUEXTTrap()
3464 message->objects[1] = (OSObjectRef) action; in IOUserServerUEXTTrap()
3478 message->objects[1] = (OSObjectRef) objectArg1; in IOUserServerUEXTTrap()
3556 if ((service = OSDynamicCast(IOService, (OSObject *) message->objects[0]))) { in rpc()
3660 desc = &msg->objects[0]; in IORPCMessageFromMachReply()
3764 desc = &mach->objects[0]; in copyOutObjects()
3766 object = (OSObject *) message->objects[idx]; in copyOutObjects()
3789 message->objects[idx] = 0; in copyOutObjects()
3827 message->objects[idx] = 0; in copyOutObjects()
3851 desc = &mach->objects[0]; in copyOutObjects()
3910 message->objects[idx] = (OSObjectRef) NULL; in copyInObjects()
3913 desc = &mach->objects[0]; in copyInObjects()
3968 message->objects[idx] = (OSObjectRef) object; in copyInObjects()
3978 object = (OSObject *) message->objects[idx]; in copyInObjects()
3980 message->objects[idx] = 0; in copyInObjects()
4002 object = (OSObject *) message->objects[idx]; in consumeObjects()
4005 message->objects[idx] = 0; in consumeObjects()