Searched refs:source (Results 351 - 375 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbtree.c10 * source. A copy of the CDDL is also available via the Internet at
451 bt_transfer_core(zfs_btree_t *tree, zfs_btree_core_t *source, uint64_t sidx, argument
456 ASSERT(source->btc_hdr.bth_core);
459 bmov(source->btc_elems + sidx * size, dest->btc_elems + didx * size,
463 bmov(source->btc_children + sidx + (shape == BSS_TRAPEZOID ? 0 : 1),
465 c_count * sizeof (*source->btc_children));
469 bt_transfer_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *source, uint64_t sidx, argument
473 ASSERT(!source->btl_hdr.bth_core);
476 bmov(source->btl_elems + sidx * size, dest->btl_elems + didx * size,
/freebsd-13-stable/sys/dev/dpaa/
H A Dqman.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
527 qman_poll(e_QmPortalPollSource source) argument
544 error = QM_Poll(sc->sc_qh, source);
/freebsd-13-stable/sys/contrib/zlib/
H A Dinflate.c53 * source file infback.c to provide a call-back interface to inflate for
1461 int ZEXPORT inflateCopy(dest, source)
1463 z_streamp source;
1471 if (inflateStateCheck(source) || dest == Z_NULL)
1473 state = (struct inflate_state FAR *)source->state;
1477 ZALLOC(source, 1, sizeof(struct inflate_state));
1482 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
1484 ZFREE(source, copy);
1490 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
/freebsd-13-stable/contrib/openpam/
H A Ddepcomp42 source Source file read by 'PROGRAMS ARGS'.
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
366 # source file under compilation, even if file resides in a subdirectory.
375 # Use the source, not the object, to determine the base name, since
377 set_base_from "$source"
380 # For projects that build the same source file twice into different object
381 # files, the pgcc approach of using the *source* file root name can cause
651 # the object too, otherwise makedepend will parse it as a source file.
664 # makedepend may prepend the VPATH from the source fil
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp42 source Source file read by 'PROGRAMS ARGS'.
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
366 # source file under compilation, even if file resides in a subdirectory.
375 # Use the source, not the object, to determine the base name, since
377 set_base_from "$source"
380 # For projects that build the same source file twice into different object
381 # files, the pgcc approach of using the *source* file root name can cause
651 # the object too, otherwise makedepend will parse it as a source file.
664 # makedepend may prepend the VPATH from the source fil
[all...]
/freebsd-13-stable/share/mk/
H A Dtap.test.mk7 # This is provided to support existing tests in the FreeBSD source tree
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S4 # Redistribution and use in source and binary forms, with or without
7 # 1. Redistributions of source code must retain the above copyright
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S6 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
/freebsd-13-stable/tools/tools/mctest/
H A Dmctest.cc6 // Redistribution and use in source and binary forms, with or without
9 // 1. Redistributions of source code must retain the above copyright
28 // source and sink. The purpose of this test is to determine the
29 // latency between two hosts, the source and the sink. The programs
30 // expect to be run somewhat unsynchronized hosts. The source and
299 int source(char *interface, struct in_addr *group, int pkt_size, function
521 source(interface, group, pkt_size, number, gap, clients,
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcstyle.y23 * copy of the source code appearing in this file ("Covered Code") an
44 * Redistribution of source code of any substantial portion of the Covered
45 * Code or modification with rights to further distribute source must include
56 * Redistribution of source code of any substantial portion of the Covered
57 * Code or modification without rights to further distribute source must
60 * addition, Licensee may not authorize further sublicense of source of any
120 * Redistribution and use in source and binary forms, with or without
123 * 1. Redistributions of source code must retain the above copyright
264 /* Index term -- "= BUF1[5]" on right-hand side of an equals (source) */
271 * of an equals (target) or the right side (source)
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h670 svn_config_t *source,
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_subst.h369 * expansion when read from or written to. The stream @a source
374 * When @a stream is closed, then @a source will be closed.
387 svn_stream_t *source,
632 * Use svn_subst_stream_from_specialfile if the source is special;
655 * to @c TRUE if at least one character of @a value in the source character
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.h553 dag_node_t *source,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h610 /// \param[in] source
613 /// The type as it appears in the source context.
617 TypeFromUser DeportType(TypeSystemClang &target, TypeSystemClang &source,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h130 Status PutFile(const FileSpec &source, const FileSpec &destination,
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dexport_sec_context.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
169 (gss_name_t)ctx->source, &buffer);
H A Dinit_sec_context.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
121 ctx->source = NULL;
227 ctx->source, target_name, &ctx->target);
232 this_cred.client = ctx->source;
418 kret = krb5_cc_get_principal (context, ctx->ccache, &ctx->source);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dct.h6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
268 __owur int SCT_set_source(SCT *sct, sct_source_t source);
/freebsd-13-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c7 * This software is open source.
9 * Redistribution and use in source and binary forms, with or without
13 * Redistributions of source code must retain the above copyright notice,
268 cp_edns_bad_response(struct ecs_data *target, struct ecs_data *source) argument
271 target->subnet_source_mask = source->subnet_source_mask;
272 target->subnet_addr_fam = source->subnet_addr_fam;
273 memcpy(target->subnet_addr, source->subnet_addr, INET6_SIZE);
684 * queries with 0 source will not (unless nameserver
746 /* Limit to minimum allowed source mask */
774 /* Limit source prefi
[all...]
/freebsd-13-stable/lib/libusb/
H A Dusb.h7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
281 int usb_parse_descriptor(uint8_t *source, char *description, void *dest);
/freebsd-13-stable/sbin/devmatch/
H A Ddevmatch.c4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
283 printf("Treating usb as uhub -- bug in source table still?\n");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp222 /// the original source file name, use that name as the input file name.
552 assert(!Instance && "Already processing a source file!");
653 // Inform the diagnostic client we are processing a source file.
681 // Set up the file and source managers, if needed.
691 // source files, including the primary module map for the compilation.
706 // Inform the diagnostic client we are processing a source file.
756 // preprocessor of the original source is reused.
760 // Inform the diagnostic client we are processing a source file.
833 // source file name with a linemarker.
849 IntrusiveRefCntPtr<ExternalSemaSource> source, FinalReade local
[all...]
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s21 .sourceAdr resb 6 ; packet source address
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp686 void checkFailIfMismatch(StringRef arg, InputFile *source) { argument
693 std::string sourceStr = source ? toString(source) : "cmd-line";
700 config->mustMatch[k] = {v, source};
/freebsd-13-stable/bin/chio/
H A Dchio.c6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
225 errx(1,"%s: voltag only makes sense as an element source",
326 errx(1,"%s %s: voltag only makes sense as an element source",
539 int source = 0; local
560 source = 1;
569 pvoltag = avoltag = source = sense = scsi = intaddr = 1;
705 if (source) {
707 printf(" source: <%s %d>",
712 printf(" source
[all...]

Completed in 276 milliseconds

<<11121314151617181920>>