Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dksyms.h115 struct ksyms_gvalue { struct
123 #define KIOCGVALUE _IOWR('l', 4, struct ksyms_gvalue) argument
/netbsd/src/sys/kern/
Dkern_ksyms.c1463 __CTASSERT(offsetof(struct ksyms_gvalue, kv_name) == offsetof(struct ksyms_gsymbol, kg_name));
1471 struct ksyms_gvalue *kv = (struct ksyms_gvalue *)data; in ksymsioctl()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.c604 struct ksyms_gvalue *p, u_long cmd) in netbsd32_to_ksyms_gvalue()
1126 const struct ksyms_gvalue *p, in netbsd32_from_ksyms_gvalue()
1716 IOCTL_STRUCT_CONV_TO(KIOCGVALUE, ksyms_gvalue); in netbsd32_ioctl()