Home
last modified time | relevance | path

Searched refs:systemg (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/bsnmp/snmpd/
H A Daction.c114 if ((systemg.descr = malloc(len)) == NULL) { in init_actvals()
125 systemg.object_id = oid_freeBSDVersion; 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()
284 string_rollback(ctx, &systemg.descr); in op_system_group()
287 oid_rollback(ctx, &systemg.object_id); in op_system_group()
290 string_rollback(ctx, &systemg.contact); in op_system_group()
293 string_rollback(ctx, &systemg.name); in op_system_group()
296 string_rollback(ctx, &systemg.location); in op_system_group()
[all …]
H A Dsnmpmod.h356 struct systemg { struct
365 extern struct systemg systemg; argument
H A Dmain.c77 struct systemg systemg = { variable
2563 systemg.or_last_change = objres->uptime; in or_register()
H A Dtrap.c431 pdu->enterprise = systemg.object_id; in snmp_create_v1_trap()
/freebsd-14.2/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile90 MLINKS+= snmpmod.3 systemg.3
/freebsd-14.2/tools/build/mk/
H A DOptionalObsoleteFiles.inc676 OLD_FILES+=usr/share/man/man3/systemg.3.gz