| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | des-internal.c | 327 right ^= work; in desfunc() 331 right ^= work; in desfunc() 335 leftt ^= work; in desfunc() 339 leftt ^= work; in desfunc() 345 leftt ^= work; in desfunc() 346 right ^= work; in desfunc() 375 leftt ^= work; in desfunc() 437 u32 work[2]; in des_block_encrypt() local 448 u32 work[2]; in des_block_decrypt() local 471 u32 work[2]; in des3_encrypt() local [all …]
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_shar.c | 365 shar->work.length); in archive_write_shar_data_sed() 370 buf = shar->work.s + shar->work.length; in archive_write_shar_data_sed() 387 shar->work.length = buf - shar->work.s; in archive_write_shar_data_sed() 393 buf = shar->work.s; in archive_write_shar_data_sed() 397 shar->work.length = buf - shar->work.s; in archive_write_shar_data_sed() 430 buf = shar->work.s + shar->work.length; in _uuencode_line() 450 if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62)) { in _uuencode_line() 455 shar->work.length = buf - shar->work.s; in _uuencode_line() 504 shar->work.length); in archive_write_shar_data_uuencode() 586 ret = __archive_write_output(a, shar->work.s, shar->work.length); in archive_write_shar_finish_entry() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_work.c | 99 wq = work->work_queue; in linux_work_exec_unblock() 152 work->work_queue = wq; in linux_queue_work_on() 273 struct work_struct *work; in linux_work_fn() local 281 work = context; in linux_work_fn() 282 wq = work->work_queue; in linux_work_fn() 285 exec.target = work; in linux_work_fn() 298 task->work = work; in linux_work_fn() 301 work->func(work); in linux_work_fn() 304 task->work = NULL; in linux_work_fn() 310 exec.target = work; in linux_work_fn() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | workqueue.h | 74 struct work_struct work; member 89 struct work_struct work; member 109 return (container_of(work, struct delayed_work, work)); in to_delayed_work() 117 TASK_INIT(&(work)->work_task, 0, linux_work_fn, (work)); \ 124 INIT_WORK(work, fn) 192 linux_cancel_work(work) 203 #define flush_work(work) \ argument 204 linux_flush_work(work) 216 linux_work_pending(work) 218 #define work_busy(work) \ argument [all …]
|
| H A D | kthread.h | 124 work->tq = NULL; in kthread_init_work() 125 work->func = func; in kthread_init_work() 126 TASK_INIT(&work->task, 0, lkpi_kthread_work_fn, work); in kthread_init_work() 137 work->tq = worker->tq; in kthread_queue_work() 142 kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync() argument 146 if (work->tq != NULL && in kthread_cancel_work_sync() 147 taskqueue_cancel(work->tq, &work->task, &pending) != 0) in kthread_cancel_work_sync() 148 taskqueue_drain(work->tq, &work->task); in kthread_cancel_work_sync() 154 kthread_flush_work(struct kthread_work *work) in kthread_flush_work() argument 156 if (work->tq != NULL) in kthread_flush_work() [all …]
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_roce_gid_mgmt.c | 326 kfree(work); in roce_gid_queue_scan_event_handler() 347 work = kmalloc(sizeof(*work), GFP_ATOMIC); in roce_gid_queue_scan_event() 348 if (!work) { in roce_gid_queue_scan_event() 358 queue_work(roce_gid_mgmt_wq, &work->work); in roce_gid_queue_scan_event() 369 kfree(work); in roce_gid_delete_all_event_handler() 377 work = kmalloc(sizeof(*work), GFP_ATOMIC); in roce_gid_delete_all_event() 378 if (!work) { in roce_gid_delete_all_event() 386 queue_work(roce_gid_mgmt_wq, &work->work); in roce_gid_delete_all_event() 445 if (!work) in roce_rescan_device() 449 INIT_WORK(&work->work, roce_rescan_device_handler); in roce_rescan_device() [all …]
|
| H A D | ib_cm.c | 1707 cm_issue_rej(work->port, work->mad_recv_wc, in cm_match_req() 1724 cm_issue_rej(work->port, work->mad_recv_wc, in cm_match_req() 2142 cm_issue_rej(work->port, work->mad_recv_wc, in cm_rep_handler() 2425 cm_issue_drep(work->port, work->mad_recv_wc); in cm_dreq_handler() 3568 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler() local 3631 work = kmalloc(sizeof *work, GFP_ATOMIC); in cm_establish() 3663 INIT_DELAYED_WORK(&work->work, cm_work_handler); in cm_establish() 3672 queue_delayed_work(cm.wq, &work->work, 0); in cm_establish() 3794 INIT_DELAYED_WORK(&work->work, cm_work_handler); in cm_recv_handler() 3802 queue_delayed_work(cm.wq, &work->work, 0); in cm_recv_handler() [all …]
|
| H A D | ib_iwcm.c | 122 struct iwcm_work *work; in get_work() local 129 return work; in get_work() 134 list_add(&work->free_list, &work->cm_id->work_free_list); in put_work() 152 if (!work) { in alloc_work_entries() 158 put_work(work); in alloc_work_entries() 891 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local 906 put_work(work); in cm_work_handler() 951 if (!work) { in cm_event_handler() 956 INIT_WORK(&work->work, cm_work_handler); in cm_event_handler() 965 put_work(work); in cm_event_handler() [all …]
|
| H A D | ib_cq.c | 48 ib_cq_poll_work(struct work_struct *work) in ib_cq_poll_work() argument 51 struct ib_cq *cq = container_of(work, struct ib_cq, work); in ib_cq_poll_work() 77 queue_work(ib_comp_wq, &cq->work); in ib_cq_poll_work() 83 queue_work(ib_comp_wq, &cq->work); in ib_cq_completion_workqueue() 132 INIT_WORK(&cq->work, ib_cq_poll_work); in __ib_alloc_cq_user() 158 flush_work(&cq->work); in ib_free_cq_user()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cpp | 139 void (^work)(void)); 141 void (^work)(void)); 157 GET_LSAN_BLOCK(work); 163 GET_LSAN_BLOCK(work); 168 void (^work)(void)) { 169 GET_LSAN_BLOCK(work); 174 void (^work)(void)) { 175 if (!work) { 179 GET_LSAN_BLOCK(work); 184 void (^work)(void)) { [all …]
|
| /freebsd-14.2/contrib/bsnmp/lib/ |
| H A D | snmpclient.c | 511 if (++work->iter >= work->descr->max_iter) { in table_check_response() 546 if (++work->iter >= work->descr->max_iter) { in table_check_cons() 607 work.pdu.bindings[work.pdu.nbindings - 1].var = in snmp_table_fetch() 641 work->callback(work->table, work->arg, -1); in table_cb() 653 work->callback(work->table, work->arg, -1); in table_cb() 663 table_init_pdu(work->descr, &work->pdu); in table_cb() 665 work->callback(work->table, work->arg, -1); in table_cb() 675 work->callback(work->table, work->arg, 0); in table_cb() 684 work->callback(work->table, work->arg, -1); in table_cb() 704 work->callback(work->table, work->arg, -1); in table_cb() [all …]
|
| /freebsd-14.2/tests/sys/geom/class/gate/ |
| H A D | ggate_test.sh | 20 work=$(alloc_md) 23 echo "localhost RW /dev/$work" > $CONF 59 work=$(alloc_md) 80 checksum /dev/$src /dev/$work 103 echo src work >> ${PLAINFILES} 116 checksum src work 138 work=$(alloc_md) 155 checksum /dev/$src /dev/$work 195 local src work 197 work=$2 [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_mac.cpp | 251 void(^work)(void)); 253 void(^work)(void)); 261 #define GET_ASAN_BLOCK(work) \ argument 267 work(); \ 271 dispatch_queue_t dq, void(^work)(void)) { 273 GET_ASAN_BLOCK(work); 280 GET_ASAN_BLOCK(work); 287 GET_ASAN_BLOCK(work); 293 if (!work) { 298 GET_ASAN_BLOCK(work); [all …]
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.solaris.md | 10 * flex 2.6.4 and GNU Bison 3.8.2 work. 12 * GCC 11.2.0 and Clang 14.0.3 work. 16 * flex 2.6.4 and GNU Bison 3.7.6 work. 18 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works. 35 * flex 2.6.4 and GNU Bison 3.7.3 work. 43 * flex 2.6.4 and GNU Bison 3.7.1 work. 45 * Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work. 50 * flex 2.6.4 and GNU Bison 3.7.1 work. 56 * flex 2.5.35 and GNU Bison 3.0.2 work. 57 * CMake 2.8.9 does not work. [all …]
|
| /freebsd-14.2/contrib/atf/atf-sh/ |
| H A D | tp_test.sh | 34 mkdir work 35 atf_check -s eq:0 -o empty -e empty cp "$(atf_get_srcdir)/misc_helpers" work 36 cat >work/subrs <<EOF 43 -o match:'This is a helper subroutine' -e ignore ./work/misc_helpers \ 44 -s "$(pwd)"/work tp_srcdir
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.gplv3 | 84 To "modify" a work means to copy from or adapt all or part of the work 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 114 The "source code" for a work means the preferred form of the work 116 form of a work. 136 work) run the object code and to modify the work, including scripts to 152 same work. 191 modification of the work as a means of enforcing, against the work's 509 covered work in a country, or your recipient's use of the covered work 555 permission to link or combine any covered work with a work licensed [all …]
|
| /freebsd-14.2/contrib/tcpdump/doc/ |
| H A D | README.aix.md | 8 * CMake 3.16.0 does not work. 9 * GCC 8.3.0 and XL C 12.1.0.0 work. 10 * System m4 does not work, GNU m4 1.4.17 works. 15 * GCC 7.2.0 and XL C 13.1.3.6 work. 16 * System m4 does not work, GNU m4 1.4.17 works.
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | inftrees.c | 34 unsigned FAR *bits, unsigned short FAR *work) { in inflate_table() argument 142 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table() 178 base = extra = work; /* dummy value--not used */ in inflate_table() 212 if (work[sym] + 1U < match) { in inflate_table() 214 here.val = work[sym]; in inflate_table() 216 else if (work[sym] >= match) { in inflate_table() 217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table() 218 here.val = base[work[sym] - match]; in inflate_table() 249 len = lens[work[sym]]; in inflate_table()
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varmod-to-separator.mk | 10 . warning Space as separator does not work. 15 . warning Comma as separator does not work. 20 . warning Chaining modifiers does not work. 26 . warning Colon as separator does not work. 33 . warning Colon as separator does not work. 45 . warning Colon as separator does not work. 52 . warning Colon as separator does not work. 59 . warning Colon followed by closing brace does not work. 64 . warning Empty separator before closing brace does not work. 69 . warning Separator followed by :S modifier does not work. [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | smult_curve25519_ref.c | 124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() 145 for (j = 0;j < 32;++j) xzm1[j] = work[j]; in mainloop() 173 mult(xzn1b + 32,r,work); in mainloop() 177 for (j = 0;j < 64;++j) work[j] = xzm[j]; in mainloop() 251 unsigned int work[96]; in crypto_scalarmult_curve25519() local 258 for (i = 0;i < 32;++i) work[i] = p[i]; in crypto_scalarmult_curve25519() 259 mainloop(work,e); in crypto_scalarmult_curve25519() 260 recip(work + 32,work + 32); in crypto_scalarmult_curve25519() 261 mult(work + 64,work,work + 32); in crypto_scalarmult_curve25519() 262 freeze(work + 64); in crypto_scalarmult_curve25519() [all …]
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | syzkaller48.sh | 60 mkdir $mntpoint/work 61 mycc -o $mntpoint/work/syzkaller48 -Wall -Wextra -O0 /tmp/syzkaller48.c || exit 1 64 touch $mntpoint/work/file0 65 rm $mntpoint/work/file0 70 (cd $mntpoint/work; ./syzkaller48) 74 ls -l $mntpoint/work
|
| H A D | nfsdepth.sh | 52 work=$mntpoint/nfsdepth.`jot -rc 8 a z | tr -d '\n'`.dir 53 mkdir -p $work 54 chmod 777 $work 56 su $testuser -c "cd $work; /tmp/nfsdepth" 59 su $testuser -c "rm -rf $work 2>/dev/null" 60 rm -rf $work 62 find $work -ls
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-tsd.c | 128 tsd_hash_dtor(struct hlist_head *work) in tsd_hash_dtor() argument 132 while (!hlist_empty(work)) { in tsd_hash_dtor() 368 HLIST_HEAD(work); in tsd_hash_table_fini() 388 tsd_hash_dtor(&work); in tsd_hash_table_fini() 403 HLIST_HEAD(work); in tsd_remove_entry() 426 hlist_add_head(&entry->he_list, &work); in tsd_remove_entry() 444 tsd_hash_dtor(&work); in tsd_remove_entry() 590 HLIST_HEAD(work); in tsd_destroy() 637 tsd_hash_dtor(&work); in tsd_destroy() 653 HLIST_HEAD(work); in tsd_exit() [all …]
|
| /freebsd-14.2/contrib/dma/ |
| H A D | INSTALL | 17 * cc - gcc is known to work 18 * lex - flex is known to work 19 * yacc - bison is kjnown to work 20 * make - BSD make and GNU make is knwon to work 21 * sh - Need to be POSIX compliant, dash, bash known to work 22 * install - GNU and BSD versions known to work
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | coex.h | 153 void rtw89_btc_ntfy_eapol_packet_work(struct work_struct *work); 154 void rtw89_btc_ntfy_arp_packet_work(struct work_struct *work); 155 void rtw89_btc_ntfy_dhcp_packet_work(struct work_struct *work); 156 void rtw89_btc_ntfy_icmp_packet_work(struct work_struct *work); 167 void rtw89_coex_act1_work(struct work_struct *work); 168 void rtw89_coex_bt_devinfo_work(struct work_struct *work); 169 void rtw89_coex_rfk_chk_work(struct work_struct *work);
|