BRIDGE_CFGPORT
KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT);
KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT);
lwkt_sendmsg_oncpu(BRIDGE_CFGPORT, lmsg);
KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT);
lwkt_domsg(BRIDGE_CFGPORT, &msg.lmsg, 0);
lwkt_sendmsg_oncpu(BRIDGE_CFGPORT, &msg->lmsg);
KKASSERT(&curthread->td_msgport == BRIDGE_CFGPORT);
error = lwkt_domsg(BRIDGE_CFGPORT, &bc_msg.base.lmsg, 0);
lwkt_domsg(BRIDGE_CFGPORT, &msg.lmsg, 0);