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

/freebsd-10-stable/libexec/rlogind/
H A Drlogind.c188 int confirmed; variable
266 if (confirmed == 0) {
268 confirmed = 1; /* we sent the null! */
493 if (!confirmed)
/freebsd-10-stable/sbin/camcontrol/
H A Dfwdownload.c915 int confirmed = 0; local
931 confirmed = 1;
990 if (!confirmed) {
/freebsd-10-stable/contrib/gdb/gdb/
H A Dstack.c1920 int confirmed;
1922 confirmed = query ("%sMake selected stack frame return now? ",
1925 confirmed = query ("%sMake %s return now? ", query_prefix,
1927 if (!confirmed)
1928 error ("Not confirmed");
1913 int confirmed; local
/freebsd-10-stable/sys/netinet/
H A Dsctp_uio.h1233 uint8_t confirmed; /* */ member in struct:xsctp_raddr
H A Dsctp_sysctl.c502 xraddr.confirmed = ((net->dest_state & SCTP_ADDR_UNCONFIRMED) == 0);

Completed in 97 milliseconds