Home
last modified time | relevance | path

Searched refs:sv_name (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/sys/vfs/procfs/
H A Dprocfs_type.c63 if (p && p->p_sysent && p->p_sysent->sv_name) { in procfs_dotype()
64 len = strlen(p->p_sysent->sv_name); in procfs_dotype()
65 bcopy(p->p_sysent->sv_name, mebuffer, len); in procfs_dotype()
/dragonfly/sys/sys/
H A Dsysent.h73 char *sv_name; /* name of binary type */ member
/dragonfly/sys/kern/
H A Dinit_main.c352 .sv_name = "null",
/dragonfly/sys/cpu/x86_64/misc/
H A Delf_machdep.c52 .sv_name = "DragonFly ELF64",