Searched refs:removed (Results 26 - 50 of 67) sorted by relevance

123

/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl26 # * the code are not to be removed.
49 * the code are not to be removed.
/freebsd-11.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh732 # been removed, but don't do anything else for now. The
755 # If the FreeBSD ID string is removed from the local file,
946 # Handle a file that has been removed from the new tree. If the file
964 log "IGNORE: removed file $file"
979 # Already removed, nothing to do.
988 # Handle a directory that has been removed from the new tree. Only
998 log "IGNORE: removed dir $dir"
1071 # If the file was removed from the dest tree, just whine.
1073 # If the removed file matches an ALWAYS_INSTALL glob,
1427 # XXX: Should existing conflicts be ignored and removed durin
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Diface.c529 int af, removed, s; local
557 removed = iface_addr_Zap(iface->name, iface->addr + n, s);
558 if (removed)
563 if (removed) {
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dposix1.mk20 # removed. (PR 49085)
/freebsd-11.0-release/sys/conf/
H A Dkern.opts.mk15 # building on 10.x and earlier work. This should be removed when that's no
/freebsd-11.0-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl71 * the code are not to be removed.
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_mcmember_record.c1039 int removed; local
1087 /* store state - we'll need it if the port is removed */
1091 removed = osm_mgrp_remove_port(sa->p_subn, sa->p_log, p_mgrp, p_mcm_port,
1093 if (!removed)
1099 if (removed && osm_sm_mcgrp_leave(sa->sm, mlid, portguid))
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp697 bool removed = getVarInfo(Reg).removeKill(MI); local
698 assert(removed && "kill not in register's VarInfo?");
699 (void)removed;
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c3819 int removed; local
3822 removed = 0;
3839 removed++;
3860 removed++;
3879 removed++;
3906 removed++;
3926 removed++;
3938 return removed;
3951 removed = ipf_queueflush(softc, ipf_state_flush_entry,
3961 return removed;
[all...]
H A Dip_nat.c470 * and packet storms can occur if this is removed too quickly.
510 * this too and packet storms can occur if this is removed
2295 int madeorphan = 0, bkt, removed = 0; local
2307 removed = 1;
2383 if (removed)
2542 /* rules are being removed, allowing the "purge" to walk through the list */
6773 int removed; local
6776 removed = 0;
6789 removed++;
6809 removed
[all...]
H A Dfil.c3753 /* to store the accumulating count of rules removed, whereas the returned */
3754 /* value is just the number removed from the current list. The latter is */
3864 /* removed from the group then it is necessary to start again. */
3875 int removed = 0; local
3882 removed = 0;
3884 while ((removed == 0) && ((fr = *frp) != NULL)) {
3895 removed++;
3898 if (removed == 0)
3938 /* rp(I) - rule added/removed with skip in it. */
3941 /* or removed
9008 int removed = 0; local
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl193 * the code are not to be removed.
H A Dobjects.pl144 * the code are not to be removed.
/freebsd-11.0-release/sys/geom/virstor/
H A Dg_virstor.c538 u_int removed; local
570 removed = 0;
608 "removed from %s",
642 removed++;
652 LOG_MSG(LVL_INFO, "Removed %d component(s) from %s", removed,
885 * component being removed, orphan the provider to announce geom's being
900 LOG_MSG(LVL_DEBUG, "Component %s removed from %s", c->provider->name,
/freebsd-11.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1323 # Figure out which lines are being added and removed
1665 # Figure out which lines need to be removed from $1.
1936 # Divide files into (a) removed files, (b) added files, and
1942 comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed
1947 # Report removed files, if any
1948 if [ -s files.removed ]; then
1950 echo -n "The following files will be removed "
1952 cat files.removed
1954 rm files.removed
2439 The following file will be removed, a
[all...]
/freebsd-11.0-release/sys/kern/
H A Dkern_rctl.c916 * the number of limit structures removed.
923 int removed = 0; local
935 removed++;
937 return (removed);
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkerr.pl64 fact if any error or function codes have been added/removed.
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm24 By default the surrouding "" from arguments to macros are removed, use C<raw>
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm51 By default the surrouding "" from arguments to macros are removed, use C<raw>
/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c3457 if MCN is 0, the device is removed
5682 bit32 added = agFALSE, removed = agFALSE; local
5731 DM_DBG3(("dmReportChanges: removed\n"));
5732 removed = agTRUE;
5789 if (removed == agTRUE)
5791 DM_DBG3(("dmReportChanges: removed at the end\n"));
5804 if (onePortContext->discovery.forcedOK == agTRUE && added == agFALSE && removed == agFALSE)
5820 if (added == agFALSE && removed == agFALSE)
5839 bit32 removed = agFALSE; local
5891 removed
[all...]
/freebsd-11.0-release/share/mk/
H A Dsrc.opts.mk22 # should be added. Old instances should be removed since they were just to
/freebsd-11.0-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
2126 TI_DBG3(("tdssReportChanges: removed\n"));
2127 removed = agTRUE;
2193 if (removed == agTRUE)
2195 TI_DBG3(("tdssReportChanges: removed at the end\n"));
2206 if (onePortContext->discovery.forcedOK == agTRUE && added == agFALSE && removed == agFALSE)
2220 if (added == agFALSE && removed == agFALSE)
2257 bit32 removed = agFALSE; local
2341 /* needs to clean up devices which were not removed i
[all...]
/freebsd-11.0-release/
H A DMakefile.inc12272 @echo ">>> Old files removed"
2319 @echo ">>> Old libraries removed"
2349 @echo ">>> Old directories removed"
/freebsd-11.0-release/sys/netgraph/
H A Dng_ppp.c1739 * Returns 1 if fragments were removed, zero otherwise.
1746 int removed = 0; local
1780 removed = 1;
1783 return (removed);
1788 * Returns 1 if fragments were removed, zero otherwise.
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh318 * If the device is always PNP capable then this function can be removed.
323 * function can be removed. All devices mentioned in the hints

Completed in 273 milliseconds

123