/titanic_41/usr/src/common/net/wanboot/crypt/ |
H A D | des.c | 195 work = ((r >> 4) | (r << 28)) ^ (key)[0];\ 196 l ^= Spbox[6][work & 0x3f];\ 197 l ^= Spbox[4][(work >> 8) & 0x3f];\ 198 l ^= Spbox[2][(work >> 16) & 0x3f];\ 199 l ^= Spbox[0][(work >> 24) & 0x3f];\ 200 work = r ^ (key)[1];\ 201 l ^= Spbox[7][work & 0x3f];\ 202 l ^= Spbox[5][(work >> 8) & 0x3f];\ 203 l ^= Spbox[3][(work >> 16) & 0x3f];\ 204 l ^= Spbox[1][(work >> 24) & 0x3f];\ [all …]
|
H A D | des3_test.c | 115 unsigned char work[DES3_BLOCK_SIZE]; in des3test() local 140 bcopy(plain, work, DES3_BLOCK_SIZE); in des3test() 141 des3_encrypt(d3h, work); in des3test() 143 if (bcmp(work, cipher, DES3_BLOCK_SIZE) != 0) { in des3test() 146 putxdata(work, DES3_BLOCK_SIZE); in des3test() 149 des3_decrypt(d3h, work); in des3test() 150 if (bcmp(work, plain, DES3_BLOCK_SIZE) != 0) { in des3test() 153 putxdata(work, DES3_BLOCK_SIZE); in des3test()
|
H A D | aes_test.c | 72 unsigned char work[AES_BLOCK_SIZE]; in aestest() local 95 bcopy(plain, work, AES_BLOCK_SIZE); in aestest() 96 aes_encrypt(ah, work); in aestest() 98 if (bcmp(work, cipher, AES_BLOCK_SIZE) != 0) { in aestest() 102 aes_decrypt(ah, work); in aestest() 103 if (bcmp(work, plain, AES_BLOCK_SIZE) != 0) { in aestest()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | threads.c | 168 rdsv3_connect_worker(struct rdsv3_work_s *work) in rdsv3_connect_worker() argument 170 struct rdsv3_connection *conn = container_of(work, in rdsv3_connect_worker() 171 struct rdsv3_connection, c_conn_w.work); in rdsv3_connect_worker() 174 RDSV3_DPRINTF2("rdsv3_connect_worker", "Enter(work: %p)", work); in rdsv3_connect_worker() 202 RDSV3_DPRINTF2("rdsv3_connect_worker", "Return(work: %p)", work); in rdsv3_connect_worker() 206 rdsv3_send_worker(struct rdsv3_work_s *work) in rdsv3_send_worker() argument 208 struct rdsv3_connection *conn = container_of(work, in rdsv3_send_worker() 209 struct rdsv3_connection, c_send_w.work); in rdsv3_send_worker() 212 RDSV3_DPRINTF4("rdsv3_send_worker", "Enter(work: %p)", work); in rdsv3_send_worker() 230 RDSV3_DPRINTF4("rdsv3_send_worker", "Return(work: %p)", work); in rdsv3_send_worker() [all …]
|
H A D | rdsv3_impl.c | 523 rdsv3_work_t *work; in rdsv3_worker_thread() local 528 work = list_remove_head(&wq->wq_queue); in rdsv3_worker_thread() 529 while (work) { in rdsv3_worker_thread() 533 work->func(work); in rdsv3_worker_thread() 536 work = list_remove_head(&wq->wq_queue); in rdsv3_worker_thread() 640 "Enter(wq: %p, wp: %p)", dwp->wq, &dwp->work); in rdsv3_work_timeout_handler() 654 rdsv3_queue_work(dwp->wq, &dwp->work); in rdsv3_work_timeout_handler() 657 "Return(wq: %p, wp: %p)", dwp->wq, &dwp->work); in rdsv3_work_timeout_handler() 668 rdsv3_queue_work(wq, &dwp->work); in rdsv3_queue_delayed_work() 761 rdsv3_rdma_init_worker(struct rdsv3_work_s *work) in rdsv3_rdma_init_worker() argument
|
/titanic_41/usr/src/cmd/mail/ |
H A D | goback.c | 44 char buf[1024], *cp, work[1024], wuser[1024]; local 61 work[0] = '\0'; 91 strcat(work, buf); 116 strcat(work, wuser); 119 if (work[0] != '\0') { 123 "mail %s %s", m_sendto, work); 129 (void) strlcpy(work, my_name, sizeof (work)); 131 fprintf(stderr, "%s: Return to %s\n", program, work); 151 pushlist(H_TCOPY, HEAD, work, FALSE); 154 add_recip(&list, work, FALSE);
|
/titanic_41/usr/src/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]];
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | COPYING | 75 combined work, a derivative of the original library. The ordinary 111 "work based on the library" and a "work that uses the library". The 128 The "Library", below, refers to any such software library or work 129 which has been distributed under these terms. A "work based on the 130 Library" means either the Library or any derivative work under 131 copyright law: that is to say, a work containing the Library or a 136 "Source code" for a work means the preferred form of the work for 145 such a program is covered only if its contents constitute a work based 163 of it, thus forming a work based on the Library, and copy and 164 distribute such modifications or work under the terms of Section 1 [all …]
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | newdata.c | 43 unsigned work; in elf_newdata() local 71 ELFACCESSDATA(work, _elf_work) in elf_newdata() 78 s->s_dnode.db_data.d_version = work; in elf_newdata() 88 d->db_data.d_version = work; in elf_newdata()
|
H A D | newphdr.c | 72 unsigned work; in elf_newphdr() local 105 ELFACCESSDATA(work, _elf_work) in elf_newphdr() 106 if ((sz = count * _elf_msize(ELF_T_PHDR, work)) == 0) { in elf_newphdr() 134 = (Half)elf_fsize(ELF_T_PHDR, 1, work); in elf_newphdr()
|
H A D | begin.c | 202 unsigned work; in elf_memory() local 207 ELFACCESSDATA(work, _elf_work) in elf_memory() 208 if (work == EV_NONE) { in elf_memory() 303 unsigned work; in elf_begin() local 306 ELFACCESSDATA(work, _elf_work) in elf_begin() 307 if (work == EV_NONE) /* version() not called yet */ in elf_begin()
|
H A D | clscook.c | 152 unsigned work; in _elf_cookscn() local 173 ELFACCESSDATA(work, _elf_work) in _elf_cookscn() 174 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work); in _elf_cookscn() 302 unsigned work; in _elf_phdr() local 314 ELFACCESSDATA(work, _elf_work) in _elf_phdr() 315 msz = _elf_msize(ELF_T_PHDR, work) * eh->e_phnum; in _elf_phdr() 339 dst.d_version = work; in _elf_phdr()
|
H A D | getdata.c | 118 unsigned work; in _elf_locked_getdata() local 169 ELFACCESSDATA(work, _elf_work) in _elf_locked_getdata() 170 d->db_data.d_version = work; in _elf_locked_getdata()
|
/titanic_41/usr/src/cmd/newform/ |
H A D | newform.c | 105 work[3*NCOLS+1], /* Work area */ variable 108 *wfirst = &work[0], /* Pointer to beginning of work area */ 109 *wlast = &work[3*NCOLS], /* Pointer to end of work area */ 300 if (pfirst < &work[NCOLS]) { in center() 301 tlast = plast + (&work[NCOLS] - pfirst); in center() 307 tfirst = &work[NCOLS]; in center() 560 (void) readline(fp, work); in cnvtspec() 562 tspec = readspec(work); in cnvtspec() 697 while (readline(fp, &work[NCOLS]) != NULL) { in process() 700 pfirst = plast = &work[NCOLS]; in process() [all …]
|
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | LICENSE.txt | 67 considered to be a derivative work or collective work 104 derived work. 204 0. This License applies to any program or other work which contains 207 refers to any such program or work, and a "work based on the Program" 208 means either the Program or any derivative work under copyright law: 209 that is to say, a work containing the Program or a portion of it, 217 is covered only if its contents constitute a work based on the 233 of it, thus forming a work based on the Program, and copy and 234 distribute such modifications or work under the terms of Section 1 240 b) You must cause any work that you distribute or publish, that in [all …]
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 706 #define PUTMCR32(work, reg, val) \ argument 707 ddi_put32(work->dw_mcr_acch, \ 708 (uint32_t *)(work->dw_mcr_kaddr + reg), val) 710 #define PUTMCR16(work, reg, val) \ argument 711 ddi_put16(work->dw_mcr_acch, \ 712 (uint16_t *)(work->dw_mcr_kaddr + reg), val) 714 #define GETMCR32(work, reg) \ argument 715 ddi_get32(work->dw_mcr_acch, (uint32_t *)(work->dw_mcr_kaddr + reg)) 717 #define GETMCR16(work, reg) \ argument 718 ddi_get16(work->dw_mcr_acch, (uint16_t *)(work->dw_mcr_kaddr + reg))
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | iod_wk.c | 67 smbioc_ssn_work_t *work = &ctx->ct_work; in smb_iod_work() local 146 SMBIOC_IOD_WORK, work) == -1) { in smb_iod_work() 151 vcst = work->wk_out_state; in smb_iod_work()
|
/titanic_41/usr/src/tools/onbld/ |
H A D | THIRDPARTYLICENSE | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 98 b) You must cause any work that you distribute or publish, that in 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If [all …]
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | COPYING | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 98 b) You must cause any work that you distribute or publish, that in 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If [all …]
|
/titanic_41/usr/src/cmd/powertop/common/ |
H A D | COPYING | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 98 b) You must cause any work that you distribute or publish, that in 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | THIRDPARTYLICENSE | 19 James A. Woods, derived from original work by Spencer Thomas 156 0. This License applies to any program or other work which contains 159 refers to any such program or work, and a "work based on the Program" 160 means either the Program or any derivative work under copyright law: 161 that is to say, a work containing the Program or a portion of it, 169 is covered only if its contents constitute a work based on the 185 of it, thus forming a work based on the Program, and copy and 186 distribute such modifications or work under the terms of Section 1 192 b) You must cause any work that you distribute or publish, that in 205 does not normally print such an announcement, your work based on [all …]
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | table.c | 485 parse_config(const char *work, int work_len) in parse_config() argument 506 while (read_line_from_mem(work, work_len, line, sizeof (line), in parse_config() 612 const char *work = NULL; in lt_table_init() local 617 work = &latencytop_trans_start; in lt_table_init() 650 work = config_loaded; in lt_table_init() 667 if (work_len != 0 && parse_config(work, work_len) != 0) { in lt_table_init()
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 253 int i, work, cc; in go2gen() local 260 work = 1; in go2gen() 261 while (work) { in go2gen() 262 work = 0; in go2gen() 274 work = 1; in go2gen()
|
/titanic_41/usr/src/cmd/eject/ |
H A D | eject.c | 62 static int work(char *, char *); 157 excode = work(NULL, rmmount_opt); in main() 161 res = work(argv[optind], rmmount_opt); in main() 188 work(char *arg, char *rmmount_opt) in work() function
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/trace/ |
H A D | tst.qstring.d.out | 1 this %should work.
|