Lines Matching defs:wchan
98 * pid ppid pgrp uid state wmesg wchan cmd
99 * <pid> <ppi> <pgi> <uid> <stat> <wmesg> <wchan > <name>
101 * <tid > <stat> <wmesg> <wchan > <name>
103 * For machines with 64-bit pointers, we expand the wchan field 8 more
115 db_printf(" pid ppid pgrp uid state wmesg wchan cmd\n");
117 db_printf(" pid ppid pgrp uid state wmesg wchan cmd\n");
264 const void *wchan;
306 wchan = td->td_blocked;
309 wchan = td->td_wchan;
313 wchan = NULL;
316 wchan = NULL;
319 if (wchan == NULL)
326 db_printf("%p ", wchan);
414 " wmesg: %s wchan: %p sleeptimo %lx. %jx (curr %lx. %jx)\n",