Searched refs:oidname (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.h50 #define SETUP_OID_RO(oidname, ...) \
51 static oid oidname##_oid [] = { __VA_ARGS__ }; \
55 "#oidname", \
56 get_##oidname, \
57 oidname##_oid, \
59 ( oidname##_oid ), \
63 #define SETUP_OID_RW(oidname, ...) \
64 static oid oidname##_oid [] = { __VA_ARGS__ }; \
68 "#oidname", \
69 do_##oidname, \
[all...]
/freebsd-13-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c318 struct oidname { struct
328 oidname_init(struct oidname *on)
336 oid_get_name(const struct oid *o, struct oidname *on)
375 oidname_print(const struct oidname *on, const struct oidformat *of,
432 oidname_has_labels(const struct oidname *on)
485 oid_print(const struct oid *o, struct oidname *on, bool print_description,
550 struct oidname on;
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dname.c217 char *oidname; local
220 oidname = oidtostring(&n->u.rdnSequence.val[i].val[j].type);
285 append_string(str, &total_len, oidname, strlen(oidname), 0);
286 free(oidname);
/freebsd-13-stable/lib/libc/tests/sys/
H A Dsendfile_test.c60 get_int_via_sysctlbyname(const char *oidname) argument
67 ATF_REQUIRE_EQ_MSG(sysctlbyname(oidname, &int_value, &oldlen, NULL, 0),
68 0, "sysctlbyname(%s, ...) failed: %s", oidname, strerror(errno)); local
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_thermal.c205 char oidname[8]; local
261 sprintf(oidname, "tz%d", device_get_unit(dev));
263 SYSCTL_CHILDREN(acpi_tz_sysctl_tree), OID_AUTO, oidname,

Completed in 127 milliseconds