Searched refs:m (Results 1 – 2 of 2) sorted by relevance
74 union msg *const m = (void *) msg; in _hurd_intr_rpc_mach_msg() local95 msgh_bits = m->header.msgh_bits; in _hurd_intr_rpc_mach_msg()97 msgid = m->header.msgh_id; in _hurd_intr_rpc_mach_msg()99 save_data = m->request.data; in _hurd_intr_rpc_mach_msg()309 m->header.msgh_bits = msgh_bits; in _hurd_intr_rpc_mach_msg()365 if (m->reply.RetCode == EINTR in _hurd_intr_rpc_mach_msg()366 && m->header.msgh_size == sizeof m->reply in _hurd_intr_rpc_mach_msg()368 && m->check.type == check.i in _hurd_intr_rpc_mach_msg()386 m->header.msgh_id = msgid; in _hurd_intr_rpc_mach_msg()387 m->header.msgh_bits = msgh_bits; in _hurd_intr_rpc_mach_msg()[all …]
99 const char *m = mode; in __fopenport() local101 switch (*m++) in __fopenport()115 if (m[0] == '+' || (m[0] == 'b' && m[1] == '+')) in __fopenport()
Completed in 5 milliseconds