Lines Matching defs:held
2509 * need to be held against unexpected removal by calling
2577 * through mdi_select_path() mechanism or manually held by
3229 /* Prevent further failovers till MDI_VHCI_CLIENT_LOCK is held */
6845 MDI_DEBUG(4, (MDI_NOTE, child, "already held\n"));
6891 i_mdi_pm_pre_unconfig_one(dev_info_t *child, int *held, int flags)
6920 *held = 1;
6933 *held = 1;
6938 i_mdi_pm_pre_unconfig(dev_info_t *vdip, dev_info_t *child, int *held,
6946 *held = 0;
6951 return (i_mdi_pm_pre_unconfig_one(child, held, flags));
6960 ret = i_mdi_pm_pre_unconfig_one(cdip, held, flags);
6965 if (*held)
7065 MDI_DEBUG(4, (MDI_NOTE, child, "not held\n"));
7099 i_mdi_pm_post_unconfig(dev_info_t *vdip, dev_info_t *child, int held)
7106 if (!held) {
7107 MDI_DEBUG(4, (MDI_NOTE, vdip, "held = %d", held));
9273 * set to the configured and held devinfo child node of vdip.