Lines Matching refs:pidstr
103 char pidstr[21]; in query_out() local
106 (void) snprintf(pidstr, 20, "%d", (int)pid); in query_out()
109 (void) snprintf(pidstr, 20, "%d/%d", (int)pid, (int)lwpid); in query_out()
115 proclwp, pidstr); in query_out()
118 proclwp, pidstr, cpu); in query_out()
155 char pidstr[21]; in bind_out() local
158 (void) snprintf(pidstr, 20, "%d", (int)pid); in bind_out()
161 (void) snprintf(pidstr, 20, "%d/%d", (int)pid, (int)lwpid); in bind_out()
168 "now not bound\n"), proclwp, pidstr); in bind_out()
171 "now %d\n"), proclwp, pidstr, new); in bind_out()
175 "now not bound\n"), proclwp, pidstr, old); in bind_out()
178 "now %d\n"), proclwp, pidstr, old, new); in bind_out()