/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.lltostrbase.d.out | 1 base -2 of -10: <error> 2 base -2 of -1: <error> 3 base -2 of 0: <error> 4 base -2 of 10: <error> 5 base -2 of 100: <error> 6 base -2 of 1000: <error> 7 base -2 of 4611686018427387904: <error> 8 base -1 of -10: <error> 9 base -1 of -1: <error> 10 base -1 of 0: <error> [all …]
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 341 smb_ofile_t *of; in smb_ofile_alloc() local 343 of = kmem_cache_alloc(smb_cache_ofile, KM_SLEEP); in smb_ofile_alloc() 344 bzero(of, sizeof (smb_ofile_t)); in smb_ofile_alloc() 345 of->f_magic = SMB_OFILE_MAGIC; in smb_ofile_alloc() 347 mutex_init(&of->f_mutex, NULL, MUTEX_DEFAULT, NULL); in smb_ofile_alloc() 348 list_create(&of->f_notify.nc_waiters, sizeof (smb_request_t), in smb_ofile_alloc() 350 mutex_init(&of->dh_nvlock, NULL, MUTEX_DEFAULT, NULL); in smb_ofile_alloc() 352 of->f_state = SMB_OFILE_STATE_ALLOC; in smb_ofile_alloc() 353 of->f_refcnt = 1; in smb_ofile_alloc() 354 of->f_ftype = ftype; in smb_ofile_alloc() [all …]
|
H A D | smb2_durable.c | 127 smb_dh_create_allowed(smb_request_t *sr, smb_ofile_t *of) in smb_dh_create_allowed() argument 131 if (smb2_dh_allow_dir && smb_node_is_dir(of->f_node) && in smb_dh_create_allowed() 135 if (smb_node_is_file(of->f_node) && in smb_dh_create_allowed() 180 smb_dh_should_save(smb_ofile_t *of) in smb_dh_should_save() argument 182 ASSERT(MUTEX_HELD(&of->f_mutex)); in smb_dh_should_save() 183 ASSERT(of->dh_vers != SMB2_NOT_DURABLE); in smb_dh_should_save() 186 if (of->f_server->sv_state == SMB_SERVER_STATE_STOPPING) in smb_dh_should_save() 194 if (of->f_session->s_state == SMB_SESSION_STATE_TERMINATED) in smb_dh_should_save() 196 if (of->f_session->s_state == SMB_SESSION_STATE_DISCONNECTED) in smb_dh_should_save() 204 if (of->f_user->u_state == SMB_USER_STATE_LOGGING_OFF) { in smb_dh_should_save() [all …]
|
H A D | smb_notify.c | 185 smb_ofile_t *of; in smb_notify_act1() local 193 if ((of = sr->fid_ofile) == NULL) in smb_notify_act1() 195 nc = &of->f_notify; in smb_notify_act1() 196 node = of->f_node; in smb_notify_act1() 202 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_notify_act1() 205 mutex_enter(&of->f_mutex); in smb_notify_act1() 211 if (of->f_state != SMB_OFILE_STATE_OPEN) { in smb_notify_act1() 212 mutex_exit(&of->f_mutex); in smb_notify_act1() 246 mutex_exit(&of->f_mutex); in smb_notify_act1() 272 smb_ofile_t *of; in smb_notify_act2() local [all …]
|
H A D | smb2_ofile.c | 23 smb2_ofile_getattr(smb_request_t *sr, smb_ofile_t *of, smb_attr_t *ap) in smb2_ofile_getattr() argument 32 switch (of->f_ftype) { in smb2_ofile_getattr() 35 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, ap); in smb2_ofile_getattr() 39 rc = smb_opipe_getattr(of, ap); in smb2_ofile_getattr() 57 smb2_ofile_getstd(smb_ofile_t *of, smb_queryinfo_t *qi) in smb2_ofile_getstd() argument 61 switch (of->f_ftype) { in smb2_ofile_getstd() 64 node = of->f_node; in smb2_ofile_getstd() 86 smb2_ofile_getname(smb_ofile_t *of, smb_queryinfo_t *qi) in smb2_ofile_getname() argument 90 switch (of->f_ftype) { in smb2_ofile_getname() 93 rc = smb_node_getshrpath(of->f_node, of->f_tree, in smb2_ofile_getname() [all …]
|
H A D | smb2_write.c | 30 smb_ofile_t *of = NULL; in smb2_write() local 106 of = sr->fid_ofile; in smb2_write() 131 switch (of->f_tree->t_res_type & STYPE_MASK) { in smb2_write() 134 if (!smb_node_is_dir(of->f_node)) { in smb2_write() 136 rc = smb_lock_range_access(sr, of->f_node, in smb2_write() 145 (of->f_node->flags & NODE_FLAGS_WRITE_THROUGH) != 0) { in smb2_write() 148 rc = smb_fsop_write(sr, of->f_cr, of->f_node, of, in smb2_write() 153 (void) smb_oplock_break_WRITE(of->f_node, of); in smb2_write() 161 if (of->f_written == B_FALSE) { in smb2_write() 162 of->f_written = B_TRUE; in smb2_write() [all …]
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.callg.blurb | 2 The sum of self and descendents is the major sort 7 index the index of the function in the call graph 10 %time the percentage of the total time of the program 14 self the number of seconds spent in this function 18 the number of seconds spent in the descendents of 19 this function on behalf of this function. 21 called the number of times this function is called (other 24 self the number of times this function calls itself 27 name the name of the function, with an indication of 30 index the index of the function in the call graph [all …]
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 36 name clob, -- Name of a table or index in the database file 37 tblname clob, -- Name of associated table 39 nentry int, -- Number of entries in the BTree 40 payload int, -- Total amount of data stored in this table or index 42 n_ovfl int, -- Number of entries that overflow 43 pri_pages int, -- Number of primary pages used 44 ovfl_pages int, -- Number of overflow pages used 45 pri_unused int, -- Number of unused bytes on primary pages 46 ovfl_unused int -- Number of unused bytes on overflow pages 212 statline {Number of tables in the database} $ntable [all …]
|
/illumos-gate/usr/src/common/mpi/ |
H A D | THIRDPARTYLICENSE | 4 * The contents of this file are subject to the Mozilla Public License Version 6 * the License. You may obtain a copy of the License at 16 * The Initial Developer of the Original Code is 24 * Alternatively, the contents of this file may be used under the terms of 27 * in which case the provisions of the GPL or the LGPL are applicable instead 28 * of those above. If you wish to allow use of your version of this file only 29 * under the terms of either the GPL or the LGPL, and not to allow others to 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 34 * the terms of any one of the MPL, the GPL or the LGPL. [all …]
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | THIRDPARTYLICENSE | 4 * The contents of this file are subject to the Mozilla Public License Version 6 * the License. You may obtain a copy of the License at 16 * The Initial Developer of the Original Code is 25 * Alternatively, the contents of this file may be used under the terms of 28 * in which case the provisions of the GPL or the LGPL are applicable instead 29 * of those above. If you wish to allow use of your version of this file only 30 * under the terms of either the GPL or the LGPL, and not to allow others to 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 35 * the terms of any one of the MPL, the GPL or the LGPL. [all …]
|
/illumos-gate/usr/src/cmd/hal/ |
H A D | LICENSE | 4 This Academic Free License (the "License") applies to any original work of authorship (the "Origina… 8 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive… 14 c) to distribute copies of the Original Work and Derivative Works to the public; 20 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, p… 22 …of Source Code License. The term "Source Code" means the preferred form of the Original Work for m… 24 …of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks o… 28 …of any Derivative Works that You create, all copyright, patent or trademark notices from the Sourc… 30 …of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Origi… 32 …of Liability. Under no circumstances and under no legal theory, whether in tort (including neglige… 34 …of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstanc… [all …]
|
/illumos-gate/usr/src/common/util/ |
H A D | THIRDPARTYLICENSE.multi3 | 14 and distribution as defined by Sections 1 through 9 of this document. 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 24 otherwise, or (ii) ownership of fifty percent (50%) or more of the 25 outstanding shares, or (iii) beneficial ownership of such entity. 35 transformation or translation of a Source form, including but 39 "Work" shall mean the work of authorship, whether in Source or 47 represent, as a whole, an original work of authorship. For the purposes 48 of this License, Derivative Works shall not include works that remain [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/ |
H A D | THIRDPARTYLICENSE.gawk | 6 of this license document, but changing it is not allowed. 11 software and other kinds of works. 16 share and change all versions of a program--to make sure it remains free 18 GNU General Public License for most of our software; it applies also to 22 When we speak of free software, we are referring to freedom, not 24 have the freedom to distribute copies of free software (and charge for 26 want it, that you can change the software or use pieces of it in new 31 certain responsibilities if you distribute copies of the software, or if 32 you modify it: responsibilities to respect the freedom of others. 34 For example, if you distribute copies of such a program, whether [all …]
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 4 # The contents of this file are subject to the terms of the 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 17 # information: Portions Copyright [yyyy] [name of copyright owner] 88 as a section name. section can be one of the well known SHN_\n\ 93 as a section name. section can be one of the well known SHT_\n\ 99 Index of element of e_ident[] array. This can be\n\ 100 an integer value, or any of the EI_ symbolic constants\n\ 104 New value for element of e_ident[] array. This can be\n\ 109 New value for type of the ELF object. This can be\n\ 110 an integer value, or any of the ET_ symbolic constants\n\ [all …]
|
H A D | shdr.msg | 4 # The contents of this file are subject to the terms of the 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 17 # information: Portions Copyright [yyyy] [name of copyright owner] 51 be 0, 1, or a power of 2: %s\n" 79 as a section name. section can be one of the well known SHN_\n\ 84 as a section name. section can be one of the well known SHT_\n\ 93 as an integer. The index of the first section with the\n\ 98 as an integer. The index of the first section of the specified\n\ 99 type will be used as the value. value can be one of the well\n\ 107 interpreted as the name of the desired section. The section\n\ [all …]
|
/illumos-gate/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 3 The intent of this document is to state the conditions under which a 5 semblance of artistic control over the development of the package, while 6 giving the users of the package the right to use and distribute the 12 refers to the collection of files distributed by the Copyright 13 Holder, and derivatives of that collection of files created through 18 modified in accordance with the wishes of the Copyright Holder as 29 is whatever you can justify on the basis of media cost, duplication 30 charges, time of people involved, and so on. (You will not be 37 of the item may redistribute it under the same conditions they 41 1. You may make and give away verbatim copies of the source form of the [all …]
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 9 This document briefly describes which field of struct instruction is 12 Some of those fields are used by almost all instructions, 16 * .src1, .src2, .src3: (pseudo_t) operands of binops or ternary ops. 17 * .src: (pseudo_t) operand of unary ops (alias for .src1). 18 * .target: (pseudo_t) result of unary, binary & ternary ops, is 21 * .type: (symbol*) usually the type of .result, sometimes of the operands 29 * .type: type of .src 40 * .type: type of .cond, must be an integral type 47 * .type: type of .cond, must be an integral type 48 * .multijmp_list: pairs of case-value - destination basic block [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | FIRMWARELICENSE | 18 and conditions of License #1. For avoidance of doubt, Licensee acknowledges 20 terms and conditions of License #1. 24 distribute, and sublicense copies of Emulex Firmware solely for use with 31 one archival copy of the Emulex Firmware. Licensee shall not use, reproduce, 41 delete Emulex's copyright notice that is contained with each copy of the 43 reverse assemble all or any part of the Emulex Firmware, (2) disseminate 46 cause or permit others to do either of both of the foregoing. Licensee 47 agrees to prevent any unauthorized copying of the Emulex Firmware. 52 regardless of form or media, of the Emulex Firmware. The Emulex Firmware 53 contains trade secrets of Emulex and Licensee agrees that it shall employ [all …]
|
/illumos-gate/usr/src/ |
H A D | OPENSOLARIS.LICENSE | 13 or contributes to the creation of Modifications. 15 1.2. "Contributor Version" means the combination of the Original 20 Modifications, or (c) the combination of files containing 31 portions thereof with code not governed by the terms of this 37 extent possible, whether at the time of the initial grant or 38 subsequently acquired, any and all of the rights conveyed 41 1.9. "Modifications" means the Source Code and Executable form of 42 any of the following: 45 modification of the contents of a file containing Original 48 B. Any new file that contains any part of the Original [all …]
|
/illumos-gate/usr/src/boot/ |
H A D | COPYRIGHT | 4 The compilation of software known as FreeBSD is distributed under the 12 1. Redistributions of source code must retain the above copyright 13 notice, this list of conditions and the following disclaimer. 15 notice, this list of conditions and the following disclaimer in the 33 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite 34 Releases is copyrighted by The Regents of the University of California. 37 The Regents of the University of California. All rights reserved. 42 1. Redistributions of source code must retain the above copyright 43 notice, this list of conditions and the following disclaimer. 45 notice, this list of conditions and the following disclaimer in the [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | THIRDPARTYLICENSE | 2 * The Regents of the University of California. All rights reserved. 7 * 1. Redistributions of source code must retain the above copyright 8 * 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 14 * This product includes software developed by the University of 16 * 4. Neither the name of the University nor the names of its contributors 32 * Copyright 1990,1991,1993-1995 by the Massachusetts Institute of Technology. 35 * Export of this software from the United States of America may 37 * It is the responsibility of any person or organization contemplating [all …]
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | COPYING | 7 of this license document, but changing it is not allowed. 9 [This is the first released version of the Lesser GPL. It also counts 10 as the successor of the GNU Library Public License, version 2, hence 21 specially designated software packages--typically libraries--of the 27 When we speak of free software, we are referring to freedom of use, 29 you have the freedom to distribute copies of free software (and charge 31 it if you want it; that you can change the software and use pieces of 38 you if you distribute copies of the library or if you modify it. 40 For example, if you distribute copies of the library, whether gratis 59 Finally, software patents pose a constant threat to the existence of [all …]
|
/illumos-gate/usr/src/cmd/sendmail/ |
H A D | LICENSE | 9 Use, Modification and Redistribution (including distribution of any 11 each of the following conditions is met: 14 one of the following terms: 16 (a) Redistributions are made at no charge beyond the reasonable cost of 19 (b) Redistributions are accompanied by a copy of the Source Code or by an 20 irrevocable offer to provide a copy of the Source Code for up to three 21 years at the cost of materials and delivery. Such redistributions 22 must allow further use, modification, and redistribution of the Source 24 purposes of redistribution "Source Code" means the complete compilable 25 and linkable source code of sendmail including all modifications. [all …]
|
/illumos-gate/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE | 13 the creation of Modifications. 14 * 1.3 "Contributor Version" means the combination of the Original 18 combination of the Original Code and Modifications, in each case 22 electronic transfer of data. 29 portions thereof with code not governed by the terms of this License. 32 extent possible, whether at the time of the initial grant or 33 subsequently acquired, any and all of the rights conveyed herein. 35 substance or structure of either the Original Code or any previous 36 Modifications. When Covered Code is released as a series of files, 38 o A. Any addition to or deletion from the contents of a file [all …]
|
/illumos-gate/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 13 the creation of Modifications. 14 * 1.3 "Contributor Version" means the combination of the Original 18 combination of the Original Code and Modifications, in each case 22 electronic transfer of data. 29 portions thereof with code not governed by the terms of this License. 32 extent possible, whether at the time of the initial grant or 33 subsequently acquired, any and all of the rights conveyed herein. 35 substance or structure of either the Original Code or any previous 36 Modifications. When Covered Code is released as a series of files, 38 o A. Any addition to or deletion from the contents of a file [all …]
|