Symbol: oidname
crypto/heimdal/lib/hx509/name.c
217
char *oidname;
crypto/heimdal/lib/hx509/name.c
220
oidname = oidtostring(&n->u.rdnSequence.val[i].val[j].type);
crypto/heimdal/lib/hx509/name.c
285
append_string(str, &total_len, oidname, strlen(oidname), 0);
crypto/heimdal/lib/hx509/name.c
286
free(oidname);
lib/libc/tests/sys/sendfile_test.c
57
get_int_via_sysctlbyname(const char *oidname)
lib/libc/tests/sys/sendfile_test.c
64
ATF_REQUIRE_EQ_MSG(sysctlbyname(oidname, &int_value, &oldlen, NULL, 0),
lib/libc/tests/sys/sendfile_test.c
65
0, "sysctlbyname(%s, ...) failed: %s", oidname, strerror(errno));
sys/dev/acpica/acpi_thermal.c
204
char oidname[16];
sys/dev/acpica/acpi_thermal.c
260
snprintf(oidname, sizeof(oidname), "tz%d", device_get_unit(dev));
sys/dev/acpica/acpi_thermal.c
262
SYSCTL_CHILDREN(acpi_tz_sysctl_tree), OID_AUTO, oidname,
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
329
oidname_init(struct oidname *on)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
337
oid_get_name(const struct oid *o, struct oidname *on)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
376
oid_get_metric(const struct oidname *on, const struct oidformat *of,
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
437
oidname_has_labels(const struct oidname *on)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
490
oid_print(const struct oid *o, struct oidname *on, bool print_description,
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
572
struct oidname on;