Searched refs:added (Results 76 - 100 of 145) sorted by relevance

123456

/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Devent.c169 * have been setup or added. We don't want to trust the content of the struct
177 unsigned added : 1; member in struct:event_debug_entry
223 dent->added = 0; \
230 dent->added = 0; \
250 /* Macro: record that ev is now added */
258 dent->added = 1; \
271 /* Macro: record that ev is no longer added */
279 dent->added = 0; \
310 /* Macro: assert that ev is not added (i.e., okay to tear down or set
318 if (dent && dent->added) { \
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp968 bool added; local
969 llvm::tie(I, added) = VBTablesMap.insert(std::make_pair(RD, VBTableVector()));
971 if (!added)
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c1957 /* Get the actual_revnum; added nodes have no revision yet, and old local
1959 svn_boolean_t added;
1961 SVN_ERR(svn_wc__node_is_added(&added, ctx->wc_ctx, target, pool));
1962 if (added)
2538 /* Goofy backward compat handling for added nodes. */
H A Dmerge.c204 * contains only one element (added by do_mergeinfo_unaware_dir_merge)
242 * is locally added, then URL & REV are NULL & SVN_INVALID_REVNUM.
291 merge but got explicit mergeinfo added by the merge. This is populated
316 represent the roots of subtrees added by the merge. */
732 to be added to the working copy TARGET_ABSPATH.
740 Examine the added mergeinfo, looking at each range (or single rev)
768 /* If PATH itself has been added there is no need to filter. */
1091 /* Make a record in BATON if we find a PATH where mergeinfo is added
1194 /* TRUE if the node was added by this merge. Otherwise FALSE */
1195 svn_boolean_t added;
1191 svn_boolean_t added; member in struct:merge_dir_baton_t
1242 svn_boolean_t added; member in struct:merge_file_baton_t
[all...]
/freebsd-10.3-release/contrib/ldns/
H A Dlibdns.vim450 " Not included, but could be added...?
/freebsd-10.3-release/crypto/openssl/util/
H A Dmk1mf.pl133 added (MS), or replace (unix)
457 # be added
/freebsd-10.3-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c906 /* If the device is added successfully */
954 /* LP2006-05-26 added upstream device to the newly found device */
1322 /* If the device is added successfully */
1370 /* LP2006-05-26 added upstream device to the newly found device */
1692 /* If the device is added successfully */
1717 /* LP2006-05-26 added upstream device to the newly found device */
2102 negotiatedPhyLinkRate = DISCRSP_GET_LINKRATE(pDiscoverResp); // added by thenil
2501 /* If the device is added successfully */
2526 /* LP2006-05-26 added upstream device to the newly found device */
5682 bit32 added local
[all...]
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c2069 * a device is removed and newly added. Based on the findings,
2093 bit32 added = agFALSE, removed = agFALSE; local
2156 TI_DBG3(("tdssReportChanges: added\n"));
2157 added = agTRUE;
2174 if (added == agTRUE)
2176 TI_DBG3(("tdssReportChanges: added at the end\n"));
2206 if (onePortContext->discovery.forcedOK == agTRUE && added == agFALSE && removed == agFALSE)
2220 if (added == agFALSE && removed == agFALSE)
3948 /* If the device is added successfully */
3996 /* LP2006-05-26 added upstrea
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-linux.c761 goto added;
778 added:
1162 * be deprecated and functions be added to select that later allow
1785 * "getsockopt()" call, "tp_drops" is added to "tp_packets",
2268 * sake of correctness I added this check.
2325 * it is either a field added in a later kernel, or it's
2328 * If a new field is added, this code needs to be updated
3408 * PACKET_TIMESTAMP was added after linux/net_tstamp.h was,
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c883 ge->added = 1;
1234 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL;
1646 /* no additional eqs were added */
1653 /* Free only the added eqs */
H A Dqp.c1708 if (!ge->added && mlx4_ib_add_mc(dev, qp, &ge->gid)) {
1709 ge->added = 1;
/freebsd-10.3-release/sys/cam/
H A Dcam_xpt.c2036 * list generation to make sure that no busses have been added or
2819 u_int32_t added; local
2822 added = csa->event_enable;
2842 added &= ~cur_entry->event_enable;
2851 csa->event_enable = added;
/freebsd-10.3-release/sys/dev/aac/
H A Daac.c3215 int count = 0, added = 0, i = 0; local
3230 * A container was added or deleted, but the message
3279 added = 1;
3315 if (added) {
/freebsd-10.3-release/sbin/pfctl/
H A Dparse.y4983 int added = 0, error = 0;
5134 added++;
5151 if (!added)
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S37 * Exceptions aren't supported yet, but that can be added quite easily
112 @ Compensate for the exponent overlapping the mantissa MSB added later
H A Dieee754-df.S39 * Exceptions aren't supported yet, but that can be added quite easily
146 @ Compensate for the exponent overlapping the mantissa MSB added later
/freebsd-10.3-release/sys/netinet/
H A Dsctputil.c5872 * added, OR the
6016 * must be sure to account for the case where what is added
6084 * added
6377 int added = 0; local
6418 added++;
6441 added++;
6450 return (added);
/freebsd-10.3-release/contrib/gcc/
H A Dc-typeck.c2091 /* This was added by rms on 16 Nov 91.
3699 int added = 0;
3714 are added, not when they're taken away. */
3717 added |= (TYPE_QUALS (in_type) & ~TYPE_QUALS (in_otype));
3724 if (added)
4371 qualifier are acceptable if the 'volatile' has been added
8084 /* Unwrap a no-op NOP_EXPR as added by c_finish_expr_stmt. This avoids
3680 int added = 0; local
/freebsd-10.3-release/contrib/binutils/gas/
H A Dread.c426 /* This is for gcc to use. It's only just been added (2/94), so gcc
4060 x->added = 0;
/freebsd-10.3-release/contrib/ldns/drill/
H A Dconfigure2196 # 2010-02-01 added ACX_CHECK_MEMCMP_SIGNED, AHX_MEMCMP_BROKEN
2197 # 2010-01-20 added AHX_COONFIG_STRLCAT
2199 # added ACX_FUNC_MALLOC
2202 # 2009-07-13 added ACX_WITH_SSL_OPTIONAL
3104 as 'x'. The following induces an error, until -std is added to get
4104 as 'x'. The following induces an error, until -std is added to get
/freebsd-10.3-release/contrib/bmake/
H A Dconfigure3080 as 'x'. The following induces an error, until -std is added to get
4080 as 'x'. The following induces an error, until -std is added to get
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c10060 int added = 0; local
10068 added = update_qp_mutex (p1mask | p2mask);
10073 if (added == 0 && p1 && p2)
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql560 when a node is added to a changelist. Make sure nothing is notified
/freebsd-10.3-release/contrib/gdb/
H A Dltmain.sh3004 echo "*** automatically added whenever a program is linked with this library"
5337 directories are added to the library path.
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex784 % TeX does not even consider page breaks if a penalty added to the
786 % empty box we just added fits on the page, we must make it consider
4719 % (This space doesn't include the extra space that gets added after
6874 % stretch added to depend on the line length, hence the dependence on

Completed in 787 milliseconds

123456