Lines Matching full:dvp
71 this->dvp = this->ncp->nc_dvp != NULL ?
73 this->name1 = this->dvp != 0 ? (
74 this->dvp->nc_name != 0 ? stringof(this->dvp->nc_name) : ""
83 this->dvp = 0;
104 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
107 this->dvp = this->dvp->nc_dvp != NULL ?
108 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0;
109 this->nameDEPTH = this->dvp != 0 ? (
110 this->dvp->nc_name != 0 ? stringof(this->dvp->nc_name) : ""
117 $PROBE /this->dvp/ /* probe ID $(( $ID + $MAX_DEPTH + 3 )) */
120 this->dvp = this->dvp->nc_dvp != NULL ?
121 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0;
122 this->name$(( $MAX_DEPTH + 1 )) = this->dvp != 0 ? (
123 this->dvp->nc_dvp != NULL ? "..." : ""