Home
last modified time | relevance | path

Searched defs:oidname (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.h50 #define SETUP_OID_RO(oidname, ...) \ argument
63 #define SETUP_OID_RW(oidname, ...) \ argument
76 #define NTP_OID_RO(oidname, w, x, y, z) \ argument
78 #define NTP_OID_RW(oidname, w, x, y, z) \ argument
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c319 struct oidname { struct
329 oidname_init(struct oidname *on) in oidname_init() argument
/freebsd/crypto/heimdal/lib/hx509/
H A Dname.c217 char *oidname; in _hx509_Name_to_string() local
/freebsd/sys/dev/acpica/
H A Dacpi_thermal.c204 char oidname[16]; in acpi_tz_attach() local
/freebsd/lib/libc/tests/sys/
H A Dsendfile_test.c57 get_int_via_sysctlbyname(const char *oidname) in get_int_via_sysctlbyname()