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

/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Dcommon.c335 static const char *nomsg = "no state msg"; local
363 okmsg = nomsg;
442 if (okmsg != nomsg)
/freebsd-10.1-release/sys/netgraph/
H A Dng_device.c389 goto nomsg;
400 nomsg:
H A Dng_cisco.c525 goto nomsg;
529 goto nomsg;
537 nomsg:
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-nat.c204 unsigned int nomsg:1;
663 inf->nomsg = 1;
711 inf->nomsg = 1;
795 /* Validates INF's stopped, nomsg and traced field from the actual
814 inf->nomsg = !!(pi->state & PI_NOMSG);
815 if (inf->nomsg)
1241 if (inf->nomsg)
1970 if (sig == TARGET_SIGNAL_0 && inf->nomsg)
2096 inf->nomsg = 1;
203 unsigned int nomsg:1; member in struct:inf

Completed in 111 milliseconds