Lines Matching refs:this
23 this->vp = (struct vnode *)arg0;
24 this->ncp = this->vp != NULL ?
25 this->vp->v_cache_dst.tqh_first : 0;
26 this->mount = this->vp != NULL ?
27 this->vp->v_mount : NULL; /* ptr to vfs we are in */
28 this->fi_fs = this->mount != NULL ?
29 stringof(this->mount->mnt_stat.f_fstypename) : "";
30 this->fi_mount = this->mount != NULL ?
31 stringof(this->mount->mnt_stat.f_mntonname) : "";
32 this->d_name = args[0]->v_cache_dd != NULL ?
49 this->nameDEPTH = "";
54 $PROBE /this->vp == 0 || this->fi_fs == 0 ||
55 this->fi_fs == "devfs" || this->fi_fs == ""/ /* probe ID $((
60 this->ncp = 0;
65 $PROBE /this->ncp/ /* probe ID $(( $ID + 2 )) (depth 1) */
68 this->dvp = this->ncp->nc_dvp != NULL ?
69 this->ncp->nc_dvp->v_cache_dst.tqh_first : 0;
70 this->name1 = this->dvp != 0 ? (
71 this->dvp->nc_name != 0 ? stringof(this->dvp->nc_name) : ""
75 $PROBE /this->name1 == 0 || this->fi_fs == 0 ||
76 this->fi_fs == "devfs" || this->fi_fs == "" ||
77 this->name1 == "/" || this->name1 == ""/ /* probe ID $(( $ID + 3 )) */
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 ? "..." : ""
130 $PROBE /this->fi_mount != 0/ /* probe ID $(( $ID + $MAX_DEPTH + 4 )) */
138 this->path = this->fi_mount;
139 this->path = strjoin(this->path, this->fi_mount != 0 ? (
140 this->fi_mount == "/" ? "" : "/"
156 this->path = strjoin(this->path,
157 \ strjoin(this->nameN, this->nameN != "" ? "/" : ""));
162 this->path = strjoin(this->path, strjoin(this->name =
163 (this->d_name != 0 ? this->d_name : ""),
164 this->name != "" ? "/" : ""));
172 EVENT_TEST="this->fi_mount != 0"
181 printf("%s", this->path);