Home
last modified time | relevance | path

Searched refs:m (Results 1 – 2 of 2) sorted by relevance

/hurd/
A Dintr-msg.c74 union msg *const m = (void *) msg; in _hurd_intr_rpc_mach_msg() local
95 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 …]
A Dfopenport.c99 const char *m = mode; in __fopenport() local
101 switch (*m++) in __fopenport()
115 if (m[0] == '+' || (m[0] == 'b' && m[1] == '+')) in __fopenport()

Completed in 5 milliseconds