Searched refs:systemg (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 103 if ((systemg.name = strdup(uts.nodename)) == NULL) in init_actvals() 114 if ((systemg.descr = malloc(len)) == NULL) { in init_actvals() 118 sprintf(systemg.descr, "%s %s %s %s", uts.nodename, hostid, uts.sysname, in init_actvals() 125 systemg.object_id = oid_freeBSDVersion; in init_actvals() 128 systemg.object_id.len < ASN_MAXOIDLEN) { in init_actvals() 129 systemg.object_id.subs[systemg.object_id.len] = 0; in init_actvals() 134 systemg.object_id.subs[systemg.object_id.len] = num; in init_actvals() 136 systemg.object_id.len++; in init_actvals() 262 return (string_save(value, ctx, -1, &systemg.descr)); in op_system_group() 267 return (oid_save(value, ctx, &systemg.object_id)); in op_system_group() [all …]
|
H A D | snmpmod.h | 356 struct systemg { struct 365 extern struct systemg systemg; argument
|
H A D | main.c | 77 struct systemg systemg = { variable 2563 systemg.or_last_change = objres->uptime; in or_register()
|
H A D | trap.c | 431 pdu->enterprise = systemg.object_id; in snmp_create_v1_trap()
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | Makefile | 90 MLINKS+= snmpmod.3 systemg.3
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 675 OLD_FILES+=usr/share/man/man3/systemg.3.gz
|