Home
last modified time | relevance | path

Searched refs:this (Results 76 – 100 of 3135) sorted by relevance

12345678910>>...126

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d52 this->phrase = strjoin(the, tap);
57 this->phrase = strjoin(this->phrase, the);
62 /this->phrase != expected/
65 expected, this->phrase);
72 this->phrase = NULL;
83 /this->phrase != NULL/
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE3 The intent of this document is to state the conditions under which a
25 is you, if you're thinking about copying or distributing this
42 Standard Version of this Package without restriction, provided that
51 3. You may otherwise modify your copy of this Package in any way,
73 4. You may distribute the programs of this Package in object code or
89 5. You may charge a reasonable copying fee for any distribution of this
90 Package. You may charge any fee you choose for support of this
91 Package. You may not charge a fee for this Package itself. However,
92 you may distribute this Package in aggregate with other (possibly
94 software distribution provided that you do not advertise this
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DWatch-fksmbcl.d56 this->f = copyinstr(arg1);
57 this->m = copyinstr(arg2);
58 printf("\n\t debugmsg2: %s: %s ", this->f, this->m);
64 this->f = copyinstr(arg1);
65 this->m = copyinstr(arg2);
66 printf("\n\t debugmsg3: %s: %s ", this->f, this->m);
/illumos-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
41 * The contents of this file are subject to the Mozilla Public License Version
42 * 1.1 (the "License"); you may not use this file except in compliance with
62 * Alternatively, the contents of this file may be used under the terms of
66 * of those above. If you wish to allow use of your version of this file only
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl.c91 lcl_res_get(struct irs_acc *this) { in lcl_res_get() argument
92 struct lcl_p *lcl = (struct lcl_p *)this->private; in lcl_res_get()
100 lcl_res_set(this, res, free); in lcl_res_get()
111 lcl_res_set(struct irs_acc *this, struct __res_state *res, in lcl_res_set() argument
113 struct lcl_p *lcl = (struct lcl_p *)this->private; in lcl_res_set()
125 lcl_close(struct irs_acc *this) { in lcl_close() argument
126 struct lcl_p *lcl = (struct lcl_p *)this->private; in lcl_close()
133 memput(this, sizeof *this); in lcl_close()
H A Dnis.c104 nis_res_get(struct irs_acc *this) { in nis_res_get() argument
105 struct nis_p *nis = (struct nis_p *)this->private; in nis_res_get()
113 nis_res_set(this, res, free); in nis_res_get()
124 nis_res_set(struct irs_acc *this, struct __res_state *res, in nis_res_set() argument
126 struct nis_p *nis = (struct nis_p *)this->private; in nis_res_set()
138 nis_close(struct irs_acc *this) { in nis_close() argument
139 struct nis_p *nis = (struct nis_p *)this->private; in nis_close()
145 memput(this, sizeof *this); in nis_close()
H A Dlcl_sv.c116 irs_lcl_sv(struct irs_acc *this) { in irs_lcl_sv() argument
120 UNUSED(this); in irs_lcl_sv()
151 sv_close(struct irs_sv *this) { in sv_close() argument
152 struct pvt *pvt = (struct pvt *)this->private; in sv_close()
161 memput(this, sizeof *this); in sv_close()
165 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname() argument
167 struct pvt *pvt = (struct pvt *)this->private; in sv_byname()
172 sv_rewind(this); in sv_byname()
195 while ((p = sv_next(this))) { in sv_byname()
210 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() argument
[all …]
H A Ddns.c106 dns_res_get(struct irs_acc *this) { in dns_res_get() argument
107 struct dns_p *dns = (struct dns_p *)this->private; in dns_res_get()
115 dns_res_set(this, res, free); in dns_res_get()
126 dns_res_set(struct irs_acc *this, struct __res_state *res, in dns_res_set() argument
128 struct dns_p *dns = (struct dns_p *)this->private; in dns_res_set()
139 dns_close(struct irs_acc *this) { in dns_close() argument
142 dns = (struct dns_p *)this->private; in dns_close()
148 memput(this, sizeof *this); in dns_close()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.bitfield.d39 this->s = (foo_t *)alloca(sizeof (foo_t));
41 this->s->a = 1;
42 this->s->b = 5;
43 this->s->c = 0;
44 this->s->d = 2;
46 print(*this->s);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DTHIRDPARTYLICENSE8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
12 * 3. All advertising materials mentioning features or use of this software
17 * may be used to endorse or promote products derived from this software
35 * Export of this software from the United States of America may
41 * distribute this software and its documentation for any purpose and
44 * this permission notice appear in supporting documentation, and that
48 * this software for any purpose. It is provided "as is" without express
54 * Export of this software from the United States of America may
60 * distribute this software and its documentation for any purpose and
[all …]
/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dnbl-conflict.d36 this->lock = (lock_descriptor_t *)arg0;
37 print(this->lock->l_flock);
42 this->shrl = (struct shrlock *)arg0;
43 print(*(this->shrl));
54 this->shrl = (struct shrlock *)arg0;
55 print(*(this->shrl));
/illumos-gate/usr/src/common/crypto/ecc/
H A DTHIRDPARTYLICENSE4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
25 * Alternatively, the contents of this file may be used under the terms of
29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
42 * The contents of this file are subject to the Mozilla Public License Version
43 * 1.1 (the "License"); you may not use this file except in compliance with
62 * Alternatively, the contents of this file may be used under the terms of
66 * of those above. If you wish to allow use of your version of this file only
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/
H A DTHIRDPARTYLICENSE4 * Export of this software from the United States of America may
10 * distribute this software and its documentation for any purpose and
13 * this permission notice appear in supporting documentation, and that
17 * this software for any purpose. It is provided "as is" without express
23 * Export of this software from the United States of America may
29 * distribute this software and its documentation for any purpose and
32 * this permission notice appear in supporting documentation, and that
35 * permission. Furthermore if you modify this software you must label
39 * this software for any purpose. It is provided "as is" without express
47 * license. By obtaining, using and/or copying this software, you agree
[all …]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c435 cpc_set_t *this = cpc_setgrp_getset(sgrp); in gtick() local
483 if (cpc_bind_cpu(cpc, state->cpuid, this, 0) == -1) in gtick()
515 if (cpc_set_sample(cpc, this, *data1) != 0) in gtick()
533 if (cpc_set_sample(cpc, this, *scratch) != 0) in gtick()
538 if (cpc_unbind(cpc, this) != 0) in gtick()
544 this = cpc_setgrp_nextset(sgrp); in gtick()
596 if (cpc_bind_cpu(cpc, state->cpuid, this, 0) != 0) in gtick()
601 if (cpc_unbind(cpc, this) != 0) in gtick()
716 struct tstate *this = &gstate[i]; in cpustat() local
718 if (this->cpuid == -1) in cpustat()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DTHIRDPARTYLICENSE3 # redistributing this file, you may do so under this license.
4 # In redistributing this file this license must be included
5 # and no other modification of this header file is permitted.
11 # The contents of this file are subject to the terms of Version
14 # You should have received a copy of the License with this software.
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DTHIRDPARTYLICENSE3 # redistributing this file, you may do so under this license.
4 # In redistributing this file this license must be included
5 # and no other modification of this header file is permitted.
11 # The contents of this file are subject to the terms of Version
14 # You should have received a copy of the License with this software.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c184 struct Save this; in walk() local
188 this.last = last; in walk()
189 this.fd = 0; in walk()
219 if ((this.fd = (*vp->opendirf)(comp)) == 0) { in walk()
221 (this.fd = (*vp->opendirf)(comp)) != 0) { in walk()
320 (fstat(this.fd->dd_fd, &statb2) < 0 || in walk()
328 if ((cdval = fchdir(this.fd->dd_fd)) >= 0) { in walk()
329 this.comp = component; in walk()
363 this.dev = statb.st_dev; in walk()
364 this.inode = statb.st_ino; in walk()
[all …]
/illumos-gate/usr/src/lib/krb5/
H A DTHIRDPARTYLICENSE4 * Export of this software from the United States of America may
10 * distribute this software and its documentation for any purpose and
13 * this permission notice appear in supporting documentation, and that
17 * this software for any purpose. It is provided "as is" without express
23 * Export of this software from the United States of America may
29 * distribute this software and its documentation for any purpose and
32 * this permission notice appear in supporting documentation, and that
35 * permission. Furthermore if you modify this software you must label
39 * this software for any purpose. It is provided "as is" without express
46 * Export of this software from the United States of America may require
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.16klocal.d20 this->j = probeprov;
21 this->j[0] = 'D';
22 this->j[1] = 'T';
27 trace(this->j);
28 exit(this->j == "DTrace" ? 0 : 1);
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
19 1. What this Unit Test Suite tests
20 2. Building and installing this Unit Test Suite
21 3. Running this Unit Test Suite
26 1. What this Unit Test Suite tests
32 2. Building and installing this Unit Test Suite
35 as pkg:/system/test/testrunner). To build both this Unit Test Suite and the
49 Note, the framework will be installed automatically, as this test suite
56 3. Running this Unit Test Suite
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DINTEL.po7 # The contents of this file are subject to the terms of the
9 # You may not use this file except in compliance with the License.
16 # When distributing Covered Code, include this CDDL HEADER in each
18 # If applicable, add the following below this CDDL HEADER, with the
24 # DO NOT EDIT -- this file is generated by the Event Registry.
35 msgstr "An internal error has been encountered on this cpu. Refer to %s for more information."
37 msgstr "The system will attempt to offline this cpu to remove it from service."
39 msgstr "Performance of this system may be affected."
51 msgstr "A level 0 cache on this cpu is faulty. Refer to %s for more information."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
/illumos-gate/usr/src/common/lzma/
H A DREADME4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
15 # If applicable, add the following below this CDDL HEADER, with the
25 The source in this directory has been derived from
29 code, this source hasn't changed much. As such this code is
33 lint free (this includes LzmaDec.c currently)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d51 /(this->delta = timestamp - ts) > 2 * NANOSEC/
57 /this->delta <= 2 * NANOSEC/
60 this->delta);
65 /this->delta > 20 * NANOSEC/
68 this->delta);
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-platform.p5m4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
15 # If applicable, add the following below this CDDL HEADER, with the
27 # The default for payload-bearing actions in this package is to appear in the
35 # dnet moved out of this package, so create a dependency for upgraded systems
37 # elxl moved out of this package, so create a dependency for upgraded systems
39 # iprb moved out of this package, so create a dependency for upgraded systems
41 # pcn moved out of this package, so create a dependency for upgraded systems
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A DTHIRDPARTYLICENSE3 The following software may be included in this product: <Common
5 of this software is governed by the terms of the license below:
12 The contents of this software are subject to the terms of the
14 You may not use this software except in compliance with the
22 When using or redistributing this software, you may do so under the
23 License only and provided that the software includes this
24 Text Block. No other modification of this Text Block is permitted.

12345678910>>...126