Searched refs:idx (Results 1 – 2 of 2) sorted by relevance
/hurd/ |
A D | hurdports.c | 23 get (const int idx) in get() argument 26 error_t err = _hurd_ports_get (idx, &result); in get() 32 #define GET(type, what, idx) \ argument 33 type get##what (void) { return get (INIT_PORT_##idx); } 36 set (const int idx, mach_port_t new) in set() argument 38 error_t err = _hurd_ports_set (idx, new); in set() 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 D | hurdexec.c | 278 inline void reauth_port (unsigned int idx) in _hurd_exec_paths() 281 err = reauth_io (ports[idx], &newport) ?: err; in _hurd_exec_paths() 283 *pdp++ = ports[idx]; /* XXX presumed still in _hurd_ports */ in _hurd_exec_paths() 284 free_port (idx); in _hurd_exec_paths() 285 ports[idx] = newport; in _hurd_exec_paths()
|
Completed in 5 milliseconds