Searched refs:idn_open_domain (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 518 rv = idn_open_domain(domid, cpuid, 0); 1185 rv = idn_open_domain(rmasterid, rcpuid, 0); 1198 "idn_open_domain(%d,%d,0) " 1512 if (idn_open_domain(domid, cpuid, ticket) != 0) { 1982 if ((rv = idn_open_domain(d, cpuid, 0)) != 0) { 1984 "idn_open_domain(%d,%d,0) (rv = %d)\n", 2385 rv = idn_open_domain(new_masterid, 2437 rv = idn_open_domain(new_masterid, 3507 if (idn_open_domain(finmasterid, fincpuid, 0) < 0) { 4238 rv = idn_open_domain( [all...] |
H A D | idn.c | 3205 idn_open_domain(int domid, int cpuid, uint_t ticket) function 3209 procname_t proc = "idn_open_domain"; 3459 d = idn_open_domain(idn.localid, (int)CPU->cpu_id, 0);
|
/illumos-gate/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 3587 extern int idn_open_domain(int domid, int cpuid, uint_t ticket);
|
Completed in 117 milliseconds