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

123456789

/freebsd-10.0-release/usr.sbin/freebsd-update/
H A DMakefile3 SCRIPTS=freebsd-update.sh
4 MAN= freebsd-update.8
/freebsd-10.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...]
H A Dsci_base_state_machine_observer.c94 this_observer->parent.update = sci_base_state_machine_observer_default_update;
/freebsd-10.0-release/contrib/byacc/package/debian/
H A Dprerm7 update-alternatives --remove yacc /usr/bin/byacc
H A Dpostinst7 update-alternatives \
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
H A Dm_ecdsa.c124 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
137 update,
H A Dm_wp.c17 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
30 update,
H A Dm_dss.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
H A Dm_dss1.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_md2.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
H A Dm_md4.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
H A Dm_md5.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_mdc2.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
H A Dm_ripemd.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_sha.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
/freebsd-10.0-release/release/doc/
H A DMakefile18 update:
36 @(cd ${.CURDIR} && ${SVN} update ${SVNFLAGS})
/freebsd-10.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-10.0-release/usr.bin/newkey/
H A DMakefile6 SRCS= newkey.c generic.c update.c
/freebsd-10.0-release/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
/freebsd-10.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,
/freebsd-10.0-release/sys/dev/drm2/
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-10.0-release/usr.bin/chkey/
H A DMakefile8 SRCS= chkey.c generic.c update.c
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dmtsm.h110 void update(statem *, statem *, int_value_state);
111 void update(statem *, statem *, bool_value_state);
112 void update(statem *, statem *, units_value_state);
113 void update(statem *, statem *, string_value_state);

Completed in 152 milliseconds

123456789