| /freebsd-12.1/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-12.1/contrib/gcclibs/libiberty/ |
| H A D | cplus-dem.c | 646 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 854 memset ((char *) work, 0, sizeof (work)); in cplus_demangle() 1022 work->constructor = work->destructor = 0; in internal_cplus_demangle() 1836 || (work->tmpl_argvec && idx >= work->ntmpl_args) in demangle_template_value_parm() 4089 if (work -> ntypes >= work -> typevec_size) in remember_type() 4106 work -> typevec[work -> ntypes++] = tem; in remember_type() 4116 if (work -> numk >= work -> ksize) in remember_Ktype() 4121 work -> ktypevec = XNEWVEC (char *, work->ksize); in remember_Ktype() 4133 work -> ktypevec[work -> numk++] = tem; in remember_Ktype() 4145 if (work -> numb >= work -> bsize) in register_Btype() [all …]
|
| H A D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 123 work[--count[((digit_t *) pointerp)[j]]] = *pointerp; in sort_pointers() 128 pointers = work; in sort_pointers() 129 work = pointerp; in sort_pointers() 151 void **work; in main() local 159 work = XNEWVEC (void*, k); in main() 167 sort_pointers (k, pointers, work); in main() 181 free (work); in main()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cplus-dem.c | 646 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 854 memset ((char *) work, 0, sizeof (work)); in cplus_demangle() 1022 work->constructor = work->destructor = 0; in internal_cplus_demangle() 1836 || (work->tmpl_argvec && idx >= work->ntmpl_args) in demangle_template_value_parm() 4089 if (work -> ntypes >= work -> typevec_size) in remember_type() 4106 work -> typevec[work -> ntypes++] = tem; in remember_type() 4116 if (work -> numk >= work -> ksize) in remember_Ktype() 4121 work -> ktypevec = XNEWVEC (char *, work->ksize); in remember_Ktype() 4133 work -> ktypevec[work -> numk++] = tem; in remember_Ktype() 4145 if (work -> numb >= work -> bsize) in register_Btype() [all …]
|
| H A D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 123 work[--count[((digit_t *) pointerp)[j]]] = *pointerp; in sort_pointers() 128 pointers = work; in sort_pointers() 129 work = pointerp; in sort_pointers() 151 void **work; in main() local 159 work = XNEWVEC (void*, k); in main() 167 sort_pointers (k, pointers, work); in main() 181 free (work); in main()
|
| /freebsd-12.1/sys/mips/cavium/octe/ |
| H A D | ethernet-rx.c | 98 if ((work->word2.snoip.err_code == 10) && (work->word1.s.len <= 64)) { in cvm_oct_check_rcv_error() 148 cvm_oct_free_work(work); in cvm_oct_check_rcv_error() 154 cvm_oct_free_work(work); in cvm_oct_check_rcv_error() 189 cvmx_wqe_t *work; in cvm_oct_tasklet_rx() local 194 work = NULL; in cvm_oct_tasklet_rx() 195 CVMX_PREFETCH(work, 0); in cvm_oct_tasklet_rx() 196 if (work == NULL) in cvm_oct_tasklet_rx() 229 m->m_data += (work->packet_ptr.s.back << 7) + (work->packet_ptr.s.addr & 0x7f); in cvm_oct_tasklet_rx() 237 cvm_oct_free_work(work); in cvm_oct_tasklet_rx() 299 if ((work->word2.s.not_IP || work->word2.s.IP_exc || work->word2.s.L4_error)) in cvm_oct_tasklet_rx() [all …]
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_shar.c | 357 shar->work.length); in archive_write_shar_data_sed() 362 buf = shar->work.s + shar->work.length; in archive_write_shar_data_sed() 379 shar->work.length = buf - shar->work.s; in archive_write_shar_data_sed() 385 buf = shar->work.s; in archive_write_shar_data_sed() 389 shar->work.length = buf - shar->work.s; in archive_write_shar_data_sed() 422 buf = shar->work.s + shar->work.length; in _uuencode_line() 442 if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62)) { in _uuencode_line() 447 shar->work.length = buf - shar->work.s; in _uuencode_line() 496 shar->work.length); in archive_write_shar_data_uuencode() 578 ret = __archive_write_output(a, shar->work.s, shar->work.length); in archive_write_shar_finish_entry() [all …]
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_work.c | 97 wq = work->work_queue; in linux_work_exec_unblock() 150 work->work_queue = wq; in linux_queue_work_on() 220 struct work_struct *work; in linux_work_fn() local 228 work = context; in linux_work_fn() 229 wq = work->work_queue; in linux_work_fn() 232 exec.target = work; in linux_work_fn() 245 task->work = work; in linux_work_fn() 248 work->func(work); in linux_work_fn() 251 task->work = NULL; in linux_work_fn() 257 exec.target = work; in linux_work_fn() [all …]
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_roce_gid_mgmt.c | 311 kfree(work); in roce_gid_queue_scan_event_handler() 332 work = kmalloc(sizeof(*work), GFP_ATOMIC); in roce_gid_queue_scan_event() 333 if (!work) { in roce_gid_queue_scan_event() 343 queue_work(roce_gid_mgmt_wq, &work->work); in roce_gid_queue_scan_event() 354 kfree(work); in roce_gid_delete_all_event_handler() 362 work = kmalloc(sizeof(*work), GFP_ATOMIC); in roce_gid_delete_all_event() 363 if (!work) { in roce_gid_delete_all_event() 371 queue_work(roce_gid_mgmt_wq, &work->work); in roce_gid_delete_all_event() 430 if (!work) in roce_rescan_device() 434 INIT_WORK(&work->work, roce_rescan_device_handler); in roce_rescan_device() [all …]
|
| H A D | ib_cm.c | 1631 cm_issue_rej(work->port, work->mad_recv_wc, in cm_match_req() 1643 cm_issue_rej(work->port, work->mad_recv_wc, in cm_match_req() 2053 cm_issue_rej(work->port, work->mad_recv_wc, in cm_rep_handler() 2330 cm_issue_drep(work->port, work->mad_recv_wc); in cm_dreq_handler() 3459 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler() local 3522 work = kmalloc(sizeof *work, GFP_ATOMIC); in cm_establish() 3554 INIT_DELAYED_WORK(&work->work, cm_work_handler); in cm_establish() 3563 queue_delayed_work(cm.wq, &work->work, 0); in cm_establish() 3685 INIT_DELAYED_WORK(&work->work, cm_work_handler); in cm_recv_handler() 3693 queue_delayed_work(cm.wq, &work->work, 0); in cm_recv_handler() [all …]
|
| H A D | ib_iwcm.c | 103 struct iwcm_work *work; in get_work() local 110 return work; in get_work() 115 list_add(&work->free_list, &work->cm_id->work_free_list); in put_work() 133 if (!work) { in alloc_work_entries() 139 put_work(work); in alloc_work_entries() 875 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local 890 put_work(work); in cm_work_handler() 935 if (!work) { in cm_event_handler() 940 INIT_WORK(&work->work, cm_work_handler); in cm_event_handler() 949 put_work(work); in cm_event_handler() [all …]
|
| H A D | ib_cq.c | 50 ib_cq_poll_work(struct work_struct *work) in ib_cq_poll_work() argument 53 struct ib_cq *cq = container_of(work, struct ib_cq, work); in ib_cq_poll_work() 79 queue_work(ib_comp_wq, &cq->work); in ib_cq_poll_work() 85 queue_work(ib_comp_wq, &cq->work); in ib_cq_completion_workqueue() 129 INIT_WORK(&cq->work, ib_cq_poll_work); in ib_alloc_cq() 151 flush_work(&cq->work); in ib_free_cq()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-wqe.h | 603 grp = work->word1.cn68xx.grp; in cvmx_wqe_get_grp() 605 grp = work->word1.cn38xx.grp; in cvmx_wqe_get_grp() 613 work->word1.cn68xx.grp = grp; in cvmx_wqe_set_grp() 615 work->word1.cn38xx.grp = grp; in cvmx_wqe_set_grp() 623 qos = work->word1.cn68xx.qos; in cvmx_wqe_get_qos() 625 qos = work->word1.cn38xx.qos; in cvmx_wqe_get_qos() 633 work->word1.cn68xx.qos = qos; in cvmx_wqe_set_qos() 635 work->word1.cn38xx.qos = qos; in cvmx_wqe_set_qos() 643 len = work->word1.cn68xx.len; in cvmx_wqe_get_len() 660 return work->word1.s.tag; in cvmx_wqe_get_tag() [all …]
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | workqueue.h | 84 struct work_struct work; member 103 return (container_of(work, struct delayed_work, work)); in to_delayed_work() 108 (work)->func = (fn); \ 111 TASK_INIT(&(work)->work_task, 0, linux_work_fn, (work)); \ 115 INIT_WORK(work, fn) 191 #define flush_work(work) \ argument 192 linux_flush_work(work) 197 #define work_pending(work) \ argument 198 linux_work_pending(work) 200 #define work_busy(work) \ argument [all …]
|
| /freebsd-12.1/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-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cc | 141 void (^work)(void)); 143 void (^work)(void)); 159 GET_LSAN_BLOCK(work); 165 GET_LSAN_BLOCK(work); 170 void (^work)(void)) { 171 GET_LSAN_BLOCK(work); 176 void (^work)(void)) { 177 if (!work) { 181 GET_LSAN_BLOCK(work); 186 void (^work)(void)) { [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_mac.cc | 275 void(^work)(void)); 277 void(^work)(void)); 283 #define GET_ASAN_BLOCK(work) \ argument 289 work(); \ 293 dispatch_queue_t dq, void(^work)(void)) { 295 GET_ASAN_BLOCK(work); 302 GET_ASAN_BLOCK(work); 309 GET_ASAN_BLOCK(work); 315 if (!work) { 320 GET_ASAN_BLOCK(work); [all …]
|
| /freebsd-12.1/tests/sys/geom/class/gate/ |
| H A D | ggate_test.sh | 22 work=$(alloc_md) 31 echo "127.0.0.1 RW /dev/$work" > $CONF 43 checksum /dev/$src /dev/$work 66 echo src work >> ${PLAINFILES} 70 atf_check ggatel create -u $us work 79 checksum src work 101 work=$(alloc_md) 118 checksum /dev/$src /dev/$work 157 local src work 159 work=$2 [all …]
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | flonum-mult.c | 82 unsigned long work; in flonum_multip() local 120 work = carry; in flonum_multip() 129 A, a->low[A], B, b->low[B], work); in flonum_multip() 136 carry += work >> LITTLENUM_NUMBER_OF_BITS; in flonum_multip() 137 work &= LITTLENUM_MASK; in flonum_multip() 139 printf ("work=%08x carry=%04x\n", work, carry); in flonum_multip() 143 significant |= work; in flonum_multip() 148 product->low[P] = work; in flonum_multip() 150 printf ("P=%d. work[p]:=%04x\n", P, work); in flonum_multip() 178 work = *q; in flonum_multip() [all …]
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | lib1funcs.asm | 549 mov work, #1 565 lsl work, #3 592 mov work, #1 602 mov work, #2 612 mov work, #3 678 mov work, #3 686 mov work, #2 694 mov work, #1 725 pop { work } 794 pop { work } [all …]
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | contrib.texi | 276 and SPARC work. 432 Geoffrey Keating for his ongoing work to make the PPC work for GNU/Linux 436 Brendan Kehoe for his ongoing work with G++ and for a lot of early work 457 porting work to Cygwin/Mingw32. 504 random work on the Java front end. 674 Stefan Olsson for work on mt_alloc. 682 clean-ups and porting work, etc. 883 Gary Thomas for his ongoing work to make the PPC work for GNU/Linux. 990 Tom Wood for work on the m88k port. 1295 Bryce McKinlay for RMI work. [all …]
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument 38 unsigned short FAR *work; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 183 base = extra = work; /* dummy value--not used */ 217 if (work[sym] + 1U < match) { 219 here.val = work[sym]; 221 else if (work[sym] >= match) { 222 here.op = (unsigned char)(extra[work[sym] - match]); 223 here.val = base[work[sym] - match]; 254 len = lens[work[sym]];
|
| /freebsd-12.1/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-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| H A D | inftrees.c | 34 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument 40 unsigned short FAR *work; 149 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 186 base = extra = work; /* dummy value--not used */ 221 if ((int)(work[sym]) < end) { 223 this.val = work[sym]; 225 else if ((int)(work[sym]) > end) { 226 this.op = (unsigned char)(extra[work[sym]]); 227 this.val = base[work[sym]]; 258 len = lens[work[sym]];
|
| /freebsd-12.1/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
|