/src/sys/dtb/ |
Makefile | 29 update-sets: 34 echo '# Generated by "make update-sets" in sys/dtb'; \
|
Makefile | 29 update-sets: 34 echo '# Generated by "make update-sets" in sys/dtb'; \
|
/src/share/misc/ |
Makefile | 27 update-domains: 31 echo '# Last update:' `date` ; \ 40 update-na.phone: 43 update-country:
|
Makefile | 27 update-domains: 31 echo '# Last update:' `date` ; \ 40 update-na.phone: 43 update-country:
|
/src/usr.sbin/rtadvd/ |
timer.h | 42 void (*update)(void *, struct timespec *); /* update function */ member in struct:rtadvd_timer
|
timer.h | 42 void (*update)(void *, struct timespec *); /* update function */ member in struct:rtadvd_timer
|
/src/sys/arch/vax/consolerl/ |
Makefile | 15 update: ${OBJS} target
|
Makefile | 15 update: ${OBJS} target
|
/src/sys/arch/vax/floppy/ |
Makefile | 30 update: ${OBJS} target
|
Makefile | 30 update: ${OBJS} target
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_drawable.c | 123 struct drm_update_draw *update = (struct drm_update_draw *)data; local in function:drm_update_draw 126 info = drm_get_drawable_info(dev, update->handle); 130 switch (update->type) { 133 if (update->num != info->num_rects) { 139 if (update->num == 0) { 145 update->num, DRM_MEM_DRAWABLE, M_NOWAIT); 150 info->num_rects = update->num; 153 ret = copyin((void *)(intptr_t)update->data, info->rects,
|
drm_drawable.c | 123 struct drm_update_draw *update = (struct drm_update_draw *)data; local in function:drm_update_draw 126 info = drm_get_drawable_info(dev, update->handle); 130 switch (update->type) { 133 if (update->num != info->num_rects) { 139 if (update->num == 0) { 145 update->num, DRM_MEM_DRAWABLE, M_NOWAIT); 150 info->num_rects = update->num; 153 ret = copyin((void *)(intptr_t)update->data, info->rects,
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
tabwindow.h | 113 void update(void) { function in class:TabWindow
|
tabwindow.h | 113 void update(void) { function in class:TabWindow
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_debug.c | 191 const struct dc_surface_update *update = &updates[i]; local in function:update_surface_trace 193 SURFACE_TRACE("Update %d\n", i); 194 if (update->flip_addr) { 199 update->flip_addr->address.type, 200 update->flip_addr->address.grph.addr.quad_part, 201 update->flip_addr->address.grph.meta_addr.quad_part, 202 update->flip_addr->flip_immediate); 205 if (update->plane_info) { 216 update->plane_info->color_space, 217 update->plane_info->format [all...] |
amdgpu_dc_debug.c | 191 const struct dc_surface_update *update = &updates[i]; local in function:update_surface_trace 193 SURFACE_TRACE("Update %d\n", i); 194 if (update->flip_addr) { 199 update->flip_addr->address.type, 200 update->flip_addr->address.grph.addr.quad_part, 201 update->flip_addr->address.grph.meta_addr.quad_part, 202 update->flip_addr->flip_immediate); 205 if (update->plane_info) { 216 update->plane_info->color_space, 217 update->plane_info->format [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
core.h | 22 void (*update)(struct nv50_core *, u32 *interlock, bool ntfy); member in struct:nv50_core_func
|
core.h | 22 void (*update)(struct nv50_core *, u32 *interlock, bool ntfy); member in struct:nv50_core_func
|
/src/lib/libc/hash/ |
hmac.c | 54 void (*update)(void *, const uint8_t *, unsigned int); member in struct:hmac 133 (*h->update)(c, k, (unsigned int)klen); 151 (*h->update)(c, ipad, (unsigned int)h->blocksize); 152 (*h->update)(c, text, (unsigned int)tlen); 156 (*h->update)(c, opad, (unsigned int)h->blocksize); 157 (*h->update)(c, digest, (unsigned int)h->digsize);
|
hmac.c | 54 void (*update)(void *, const uint8_t *, unsigned int); member in struct:hmac 133 (*h->update)(c, k, (unsigned int)klen); 151 (*h->update)(c, ipad, (unsigned int)h->blocksize); 152 (*h->update)(c, text, (unsigned int)tlen); 156 (*h->update)(c, opad, (unsigned int)h->blocksize); 157 (*h->update)(c, digest, (unsigned int)h->digsize);
|
/src/usr.bin/systat/ |
icmp.c | 57 enum update { enum 63 static enum update update = UPDATE_TIME; variable in typeref:enum:update 183 if (update == UPDATE_TIME) 192 update = UPDATE_BOOT; 199 if (update != UPDATE_RUN) { 201 update = UPDATE_RUN; 209 if (update != UPDATE_TIME) { 211 update = UPDATE_TIME; 219 if (update == UPDATE_RUN [all...] |
ip.c | 60 enum update { enum 66 static enum update update = UPDATE_TIME; variable in typeref:enum:update 231 if (update == UPDATE_TIME) 240 update = UPDATE_BOOT; 247 if (update != UPDATE_RUN) { 249 update = UPDATE_RUN; 257 if (update != UPDATE_TIME) { 259 update = UPDATE_TIME; 267 if (update == UPDATE_RUN [all...] |
ip6.c | 53 enum update { enum 59 static enum update update = UPDATE_TIME; variable in typeref:enum:update 197 if (update == UPDATE_TIME) 206 update = UPDATE_BOOT; 213 if (update != UPDATE_RUN) { 215 update = UPDATE_RUN; 223 if (update != UPDATE_TIME) { 225 update = UPDATE_TIME; 233 if (update == UPDATE_RUN [all...] |
tcp.c | 56 enum update { enum 62 static enum update update = UPDATE_TIME; variable in typeref:enum:update 226 if (update == UPDATE_TIME) 235 update = UPDATE_BOOT; 242 if (update != UPDATE_RUN) { 244 update = UPDATE_RUN; 252 if (update != UPDATE_TIME) { 254 update = UPDATE_TIME; 262 if (update == UPDATE_RUN [all...] |
icmp.c | 57 enum update { enum 63 static enum update update = UPDATE_TIME; variable in typeref:enum:update 183 if (update == UPDATE_TIME) 192 update = UPDATE_BOOT; 199 if (update != UPDATE_RUN) { 201 update = UPDATE_RUN; 209 if (update != UPDATE_TIME) { 211 update = UPDATE_TIME; 219 if (update == UPDATE_RUN [all...] |