Searched refs:source (Results 301 - 325 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/mips/atheros/
H A Dqca955x_pci.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
183 qca955x_pci_mask_irq(void *source) argument
186 struct ar71xx_pci_irq *pirq = source;
205 qca955x_pci_unmask_irq(void *source) argument
208 struct ar71xx_pci_irq *pirq = source;
/freebsd-13-stable/sys/mips/malta/
H A Dgt_pci.c11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
157 gt_pci_mask_irq(void *source) argument
159 struct gt_pci_intr_cookie *cookie = source;
170 gt_pci_unmask_irq(void *source) argument
172 struct gt_pci_intr_cookie *cookie = source;
/freebsd-13-stable/sys/compat/ndis/
H A Dwinx64_wrap.S5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
101 lea 56+8(%rbp),%rsi # source == old stack top (stack+56)
/freebsd-13-stable/share/mk/
H A Dbsd.doc.mk28 # SRCDIR Directory where source files live. [${.CURDIR}]
30 # SRCS List of source files. [not set]
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxv86.S5 # Redistribution and use in source and binary forms are freely
/freebsd-13-stable/stand/lua/
H A Dpassword.lua8 -- Redistribution and use in source and binary forms, with or without
11 -- 1. Redistributions of source code must retain the above copyright
/freebsd-13-stable/stand/usb/
H A Dusbcore.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/usr.bin/mail/
H A Dcmdtab.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
80 { "source", source, M|RAWLIST, 1, 1 },
H A Dextern.h7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
225 int source(char **);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dzfs_set_common.kshlib239 # Get source of the dataset
245 typeset source
247 source=$($ZFS get -H -o source $prop $dataset)
249 log_fail "Unable to get $prop source for dataset $dataset"
252 $ECHO "$source"
/freebsd-13-stable/contrib/wpa/hs20/client/
H A DAndroid.mk24 INCLUDES += external/icu/icu4c/source/common
/freebsd-13-stable/sys/sys/
H A Dacl.h10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
312 int acl_copy_oldacl_into_acl(const struct oldacl *source,
314 int acl_copy_acl_into_oldacl(const struct acl *source,
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h6 This is proprietary source code of Freescale Semiconductor Inc.,
9 publication of such source code.
11 ALTERNATIVELY, redistribution and use in source and binary forms, with
14 * Redistributions of source code must retain the above copyright
569 @Param[in] source - The selected frames type to poll
575 t_Error QM_Poll(t_Handle h_Qm, e_QmPortalPollSource source);
786 @Param[in] source - The selected frames type to poll
792 t_Error QM_PORTAL_Poll(t_Handle h_QmPortal, e_QmPortalPollSource source);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag.c806 dag_node_t *source,
811 svn_fs_x__noderev_t *src_noderev = source ? source->node_revision : NULL;
815 if ((source && src_noderev->kind != svn_node_file)
982 source. */
1073 dag_node_t *source,
1076 svn_fs_x__noderev_t *source_noderev = source->node_revision;
800 svn_fs_x__dag_get_file_delta_stream(svn_txdelta_stream_t **stream_p, dag_node_t *source, dag_node_t *target, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1066 svn_fs_x__dag_update_ancestry(dag_node_t *target, dag_node_t *source, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c92 const svn_ra_svn__item_t *source,
95 target->kind = source->kind;
96 switch (source->kind)
99 target->u.string = svn_string_dup(&source->u.string, result_pool);
102 target->u.number = source->u.number;
105 target->u.word = source->u.word.data;
108 target->u.list = svn_ra_svn__to_public_array(&source->u.list,
115 svn_ra_svn__to_public_array(const svn_ra_svn__list_t *source,
118 apr_array_header_t *result = apr_array_make(result_pool, source->nelts,
122 for (i = 0; i < source
90 svn_ra_svn__to_public_item(svn_ra_svn_item_t *target, const svn_ra_svn__item_t *source, apr_pool_t *result_pool) argument
114 svn_ra_svn__to_public_array(const svn_ra_svn__list_t *source, apr_pool_t *result_pool) argument
133 svn_ra_svn__to_private_item(svn_ra_svn__item_t *target, const svn_ra_svn_item_t *source, apr_pool_t *result_pool) argument
158 svn_ra_svn__to_private_array(const apr_array_header_t *source, apr_pool_t *result_pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c359 * the source STRBUF "consumed".
682 /* special case: BYTES overlaps with this string -> copy the source */
725 /* special case: BYTES overlaps with this string -> copy the source */
1200 #define COPY_TWO_BYTES(dest,source)\
1201 memcpy((dest), (source), 2)
1357 svn__base36toui64(const char **next, const char *source)
1368 char c = *source;
1386 source++;
1397 *next = source;
1352 svn__base36toui64(const char **next, const char *source) argument
/freebsd-13-stable/lib/libbe/
H A Dbe.c6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
589 be_snapshot(libbe_handle_t *lbh, const char *source, const char *snap_name, argument
595 be_root_concat(lbh, source, buf);
608 snprintf(result, BE_MAXPATHLEN, "%s@%s", source,
659 char source[BE_MAXPATHLEN]; local
672 sizeof(pval), &src, (char *)&source, sizeof(source), false)))
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp105 StringRef source = file->obj->getSourceFileName(); local
106 if (!source.empty())
107 res += source.str() + "\n>>> ";
544 StringRef source = file->obj->getSourceFileName(); local
545 if (!source.empty())
546 res += source.str() + "\n>>> ";
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c173 nvlist_t *source, nvlist_t **resultp)
191 if (source != NULL) {
192 packed = fnvlist_pack(source, &size);
200 zc.zc_nvlist_dst_size = fnvlist_lookup_uint64(source,
312 lzc_rename(const char *source, const char *target) argument
319 (void) strlcpy(zc.zc_name, source, sizeof (zc.zc_name));
651 * from: The name of the "fromsnap", or the incremental source.
1113 * the full name of the source snapshot or bookmark.
172 lzc_ioctl(zfs_ioc_t ioc, const char *name, nvlist_t *source, nvlist_t **resultp) argument
/freebsd-13-stable/sys/netgraph/
H A Dng_mppc.c10 * redistribution of this software, in source or object code forms, with or
13 * 1. Any and all reproductions of the source or object code must include the
504 u_char *source, *dest; local
534 source = inbuf;
542 rtn = MPPC_Compress(&source, &dest, &sourceCnt,
764 u_char *source, *dest; local
795 source = inbuf;
803 rtn = MPPC_Decompress(&source, &dest,
/freebsd-13-stable/sys/kern/
H A Dsubr_sglist.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
536 * Append a subset of an existing scatter/gather list 'source' to a
541 sglist_append_sglist(struct sglist *sg, struct sglist *source, size_t offset, argument
554 for (i = 0; i < source->sg_nseg; i++) {
555 if (offset >= source->sg_segs[i].ss_len) {
556 offset -= source->sg_segs[i].ss_len;
559 seglen = source->sg_segs[i].ss_len - offset;
563 source->sg_segs[i].ss_paddr + offset, seglen);
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
528 printf("gnttab source ref=\t%u\n", entry->source.u.ref);
530 printf("gnttab source gmfn=\t%"PRI_xen_pfn"\n",
531 entry->source.u.gmfn);
532 printf("gnttab source offset=\t%hu\n", entry->source.offset);
533 printf("gnttab source domid=\t%hu\n", entry->source
[all...]
/freebsd-13-stable/sbin/restore/
H A Dtape.c12 * Redistribution and use in source and binary forms, with or without
15 * 1. Redistributions of source code must retain the above copyright
128 * Set up an input source
131 setinput(char *source, int ispipecommand) argument
144 if (strchr(source, ':')) {
145 host = source;
146 source = strchr(host, ':');
147 *source++ = '\0';
152 if (strcmp(source, "-") == 0) {
175 magtape = strdup(source);
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dtask.c393 isc__task_t *source = (isc__task_t *)source0; local
396 * Attach *targetp to source.
399 REQUIRE(VALID_TASK(source));
402 XTTRACE(source, "isc_task_attach");
404 LOCK(&source->lock);
405 source->references++;
406 UNLOCK(&source->lock);
408 *targetp = (isc_task_t *)source;
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
497 uint8_t *source, *destination, *sb; local
538 source = gfx_get_fb_address() + off;
543 bcopy(source, destination, copybytes);
549 sb = source + x * bpp;
597 uint8_t *source, *destination; local
641 source = (uint8_t *)BltBuffer + sy * Delta +
643 bcopy(source, destination, copybytes);
699 uint8_t *source, *destinatio local
[all...]

Completed in 586 milliseconds

<<11121314151617181920>>