Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/freebsd/contrib/tcsh/
H A Dcomplete.tcsh5 # /usr/share/doc/tcsh/examples/complete.gz
8 # decompressing it into the home directory as ~/.complete and
9 # then adding the line "source ~/.complete" and maybe defining
73 complete ywho n/*/\$hosts/ # argument from list in $hosts
74 complete rsh p/1/\$hosts/ c/-/"(l n)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/
75 complete ssh p/1/\$hosts/ c/-/"(l n)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/
76 complete xrsh p/1/\$hosts/ c/-/"(l 8 e)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/
77 complete rlogin p/1/\$hosts/ c/-/"(l 8 e)"/ n/-l/u/
78 complete telnet p/1/\$hosts/ p/2/x:'<port>'/ n/*/n/
80 complete cd p/1/d/ # Directories only
[all …]
/freebsd/share/examples/csh/
H A Ddot.cshrc28 complete cd 'p/1/d/'
29 complete chown 'p/1/u/'
30 complete dd 'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
31 complete find 'n/-fstype/"(nfs 4.2)"/' 'n/-name/f/' \
43 complete fg 'c/%/j/'
44 complete gpart 'p/1/(add backup bootcode commit create delete destroy modify recover resize restore…
60 complete grep 'c/-*A/x:<#_lines_after>/' \
71 complete ifconfig 'p@1@`ifconfig -l`@' \
75 complete kill 'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/'
76 complete killall 'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $5}'"'"'`/'
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sync.h37 CpaBoolean complete; member
94 (*ppSyncCallbackCookie)->complete = CPA_FALSE; in LacSync_CreateSyncCookie()
126 if (!(*ppSyncCallbackCookie)->complete) { in LacSync_DestroySyncCookie()
167 pSyncCallbackCookie->complete = CPA_TRUE; in LacSync_WaitForCallback()
202 pSyncCallbackCookie->complete = CPA_TRUE; in LacSync_CheckForCallback()
227 pSyncCallbackCookie->complete = CPA_TRUE; in LacSync_SetSyncCookieComplete()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td83 // A BF pipeline may take from 7 to 36 cycles to complete.
114 // A BR pipeline may take 2 cycles to complete.
119 // A CY pipeline may take 7 cycles to complete.
124 // A DF pipeline may take from 13 to 174 cycles to complete.
210 // A DV pipeline may take from 20 to 83 cycles to complete.
262 // A DX pipeline may take 5 cycles to complete.
267 // A F2 pipeline may take 4 cycles to complete.
272 // A FX pipeline may take from 2 to 3 cycles to complete.
281 // A LD pipeline may take 6 cycles to complete.
286 // A MF pipeline may take 13 cycles to complete
[all...]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_get_name_attribute.c40 int *complete, in gss_get_name_attribute() argument
52 if (complete != NULL) in gss_get_name_attribute()
53 *complete = 0; in gss_get_name_attribute()
70 complete, in gss_get_name_attribute()
H A Dgss_set_name_attribute.c38 int complete, in gss_set_name_attribute() argument
59 complete, in gss_set_name_attribute()
/freebsd/crypto/heimdal/kcm/
H A Dconnect.c41 heim_ipc_complete complete, in kcm_service() argument
60 (*complete)(cctx, EINVAL, NULL); in kcm_service()
71 (*complete)(cctx, EINVAL, NULL); in kcm_service()
82 (*complete)(cctx, ret, &rep); in kcm_service()
/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_get_name_attr.c35 int *complete, in gss_get_name_attribute() argument
48 if (complete != NULL) in gss_get_name_attribute()
49 *complete = 0; in gss_get_name_attribute()
85 complete, in gss_get_name_attribute()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_ipsec.c60 struct completion complete; member
107 complete(&context->complete); in mlx5_fpga_ipsec_send_complete()
171 complete(&context->complete); in mlx5_fpga_ipsec_recv()
191 context->buf.complete = mlx5_fpga_ipsec_send_complete; in mlx5_fpga_ipsec_sa_cmd_exec()
194 init_completion(&context->complete); in mlx5_fpga_ipsec_sa_cmd_exec()
221 res = wait_for_completion/*_killable XXXKIB*/(&context->complete); in mlx5_fpga_ipsec_sa_cmd_wait()
H A Dmlx5fpga_xfer.c56 static void trans_complete(const struct mlx5_fpga_transaction *complete,
149 static void trans_complete(const struct mlx5_fpga_transaction *complete, in trans_complete() argument
158 xfer_trans = container_of(complete, struct xfer_transaction, in trans_complete()
161 …mlx5_fpga_dbg(complete->conn->fdev, "Transaction %zu bytes at %p done, status %u; %u started %u in… in trans_complete()
172 …mlx5_fpga_warn(complete->conn->fdev, "Transaction failed during transfer. %u started %u inflight %… in trans_complete()
H A Dmlx5fpga_trans.c224 trans_priv->buf.complete = trans_send_complete; in mlx5_fpga_trans_exec()
273 goto complete; in mlx5_fpga_trans_recv()
279 goto complete; in mlx5_fpga_trans_recv()
290 goto complete; in mlx5_fpga_trans_recv()
297 goto complete; in mlx5_fpga_trans_recv()
300 complete: in mlx5_fpga_trans_recv()
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-lookup.exp10 transformation .ccc.cc complete
14 transformation .c.ccc complete
18 transformation .short.c complete
22 transformation .sho.c complete
26 transformation .dead-end.short complete
H A Dsuff-transform-endless.exp20 transformation .e complete
21 transformation .e.f complete
22 transformation .f.e complete
H A Dsuff-transform-select.exp21 transformation .e complete
22 transformation .e.f complete
23 transformation .f.e complete
/freebsd/tools/cam/
H A Dmps.d281 cam::mps:complete
295 cam::mps:complete
301 cam::mps:complete
307 cam::mps:complete
314 cam::mps:complete
326 cam::mps:complete
H A Dmpr.d281 cam::mpr:complete
295 cam::mpr:complete
301 cam::mpr:complete
307 cam::mpr:complete
314 cam::mpr:complete
326 cam::mpr:complete
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
191 ParsingRAII.complete(D); in complete()
223 void complete(Decl *D) { in complete() function
224 ParsingRAII.complete(D); in complete()
246 void complete(Decl *D) { in complete() function
247 ParsingRAII.complete(D); in complete()
/freebsd/contrib/tcsh/nls/russian/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c68 complete((struct completion *)p_callback); in qat_dc_callback()
269 struct completion complete; in qat_compress_impl() local
392 init_completion(&complete); in qat_compress_impl()
406 &complete); in qat_compress_impl()
412 wait_for_completion(&complete); in qat_compress_impl()
440 &complete); in qat_compress_impl()
448 wait_for_completion(&complete); in qat_compress_impl()
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd/crypto/openssl/doc/man3/
H A DSSL_want.pod56 B<BIO> layer in order to complete the actual SSL_*() operation.
62 complete the actual SSL_*() operation.
67 The operation did not complete because an application callback set by
73 The operation did not complete because a certificate verification callback
91 The operation did not complete because an application callback set by
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h118 virtual CompletionAction complete(StringRef Buffer, size_t Pos) const = 0;
123 CompletionAction complete(StringRef Buffer, size_t Pos) const override;
132 CompletionAction complete(StringRef Buffer, size_t Pos) const override { in complete() function
/freebsd/contrib/tcsh/nls/et/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd/contrib/tcsh/nls/C/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset304 2 complete %d
5 3 complete %d %S\n

12345678910>>...29