Searched refs:update (Results 101 - 125 of 332) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/dev/wpi/
H A Dif_wpivar.h79 int update:1; member in struct:wpi_tx_ring
93 int update; member in struct:wpi_rx_ring
/freebsd-11.0-release/release/tools/
H A Dgce.conf7 export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \
72 0 3 * * * root /usr/sbin/freebsd-update cron
/freebsd-11.0-release/tools/tools/atsectl/
H A Datsectl.c252 update(void) function
306 update();
/freebsd-11.0-release/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh30 # Various regression tests for the tzsetup handling in the 'update' command.
199 Needs update: /etc/localtime (required manual update via tzsetup(8))
215 # Finally, test the case where it should update /etc/localtime
226 echo "Differences for real update with -n:"
232 echo "Differences for real update:"
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_segment.c483 int error, update; local
488 update = 0;
500 update = 1;
514 update = 1;
519 if (update)
983 int update, error; local
1009 update = 0;
1014 update = 1;
1028 update = 1;
1031 if (update) {
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp471 uint32_t update = UINT32_MAX;
486 if (GetOSVersion(major, minor, update))
491 if (update != UINT32_MAX)
492 strm.Printf(".%u", update);
532 uint32_t &update,
582 update = m_update_os_version;
588 return process->GetHostOSVersion(major, minor, update);
1025 uint32_t update)
1048 m_update_os_version = update;
/freebsd-11.0-release/sys/geom/raid/
H A Dmd_jmicron.c588 int update, na; local
592 update = 0;
606 update += g_raid_md_jmicron_start_disk(disk);
617 update += g_raid_md_jmicron_start_disk(disk);
625 if (update)
756 * If we haven't started yet - update common metadata
985 /* If disk was assigned, just update statuses. */
1035 int numdisks, i, len, level, qual, update; local
1295 /* If disk was assigned, just update statuses. */
1329 update
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp386 update(node_iterator /*it*/, null_node_update_pointer);
390 update(node_iterator, Node_Update*);
465 update(node_begin(), (node_update* )this);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DMD5.cpp73 /// \brief This processes one or more 64-byte data blocks, but does NOT update
187 void MD5::update(ArrayRef<uint8_t> Data) { function in class:llvm::MD5
225 void MD5::update(StringRef Str) { function in class:llvm::MD5
227 update(SVal);
H A DJamCRC.cpp91 void JamCRC::update(ArrayRef<char> Data) { function in class:JamCRC
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py67 self.create.update(perms)
70 self.sets.setdefault(nwho, set()).update(perms)
96 d.setdefault(nwho, set()).update(perms)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DArgs.h403 StringToVersion (const char *s, uint32_t &major, uint32_t &minor, uint32_t &update);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_invite.py121 self.P2PDictionary.update({"persistent_group_object":
/freebsd-11.0-release/contrib/xz/src/liblzma/common/
H A Dblock_encoder.c188 next->update = &block_encoder_update;
/freebsd-11.0-release/crypto/openssl/crypto/mdc2/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/pqueue/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/rc2/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/rc5/
H A DMakefile72 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/ripemd/
H A DMakefile72 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/stack/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/txt_db/
H A DMakefile64 update: depend
/freebsd-11.0-release/crypto/openssl/crypto/whrlpool/
H A DMakefile77 update: depend
/freebsd-11.0-release/contrib/gcclibs/libcpp/
H A DMakefile.in190 update-po: $(CATALOGS:.gmo=.pox)
194 install-man update-po install-html
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui-windata.c263 update the display with the new value, hiliting it.
/freebsd-11.0-release/contrib/dialog/po/
H A Dmakefile.inn192 dist distdir: update-po $(DISTFILES)
210 update-po: makefile

Completed in 156 milliseconds

1234567891011>>