/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | threads.c | 169 rdsv3_connect_worker(struct rdsv3_work_s *work) in rdsv3_connect_worker() argument 171 struct rdsv3_connection *conn = __containerof(work, in rdsv3_connect_worker() 172 struct rdsv3_connection, c_conn_w.work); in rdsv3_connect_worker() 175 RDSV3_DPRINTF2("rdsv3_connect_worker", "Enter(work: %p)", work); in rdsv3_connect_worker() 203 RDSV3_DPRINTF2("rdsv3_connect_worker", "Return(work: %p)", work); in rdsv3_connect_worker() 207 rdsv3_send_worker(struct rdsv3_work_s *work) in rdsv3_send_worker() argument 209 struct rdsv3_connection *conn = __containerof(work, in rdsv3_send_worker() 210 struct rdsv3_connection, c_send_w.work); in rdsv3_send_worker() 213 RDSV3_DPRINTF4("rdsv3_send_worker", "Enter(work: %p)", work); in rdsv3_send_worker() 231 RDSV3_DPRINTF4("rdsv3_send_worker", "Return(work: %p)", work); in rdsv3_send_worker() [all …]
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 131 smbioc_ssn_work_t *work = &ctx->ct_work; in smb_iod_connect() local 186 if (nsmb_ioctl(ctx->ct_dev_fd, SMBIOC_IOD_CONNECT, work) < 0) { in smb_iod_connect() 194 smb_iod_state_name(work->wk_out_state)); in smb_iod_connect() 204 work->wk_u_auth_rbuf.lp_ptr = nego_buf; in smb_iod_connect() 205 work->wk_u_auth_rlen = nego_len; in smb_iod_connect() 211 if (nsmb_ioctl(ctx->ct_dev_fd, SMBIOC_IOD_NEGOTIATE, work) < 0) { in smb_iod_connect() 219 smb_iod_state_name(work->wk_out_state)); in smb_iod_connect() 221 nego_len = work->wk_u_auth_rlen; in smb_iod_connect() 264 smbioc_ssn_work_t *work = &ctx->ct_work; in smb_ssnsetup_spnego() local 283 smb_iod_state_name(work->wk_out_state)); in smb_ssnsetup_spnego() [all …]
|
H A D | iod_wk.c | 73 smbioc_ssn_work_t *work = &ctx->ct_work; in smb_iod_work() local 91 smb_iod_state_name(work->wk_out_state)); in smb_iod_work() 93 switch (work->wk_out_state) { in smb_iod_work() 102 SMBIOC_IOD_IDLE, work) == -1) { in smb_iod_work() 134 SMBIOC_IOD_RCFAIL, work) == -1) { in smb_iod_work() 149 SMBIOC_IOD_WORK, work) == -1) { in smb_iod_work() 164 work->wk_out_state, in smb_iod_work() 165 smb_iod_state_name(work->wk_out_state)); in smb_iod_work()
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | goback.c | 41 char buf[1024], *cp, work[1024], wuser[1024]; local 58 work[0] = '\0'; 88 strcat(work, buf); 113 strcat(work, wuser); 116 if (work[0] != '\0') { 120 "mail %s %s", m_sendto, work); 126 (void) strlcpy(work, my_name, sizeof (work)); 128 fprintf(stderr, "%s: Return to %s\n", program, work); 148 pushlist(H_TCOPY, HEAD, work, FALSE); 151 add_recip(&list, work, FALSE);
|
/illumos-gate/usr/src/test/util-tests/tests/awk/ |
H A D | THIRDPARTYLICENSE.gawk | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | inftrees.c | 34 unsigned short FAR *work) in inflate_table() argument 143 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table() 179 base = extra = work; /* dummy value--not used */ in inflate_table() 213 if (work[sym] + 1U < match) { in inflate_table() 215 here.val = work[sym]; in inflate_table() 217 else if (work[sym] >= match) { in inflate_table() 218 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table() 219 here.val = base[work[sym] - match]; in inflate_table() 250 len = lens[work[sym]]; in inflate_table()
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 103 work[3*NCOLS+1], /* Work area */ variable 106 *wfirst = &work[0], /* Pointer to beginning of work area */ 107 *wlast = &work[3*NCOLS], /* Pointer to end of work area */ 298 if (pfirst < &work[NCOLS]) { in center() 299 tlast = plast + (&work[NCOLS] - pfirst); in center() 305 tfirst = &work[NCOLS]; in center() 558 (void) readline(fp, work); in cnvtspec() 560 tspec = readspec(work); in cnvtspec() 695 while (readline(fp, &work[NCOLS]) != NULL) { in process() 698 pfirst = plast = &work[NCOLS]; in process() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
H A D | ilstr_basic.c | 195 char *work; in ist_random() local 199 if ((work = calloc(1, 1024 + 1)) == NULL) { in ist_random() 210 work[n] = c[0]; in ist_random() 215 VERIFY(strcmp(ilstr_cstr(ils), work) == 0); in ist_random() 219 VERIFY(strcmp(ilstr_cstr(ils), work) == 0); in ist_random() 220 printf(" - final string: %s\n", work); in ist_random() 222 free(work); in ist_random()
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | newdata.c | 41 unsigned work; in elf_newdata() local 69 ELFACCESSDATA(work, _elf_work) in elf_newdata() 76 s->s_dnode.db_data.d_version = work; in elf_newdata() 85 d->db_data.d_version = work; in elf_newdata()
|
H A D | newphdr.c | 70 unsigned work; in elf_newphdr() local 103 ELFACCESSDATA(work, _elf_work) in elf_newphdr() 104 if ((sz = count * _elf_msize(ELF_T_PHDR, work)) == 0) { in elf_newphdr() 132 = (Half)elf_fsize(ELF_T_PHDR, 1, work); in elf_newphdr()
|
H A D | begin.c | 198 unsigned work; in elf_memory() local 203 ELFACCESSDATA(work, _elf_work) in elf_memory() 204 if (work == EV_NONE) { in elf_memory() 297 unsigned work; in elf_begin() local 300 ELFACCESSDATA(work, _elf_work) in elf_begin() 301 if (work == EV_NONE) /* version() not called yet */ in elf_begin()
|
H A D | clscook.c | 148 unsigned work; in _elf_cookscn() local 168 ELFACCESSDATA(work, _elf_work) in _elf_cookscn() 169 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work); in _elf_cookscn() 294 unsigned work; in _elf_phdr() local 306 ELFACCESSDATA(work, _elf_work) in _elf_phdr() 307 msz = _elf_msize(ELF_T_PHDR, work) * eh->e_phnum; in _elf_phdr() 331 dst.d_version = work; in _elf_phdr()
|
/illumos-gate/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 …]
|
/illumos-gate/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))
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | GPL-2 | 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 …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | asometh | 5 #define _aso_fcntl 1 /* fcntl(F_SETLCK[W]) work */ 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | asometh | 5 #define _aso_fcntl 1 /* fcntl(F_SETLCK[W]) work */ 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | asometh | 5 #define _aso_fcntl 1 /* fcntl(F_SETLCK[W]) work */ 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | asometh | 5 #define _aso_fcntl 1 /* fcntl(F_SETLCK[W]) work */ 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/latencytop/ |
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()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lgc.c | 1001 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */ in atomic() local 1011 work += g->GCmemtrav; /* stop counting (do not (re)count grays) */ in atomic() 1014 work -= g->GCmemtrav; /* restart counting */ in atomic() 1021 work += g->GCmemtrav; /* stop counting (objects being finalized) */ in atomic() 1025 work -= g->GCmemtrav; /* restart counting */ in atomic() 1035 work += g->GCmemtrav; /* complete counting */ in atomic() 1036 return work; /* estimate of memory marked by 'atomic' */ in atomic() 1058 lu_mem work; in singlestep() local 1062 work = atomic(L); /* add what was traversed by 'atomic' */ in singlestep() 1063 g->GCestimate += work; /* estimate of total memory traversed */ in singlestep() [all …]
|