Searched refs:truss_lwpid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c97 int truss_maxlwp; /* number of entries in truss_lwpid */
98 lwpid_t *truss_lwpid; /* array of truss lwpid's */ variable
H A Dmain.c156 if (truss_lwpid[i] == 0)
161 truss_lwpid = my_realloc(truss_lwpid,
163 (void) memset(&truss_lwpid[truss_maxlwp], 0,
167 truss_lwpid[i] = lwpid;
188 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id)
195 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id)
202 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id)
810 truss_lwpid = my_realloc(truss_lwpid, sizeo
[all...]
H A Dramdata.h182 extern int truss_maxlwp; /* number of entries in truss_lwpid */
183 extern lwpid_t *truss_lwpid; /* array of truss lwpid's */

Completed in 60 milliseconds