Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/contrib/bmake/unit-tests/
H A Dcond-func.exp1 make: "cond-func.mk" line 37: Missing closing parenthesis for defined()
2 make: "cond-func.mk" line 53: Missing closing parenthesis for defined()
3 make: "cond-func.mk" line 57: Missing closing parenthesis for defined()
9 make: "cond-func.mk" line 138: Missing closing parenthesis for defined()
H A Dcond-func-defined.exp1 make: "cond-func-defined.mk" line 24: Missing closing parenthesis for defined()
2 make: "cond-func-defined.mk" line 34: Missing closing parenthesis for defined()
H A Ddirective-for-escape.mk205 closing-brace= } # guard against an
206 ${closing-brace}= <closing-brace> # alternative interpretation
H A Dvarname.exp8 make: "varname.mk" line 32: No closing parenthesis in archive specification
H A Dvarmod-to-separator.mk59 . warning Colon followed by closing brace does not work.
64 . warning Empty separator before closing brace does not work.
H A Dvarmod-edge.mk13 INP= (parentheses) {braces} (opening closing) ()
/freebsd/lib/libfetch/
H A Dftp.errors17 221 OK Service closing control connection
28 421 DOWN Service not available, closing control connection
/freebsd/sbin/pfctl/tests/files/
H A Dpf1002.in5 set timeout sctp.closing 14
H A Dpf1002.ok5 set timeout sctp.closing 14
H A Dpf0022.in2 set timeout { tcp.closing 6, tcp.opening 6 }
H A Dpf0022.ok2 set timeout tcp.closing 6
H A Dpf0092.in29 } # comment after closing brace
H A Dpf0055.in3 set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 }
H A Dpf0055.ok6 set timeout tcp.closing 744
/freebsd/usr.sbin/bhyve/
H A Dtpm_intf_crb.c185 bool closing; member
200 if (crb->closing) in tpm_crb_thread()
205 if (crb->closing) in tpm_crb_thread()
574 crb->closing = true; in tpm_crb_deinit()
/freebsd/contrib/ntp/include/
H A Dntp_io.h93 extern void maintain_activefds(int fd, int closing);
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_event_wheel.h142 boolean_t closing; member
/freebsd/tools/test/stress2/misc/
H A Dufssuspend.sh85 * closing the opened handle will thaw the FS.
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c74 if (p_event_wheel->closing) in __cl_event_wheel_callback()
202 p_event_wheel->closing = FALSE; in cl_event_wheel_init()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c132 int closing; member
227 if (instance->closing) { in add_completion()
293 if (!instance || instance->closing) in service_callback()
337 } else if (instance->closing) { in service_callback()
469 instance->closing = 1; in vchiq_ioctl()
807 && !instance->closing) { in vchiq_ioctl()
948 if ((ret == 0) && instance->closing) in vchiq_ioctl()
1257 instance->closing = 1; in vchiq_close()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh556 atf_check -s exit:0 -o inline:'C: comment then closing paren\n' \
559 echo C: comment then closing paren # )
/freebsd/contrib/blocklist/diff/
H A Dproftpd.diff29 _("Login timeout (%d %s): closing control connection"), TimeoutLogin,
/freebsd/crypto/openssl/crypto/err/
H A DREADME.md39 The closing `#endif` etc will be automatically added by the script.
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod23 by closing the channel".
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc175 // In case of the end-of-string, a pointer to the closing \0 is returned.
230 // Consume the closing ']'.
255 p = q + 1; // Consume the closing ']'.

12345