Searched refs:facil (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c240 int facil = -1; local
270 facil = (composit & 0xF8) >> 3;
272 if ((facil >= FACS_LEN) ||
273 (facs[facil] == NULL)) {
275 "%d", facil);
278 facilstr = facs[facil];

Completed in 57 milliseconds