Searched refs:resume (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A D60_wpa_supplicant14 resume|thaw)
15 $WPACLI resume
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua30 assert(not coroutine.resume(main))
33 -- tests for multiple yield/resume arguments
48 -- as it attempts to resume the running coroutine)
49 assert(coroutine.resume(f) == false)
62 s,a,b,c,d = coroutine.resume(f, {1,2,3}, {}, {1}, {'a', 'b', 'c'})
64 s,a,b,c,d = coroutine.resume(f)
67 s,a,b,c,d = coroutine.resume(f, 1, 2, 3)
70 s,a,b,c,d = coroutine.resume(f, "xuxu")
74 s, a = coroutine.resume(f, "xuxu")
175 a,b = coroutine.resume(
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu_traverse.h67 zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg);
69 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h64 .resume = _resumefunc, \
74 .resume = _resumefunc, \
/freebsd-current/libexec/rc/
H A Drc.resume42 echo 'rc.resume: killed rc.suspend that was still around'
46 # suspend and reloading it on resume. Example:
56 rcorder_opts="-k resume"
66 debug "run_rc_script $_rc_elem resume"
67 run_rc_script $_rc_elem resume
H A DMakefile13 CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
/freebsd-current/share/man/man8/
H A DMakefile24 rc.8 rc.resume.8 \
/freebsd-current/contrib/llvm-project/libcxx/include/__coroutine/
H A Dcoroutine_handle.h63 _LIBCPP_HIDE_FROM_ABI void operator()() const { resume(); }
65 _LIBCPP_HIDE_FROM_ABI void resume() const { function in struct:coroutine_handle
66 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "resume() can be called only on suspended coroutines");
67 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(!done(), "resume() has undefined behavior when the coroutine is done");
138 _LIBCPP_HIDE_FROM_ABI void operator()() const { resume(); }
140 _LIBCPP_HIDE_FROM_ABI void resume() const { function in struct:coroutine_handle
141 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "resume() can be called only on suspended coroutines");
142 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(!done(), "resume() has undefined behavior when the coroutine is done");
H A Dnoop_coroutine_handle.h44 _LIBCPP_HIDE_FROM_ABI constexpr void resume() const noexcept {}
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhif.h22 int (*resume)(struct ath12k_base *ab); member in struct:ath12k_hif_ops
107 if (ab->hif.ops->resume)
108 return ab->hif.ops->resume(ab);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dhif.h22 int (*resume)(struct ath11k_base *ab); member in struct:ath11k_hif_ops
87 if (ab->hif.ops->resume)
88 return ab->hif.ops->resume(ab);
/freebsd-current/sys/dev/hptrr/
H A Dhimfuncs.h92 _HIM_INTERFACE(void, resume, (void *adapter))
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhif.h91 int (*resume)(struct ath10k *ar); member in struct:ath10k_hif_ops
204 if (!ar->hif.ops->resume)
207 return ar->hif.ops->resume(ar);
/freebsd-current/usr.sbin/devctl/
H A Ddevctl.c77 " devctl resume device\n"
223 resume(int ac, char **av) function
229 err(1, "Failed to resume %s", av[1]);
232 DEVCTL_COMMAND(top, resume, resume);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c91 static int mt76x0e_init_hardware(struct mt76x02_dev *dev, bool resume) argument
104 if (!resume) {
314 .resume = mt76x0e_resume,
/freebsd-current/sys/dev/hpt27xx/
H A Dhimfuncs.h91 _HIM_INTERFACE(void, resume, (void *adapter))
/freebsd-current/sys/dev/hptnr/
H A Dhimfuncs.h91 _HIM_INTERFACE(void, resume, (void *adapter))
/freebsd-current/sys/dev/ral/
H A Dif_ral_pci.c112 void (*resume)(void *); member in struct:ral_opns
317 (*psc->sc_opns->resume)(psc);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c153 * resume point. This indicates that this block should be visited but not its
191 * If this bp is before the resume point, it may have already been
625 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
644 td->td_resume = resume;
660 if (resume != NULL)
661 pd->pd_resume = *resume;
728 zbookmark_phys_t *resume,
732 &dsl_dataset_phys(ds)->ds_bp, txg_start, resume, flags, func, arg));
744 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
748 blkptr, txg_start, resume, flag
624 traverse_impl(spa_t *spa, dsl_dataset_t *ds, uint64_t objset, blkptr_t *rootbp, uint64_t txg_start, zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg) argument
727 traverse_dataset_resume(dsl_dataset_t *ds, uint64_t txg_start, zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg) argument
743 traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr, uint64_t txg_start, zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg) argument
[all...]
H A Ddsl_bookmark.c1638 * each entry we find. Don't call the callback for any records before resume.
1641 dsl_redaction_list_traverse(redaction_list_t *rl, zbookmark_phys_t *resume, argument
1661 * This allows us to skip the binary search and resume checking logic
1664 if (ZB_IS_ZERO(resume))
1665 resume = NULL;
1668 * Binary search for the point to resume from.
1672 while (resume != NULL && maxidx > minidx) {
1681 int cmp = redact_block_zb_compare(&rbp, resume);
1721 * If resume is non-null, we should either not send the data, or
1722 * null out resume s
[all...]
H A Ddmu_redact.c89 zbookmark_phys_t resume; member in struct:redact_thread_arg
262 zb->zb_object >= rta->resume.zb_object);
370 &rt_arg->resume, TRAVERSE_PRE | TRAVERSE_PREFETCH_METADATA,
977 * anyone who attempts to resume this redaction will have all the data
1145 rta->resume.zb_blkid =
1147 rta->resume.zb_object =
/freebsd-current/crypto/openssh/
H A Dsftp.c91 /* When this option is set, we resume download or upload if possible */
648 const char *pwd, int pflag, int rflag, int resume, int fflag)
701 resume |= global_aflag;
702 if (!quiet && resume)
705 else if (!quiet && !resume)
712 NULL, pflag || global_pflag, 1, resume,
717 pflag || global_pflag, resume,
733 const char *pwd, int pflag, int rflag, int resume, int fflag)
798 resume |= global_aflag;
799 if (!quiet && resume)
647 process_get(struct sftp_conn *conn, const char *src, const char *dst, const char *pwd, int pflag, int rflag, int resume, int fflag) argument
732 process_put(struct sftp_conn *conn, const char *src, const char *dst, const char *pwd, int pflag, int rflag, int resume, int fflag) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci.c177 .resume = mt76x2e_resume,
H A Dusb.c141 .resume = mt76x2u_resume,
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_usb.c211 int mt792xu_dma_init(struct mt792x_dev *dev, bool resume) argument
226 if (resume)

Completed in 163 milliseconds

1234