Searched refs:ki_wmesg (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat_basic.c60 printf("%-9s ", strlen(kipp->ki_wmesg) ?
61 kipp->ki_wmesg : "-");
H A Dprocstat_threads.c112 printf("%-9s ", strlen(kipp->ki_wmesg) ?
113 kipp->ki_wmesg : "-");
/freebsd-10.0-release/release/picobsd/tinyware/sps/
H A Dsps.c83 if (strcmp(ki->ki_wmesg, "") == 0) {
86 strcpy(wmesg, ki->ki_wmesg);
/freebsd-10.0-release/bin/ps/
H A Dprint.c453 if (k->ki_p->ki_wmesg[0] != 0)
454 str = strdup(k->ki_p->ki_wmesg);
482 if (k->ki_p->ki_wmesg[0] != 0)
483 str = strdup(k->ki_p->ki_wmesg);
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32.h338 char ki_wmesg[WMESGLEN+1]; member in struct:kinfo_proc32
/freebsd-10.0-release/sys/sys/
H A Duser.h177 char ki_wmesg[WMESGLEN+1]; /* wchan message */ member in struct:kinfo_proc
/freebsd-10.0-release/sys/kern/
H A Dkern_proc.c941 strlcpy(kp->ki_wmesg, td->td_wmesg, sizeof(kp->ki_wmesg));
943 bzero(kp->ki_wmesg, sizeof(kp->ki_wmesg));
1159 bcopy(ki->ki_wmesg, ki32->ki_wmesg, WMESGLEN + 1);
/freebsd-10.0-release/tools/regression/posixsem/
H A Dposixsem.c1196 (strcmp(kp->ki_wmesg, "sem") == 0 ||
1197 strcmp(kp->ki_wmesg, "ksem") == 0))
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_proc.c336 kp->ki_wmesg, WMESGLEN);
/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c854 if (pp->ki_wmesg != NULL) {
855 sprintf(status, "%.6s", pp->ki_wmesg);

Completed in 112 milliseconds