Home
last modified time | relevance | path

Searched refs:sysctldesc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dsysctl.h1325 struct sysctldesc { struct
1333 #define __sysc_desc_len(l) (offsetof(struct sysctldesc, descr_str) +\ argument
1336 (/*XXXUNCONST ptr cast*/(struct sysctldesc *) \
/netbsd-src/lib/libc/gen/
H A Dsysctl.c277 struct sysctldesc *d1 = (void *)&buf[0], *d2 = oldp; in user_sysctl()
/netbsd-src/sbin/sysctl/
H A Dsysctl.c1520 struct sysctldesc *d = (void*)&buf[0]; in parse_describe()
1590 struct sysctldesc *d = (void*)buf; in getdesc1()
1623 struct sysctldesc *d, *p, *plim; in getdesc()
1655 plim = /*LINTED ptr cast*/(struct sysctldesc *)((char*)d + sz); in getdesc()
/netbsd-src/sys/kern/
H A Dkern_sysctl.c1703 struct sysctldesc *d; in sysctl_describe()