Lines Matching defs:online
58 boolean_t online);
644 * probe, online, sysevent, etc.
662 * Probe and online devices if state is
684 * and then online the nodes.
726 * Try to online all the children of CN.
740 * Do online operation when the online parameter is true; otherwise do offline.
743 ddihp_cn_change_children_state(ddi_hp_cn_handle_t *hdlp, boolean_t online)
751 " dip %p hdlp %p, online %x\n",
752 (void *)dip, (void *)hdlp, online));
758 * when try to online children.
760 if (online && hdlp->cn_info.cn_state < DDI_HP_CN_STATE_ENABLED) {
767 /* Now, online/offline all the devices depending on the Connector */
769 if (!online) {
786 if (online) {
787 /* online children */
802 * One of the devices failed to online, but we
803 * want to continue to online the rest siblings
913 "failed to online device %p at port: %s\n",