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

/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c191 int confirmed; variable
275 if (confirmed == 0) {
277 confirmed = 1; /* we sent the null! */
487 if (!confirmed)
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c939 int confirmed = 0; local
955 confirmed = 1;
1014 if (!confirmed) {
/freebsd-11-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-11-stable/sys/netinet/
H A Dsctp_uio.h1237 uint8_t confirmed; /* */ member in struct:xsctp_raddr
H A Dsctp_sysctl.c498 xraddr.confirmed = ((net->dest_state & SCTP_ADDR_UNCONFIRMED) == 0);

Completed in 80 milliseconds