Searched refs:string_save (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/bsnmp/snmpd/ |
| D | action.c | 246 return (string_save(value, ctx, -1, &systemg.descr)); in op_system_group() 254 return (string_save(value, ctx, -1, &systemg.contact)); in op_system_group() 257 return (string_save(value, ctx, -1, &systemg.name)); in op_system_group() 260 return (string_save(value, ctx, -1, &systemg.location)); in op_system_group() 762 return (string_save(value, ctx, -1, &c->string)); in op_community()
|
| D | export.c | 57 string_save(struct snmp_value *value, struct snmp_context *ctx, in string_save() function
|
| D | snmpmod.h | 601 int string_save(struct snmp_value *, struct snmp_context *, ssize_t, u_char **);
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| D | hostres_begemot.c | 115 return (string_save(value, ctx, -1, &pkg_dir)); in op_begemot()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hast/ |
| D | hast_snmp.c | 388 return (string_save(value, context, -1, in op_hastConfig()
|
| /freebsd-9-stable/contrib/bsnmp/snmp_ntp/ |
| D | snmp_ntp.c | 1530 if ((ret = string_save(value, ctx, -1, &ntp_host)) in op_begemot_ntp() 1540 if ((ret = string_save(value, ctx, -1, &ntp_port)) in op_begemot_ntp()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| D | snmp_netgraph.c | 1024 if ((ret = string_save(value, ctx, -1, &snmp_nodename)) in op_ng_config()
|