Searched refs:idn_open_domain (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 518 rv = idn_open_domain(domid, cpuid, 0); in idn_link() 1185 rv = idn_open_domain(rmasterid, rcpuid, 0); in idn_select_master() 1512 if (idn_open_domain(domid, cpuid, ticket) != 0) { in idn_recv_nego() 1982 if ((rv = idn_open_domain(d, cpuid, 0)) != 0) { in idn_check_nego() 2385 rv = idn_open_domain(new_masterid, in idn_nego_cleanup_check() 2437 rv = idn_open_domain(new_masterid, in idn_nego_cleanup_check() 3507 if (idn_open_domain(finmasterid, fincpuid, 0) < 0) { in idn_check_fin_pend() 4238 rv = idn_open_domain(d, -1, 0); in idn_final_fin() 4275 rv = idn_open_domain(domid, -1, 0); in idn_final_fin()
|
H A D | idn.c | 3205 idn_open_domain(int domid, int cpuid, uint_t ticket) in idn_open_domain() function 3459 d = idn_open_domain(idn.localid, (int)CPU->cpu_id, 0); in idn_domains_init()
|
/titanic_41/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 3587 extern int idn_open_domain(int domid, int cpuid, uint_t ticket);
|