Lines Matching full:dvp
68 this->dvp = this->ncp->nc_dvp != NULL ?
70 this->name1 = this->dvp != 0 ? (
71 this->dvp->nc_name != 0 ? stringof(this->dvp->nc_name) : ""
80 this->dvp = 0;
101 $PROBE /this->dvp/ /* probe ID IDNUM (depth DEPTH) */
104 this->dvp = this->dvp->nc_dvp != NULL ?
105 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0;
106 this->nameDEPTH = this->dvp != 0 ? (
107 this->dvp->nc_name != 0 ? stringof(this->dvp->nc_name) : ""
114 $PROBE /this->dvp/ /* probe ID $(( $ID + $MAX_DEPTH + 3 )) */
117 this->dvp = this->dvp->nc_dvp != NULL ?
118 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0;
119 this->name$(( $MAX_DEPTH + 1 )) = this->dvp != 0 ? (
120 this->dvp->nc_dvp != NULL ? "..." : ""