Home
last modified time | relevance | path

Searched refs:ki_emul (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Duser.h182 char ki_emul[KI_EMULNAMELEN+1]; /* emulation name */ member
/f-stack/freebsd/sys/
H A Duser.h183 char ki_emul[KI_EMULNAMELEN+1]; /* emulation name */ member
/f-stack/freebsd/kern/
H A Dkern_proc.c1150 strlcpy(kp->ki_emul, p->p_sysent->sv_name, sizeof(kp->ki_emul)); in fill_kinfo_proc_only()
1455 bcopy(ki->ki_emul, ki32->ki_emul, KI_EMULNAMELEN + 1); in freebsd32_kinfo_proc_out()