Searched defs:PriNames (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c61 static struct code PriNames[] = { variable in typeref:struct:code
326 lev = decode(s, PriNames);
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c131 static struct code PriNames[] = { variable in typeref:struct:code
3154 for (i = 0; PriNames[i].c_val != -1; i++) {
3156 PriNames[i].c_name, PriNames[i].c_val);
3450 pri = decode(buf, PriNames);

Completed in 67 milliseconds