Searched refs:source (Results 401 - 425 of 442) sorted by relevance

<<1112131415161718

/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S6 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk46 # SRC_BASE is how the ports tree refers to the location of the base source files
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dhptintf.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
131 /* keep definition for source code compatiblity */
1152 * Copy source disk contents to target for RAID 1. If user choose "create and duplicate"
1615 * Used to copy data from source disk and mirror disk.
1895 * idArray - source array
1908 * idArray - source array
1923 * the source ID will be invalid when transform complete.
1962 * source - if transform, this is the source arra
[all...]
/freebsd-10.0-release/sys/dev/hptnr/
H A Dhptintf.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
131 /* keep definition for source code compatiblity */
1217 * Copy source disk contents to target for RAID 1. If user choose "create and duplicate"
1713 * Used to copy data from source disk and mirror disk.
1993 * idArray - source array
2006 * idArray - source array
2021 * the source ID will be invalid when transform complete.
2060 * source - if transform, this is the source arra
[all...]
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_rx.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
600 c->source = th->th_sport;
672 if ((c->source - th->th_sport) | (c->dest - th->th_dport))
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c2740 dsl_dataset_set_refquota(const char *dsname, zprop_source_t source, argument
2746 ddsqra.ddsqra_source = source;
2815 zprop_source_t source, uint64_t value, dmu_tx_t *tx)
2822 source, sizeof (value), 1, &value, tx);
2855 dsl_dataset_set_refreservation(const char *dsname, zprop_source_t source, argument
2861 ddsqra.ddsqra_source = source;
2814 dsl_dataset_set_refreservation_sync_impl(dsl_dataset_t *ds, zprop_source_t source, uint64_t value, dmu_tx_t *tx) argument
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_mesh.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
980 const uint8_t source[IEEE80211_ADDR_LEN], uint32_t seq)
984 rt = ieee80211_mesh_rt_find(vap, source);
986 rt = ieee80211_mesh_rt_add(vap, source);
988 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, source,
993 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, source,
979 mesh_checkpseq(struct ieee80211vap *vap, const uint8_t source[IEEE80211_ADDR_LEN], uint32_t seq) argument
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c1677 /* generate_idata_ofile generates the portable assembly source code
1678 for the idata sections. It appends the source code to the end of
1792 assemble_file (const char * source, const char * dest) argument
1797 + strlen (source) + strlen (dest) + 50);
1799 sprintf (cmd, "%s %s -o %s %s", ASM_SWITCHES, as_flags, dest, source);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c311 const char *source;
3208 report->source = src_path;
3292 make_simple_xml_tag(&buf, "S:src-path", report->source, scratch_pool);
309 const char *source; member in struct:report_context_t
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql373 /* ### JF: For an old-style move, "copyfrom" info stores its source, but a
380 copied). This is set on all the nodes in the moved tree. The source of
426 have information about their source node. changed_rev must be not-null
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp783 DynCast(TD<D1> source) argument
785 return TD<D2> (dyn_cast<D2>(source.decl));
/freebsd-10.0-release/share/mk/
H A Dbsd.lib.mk333 # the current source tree. ${_LDSCRIPTROOT} behavior is twisted because of
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt333 act as a source and sink for reads and writes from an initiator. Therefore
/freebsd-10.0-release/sys/kern/
H A Dkern_intr.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
251 intr_event_create(struct intr_event **event, void *source, int flags, int irq, argument
263 ie->ie_source = source;
1283 * If this interrupt source is currently storming, then throttle
1286 * If this interrupt source is not currently storming, but the
1295 "interrupt storm detected on \"%s\"; throttling interrupt source\n",
1304 * the interrupt source.
1452 * the interrupt source if the wrapped handler is composed
/freebsd-10.0-release/sys/mips/rmi/dev/sec/
H A Ddesc.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
138 * and the data are present at the specified source addresses.
196 * Below is a source (first fragment) packet (@ ADD0 cache-aligned address).
2468 * Source Addr = 35 MSB of pointer to source address (i.e., cache-line aligned)
3033 uint8_t *source; member in struct:UserPubData_s
3040 uint8_t source[1024]; member in struct:pubkey_desc
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c32 The C99 standard discusses two character sets: source and execution.
33 The source character set is used for internal processing in translation
49 The source character set is not necessarily the character set used
50 to encode physical source files on disk; translation phase 1 converts
51 from whatever that encoding is to the source character set.
54 forces the source character set to be isomorphic to ISO 10646,
56 character set; note also that the conversion from source to
59 For convenience of implementation, the source character set's
64 cpplib uses UTF-8 or UTF-EBCDIC for the source character set,
674 for conversion from the source characte
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-dag.c594 char * device = handle->opt.source;
H A Dpcap-sita.c8 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
975 fd = acn_open_live(handle->opt.source, handle->errbuf,
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dexpn.pl35 # Redistribution and use in source and binary forms, with or without
38 # 1. Redistributions of source code must retain the above copyright
1269 flags vary the ratio. Read the source to track down
/freebsd-10.0-release/sys/net/
H A Dif_epair.c9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
262 epair_nh_m2cpuid(struct mbuf *m, uintptr_t source, u_int *cpuid) argument
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c3796 rtx source, int n ATTRIBUTE_UNUSED)
3807 emit_insn (gen_rtx_SET (VOIDmode, dest, source));
3814 GEN_INT (INTVAL (source)
3818 GEN_INT (INTVAL (source) & 0xffff))));
3823 switch (GET_CODE (source))
3826 c0 = INTVAL (source);
3832 c0 = CONST_DOUBLE_LOW (source);
3835 c0 = CONST_DOUBLE_LOW (source);
3836 c1 = CONST_DOUBLE_HIGH (source);
3854 set_unique_reg_note (insn, REG_EQUAL, source);
3785 rs6000_emit_set_const(rtx dest, enum machine_mode mode, rtx source, int n ATTRIBUTE_UNUSED) argument
3961 rs6000_emit_move(rtx dest, rtx source, enum machine_mode mode) argument
13771 rs6000_emit_eh_reg_restore(rtx source, rtx scratch) argument
[all...]
/freebsd-10.0-release/contrib/binutils/gas/
H A Dread.c1 /* read.c - read a source file -
32 /* Routines that read assembler source text to build spaghetti in memory.
65 char *input_line_pointer; /*->next char of source file to parse. */
205 be the name of the source file in DWARF debugging information. See
606 this file as the "main" source file and not a subordinate one
1860 = (err ? _(".error directive invoked in source file")
1861 : _(".warning directive invoked in source file"));
3968 may be the name of the source file. */
5034 source file name. */
5558 /* Output debugging information to denote the source fil
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES254 subtle change to split: if source is empty, number of elems
440 reset lineno for new source file; include filename in error
908 if one compiles it into the source each time.
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcall.c3155 source class object (or the appropriate subobject thereof). */
4399 /* Copy-initialization where the cv-unqualified version of the source
4432 /* If the source is a packed field, and we must use a copy
6040 /* The source type for this standard conversion sequence. */
6215 tree source = source_type (w->convs[0]); local
6217 source = TREE_TYPE (source);
6220 source, w->second_conv->type);
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl26 L<perlpod>) into nroff source suitable for viewing with nroff(1) or

Completed in 585 milliseconds

<<1112131415161718