Searched defs:domset (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1005 smr_slabwaiter_open(domainset_t domset) argument
1010 if ((domset == 0) || !idn.slabwaiter)
1016 if (!DOMAIN_IN_SET(domset, d))
1025 smr_slabwaiter_close(domainset_t domset) argument
1030 if ((domset == 0) || !idn.slabwaiter)
1036 if (!DOMAIN_IN_SET(domset, d))
2062 reapset = idn.domset.ds_connected;
H A Didn_dlpi.c1643 domainset_t domset; local
1694 domset = ~DOMAINSET(idn.localid);
1703 domset = DOMAINSET(domid);
1721 PR_DLPI("%s: target domainset = 0x%x\n", proc, domset);
1723 if ((domset == 0) && (domid == IDN_NIL_DOMID)) {
1742 if (!DOMAIN_IN_SET(domset, domid))
1800 proc, domset);
1806 proc, domset);
1815 proc, domset);
1824 proc, domset);
[all...]
H A Didn.c2051 domainset_t domset; local
2060 domset = idn.domset.ds_trans_on |
2061 idn.domset.ds_connected |
2062 idn.domset.ds_trans_off |
2063 idn.domset.ds_awol |
2064 idn.domset.ds_relink;
2073 !DOMAIN_IN_SET(domset, d))
2087 !DOMAIN_IN_SET(domset, d))
2402 sinfo.awol_domset = (ushort_t)idn.domset
2892 idn_init_op(idn_opflag_t opflag, domainset_t domset, idnsb_error_t *sep) argument
2928 idn_add_op(idn_opflag_t opflag, domainset_t domset) argument
2950 idn_update_op(idn_opflag_t opflag, domainset_t domset, idnsb_error_t *sep) argument
3014 domainset_t domset; local
3897 uint_t domset; local
4583 uint_t domset; local
5504 idnxdc_broadcast(domainset_t domset, idn_msgtype_t *mtp, uint_t arg1, uint_t arg2, uint_t arg3, uint_t arg4) argument
[all...]
H A Didn_proto.c74 static void idn_unlink_domainset(domainset_t domset, idn_fin_t fintype,
80 static void idn_shutdown_datapath(domainset_t domset, int force);
117 static void idn_mainmbox_deactivate(ushort_t domset);
121 static int idn_mainmbox_chan_unregister(ushort_t domset, int channel);
137 static void idn_chan_addmbox(int channel, ushort_t domset);
138 static void idn_chan_delmbox(int channel, ushort_t domset);
544 boardset_t domset = 0; local
550 PR_PROTO("%s:%d: WAITING for op(%s) for (domset 0%x)...\n",
554 rv = idn_wait_op(opcookie, &domset, waittime);
590 domainset_t domset; local
688 idn_unlink_domainset(domainset_t domset, idn_fin_t fintype, idn_finarg_t finarg, idn_finopt_t finopt, boardset_t idnset) argument
3423 domainset_t domset; local
6883 domainset_t domset; local
7422 domainset_t domset; local
7997 idn_shutdown_datapath(domainset_t domset, int force) argument
8121 domainset_t domset; local
9331 domainset_t domset; local
10113 idn_mainmbox_deactivate(ushort_t domset) argument
10185 idn_mainmbox_chan_unregister(ushort_t domset, int channel) argument
11317 idn_chan_addmbox(int channel, ushort_t domset) argument
11367 idn_chan_delmbox(int channel, ushort_t domset) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h733 idn.domset.ds_trans_on : \
735 idn.domset.ds_trans_off : 0)
2879 } domset; member in struct:idn_global
3604 extern void idn_strlinks_disable(uint_t domset, uint_t netaddr,
3610 extern void idn_add_op(idn_opflag_t opflag, domainset_t domset);
3611 extern void idn_update_op(idn_opflag_t opflag, domainset_t domset,
3616 extern int idn_wakeup_op(boardset_t boardset, uint_t domset,
3618 extern void idn_error_op(uint_t domset, boardset_t boardset, int error);
3626 extern void idnxdc_broadcast(domainset_t domset, idn_msgtype_t *mtp,
3729 extern void smr_slabwaiter_open(domainset_t domset);
[all...]

Completed in 102 milliseconds