Home
last modified time | relevance | path

Searched full:complete (Results 1 – 25 of 2819) sorted by relevance

12345678910>>...113

/freebsd/crypto/libecc/
H A D.travis.yml49 - BLINDING=0 COMPLETE=0 CROSS_BUILD=0 LADDER=1
50 - BLINDING=1 COMPLETE=0 CROSS_BUILD=0 LADDER=1
51 - BLINDING=0 COMPLETE=1 CROSS_BUILD=0 LADDER=1
52 - BLINDING=1 COMPLETE=1 CROSS_BUILD=0 LADDER=1
53 - CC=clang BLINDING=0 COMPLETE=0 CROSS_BUILD=0 LADDER=1
54 - CC=clang BLINDING=1 COMPLETE=0 CROSS_BUILD=0 LADDER=1
55 - CC=clang BLINDING=0 COMPLETE=1 CROSS_BUILD=0 LADDER=1
56 - CC=clang BLINDING=1 COMPLETE=1 CROSS_BUILD=0 LADDER=1
57 - BLINDING=0 COMPLETE=0 CROSS_BUILD=0 LADDER=0
58 - BLINDING=1 COMPLETE=0 CROSS_BUILD=0 LADDER=0
[all …]
/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 …]
H A DWishList179 complete the command. As a trivial example, the module could duplicate
224 Don't complete commands with non-executable files. For example if I
226 tcsh will complete README as a command. But README does not have the x
232 If I have in my .tcshrc: complete {cd,pushd} p/1/d/ and I type
233 "complete cd" at the shell prompt nothing is printed. It would be nice
262 When I have a script called from complete I would like to have the the
269 complete prog 'n/-x/`myscript`'
282 be manually passed to the script: complete prog 'n/-x/`myscript
299 script/program running under complete. The only issue I see is picking
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh99 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
104 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
107 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
108 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
113 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
118 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
121 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
122 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
129 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
134 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
[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/isci/scil/
H A Dscif_sas_domain_state_handlers.c243 * when a user attempts to complete an IO request.
246 * on which the user is attempting to perform a complete IO
249 * object on which the user is attempting to perform a complete
254 * @return This method returns an indication of whether the complete IO
256 * @retval SCI_SUCCESS This value is returned when the complete IO operation
376 * when a user attempts to complete a task request.
379 * on which the user is attempting to perform a complete task
387 * @return This method returns an indication of whether the complete task
389 * @retval SCI_SUCCESS This value is returned when the complete task operation
486 * when a user attempts to complete an high priroity IO request.
[all …]
H A Dscif_sas_remote_device_state_handlers.c172 * @note There is no need to ensure all IO/Task requests are complete
190 // all IO/Tasks are complete. in scif_sas_remote_device_stopping_stop_complete_handler()
214 * IO requests, when the framework attempts to complete a high
218 * object for which to complete the high priority IO.
443 * when there is an attempt to complete a reset to the remote device
460 "RemoteDevice:0x%x State:0x%x invalid state to complete reset.\n", in scif_sas_remote_device_default_reset_complete_handler()
503 * when a user attempts to complete an IO on a remote device and a
504 * complete IO operation is not allowed.
507 * object on which the user is attempting to perform a complete
512 * @return This method returns an indication that complete IO operations
[all …]
H A Dscif_controller.h145 * in which the start operation should complete.
182 * in which the stop operation should complete.
213 * complete.
298 * @brief This method is called by the SCI user to complete a previously
304 * to complete the IO request.
306 * to complete the IO request.
307 * @param[in] io_request the handle to the io request object to complete.
328 * to complete the task management request.
330 * to complete the task management request.
332 * to complete.
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp86 SymbolLookupCompleteFn Complete) { in lookupAsync() argument
89 [Complete = std::move(Complete)]( in lookupAsync()
94 Complete(std::move(SerializationErr)); in lookupAsync()
97 Complete(std::move(Result)); in lookupAsync()
104 SymbolLookupCompleteFn Complete) { in lookupAsync() argument
107 [Complete = std::move(Complete)]( in lookupAsync()
112 Complete(std::move(SerializationErr)); in lookupAsync()
115 Complete(std::move(Result)); in lookupAsync()
/freebsd/contrib/tnftp/src/
H A Dcomplete.c1 /* $NetBSD: complete.c,v 1.10 2009/05/20 12:53:47 lukem Exp $ */
2 /* from NetBSD: complete.c,v 1.46 2009/04/12 10:18:52 lukem Exp */
39 __RCSID(" NetBSD: complete.c,v 1.46 2009/04/12 10:18:52 lukem Exp ");
75 * Determine if complete is ambiguous. If unique, insert.
136 * Complete a command
166 * Complete a local file
248 * Complete an option
278 * Complete a remote file
293 (void)strlcpy(cmdbuf, "complete", sizeof(cmdbuf)); in complete_remote()
357 * Generic complete routine
[all …]
H A DMakefile.in57 tnftp-complete.$(OBJEXT) tnftp-domacro.$(OBJEXT) \
237 complete.c \
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tnftp-complete.Po@am__quote@
418 tnftp-complete.o: complete.c
419 …S) -MT tnftp-complete.o -MD -MP -MF $(DEPDIR)/tnftp-complete.Tpo -c -o tnftp-complete.o `test -f '
420 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-complete.Tpo $(DEPDIR)/tnftp-complete.Po
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='complete.c' object='tnftp-complete.o' libtool=no @AMDEPBA…
424 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-complete.o `test -f 'complete.c' || echo '$(srcdir)/'…
426 tnftp-complete.obj: complete.c
427complete.obj -MD -MP -MF $(DEPDIR)/tnftp-complete.Tpo -c -o tnftp-complete.obj `if test -f 'comple…
[all …]
/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/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
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c281 /* wait for reset to complete */ in dwc_otg_tx_fifo_reset()
592 /* complete root HUB interrupt endpoint */ in dwc_otg_resume_irq()
615 /* complete root HUB interrupt endpoint */ in dwc_otg_suspend_irq()
636 /* Wait 8ms for remote wakeup to complete. */ in dwc_otg_wakeup_peer()
652 /* Wait 100ms for resume signalling to complete. */ in dwc_otg_wakeup_peer()
829 * We need to let programmed host channels run till complete in dwc_otg_host_channel_free_sub()
912 goto complete; in dwc_otg_host_setup_tx()
918 goto complete; in dwc_otg_host_setup_tx()
943 goto complete; in dwc_otg_host_setup_tx()
968 goto complete; in dwc_otg_host_setup_tx()
[all...]
H A Dmusb_otg.c357 /* Wait for reset to complete. */ in musbotg_wakeup_host()
381 /* Wait for reset to complete. */ in musbotg_wakeup_peer()
427 * callback, hence the status stage is not complete. in musbotg_dev_ctrl_setup_rx()
511 return (0); /* complete */ in musbotg_dev_ctrl_setup_rx()
521 return (1); /* not complete */ in musbotg_dev_ctrl_setup_rx()
595 /* check if we are complete */ in musbotg_host_ctrl_setup_tx()
597 /* we are complete */ in musbotg_host_ctrl_setup_tx()
663 * We are actually complete and have in musbotg_dev_ctrl_data_rx()
666 DPRINTFN(4, "faking complete\n"); in musbotg_dev_ctrl_data_rx()
667 return (0); /* complete */ in musbotg_dev_ctrl_data_rx()
[all …]
H A Datmegadci.c225 /* Wait for reset to complete. */ in atmegadci_wakeup_peer()
306 return (0); /* complete */ in atmegadci_setup_rx()
323 return (1); /* not complete */ in atmegadci_setup_rx()
355 * We are actually complete and have in atmegadci_data_rx()
358 DPRINTFN(5, "faking complete\n"); in atmegadci_data_rx()
359 return (0); /* complete */ in atmegadci_data_rx()
365 return (0); /* complete */ in atmegadci_data_rx()
390 return (0); /* we are complete */ in atmegadci_data_rx()
397 return (0); /* we are complete */ in atmegadci_data_rx()
422 /* check if we are complete */ in atmegadci_data_rx()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp103 case Variant::Complete: in GetLowestKnownTSC()
104 return tscs.complete.start; in GetLowestKnownTSC()
118 case Variant::Complete: in GetStartTSC()
119 return tscs.complete.start; in GetStartTSC()
133 case Variant::Complete: in GetEndTSC()
134 return tscs.complete.end; in GetEndTSC()
150 o.variant = Variant::Complete; in CreateCompleteExecution()
151 o.tscs.complete.start = start; in CreateCompleteExecution()
152 o.tscs.complete.end = end; in CreateCompleteExecution()
228 /// A complete execution in RecoverExecutionsFromConsecutiveRecords()
/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Drebuild_multiple.ksh85 check_history $TESTPOOL1 "complete" 0
91 check_history $TESTPOOL1 "complete" 2
111 check_history $TESTPOOL1 "complete" 0
116 check_history $TESTPOOL1 "complete" 0
122 check_history $TESTPOOL1 "complete" 1
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h81 /// which takes arguments of type StringRef (the string to complete) and
90 /// StringRef (the string to complete) and size_t (the zero-based cursor
101 /// \param Buffer The string to complete
118 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/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()
/freebsd/usr.sbin/ofwdump/
H A Dofwdump.845 In the first synopsis form, the complete device tree is printed; in the
53 Print the complete device tree.
76 Print the complete device tree:
80 Print the complete device subtree of the
/freebsd/sbin/ipf/ipfs/
H A Dipfs.883 and does not change the lock once complete.
88 and does not change the lock once complete.
96 operation and unlocked once complete.
104 operation and unlocked once complete.
/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_trans.c108 mlx5_fpga_dbg(fdev, "Transaction %u is complete with status %u\n", in trans_complete()
131 mlx5_fpga_dbg(fdev, "send complete tid %u. Status: %u\n", in trans_send_complete()
224 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()

12345678910>>...113