Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dthreads.c169 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()
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()
235 rdsv3_recv_worker(struct rdsv3_work_s *work) in rdsv3_recv_worker() argument
238 struct rdsv3_connection, c_recv_w.work); in rdsv3_recv_worker()
263 rdsv3_shutdown_worker(struct rdsv3_work_s *work) in rdsv3_shutdown_worker() argument
273 rdsv3_reaper_worker(struct rdsv3_work_s *work) in rdsv3_reaper_worker() argument
[all …]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dconnect.c131 smbioc_ssn_work_t *work = &ctx->ct_work; in smb_iod_connect() local
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()
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
358 smbioc_ssn_work_t *work = &ctx->ct_work; in smb__ssnsetup() local
367 work->wk_u_auth_rbuf.lp_ptr = m->m_data; in smb__ssnsetup()
368 work->wk_u_auth_rlen = m->m_maxlen; in smb__ssnsetup()
372 work->wk_u_auth_wbuf.lp_ptr = m->m_data; in smb__ssnsetup()
373 work->wk_u_auth_wlen = m->m_len; in smb__ssnsetup()
[all …]
H A Diod_wk.c73 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 Dgoback.c41 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 DTHIRDPARTYLICENSE.gawk84 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 …]
/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c34 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 DCOPYING111 "work based on the library" and a "work that uses the library". The
130 Library" means either the Library or any derivative work under
136 "Source code" for a work means the preferred form of the work for
163 of it, thus forming a work based on the Library, and copy and
167 a) The modified work must itself be a software library.
190 These requirements apply to the modified work as a whole. If
243 work, in isolation, is not a derivative work of the Library, and
268 Any executables containing that work also fall under Section 6,
273 work containing portions of the Library, and distribute that work
286 a) Accompany the work with the complete corresponding
[all …]
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c103 work[3*NCOLS+1], /* Work area */ variable
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()
790 *(pfirst = plast = &work[NCOLS]) = '\n'; in begtrunc()
803 *(pfirst = plast = &work[NCOLS]) = '\n'; in endtrunc()
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewdata.c41 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 Dnewphdr.c70 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 Dbegin.c198 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 Dclscook.c148 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/test/os-tests/tests/ilstr/
H A Dilstr_basic.c195 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/lib/print/libhttp-core/common/
H A DLICENSE.txt67 considered to be a derivative work or collective work
104 derived work.
207 refers to any such program or work, and a "work based on the Program"
233 of it, thus forming a work based on the Program, and copy and
297 The source code for a work means the preferred form of the work for
578 "work based on the library" and a "work that uses the library". The
606 "Source code" for a work means the preferred form of the work for
637 a) The modified work must itself be a software library.
713 work, in isolation, is not a derivative work of the Library, and
743 work containing portions of the Library, and distribute that work
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h706 #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 DCOPYING62 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
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING62 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
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A DGPL-262 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
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
155 The source code for a work means the preferred form of the work for
[all …]
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dasometh5 #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 Dasometh5 #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 Dasometh5 #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/amd64/FEATURE/
H A Dasometh5 #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 DTHIRDPARTYLICENSE19 James A. Woods, derived from original work by Spencer Thomas
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
205 does not normally print such an announcement, your work based on
208 These requirements apply to the modified work as a whole. If
249 The source code for a work means the preferred form of the work for
[all …]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c485 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/contrib/ast/src/lib/libast/features/
H A Dasometh3 aso fcntl note{ fcntl(F_SETLCK[W]) work }end link{
20 aso semaphore note{ semget semop semctl work }end link{

1234567891011