Home
last modified time | relevance | path

Searched refs:logpri (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Daction.c378 value->v.integer = debug.logpri; in op_debug()
401 ctx->scratch->int1 = debug.logpri; in op_debug()
402 debug.logpri = (u_int)value->v.integer; in op_debug()
419 debug.logpri = ctx->scratch->int1; in op_debug()
432 if (debug.logpri == 0) in op_debug()
435 setlogmask(LOG_UPTO(debug.logpri - 1)); in op_debug()
H A Dsnmpd.h263 u_int logpri; member
H A Dmain.c1605 setlogmask(LOG_UPTO(debug.logpri - 1)); in main()