Home
last modified time | relevance | path

Searched full:work (Results 1 – 25 of 2697) sorted by relevance

12345678910>>...108

/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk19 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/cmd/hal/
H A DLICENSE4work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following not…
10 a) to reproduce the Original Work in copies;
12 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
14 c) to distribute copies of the Original Work and Derivative Works to the public;
16 d) to perform the Original Work publicly; and
18 e) to display the Original Work publicly.
20 …t are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for…
22Work for making modifications to it and all available documentation describing how to modify the O…
24Work, nor any of their trademarks or service marks, may be used to endorse or promote products der…
28Work, as well as any notices of licensing and any descriptive text identified therein as an "Attri…
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING75 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/lib/print/libhttp-core/common/
H A DLICENSE.txt67 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/io/ib/clients/rdsv3/
H A Dthreads.c53 * work queues that execute in a connection managing thread.
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()
[all …]
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi339 "Work" shall mean the work of authorship, whether in Source or
41 copyright notice that is included in or attached to the work
44 "Derivative Works" shall mean any work, whether in Source or Object
45 form, that is based on (or derived from) the Work and for which the
47 represent, as a whole, an original work of authorship. For the purposes
50 the Work and Derivative Works thereof.
52 "Contribution" shall mean any work of authorship, including
53 the original version of the Work and any modifications or additions
54 to that Work or Derivative Works thereof, that is intentionally
55 submitted to Licensor for inclusion in the Work by the copyright owner
[all …]
/illumos-gate/usr/src/man/man3xcurses/
H A Doverlay.3xcurses99 popup(work, save, nrows, ncols, row, col)
100 WINDOW **work, **save;
120 *work = newwin(nrows, ncols, row, col);
121 if (*work == NULL)
123 if ((*save = dupwin(*work)) == NULL) {
124 delwin(*work);
137 popdown(work, save)
138 WINDOW *work, *save;
142 (void) delwin(work);
191 WINDOW *work, *save;
[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
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 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/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
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 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
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 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
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/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE19 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/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c67 /* Lock the list of work queues associated with this CQ */ in dapls_tavor_wrid_get_entry()
70 /* Find the work queue for this QP number (send or receive side) */ in dapls_tavor_wrid_get_entry()
142 * "q_full" indicators on the main work queue header. We do, however, in dapli_tavor_wrid_find_match()
182 * the work request that caused the completion. Set in dapli_tavor_wrid_find_match()
235 * Update work queue header's "head" and "full" conditions to match in dapli_tavor_wrid_find_match()
237 * entries from the last work queue portion of the list, i.e. not from in dapli_tavor_wrid_find_match()
293 /* Using the index, return the Work Request ID Entry (wre) */ in dapli_tavor_wrid_find_match_srq()
311 /* Lock the list of work queues associated with this CQ */ in dapls_tavor_wrid_cq_reap()
321 * container from the given work queue header, then we free in dapls_tavor_wrid_cq_reap()
322 * the work queue header as well. in dapls_tavor_wrid_cq_reap()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_wr.c44 * wr_list - Address of array[size] of work requests.
45 * size - Number of work requests.
47 * posted - Address to return the number of work requests
50 * Post one or more send work requests to the channel.
69 * wr_list - Address of array[size] of work requests.
70 * size - Number of work requests.
72 * posted - Address to return the number of work requests
75 * Post one or more receive work requests to the channel.
/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/cmd/bnu/
H A Danlwrk.c65 * file -> work file (Input/Output) made '\0' after work completion
71 * 0 -> no more work in this file
99 /* this may not work, but we'll try it */ in anlwrk()
115 /* get count of already completed work */ in anlwrk()
166 * Check the list of work files (C.sys).
167 * If it is empty or the present work is exhausted, it
175 * 0 -> no more work (or some error)
176 * 1 -> there is work
188 * there is no work for the remote.
192 * the work list.
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c29 * Tavor Work Request Processing Routines
153 * more Work Requests to be posted than the HW will support at one in tavor_post_send()
198 * work request is going to fill the work queue, then in tavor_post_send()
279 * send work queue. in tavor_post_send()
441 * more Work Requests to be posted than the HW will support at one in tavor_post_recv()
485 * work request is going to fill the work queue, then in tavor_post_recv()
555 * recv work queue. in tavor_post_recv()
665 * more Work Requests to be posted than the HW will support at one in tavor_post_srq()
776 * recv work queue. in tavor_post_srq()
920 * type of Work Request (i.e. UD, RC, or UC) in tavor_wqe_send_build()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c75 * work is detected.
99 * - (W): Transient work governed
102 * - tw: transient work
104 * - ntw: non-transient work
118 * as transient. State changes associated with transient work are considered
144 * The transient work and transient idle prediction intervals are specified
145 * here. Tuning them higher will result in the transient work, and transient
413 * transitions resulting from either transient work, or periods of in cpupm_utilization_event()
422 * low power, then raise it. If the transient work governor in cpupm_utilization_event()
454 * If the domain is already transient work governed, in cpupm_utilization_event()
[all …]
/illumos-gate/usr/src/test/smbclient-tests/tests/nsmbrc/
H A Dtp_nsmbrc_006.ksh32 # Verify user and domain can work in .nsmbrc
44 tc_desc=" Verify user and domain in sever section can work"
70 "don't work"
74 "work"
81 "don't work"
85 "work"
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h33 * for the Tavor Work Request Processing Routines
124 * particular work request. Note: the latter piece of information is
147 * The Work Queue Lock (WQL) structure. Each WQHDR (tavor_workq_hdr_t defined
171 * Several of these structures are chained together on each work queue header
176 * Lastly, it has a backpointer to the work queue header to which the WRID
221 * track all the information necessary to manage the work queues associated
223 * regarding the status of a given work queue (e.g. head index, tail index,
236 * TAVOR_WR_RECV) are used to uniquely identify the given work queue.
237 * Lookups into the work queue list (to find a given work queue) will use
288 /* For Work Request posting */
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h113 volatile uint32_t ref_count; /* Targets & work on this PHY */
192 * Work related structures. Each one of these structures is paired
194 * Inbound Queues. The work structure has a tag to compare with
196 * work structure also points to the phy which this command is
199 * dispositions of a work structure.
203 * Work Structure States
276 * Offlevel work as a bit pattern.
326 * 11..0 index into work area to get pmcwork structure
329 * so the interrupt code frees the work structure that has this
333 * takes the tag 'arg' in the work structure to be a callback
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
34 unsigned short FAR *work) in inflate_table() argument
92 table. The sorted table is work[], with that space being provided by in inflate_table()
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()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c37 * 1] Any thread EXCEPT the zthr changes the work indicator from stopped
39 * 2] Only the zthr can change the work indicator from running to stopped
44 * 1] An external thread changes the work indicator from stopped to
63 * return TRUE when the zthr needs to work or FALSE to let it sleep,
76 * instead of one that both checks and does the work, has to do with
80 * can be cancelled while doing work and not while checking for work.
123 * ... <do more work> ...
179 /* running thread doing the work */
306 * thread is a no-op. Any work that is still left to be in zthr_wakeup()
309 * [3] The thread is doing work and is already up, so this in zthr_wakeup()
[all …]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c78 * protects linked list of work tokens and used
240 * object, all deferred work will have been completed. So in rsmka_pathmanager_cleanup()
241 * awaken the deferred work thread to give it a chance to exit in rsmka_pathmanager_cleanup()
250 * Wait for the deferred work thread to exit before in rsmka_pathmanager_cleanup()
289 * DEFERRED WORK THREAD AND WORK QUEUE SUPPORT ROUTINES
295 * deferred work. Work is deferred when a function is called at
301 * execute. It loops forever - blocked until work is enqueued from
332 /* When there is no work to do, block here */ in do_deferred_work()
334 /* Since no work to do, Safe to CPR */ in do_deferred_work()
345 * Remove a work token and begin work in do_deferred_work()
[all …]

12345678910>>...108