Searched refs:source (Results 226 - 250 of 442) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl77 * Redistribution and use in source and binary forms, with or without
80 * 1. Redistributions of source code must retain the copyright
/freebsd-10.0-release/share/mk/
H A Dbsd.doc.mk28 # SRCDIR Directory where source files live. [${.CURDIR}]
30 # SRCS List of source files. [not set]
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s5 # Redistribution and use in source and binary forms are freely
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s5 # Redistribution and use in source and binary forms are freely
/freebsd-10.0-release/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-10.0-release/sys/dev/isp/
H A DHardware.txt131 an incredible pain to find FC copper cabling and GBICs- the source I
136 There now is apparently a source for little connector boards
/freebsd-10.0-release/sys/mips/atheros/
H A Dar71xx_pci.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
101 ar71xx_pci_mask_irq(void *source) argument
104 unsigned int irq = (unsigned int)source;
114 ar71xx_pci_unmask_irq(void *source) argument
117 unsigned int irq = (unsigned int)source;
H A Dar724x_pci.c6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
168 ar724x_pci_mask_irq(void *source) argument
171 unsigned int irq = (unsigned int)source;
189 ar724x_pci_unmask_irq(void *source) argument
192 unsigned int irq = (unsigned int)source;
/freebsd-10.0-release/sys/mips/malta/
H A Dgt_pci.c9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
156 gt_pci_mask_irq(void *source) argument
158 struct gt_pci_intr_cookie *cookie = source;
169 gt_pci_unmask_irq(void *source) argument
171 struct gt_pci_intr_cookie *cookie = source;
/freebsd-10.0-release/sys/mips/rt305x/
H A Dobio.c9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
120 obio_mask_irq(void *source) argument
125 irq = (int)source;
133 obio_unmask_irq(void *source) argument
138 irq = (int)source;
/freebsd-10.0-release/usr.bin/mail/
H A Dcmdtab.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
78 { "source", source, M|RAWLIST, 1, 1 },
H A Dextern.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
223 int source(char **);
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-disasm.c30 #include "source.h"
233 src = &element->which_element.source;
280 ** source view isn't split
301 ** Update what is in the source window if it is displayed too,
391 pc = content[0]->which_element.source.line_or_addr.addr;
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bt-linux.c5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
190 if (sscanf(handle->opt.source, BT_IFACE"%d", &dev_id) != 1)
194 handle->opt.source);
H A Dpcap-dlpi.c5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
358 cp = strrchr(p->opt.source, '/');
360 strlcpy(dname, p->opt.source, sizeof(dname));
426 if (*p->opt.source == '/')
427 strlcpy(dname, p->opt.source, sizeof(dname));
430 p->opt.source);
486 "%s: No DLPI device found", p->opt.source);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathProfileInfo.cpp104 ProfilePathEdge::ProfilePathEdge (BasicBlock* source, BasicBlock* target, argument
106 : _source(source), _target(target), _duplicateNumber(duplicateNumber) {}
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp19 ///\brief Constructs a new multiplexing external sema source and appends the
22 ///\param[in] source - An ExternalSemaSource.
33 ///\brief Appends new source to the source list.
35 ///\param[in] source - An ExternalSemaSource.
37 void MultiplexExternalSemaSource::addSource(ExternalSemaSource &source) { argument
38 Sources.push_back(&source);
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dboot.s6 # Redistribution and use in source and binary forms, with or without
10 # 1. Redistributions of source code must retain the above copyright
H A Dsyscons.s6 # Redistribution and use in source and binary forms, with or without
10 # 1. Redistributions of source code must retain the above copyright
/freebsd-10.0-release/sys/sys/
H A Dacl.h8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
309 int acl_copy_oldacl_into_acl(const struct oldacl *source,
311 int acl_copy_acl_into_oldacl(const struct acl *source,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c868 svn_stream_t *source;
881 SVN_ERR(svn_stream_read(btn->source, buffer, len));
893 return svn_stream_close(btn->source);
902 copying_stream(svn_stream_t *source,
910 baton->source = source;
1005 svn_stream_t *base_stream; /* delta source */
1054 * Otherwise, set BASE_STREAM to a stream providing the base (source) text
867 svn_stream_t *source; member in struct:copying_stream_baton
901 copying_stream(svn_stream_t *source, svn_stream_t *target, apr_pool_t *pool) argument
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
817 * subdirectory of source. This prevents something like the following from
821 * source - the inode for /a/b/c
824 * Returns 0 if target is NOT a subdirectory of source.
829 doscheckpath(source, target)
830 struct denode *source;
842 (source->de_Attributes & ATTR_DIRECTORY) == 0) {
846 if (dep->de_StartCluster == source->de_StartCluster) {
854 if (pmp != source
[all...]
/freebsd-10.0-release/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
489 u_char *source, *dest; local
519 source = inbuf;
527 rtn = MPPC_Compress(&source, &dest, &sourceCnt,
739 u_char *source, *dest; local
770 source = inbuf;
778 rtn = MPPC_Decompress(&source, &dest,
/freebsd-10.0-release/sys/dev/xen/netback/
H A Dnetback.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
533 printf("gnttab source ref=\t%u\n", entry->source.u.ref);
535 printf("gnttab source gmfn=\t%lu\n", entry->source.u.gmfn);
536 printf("gnttab source offset=\t%hu\n", entry->source.offset);
537 printf("gnttab source domid=\t%hu\n", entry->source
[all...]
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex367 \caption{Example \dtc source}
394 source, \dtc can convert a device tree between a number of
398 \item source, the normal case. The device tree is described in a text
414 straightforward use of \dtc is to compile from ``source'' to
416 \item source (\texttt{dts}), as in \S\ref{sec:dts}. If used with blob
418 \item assembler source (\texttt{asm}). \dtc can produce an assembler
438 The ``source'' format for \dtc is a text description of the device
461 number, the source can give an ampersand (\texttt{\&}) followed by the
473 The \dtc source can also include ``labels'', which are placed on a
543 source forma
[all...]

Completed in 237 milliseconds

1234567891011>>