Searched refs:source (Results 176 - 200 of 574) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
163 * in the file LICENSE in the source distribution or at
164 * https://www.openssl.org/source/license.html
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib.h207 char* source,
217 char* source,
/freebsd-13-stable/contrib/jemalloc/src/
H A Dnstime.c42 nstime_copy(nstime_t *time, const nstime_t *source) { argument
43 *time = *source;
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_dev.h11 * COPYING in the main directory of this source tree, or the
14 * Redistribution and use in source and binary forms, with or
18 * - Redistributions of source code must retain the above
390 #define MTHCA_GET(dest, source, offset) \
392 void *__p = (char *) (source) + (offset); \
402 #define MTHCA_PUT(dest, source, offset) \
405 switch (sizeof(source)) { \
406 case 1: *(u8 *) __d = (source); break; \
407 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
408 case 4: *(__be32 *) __d = cpu_to_be32(source); brea
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h121 void (*attach)(isc_task_t *source, isc_task_t **targetp);
212 isc_task_attach(isc_task_t *source, isc_task_t **targetp);
214 * Attach *targetp to source.
218 *\li 'source' is a valid task.
224 *\li *targetp is attached to source.
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dsndstat.h7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
135 while (f->source != NULL) \
136 f = f->source; \
/freebsd-13-stable/share/mk/
H A Dsrc.tools.mk10 # many places within the source tree. Rule of thumb: if the above mentioned
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c10 * source. A copy of the CDDL is also available via the Internet at
126 * - source is a full path of a snapshot or bookmark
132 dsl_bookmark_create_nvl_validate_pair(const char *bmark, const char *source) argument
138 is_bmark = bookmark_namecheck(source, NULL, NULL) == 0;
139 is_snap = snapshot_namecheck(source, NULL, NULL) == 0;
148 * { newbookmark -> source, ... }
171 char *source; local
174 if (nvpair_value_string(pair, &source) != 0)
176 if (dsl_bookmark_create_nvl_validate_pair(bmark, source) != 0)
209 * expects that newbm and source hav
213 dsl_bookmark_create_check_impl(dsl_pool_t *dp, const char *newbm, const char *source) argument
314 char *source = fnvpair_value_string(pair); local
597 char *source = fnvpair_value_string(pair); local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.h129 node_revision_t *source,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h77 CopyHardwareWatchpointsFrom(NativeRegisterContextNetBSD &source) override;
H A DNativeThreadNetBSD.cpp299 Status NativeThreadNetBSD::CopyWatchpointsFrom(NativeThreadNetBSD &source) { argument
301 source.GetRegisterContext());
303 m_watchpoint_index_map = source.m_watchpoint_index_map;
304 m_hw_break_index_map = source.m_hw_break_index_map;
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dmbuf.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
284 mb_put_mem(struct mbdata *mbp, const char *source, size_t size) argument
305 if (source) {
306 bcopy(source, dst, cplen);
307 source += cplen;
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h238 apr_size_t escape_errorlog_item(char *dest, const char *source,
/freebsd-13-stable/sys/dev/dpaa/
H A Dqman.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
222 * @param source Type of frames to be polled.
225 t_Error qman_poll(e_QmPortalPollSource source);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_002_pos.ksh79 typeset source=$(get_source $prop $dtst)
81 "$source" != "inherited from $inherited_dtst" ]]
/freebsd-13-stable/contrib/lua/src/
H A Dllex.c112 msg = luaG_addinfo(ls->L, msg, ls->source, ls->linenumber);
164 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, argument
174 ls->source = source;
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c101 trim_formatting(char *source) argument
103 char *target = source;
106 while ((ch = *source++) != '\0') {
107 if (ch == '\\' && *source == '\n')
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbuffer.c408 isc__buffer_putstr(isc_buffer_t *b, const char *source) { argument
413 REQUIRE(source != NULL);
418 l = strlen(source);
423 memcpy(cp, source, l);
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright notice,
66 * @source: Source TCP port number
87 uint16_t source, dest; member in struct:sfxge_lro_conn
/freebsd-13-stable/stand/kshim/
H A Dkshim.mk12 # Redistribution and use in source and binary forms, with or without
15 # 1. Redistributions of source code must retain the above copyright
/freebsd-13-stable/stand/lua/
H A Dscreen.lua7 -- Redistribution and use in source and binary forms, with or without
10 -- 1. Redistributions of source code must retain the above copyright
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
63 unsigned char h_source[ETH_ALEN]; /* source ether addr */
112 u16 source; member in struct:ecore_tcphdr
/freebsd-13-stable/tools/tools/editing/
H A Dfreebsd.vim4 " 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/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Duser_property_002_pos.ksh95 typeset source=$(get_source $prop $dtst)
97 "$source" != "inherited from $inherited_dtst" ]]
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_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
168 ctx->source = (krb5_principal)name;
214 if (ctx->source != NULL)
215 krb5_free_principal(context, ctx->source);

Completed in 134 milliseconds

1234567891011>>