Home
last modified time | relevance | path

Searched refs:last_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1867 if (buf != last_buf) in WRAPPER2()
1869 last_buf = buf; in WRAPPER2()
1890 if (buf != last_buf) in WRAPPER2()
1892 last_buf = buf; in WRAPPER2()
1913 if (buf != last_buf) in WRAPPER2()
1915 last_buf = buf; in WRAPPER2()
2112 static char *last_buf = NULL; in WRAPPER2() local
2114 if (last_buf) in WRAPPER2()
2115 __mf_unregister (last_buf, strlen (last_buf)+1, __MF_TYPE_STATIC); in WRAPPER2()
2117 last_buf = buf; in WRAPPER2()
[all …]
/freebsd-12.1/sys/geom/uzip/
H A Dg_uzip_softc.h43 char *last_buf; /* last blk data */ member
H A Dg_uzip.c163 free(sc->last_buf, M_GEOM_UZIP); in g_uzip_softc_free()
183 memcpy(bp->bio_data + bp->bio_completed, sc->last_buf + blkofs, in g_uzip_cached()
396 len, sc->last_buf); in g_uzip_do()
421 memcpy(data2, sc->last_buf + blkofs, ulen); in g_uzip_do()
831 sc->last_buf = malloc(sc->blksz, M_GEOM_UZIP, M_WAITOK); in g_uzip_taste()
860 free(sc->last_buf, M_GEOM); in g_uzip_taste()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_drv.h206 int last_buf; member