Home
last modified time | relevance | path

Searched refs:type (Results 1 – 3 of 3) sorted by relevance

/hurd/
A Dhurdselect.c65 int type; in _hurd_select() member
165 d[i].type = type; in _hurd_select()
168 d[i].type = 0; in _hurd_select()
251 int type = 0; in _hurd_select() local
258 d[i].type = type; in _hurd_select()
259 if (type) in _hurd_select()
323 int type = d[i].type; in _hurd_select() local
447 { type: in _hurd_select()
577 int type = d[i].type; in _hurd_select() local
617 int type = d[i].type; in _hurd_select() local
[all …]
A Dhurdports.c32 #define GET(type, what, idx) \ argument
33 type get##what (void) { return get (INIT_PORT_##idx); }
41 #define SET(type, what, idx) \ argument
42 int set##what (type new) { return set (INIT_PORT_##idx, new); }
44 #define GETSET(type, what, idx) \ argument
45 GET (type, what, idx) SET (type, what, idx)
A Dintr-msg.c50 mach_msg_type_t type; in _hurd_intr_rpc_mach_msg()
64 int type; in _hurd_intr_rpc_mach_msg() member
243 switch (desc->type.type) in _hurd_intr_rpc_mach_msg()
368 && m->check.type == check.i in _hurd_intr_rpc_mach_msg()

Completed in 7 milliseconds