HomeSort by: relevance | last modified time | path
    Searched defs:update (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/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:
  /src/usr.sbin/rtadvd/
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
  /src/sys/arch/vax/floppy/
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,
  /src/sys/arch/hpc/stand/hpcboot/menu/
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...]
  /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
wndw.h 84 void (*update)(struct nv50_wndw *, u32 *interlock); member in struct:nv50_wndw_func
98 void (*update)(struct nv50_wndw *, u32 *interlock); member in struct:nv50_wimm_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);
  /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...]
  /src/games/atc/
update.c 1 /* $NetBSD: update.c,v 1.28 2021/05/02 12:50:43 rillig Exp $ */
47 static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93";
49 __RCSID("$NetBSD: update.c,v 1.28 2021/05/02 12:50:43 rillig Exp $");
69 update(int dummy __unused) function in typeref:typename:void
77 signal(SIGALRM, update);
223 * Check every other update. Actually, only add on even updates.
225 * we don't update props on odd updates.
  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 383 update = flags & UAF_UPDATE; local in function:do_lst
422 if (update) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_encoder.h 73 void (*update)(struct nouveau_encoder *, u8 head, member in struct:nouveau_encoder
  /src/sys/fs/sysvbfs/
sysvbfs_vfsops.c 76 bool update; local in function:sysvbfs_mount
95 update = mp->mnt_flag & MNT_UPDATE;
108 if (!update) {
131 * Permission to update a mount is checked higher, so here we presume
137 if (update ?
154 if (!update) {
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
fbif.h 38 * Framebuffer update notification event
39 * Capable frontend sets feature-update in xenstore.
40 * Backend requests it by setting request-update in xenstore.
74 struct xenfb_update update; member in union:xenfb_out_event
90 * refresh the framebuffer (and send an update notification event if
91 * those have been requested), then use the update frequency to guide
  /src/sys/fs/hfs/
hfs_vfsops.c 200 int update; local in function:hfs_mount
223 update = mp->mnt_flag & MNT_UPDATE;
225 update = 0;
238 if (!update) {
256 if (update) {
271 * Permission to update a mount is checked higher, so here we presume
277 if (update ?
291 if (update) {
304 if(!update) {
  /src/sys/fs/v7fs/
v7fs_vfsops.c 86 bool update = mp->mnt_flag & MNT_UPDATE; local in function:v7fs_mount
88 DPRINTF("mnt_flag=%x %s\n", mp->mnt_flag, update ? "update" : "");
118 if (!update) {
150 * Permission to update a mount is checked higher, so here we presume
156 if (update ?
173 if (!update) {
  /src/sys/arch/powerpc/fpu/
fpu_emu.c 387 * and update index reg if needed.
391 int store, update; local in function:fpu_execute
430 update = (instr.i_x.i_xo & 0x20);
447 update = instr.i_d.i_opcd & 0x1;
459 if (update && ra == 0)
505 if (update)
  /src/sys/arch/macppc/dev/
lightbar.c 276 int update; local in function:lightbar_thread
278 update = lightbar_update(sc,
286 update |= lightbar_update(sc,
297 if (update) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
dwb.h 133 bool (*update)( member in struct:dwbc_funcs

Completed in 266 milliseconds

1 2