/freebsd/sys/powerpc/powernv/ |
H A D | opal_async.c | 54 struct async_completion *completions; variable 66 completions = malloc(count * sizeof(struct async_completion), in opal_init_async_tokens() 81 completions[token].completed = false; in opal_alloc_async_token() 106 if (completions[token].completed) { in opal_wait_completion() 108 memcpy(buf, &completions[token].msg, size); in opal_wait_completion() 123 memcpy(&completions[token].msg, msg, sizeof(*msg)); in opal_handle_async_completion() 125 completions[token].completed = true; in opal_handle_async_completion()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 66 /// List of found completions. 69 /// A set of the unique keys of all found completions so far. Used to filter 97 /// for the user. Will be filled with the generated completions by the different 98 /// completions functions. 193 /// \param completions The list of completions. 196 void AddCompletions(const StringList &completions) { in AddCompletions() argument 197 for (const std::string &completion : completions) in AddCompletions() 203 /// The number of completions and descriptions must be identical. 205 /// \param completions Th 209 AddCompletions(const StringList & completions,const StringList & descriptions) AddCompletions() argument [all...] |
/freebsd/tests/sys/aio/ |
H A D | lio_test.c | 43 static sem_t completions; variable 49 ATF_REQUIRE_EQ(0, sem_post(&completions)); in handler() 55 ATF_REQUIRE_EQ(0, sem_post(&completions)); in thr_handler() 181 ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0)); in ATF_TC_BODY() 186 ATF_REQUIRE_EQ(0, sem_wait(&completions)); in ATF_TC_BODY() 187 ATF_REQUIRE_EQ(0, sem_destroy(&completions)); in ATF_TC_BODY() 200 ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0)); in ATF_TC_BODY() 207 ATF_REQUIRE_EQ(0, sem_wait(&completions)); in ATF_TC_BODY() 208 ATF_REQUIRE_EQ(0, sem_destroy(&completions)); in ATF_TC_BODY()
|
H A D | aio_test.c | 93 static sem_t completions; variable 170 ATF_REQUIRE_EQ(0, sem_post(&completions)); in sigusr1_handler() 176 ATF_REQUIRE_EQ(0, sem_post(&completions)); in thr_handler() 184 ATF_REQUIRE_EQ(0, sem_wait(&completions)); in poll_signaled() 207 ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0)); in setup_signal() 224 ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0)); in setup_thread()
|
/freebsd/contrib/tcsh/ |
H A D | tw.comp.c | 38 struct varent completions; variable 65 tw_prlist(&completions); in docomplete() 67 vp = adrof1(strip(p), &completions); in docomplete() 75 pp = tw_find(strip(p), &completions, FALSE); in docomplete() 81 set1(strip(p), saveblk(v), &completions, VAR_READWRITE); in docomplete() 93 unset1(v, &completions); in douncomplete() 477 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND))) in tw_complete()
|
H A D | tw.h | 103 extern struct varent completions;
|
H A D | tw.init.c | 567 tw_vptr_start(&completions); in tw_complete_start()
|
H A D | WishList | 276 to base its -x completions on the options given for -a and -b (or if
|
H A D | Fixes | 327 20. Add environment variable COMMAND_LINE to be available in completions 730 30. lots more completions (George Cox) 1039 79. More completions from Tom. 1058 62. more completions from Tom 1133 10. Don't add the suffix character when all completions fail, from michael 1374 the list of possible completions... Neat addition from 1614 83. Fix for complete completions
|
H A D | complete.tcsh | 12 # Added two Debian-specific completions: dpkg and dpkg-deb (who 13 # wrote them?). Changed completions of several commands. The ones 18 # Bugfixes and apt completions by Miklos Quartus <miklos.quartus@nokia.com>.
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | OptionsBase.td | 72 // - `Completions`: Sets a given kinds of completions. 164 // Sets the available completions for the given option. 165 class Completions<list<string> completions> { 166 list<string> Completions = completions;
|
/freebsd/sys/dev/mana/ |
H A D | hw_channel.c | 355 struct gdma_comp *completions; in mana_hwc_comp_event() local 359 completions = hwc_cq->comp_buf; in mana_hwc_comp_event() 360 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event() 363 comp_data = *(struct hwc_rx_oob *)completions[i].cqe_data; in mana_hwc_comp_event() 365 if (completions[i].is_sq) in mana_hwc_comp_event() 367 completions[i].wq_num, in mana_hwc_comp_event() 371 completions[i].wq_num, in mana_hwc_comp_event()
|
H A D | mana_en.c | 1419 struct gdma_comp *completions = cq->gdma_comp_buf; in mana_poll_tx_cq() local 1440 comp_read = mana_gd_poll_cq(cq->gdma_cq, completions, in mana_poll_tx_cq() 1451 if (!completions[i].is_sq) { in mana_poll_tx_cq() 1456 cqe_oob = (struct mana_tx_comp_oob *)completions[i].cqe_data; in mana_poll_tx_cq() 1497 if (txq->gdma_txq_id != completions[i].wq_num) { in mana_poll_tx_cq() 1501 txq->gdma_txq_id, completions[i].wq_num); in mana_poll_tx_cq()
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 16 14 Complete current word ignoring programmable completions 22 20 Delete character under cursor or list completions if at end of line 23 21 Delete character under cursor, list completions or signal end of file
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 16 14 Complete current word ignoring programmable completions 22 20 Delete character under cursor or list completions if at end of line 23 21 Delete character under cursor, list completions or signal end of file
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 16 14 Complete current word ignoring programmable completions 22 20 Delete character under cursor or list completions if at end of line 23 21 Delete character under cursor, list completions or signal end of file
|
/freebsd/sys/contrib/openzfs/contrib/bash_completion.d/ |
H A D | zfs.in | 28 # provide completions containing an @-sign, which is necessary for completing 30 # and replaced with better completions anyway.
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 1006 StringList completions; in TabCommand() local 1007 result.GetMatches(completions); in TabCommand() 1047 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand()
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 124 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS]; member 235 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion() 838 completion = &instance->completions[ in vchiq_ioctl() 1315 completion = &instance->completions[ in vchiq_close()
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfsutils.install | 43 usr/share/bash-completion/completions
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 27 # Some common completions
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-build.m4 | 631 bashcompletiondir=/usr/share/bash-completion/completions
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 83 * If we have completions stalled waiting for the qfreeze 457 * completions to continue the data transfer.
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 6130 upstream: sftp: Be a bit more clever about completions
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 20322 …can be used to obtain a specified accuracy with considerably fewer job completions than are requir…
|