Searched refs:copy (Results 151 - 175 of 656) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Derr.copyoutstrbadaddr.ksh8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S36 # to copy for boot2 (<= 15)
44 * Load the rest of zfsboot2 and BTX up, copy the parts to the right locations,
96 * have do anything fancy here to allow for an extra copy of boot1 and
127 mov %si,%ax # last byte we want to copy
134 mov %ax,%es # want to copy boot2 into.
139 sub $COPY_BLK_SZ/16,%ax # copy from boot2
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp31 std::copy(valobj_list.m_value_objects.begin(), // source begin
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); }
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_nfs4.c370 struct acl_entry *entry, *copy, *previous, local
412 * 1.3.1. A copy of the current ACE is made, and placed
416 copy = _acl_duplicate_entry(aclp, i);
431 copy->ae_flags &= ~(ACL_ENTRY_FILE_INHERIT |
439 entry = copy;
857 struct acl_entry *entry, *copy; local
970 copy = _acl_duplicate_entry(child_aclp, i);
983 copy->ae_flags &= ~(ACL_ENTRY_NO_PROPAGATE_INHERIT |
992 if (copy->ae_entry_type == ACL_ENTRY_TYPE_ALLOW)
993 copy
[all...]
H A Dkern_rctl.c1023 struct rctl_rule *copy; local
1027 copy = uma_zalloc(rctl_rule_zone, flags);
1028 if (copy == NULL)
1030 copy->rr_subject_type = rule->rr_subject_type;
1031 copy->rr_subject.rs_proc = rule->rr_subject.rs_proc;
1032 copy->rr_subject.rs_uip = rule->rr_subject.rs_uip;
1033 copy->rr_subject.rs_loginclass = rule->rr_subject.rs_loginclass;
1034 copy->rr_subject.rs_prison_racct = rule->rr_subject.rs_prison_racct;
1035 copy->rr_per = rule->rr_per;
1036 copy
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_generic.c696 * entry if necessary) and copy in the user packet. */
883 int copy; local
929 * also use to set the RX slots, but without performing the copy. */
948 copy = nm_buf_len;
949 if (mlen < copy) {
950 copy = mlen;
952 mlen -= copy;
955 ring->slot[nm_i].len = copy;
965 * and perform the copy out of the RX queue lock. */
988 copy
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp484 _searchDirs.push_back(path.str().copy(_allocator));
512 _frameworkDirs.push_back(path.str().copy(_allocator));
539 return fullPath.str().copy(_allocator);
547 return fullPath.str().copy(_allocator);
553 return fullPath.str().copy(_allocator);
577 return fullPath.str().copy(_allocator);
838 _exportedSymbols.insert(copy(abi2className));
841 _exportedSymbols.insert(copy(abi2metaclassName));
930 info.fileFilter = copy(filename);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c10 * with the License. You may obtain a copy of the License at
221 /* copy the hash entries to an auxiliary struct of known layout */
973 /* copy & deserialize the entry */
1155 svn_fs_fs__rep_header_t *copy = apr_palloc(pool, sizeof(*copy)); local
1156 *copy = *(svn_fs_fs__rep_header_t *)in;
1158 *data_len = sizeof(*copy);
1159 *data = copy;
1170 svn_fs_fs__rep_header_t *copy = apr_palloc(pool, sizeof(*copy)); local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibxcoff.h17 You should have received a copy of the GNU General Public License
104 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \
106 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy),\
/freebsd-11-stable/contrib/bmake/mk/
H A Drst2htm.mk7 # Permission to copy, redistribute or otherwise
H A Dsrctop.mk7 # Permission to copy, redistribute or otherwise
H A Dtarget-flags.mk46 # Permission to copy, redistribute or otherwise
H A Dyacc.mk8 # Permission to copy, redistribute or otherwise
H A Dwhats.mk7 # Permission to copy, redistribute or otherwise
H A Dscripts.mk7 # Permission to copy, redistribute or otherwise
H A Dinit.mk7 # Permission to copy, redistribute or otherwise
H A Dinc.mk7 # Permission to copy, redistribute or otherwise
H A Dautoconf.mk7 # Permission to copy, redistribute or otherwise
H A Dfiles.mk7 # Permission to copy, redistribute or otherwise
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc6 * the License. You may obtain a copy of the License at
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Ddigest.c306 /* Make sure it's safe to copy a digest context using an ENGINE */
344 if (out->digest->copy)
345 return out->digest->copy(out, in);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslhelpers.y23 * copy of the source code appearing in this file ("Covered Code") an
25 * base code distributed originally by Intel ("Original Intel Code") to copy,
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dintegrity_test.sh47 atf_test_case copy cleanup
161 atf_add_test_case copy

Completed in 238 milliseconds

1234567891011>>