Searched refs:update (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ntp/scripts/update-leap/
H A DMakefile.am18 EXTRA_SCRIPTS= update-leap
23 man_MANS= update-leap.$(UPDATE_LEAP_MS)
25 noinst_MANS= update-leap.$(UPDATE_LEAP_MS)
29 invoke-update-leap.menu \
30 invoke-update-leap.texi \
31 update-leap-opts.def \
32 update-leap-opts \
33 update-leap.1update-leapman \
34 update
[all...]
H A DMakefile.in92 subdir = scripts/update-leap
138 CONFIG_CLEAN_FILES = update-leap
197 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/update-leap.in
482 EXTRA_SCRIPTS = update-leap
485 @INSTALL_UPDATE_LEAP_TRUE@man_MANS = update-leap.$(UPDATE_LEAP_MS)
486 @INSTALL_UPDATE_LEAP_FALSE@noinst_MANS = update-leap.$(UPDATE_LEAP_MS)
488 invoke-update-leap.menu \
489 invoke-update-leap.texi \
490 update-leap-opts.def \
491 update
[all...]
/freebsd-11.0-release/usr.sbin/freebsd-update/
H A DMakefile1 # $FreeBSD: releng/11.0/usr.sbin/freebsd-update/Makefile 161807 2006-09-01 09:07:11Z ru $
3 SCRIPTS=freebsd-update.sh
4 MAN= freebsd-update.8
/freebsd-11.0-release/sys/dev/isci/scil/
H A Dsci_base_observer.c75 SCI_BASE_OBSERVER_UPDATE_T update
79 this_observer->update = update;
86 SCI_BASE_OBSERVER_UPDATE_T update,
90 sci_base_observer_construct(the_observer, update);
101 if (this_observer->update != NULL)
103 this_observer->update(this_observer, the_subject);
84 sci_base_observer_initialize( SCI_BASE_OBSERVER_T * the_observer, SCI_BASE_OBSERVER_UPDATE_T update, SCI_BASE_SUBJECT_T * the_subject ) argument
H A Dsci_base_observer.h76 * @brief This type definition defines the format for the update method
102 SCI_BASE_OBSERVER_UPDATE_T update; member in struct:SCI_BASE_OBSERVER
111 * @param[in] update This parameter specifies the update method to be
118 SCI_BASE_OBSERVER_UPDATE_T update
129 * @param[in] update This parameter is the update function that is passed to
135 SCI_BASE_OBSERVER_UPDATE_T update,
140 * @brief This method will call the observers update function
145 * the update cal
[all...]
/freebsd-11.0-release/contrib/byacc/package/debian/
H A Dprerm7 update-alternatives --remove yacc /usr/bin/byacc
H A Dpostinst7 update-alternatives \
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Dm_null.c70 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
86 update,
H A Dm_ecdsa.c125 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
141 update,
H A Dm_wp.c19 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
35 update,
H A Dm_dss.c75 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
91 update,
H A Dm_dss1.c76 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
92 update,
H A Dm_md2.c77 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
93 update,
H A Dm_md4.c79 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
95 update,
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DMD5.h52 void update(ArrayRef<uint8_t> Data);
55 void update(StringRef Str);
H A DJamCRC.h39 void update(ArrayRef<char> Data);
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_ps_strings.sh68 atf_test_case update
84 atf_add_test_case update
/freebsd-11.0-release/release/doc/
H A DMakefile25 update:
35 @(cd ${.CURDIR} && ${SVN} update ${SVNFLAGS})
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/
H A DHostInfoFreeBSD.h23 static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/
H A DHostInfoNetBSD.h23 static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
/freebsd-11.0-release/share/examples/diskless/
H A Dclone_root13 # clone_root update to recreate /var (including devices)
105 update() { function
106 echo "+++ update: create mountpoints and device entries, kernel"
124 update
128 update) # clean and rebuild mountpoints and device entries
129 update
/freebsd-11.0-release/usr.bin/chkey/
H A DMakefile8 SRCS= chkey.c generic.c update.c
/freebsd-11.0-release/usr.bin/newkey/
H A DMakefile6 SRCS= newkey.c generic.c update.c
/freebsd-11.0-release/etc/
H A Dfreebsd-update.conf1 # $FreeBSD: releng/11.0/etc/freebsd-update.conf 257694 2013-11-05 09:30:06Z glebius $
12 ServerName update.FreeBSD.org
25 # statement will be ignored by "freebsd-update IDS".
44 # WorkDir /var/db/freebsd-update
46 # Destination to send output of "freebsd-update cron" if an error
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_drawable.c118 struct drm_update_draw *update = (struct drm_update_draw *)data; local
121 info = drm_get_drawable_info(dev, update->handle);
125 switch (update->type) {
128 if (update->num != info->num_rects) {
133 if (update->num == 0) {
139 update->num, DRM_MEM_DRAWABLE, M_NOWAIT);
144 info->num_rects = update->num;
147 ret = copyin((void *)(intptr_t)update->data, info->rects,

Completed in 150 milliseconds

1234567891011>>