Home
last modified time | relevance | path

Searched refs:lprev (Results 1 – 2 of 2) sorted by relevance

/openbsd/bin/ksh/
H A Dalloc.c85 struct link *l, *l2, *lprev, *lnext; in aresize() local
95 lprev = l->prev; in aresize()
101 if (lprev) in aresize()
102 lprev->next = l2; in aresize()
/openbsd/sys/miscfs/fuse/
H A Dfuse_device.c148 struct fusebuf *f, *ftmp, *lprev; in fuse_device_cleanup() local
155 lprev = NULL; in fuse_device_cleanup()
159 if (lprev == NULL) in fuse_device_cleanup()
162 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_in, lprev, in fuse_device_cleanup()
168 lprev = f; in fuse_device_cleanup()
173 lprev = NULL; in fuse_device_cleanup()
176 if (lprev == NULL) in fuse_device_cleanup()
179 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_wait, lprev, in fuse_device_cleanup()
185 lprev = f; in fuse_device_cleanup()