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

1234567891011>>

/freebsd-11-stable/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
139 CONFIG_CLEAN_FILES = update-leap
198 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/update-leap.in
483 EXTRA_SCRIPTS = update-leap
486 @INSTALL_UPDATE_LEAP_TRUE@man_MANS = update-leap.$(UPDATE_LEAP_MS)
487 @INSTALL_UPDATE_LEAP_FALSE@noinst_MANS = update-leap.$(UPDATE_LEAP_MS)
489 invoke-update-leap.menu \
490 invoke-update-leap.texi \
491 update-leap-opts.def \
492 update
[all...]
/freebsd-11-stable/usr.sbin/freebsd-update/
H A DMakefile3 SCRIPTS=freebsd-update.sh
4 MAN= freebsd-update.8
/freebsd-11-stable/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-stable/contrib/byacc/package/debian/
H A Dprerm7 update-alternatives --remove yacc /usr/bin/byacc
H A Dpostinst7 update-alternatives \
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_tools.sh5 brew update 1>/dev/null
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_hp_stack.h57 struct ck_stack_entry *entry, *update; local
73 update = ck_pr_load_ptr(&target->head);
74 while (entry != update) {
75 ck_hp_set_fence(record, 0, update);
76 entry = update;
77 update = ck_pr_load_ptr(&target->head);
78 if (update == NULL)
H A Dck_fifo.h249 struct ck_fifo_mpmc_pointer tail, next, update; local
278 update.pointer = next.pointer;
279 update.generation = tail.generation + 1;
280 ck_pr_cas_ptr_2(&fifo->tail, &tail, &update);
286 update.pointer = entry;
287 update.generation = next.generation + 1;
288 if (ck_pr_cas_ptr_2(&tail.pointer->next, &next, &update) == true)
296 update.generation = tail.generation + 1;
297 ck_pr_cas_ptr_2(&fifo->tail, &tail, &update);
306 struct ck_fifo_mpmc_pointer tail, next, update; local
359 struct ck_fifo_mpmc_pointer head, tail, next, update; local
414 struct ck_fifo_mpmc_pointer head, tail, next, update; local
[all...]
/freebsd-11-stable/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-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSHA1.h36 void update(ArrayRef<uint8_t> Data);
39 void update(StringRef Str) { function in class:llvm::SHA1
40 update(ArrayRef<uint8_t>((uint8_t *)const_cast<char *>(Str.data()),
53 /// made into update.
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ps_strings.sh68 atf_test_case update
84 atf_add_test_case update
/freebsd-11-stable/release/doc/
H A DMakefile25 update:
35 @(cd ${.CURDIR} && ${SVN} update ${SVNFLAGS})
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_tools.sh5 sudo apt-get -qq update
/freebsd-11-stable/usr.bin/newkey/
H A DMakefile6 SRCS= newkey.c generic.c update.c
/freebsd-11-stable/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-stable/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,
/freebsd-11-stable/etc/
H A Dfreebsd-update.conf12 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

Completed in 126 milliseconds

1234567891011>>