Home
last modified time | relevance | path

Searched full:todo (Results 1 – 25 of 2945) sorted by relevance

12345678910>>...118

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h54 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
55 printf("%s:%d: XXX LKPI80211 TODO " fmt "\n", __func__, __LINE__, ##__VA_ARGS__)
63 #define WIPHY_PARAM_FRAG_THRESHOLD __LINE__ /* TODO FIXME brcmfmac */
64 #define WIPHY_PARAM_RETRY_LONG __LINE__ /* TODO FIXME brcmfmac */
65 #define WIPHY_PARAM_RETRY_SHORT __LINE__ /* TODO FIXME brcmfmac */
66 #define WIPHY_PARAM_RTS_THRESHOLD __LINE__ /* TODO FIXME brcmfmac */
68 #define CFG80211_SIGNAL_TYPE_MBM __LINE__ /* TODO FIXME brcmfmac */
126 /* TODO FIXME */
140 /* TODO FIXME */
177 /* TODO FIXM
52 #define TODO(...) if (linuxkpi_debug_80211 & D80211_TODO) global() macro
[all...]
H A Dmac80211.h45 #define ARPHRD_IEEE80211_RADIOTAP __LINE__ /* XXX TODO brcmfmac */
72 #define CFG80211_TESTMODE_CMD(_x) /* XXX TODO */
73 #define CFG80211_TESTMODE_DUMP(_x) /* XXX TODO */
203 /* TODO FIXME */
223 /* TODO FIXME */
290 /* TODO FIXME */
301 __be32 arp_addr_list[1]; /* XXX TODO */
368 /* TODO FIXME */
417 /* TODO FIXME */
430 /* TODO FIXM
[all...]
H A Dpage_pool.h59 pr_debug("%s: TODO\n", __func__); in page_pool_create()
67 pr_debug("%s: TODO\n", __func__); in page_pool_destroy()
75 pr_debug("%s: TODO\n", __func__); in page_pool_dev_alloc_frag()
83 pr_debug("%s: TODO\n", __func__); in page_pool_get_dma_addr()
91 pr_debug("%s: TODO\n", __func__); in page_pool_get_dma_dir()
100 pr_debug("%s: TODO\n", __func__); in page_pool_put_full_page()
107 pr_debug("%s: TODO\n", __func__); in page_pool_ethtool_stats_get_count()
115 pr_debug("%s: TODO\n", __func__); in page_pool_ethtool_stats_get_strings()
/freebsd/sys/crypto/openssl/
H A Dossl_chacha20.c65 size_t resid, todo, inlen, outlen; in ossl_chacha20() local
103 todo = rounddown(MIN(resid, MIN(inlen, outlen)), in ossl_chacha20()
108 todo = (uint32_t)todo; in ossl_chacha20()
112 next_counter = counter[0] + todo / CHACHA_BLK_SIZE; in ossl_chacha20()
114 todo -= next_counter * CHACHA_BLK_SIZE; in ossl_chacha20()
118 ChaCha20_ctr32(out, in, todo, key, counter); in ossl_chacha20()
128 crypto_cursor_advance(&cc_out, todo); in ossl_chacha20()
129 outseg += todo; in ossl_chacha20()
130 outlen -= todo; in ossl_chacha20()
135 crypto_cursor_advance(&cc_in, todo); in ossl_chacha20()
[all …]
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c44 size_t resid, todo; in chacha20_poly1305_encrypt() local
58 todo = rounddown2(resid, CHACHA20_NATIVE_BLOCK_LEN); in chacha20_poly1305_encrypt()
59 if (todo > 0) { in chacha20_poly1305_encrypt()
60 exf->encrypt_multi(ctx, src, dst, todo); in chacha20_poly1305_encrypt()
61 exf->update(ctx, dst, todo); in chacha20_poly1305_encrypt()
62 src += todo; in chacha20_poly1305_encrypt()
63 dst += todo; in chacha20_poly1305_encrypt()
64 resid -= todo; in chacha20_poly1305_encrypt()
91 size_t resid, todo; in chacha20_poly1305_decrypt() local
124 todo = rounddown2(resid, CHACHA20_NATIVE_BLOCK_LEN); in chacha20_poly1305_decrypt()
[all …]
/freebsd/sys/kern/
H A Dsubr_memdesc.c49 int todo; in phys_copyback() local
58 todo = min(PAGE_SIZE - page_off, size); in phys_copyback()
60 memcpy(p, cp, todo); in phys_copyback()
61 size -= todo; in phys_copyback()
62 cp += todo; in phys_copyback()
63 pa += todo; in phys_copyback()
73 int todo; in vlist_copyback() local
87 todo = size; in vlist_copyback()
88 if (todo > vlist->ds_len - off) in vlist_copyback()
89 todo = vlist->ds_len - off; in vlist_copyback()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc150 /* TODO */
155 /* TODO */
157 PRE_SYSCALL(compat_43_ocreat)(void *path_, long long mode_) { /* TODO */ }
159 /* TODO */
215 /* TODO */
219 /* TODO */
254 /* TODO */
258 /* TODO */
262 /* TODO */
266 /* TODO */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-apalis-eval.dtsi25 /* TODO: Audio Mixer */
27 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
29 /* TODO: Display Controller */
31 /* TODO: DPU */
48 /* TODO: GPU */
115 /* TODO: Apalis PCIE1 */
117 /* TODO: Apalis BKL1_PWM */
119 /* TODO: Apalis DAP1 */
121 /* TODO: Apalis Analogue Audio */
123 /* TODO: Apalis SATA1 */
[all …]
H A Dimx8-apalis-ixora-v1.1.dtsi65 /* TODO: Audio Mixer */
67 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
69 /* TODO: Display Controller */
71 /* TODO: DPU */
88 /* TODO: GPU */
190 /* TODO: Apalis PCIE1 */
192 /* TODO: Apalis BKL1_PWM */
194 /* TODO: Apalis DAP1 */
196 /* TODO: Apalis Analogue Audio */
198 /* TODO
[all...]
H A Dimx8-apalis-ixora-v1.2.dtsi97 /* TODO: Audio Mixer */
99 /* TODO: Asynchronous Sample Rate Converter (ASRC) */
101 /* TODO: Display Controller */
103 /* TODO: DPU */
122 /* TODO: GPU */
239 /* TODO: Apalis PCIE1 */
241 /* TODO: Apalis BKL1_PWM */
243 /* TODO: Apalis DAP1 */
245 /* TODO: Apalis Analogue Audio */
247 /* TODO
[all...]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h101 #define NL80211_MAX_SUPP_REG_RULES 512 /* TODO FIXME, random */
103 #define NL80211_BSS_CHAN_WIDTH_20 __LINE__ /* TODO FIXME, brcmfmac */
119 /* XXX TODO */
128 /* XXX TODO */
139 /* XXX TODO */
144 /* XXX TODO */
157 /* XXX TODO */
177 /* XXX TODO */
185 /* XXX TODO */
196 /* XXX TODO */
[all...]
H A Dmhi.h145 /* XXX TODO */ in mhi_device_get_sync()
152 /* XXX TODO */ in mhi_device_put()
160 /* XXX TODO */ in mhi_prepare_for_power_up()
167 /* XXX TODO */ in mhi_sync_power_up()
174 /* XXX TODO */ in mhi_async_power_up()
181 /* XXX TODO */ in mhi_power_down()
187 /* XXX TODO */ in mhi_unprepare_after_power_down()
195 /* XXX TODO */ in mhi_pm_suspend()
202 /* XXX TODO */ in mhi_pm_resume()
209 /* XXX TODO */ in mhi_pm_resume_force()
[all …]
H A Dnetdevice.h337 pr_debug("%s: TODO\n", __func__); in netif_receive_skb_list()
344 pr_debug("%s: TODO\n", __func__); in napi_gro_receive()
352 pr_debug("%s: TODO\n", __func__); in ether_setup()
359 pr_debug("%s: TODO\n", __func__); in dev_net_set()
366 pr_debug("%s: TODO\n", __func__); in dev_set_threaded()
375 pr_debug("%s: TODO\n", __func__); in netif_carrier_ok()
382 pr_debug("%s: TODO\n", __func__); in netif_carrier_off()
388 pr_debug("%s: TODO\n", __func__); in netif_carrier_on()
396 pr_debug("%s: TODO\n", __func__); in netif_queue_stopped()
403 pr_debug("%s: TODO\n", __func__); in netif_stop_queue()
[all …]
H A Dplatform_device.h53 pr_debug("%s: TODO\n", __func__); in platform_driver_register()
61 pr_debug("%s: TODO\n", __func__); in dev_get_platdata()
70 pr_debug("%s: TODO\n", __func__); in platform_driver_probe()
78 pr_debug("%s: TODO\n", __func__); in platform_driver_unregister()
85 pr_debug("%s: TODO\n", __func__); in platform_device_register()
93 pr_debug("%s: TODO\n", __func__); in platform_device_unregister()
/freebsd/sys/opencrypto/
H A Dcriov.c456 size_t remain, todo; in crypto_cursor_copyback() local
476 todo = MIN(remain, size); in crypto_cursor_copyback()
477 m_copyback(cc->cc_mbuf, cc->cc_offset, todo, src); in crypto_cursor_copyback()
478 src += todo; in crypto_cursor_copyback()
479 if (todo < remain) { in crypto_cursor_copyback()
480 cc->cc_offset += todo; in crypto_cursor_copyback()
483 size -= todo; in crypto_cursor_copyback()
500 todo = MIN(remain, size); in crypto_cursor_copyback()
501 memcpy(dst, src, todo); in crypto_cursor_copyback()
502 src += todo; in crypto_cursor_copyback()
[all …]
H A Dcryptosoft.c105 size_t inlen, outlen, todo; in swcr_encdec() local
161 for (resid = crp->crp_payload_length; resid >= blksz; resid -= todo) { in swcr_encdec()
182 todo = rounddown2(MIN(resid, MIN(inlen, outlen)), blksz); in swcr_encdec()
185 exf->encrypt_multi(ctx, inblk, outblk, todo); in swcr_encdec()
187 exf->decrypt_multi(ctx, inblk, outblk, todo); in swcr_encdec()
192 crypto_cursor_advance(&cc_in, todo); in swcr_encdec()
193 inlen -= todo; in swcr_encdec()
194 inblk += todo; in swcr_encdec()
201 crypto_cursor_advance(&cc_out, todo); in swcr_encdec()
202 outlen -= todo; in swcr_encdec()
[all …]
/freebsd/contrib/libarchive/tar/test/
H A Dtest_stdio.c50 /* TODO: Verify cvf.err has file list in SUSv2-prescribed format. */ in DEFINE_TEST()
56 /* TODO: Verify cvf-.out has archive. */ in DEFINE_TEST()
58 /* TODO: Verify cvf-.err has verbose file list. */ in DEFINE_TEST()
65 /* TODO: Verify tf.out has file list. */ in DEFINE_TEST()
72 /* TODO: Verify tvf.out has file list. */ in DEFINE_TEST()
78 /* TODO: Verify tvf-.out has file list. */ in DEFINE_TEST()
90 /* TODO: Verify xvf.err */ in DEFINE_TEST()
99 /* TODO: Verify xvf.err */ in DEFINE_TEST()
106 /* TODO: Verify xvf-.err */ in DEFINE_TEST()
/freebsd/crypto/openssl/apps/
H A Dlist.c1554 } todo = { 0, }; in list_main()
1573 todo.commands = 1; in list_main()
1576 todo.digest_commands = 1; in list_main()
1579 todo.digest_algorithms = 1; in list_main()
1582 todo.kdf_algorithms = 1; in list_main()
1585 todo.random_instances = 1; in list_main()
1588 todo.random_generators = 1; in list_main()
1591 todo.mac_algorithms = 1; in list_main()
1594 todo.cipher_commands = 1; in list_main()
1597 todo in list_main()
1553 } todo = { 0, }; list_main() local
[all...]
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c501 u_int todo; in m_zero() local
511 todo = m->m_len - offset; in m_zero()
512 if (todo > len) in m_zero()
513 todo = len; in m_zero()
514 memset(mtodo(m, offset), 0, todo); in m_zero()
516 len -= todo; in m_zero()
519 todo = m->m_len; in m_zero()
520 if (todo > len) in m_zero()
521 todo = len; in m_zero()
522 memset(mtod(m, void *), 0, todo); in m_zero()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/
H A Dqmi.h106 /* XXX-TODO need implementation somewhere... it is not in ath1xk* */
119 /* XXX TODO */ in qmi_handle_init()
129 /* XXX TODO */ in qmi_add_lookup()
137 /* XXX TODO */ in qmi_handle_release()
145 /* XXX TODO */ in qmi_send_request()
153 /* XXX TODO */ in qmi_txn_cancel()
161 /* XXX TODO */ in qmi_txn_init()
169 /* XXX TODO */ in qmi_txn_wait()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe.c79 ssize_t sz, todo, done; in ATF_TC_BODY() local
92 todo = 2 * 1024 * 1024; in ATF_TC_BODY()
93 REQUIRE_LIBC(f = malloc(todo), NULL); in ATF_TC_BODY()
126 printf("Expected: %#zx\n", (size_t)todo); in ATF_TC_BODY()
128 exit(done != todo); in ATF_TC_BODY()
141 /* We write exactly 'todo' bytes. The very first write(2) in ATF_TC_BODY()
145 while(todo > 0 && ((sz = write(pp[1], f, todo)) > 0)) in ATF_TC_BODY()
146 todo -= sz; in ATF_TC_BODY()
/freebsd/sys/compat/linuxkpi/common/include/crypto/
H A Dhash.h44 pr_debug("%s: TODO\n", __func__); in crypto_alloc_shash()
51 pr_debug("%s: TODO\n", __func__); in crypto_free_shash()
57 pr_debug("%s: TODO\n", __func__); in crypto_shash_init()
64 pr_debug("%s: TODO\n", __func__); in crypto_shash_final()
71 pr_debug("%s: TODO\n", __func__); in crypto_shash_setkey()
78 pr_debug("%s: TODO\n", __func__); in crypto_shash_update()
/freebsd/crypto/openssl/crypto/chacha/
H A Dchacha_enc.c77 size_t todo, i; in ChaCha20_ctr32() local
108 todo = sizeof(buf); in ChaCha20_ctr32()
109 if (len < todo) in ChaCha20_ctr32()
110 todo = len; in ChaCha20_ctr32()
114 for (i = 0; i < todo; i++) in ChaCha20_ctr32()
116 out += todo; in ChaCha20_ctr32()
117 inp += todo; in ChaCha20_ctr32()
118 len -= todo; in ChaCha20_ctr32()
/freebsd/contrib/bmake/unit-tests/
H A Ddep-exclam.mk6 # TODO: Is this related to OP_PHONY?
7 # TODO: Is this related to OP_EXEC?
8 # TODO: Is this related to OP_MAKE?
10 # TODO: Implementation
H A Dopt-debug-no-rm.mk6 # TODO: Implementation
8 # TODO: Does this apply to non-jobs mode?
9 # TODO: Does this apply to jobs mode?
10 # TODO: Are the generated filenames predictable?

12345678910>>...118