Searched refs:updated (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/ntp/libparse/
H A Dparse.c194 unsigned int updated = PARSE_INP_SKIP; local
209 updated = PARSE_INP_TIME;
214 parseprintf(DD_PARSE, ("parse: parse_restart: buffer start (updated = %x)\n", updated));
215 return updated;
267 register u_int updated = CVT_NONE; local
307 updated = CVT_OK;
312 updated = (u_int) timepacket(parseio);
317 updated |= CVT_ADDITIONAL;
328 if ((updated
356 register u_int updated = CVT_NONE; local
[all...]
/freebsd-9.3-release/usr.sbin/pw/
H A Dfileupd.c105 int updated = UPD_CREATE; local
130 if (!updated && strncmp(line, prefix, pfxlen) == 0) {
131 updated = updmode == UPD_REPLACE ? UPD_REPLACE : UPD_DELETE;
147 * update mode, and no record was updated, then error If
151 if (updmode != updated)
/freebsd-9.3-release/contrib/cvs/src/
H A Dserver.h119 enum server_updated_arg4 updated, mode_t mode,
141 enum server_updated_arg4 updated));
H A Dserver.c3816 server_update_entries (file, update_dir, repository, updated)
3820 enum server_updated_arg4 updated;
3824 if (updated == SERVER_UPDATED)
4175 enum server_updated_arg4 updated,
4181 server_updated (finfo, vers, updated, mode, checksum, filebuf)
4184 enum server_updated_arg4 updated;
4277 if (updated == SERVER_UPDATED)
4305 else if (updated == SERVER_MERGED)
4307 else if (updated == SERVER_PATCHED)
4309 else if (updated
4156 server_updated( struct file_info *finfo, Vers_TS *vers, enum server_updated_arg4 updated, mode_t mode, unsigned char *checksum, struct buffer *filebuf) argument
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkstack.pl54 if (m|^/\* This block of defines is updated by util/mkstack.pl, please do not touch! \*/|) {
63 $new_stackfile .= "/* This block of defines is updated by util/mkstack.pl, please do not touch! */";
H A Dmk1mf.pl732 /* auto-generated/updated by util/mk1mf.pl for crypto/cversion.c */
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet.c147 static int updated; local
156 updated++;
191 if (updated > 0) {
192 updated = 0;
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h203 struct timeval updated; /* entry was updated */ member in struct:ng_hci_neighbor
H A Dng_hci_misc.c182 getmicrotime(&n->updated);
247 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age());
H A Dng_hci_evnt.c398 getmicrotime(&n->updated);
767 getmicrotime(&n->updated);
1023 getmicrotime(&n->updated);
1102 getmicrotime(&n->updated);
1136 getmicrotime(&n->updated);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c1224 int added, updated; local
1235 added = updated = 0;
1254 updated++;
1288 return (updated);
1391 int added, updated; local
1400 added = updated = 0;
1413 updated++;
1431 return (updated + added);
/freebsd-9.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh217 will be used as the base case, from which the updated
452 # with the most recently updated copy of the reference dictionary.
470 # updated reference dictionary file EXACTLY matches the last saved copy.
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc47 // MinGW.org does not have updated support for the 64-bit versions of the
221 // can't proceed until the globals are updated.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvarobj.c115 /* Was this variable updated via a varobj_set_value operation */
116 int updated; member in struct:varobj
814 var->updated = 1;
868 Only root variables can be updated...
895 /* Only root variables can be updated... */
931 ((*varp)->updated || !my_value_equal ((*varp)->value, new, &error2)))
934 (*varp)->updated = 0;
942 variable expression, or we lose the updated children! */
972 (v->updated || !my_value_equal (v->value, new, &error2)))
976 v->updated
[all...]
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh216 # Add to the list of components which should be kept updated.
1401 # to keep updated, and then removing lines corresponding to paths we want
1562 # should only be updated if they haven't changed, and fish out
1905 # If no files will be updated, tell the user and exit
1916 # (c) updated files.
1923 comm -12 INDEX-PRESENT.flist INDEX-NEW.flist > files.updated
1944 # Report updated files, if any
1945 if [ -s files.updated ]; then
1947 echo -n "The following files will be updated "
1950 cat files.updated
[all...]
/freebsd-9.3-release/sys/dev/age/
H A Dif_agereg.h542 uint32_t updated; member in struct:smb
/freebsd-9.3-release/sys/geom/raid/
H A Dmd_promise.c831 int update, updated, i, bad; local
835 updated = 0;
876 updated = 1;
882 if (updated)
1221 /* Write updated metadata to all disks. */
1632 /* Write updated metadata to remaining disks. */
1947 /* Write updated metadata to remaining disks. */
H A Dmd_ddf.c1791 int update, updated, i, bad; local
1795 updated = 0;
1836 updated = 1;
1842 if (updated)
2208 /* Write updated metadata to all disks. */
2643 /* Write updated metadata to remaining disks. */
3026 /* Write updated metadata to remaining disks. */
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-transform.c225 4. ONLY_INIT: indicate if vp is to be updated in the loop, or remain
245 new data reference will by some means be updated each iteration of
2390 SSA_NAME updated in the loop to the related SSA_NAME available on the
2435 bool updated = false; local
2442 updated = true;
2446 gcc_assert (updated);
2475 UPDATE_E->dest are updated accordingly.
2490 needs to have its phis updated.
2621 is on the path where the LOOP IVs are used and need to be updated. */
3132 have their SSA forms updated
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp537 updated();
551 updated();
560 void updated() { function in class:__anon3144::ASTInfoCollector
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt379 If the pipe already exists, parameters are updated. If a delay profile exists
/freebsd-9.3-release/contrib/ntp/ntpd/
H A DMakefile.am56 # symlink with the updated file, when ntp_parser.h changes.
57 # vphack_after detects this and copies the updated file to srcdir
299 @: .h updated if needed by k-g-u-submake rule
/freebsd-9.3-release/bin/sh/
H A Deval.c860 * non-updated hash table of the outer PATH
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alcreg.h870 uint32_t updated; member in struct:smb
/freebsd-9.3-release/usr.sbin/route6d/
H A Droute6d.c2073 int updated = 0; local
2116 updated++;
2143 updated++;
2156 return ((updated) ? 0 : -1);

Completed in 240 milliseconds

12