HomeSort by relevance Sort by last modified time
    Searched refs:truss_lwpid (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
ramdata.c 97 int truss_maxlwp; /* number of entries in truss_lwpid */
98 lwpid_t *truss_lwpid; /* array of truss lwpid's */ variable
main.c 157 if (truss_lwpid[i] == 0)
162 truss_lwpid = my_realloc(truss_lwpid,
164 (void) memset(&truss_lwpid[truss_maxlwp], 0,
168 truss_lwpid[i] = lwpid;
189 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id)
196 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id)
203 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id)
823 truss_lwpid = my_realloc(truss_lwpid, sizeof (lwpid_t), NULL)
    [all...]
ramdata.h 182 extern int truss_maxlwp; /* number of entries in truss_lwpid */
183 extern lwpid_t *truss_lwpid; /* array of truss lwpid's */

Completed in 240 milliseconds