Searched refs:ki_emul (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_basic.c67 xo_emit("{:emulation/%-13s/%s} ", strcmp(kipp->ki_emul, "null") ?
68 kipp->ki_emul : "-");
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h292 char ki_emul[KI_EMULNAMELEN+1]; member in struct:kinfo_proc32
/freebsd-11-stable/sys/sys/
H A Duser.h101 #define KI_EMULNAMELEN 16 /* size of returned ki_emul */
181 char ki_emul[KI_EMULNAMELEN+1]; /* emulation name */ member in struct:kinfo_proc
/freebsd-11-stable/bin/ps/
H A Dprint.c803 return (strdup(k->ki_p->ki_emul));
/freebsd-11-stable/lib/libkvm/
H A Dkvm_proc.c379 strlcpy(kp->ki_emul, svname, KI_EMULNAMELEN);
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c1024 strlcpy(kp->ki_emul, p->p_sysent->sv_name, sizeof(kp->ki_emul));
1308 bcopy(ki->ki_emul, ki32->ki_emul, KI_EMULNAMELEN + 1);

Completed in 182 milliseconds