Home
last modified time | relevance | path

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

12345678910>>...151

/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/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/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
90 Package. You may charge any fee you choose for support of this
92 you may distribute this Package in aggregate with other (possibly
94 software distribution provided that you do not advertise this
95 Package as a product of your own. You may embed this Package's
110 this Package.
[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
161 memput(this, sizeof *this); in sv_close()
172 sv_rewind(this); in sv_byname()
195 while ((p = sv_next(this))) { in sv_byname()
216 sv_rewind(this); in sv_byport()
241 while ((p = sv_next(this))) { in sv_byport()
251 sv_rewind(struct irs_sv *this) { in sv_rewind() argument
282 sv_next(struct irs_sv *this) { in sv_next() 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/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/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
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
68 * use your version of this file under the terms of the MPL, indicate your
300 * Sun elects to use this software under the MPL license.
[all …]
/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
35 * Export of this software from the United States of America may
54 * Export of this software from the United States of America may
82 * Export of this software from the United States of America may
108 * Furthermore if you modify this software you must label
117 * Export of this software from the United States of America may
141 Permission to use, copy, modify, and distribute this software
145 this permission notice appear in supporting documentation,
150 the suitability of this software for any purpose. It is
[all …]
/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
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
68 * use your version of this file under the terms of the MPL, indicate your
492 * Sun elects to use this software under the MPL license.
[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
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
51 * Export of this software from the United States of America may
73 * software. Title to copyright in this software and any associated
106 * representations about the suitability of this software for any
[all …]
/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/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/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/cmd/cpc/common/
H A Dcpustat.c601 if (cpc_unbind(cpc, this) != 0) in gtick()
718 if (this->cpuid == -1) in cpustat()
731 this->cpuid = -1; in cpustat()
742 if (this->cpuid == -1) in cpustat()
745 if (this->sgrp == NULL) { in cpustat()
746 this->cpuid = -1; in cpustat()
756 this->status = 4; in cpustat()
774 if (this->cpuid == -1) in cpustat()
777 cpc_setgrp_free(this->sgrp); in cpustat()
778 this->sgrp = NULL; in cpustat()
[all …]
/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()
329 this.comp = component; in walk()
363 this.dev = statb.st_dev; in walk()
364 this.inode = statb.st_ino; in walk()
423 if (this.fd == 0) { in walk()
426 this.fd = opendir("."); in walk()
430 if (this.fd == 0) { in walk()
434 seekdir(this.fd, this.here); in walk()
[all …]
/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/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
23 * Export of this software from the United States of America may
35 * permission. Furthermore if you modify this software you must label
52 * distribute this software and its documentation for any purpose and
73 * notice, this list of conditions and the following disclaimer.
100 Permission to use, copy, modify, and distribute this software
104 this permission notice appear in supporting documentation,
109 the suitability of this software for any purpose. It is
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DINTEL.po7 # The contents of this file are subject to the terms of the
39 msgstr "Performance of this system may be affected."
55 msgstr "Performance of this system may be affected."
71 msgstr "Performance of this system may be affected."
87 msgstr "Performance of this system may be affected."
103 msgstr "Performance of this system may be affected."
119 msgstr "Performance of this system may be affected."
135 msgstr "Performance of this system may be affected."
151 msgstr "Performance of this system may be affected."
167 msgstr "Performance of this system may be affected."
[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>>...151