Searched refs:bufsav (Results 1 – 1 of 1) sorted by relevance
| /src/sys/compat/linux/ |
| H A D | linux_file.c | 444 caddr_t inp, buf, bufsav; /* BSD-format */ in linux_getdents() local 455 bufsav = buf = malloc(buflen, M_LINUX, M_WAITOK); in linux_getdents() 514 free(bufsav, M_LINUX); in linux_getdents() 523 caddr_t inp, buf, bufsav; /* BSD-format */ in linux_getdents64() local 533 bufsav = buf = malloc(buflen, M_LINUX, M_WAITOK); in linux_getdents64() 589 free(bufsav, M_LINUX); in linux_getdents64() 598 caddr_t buf, bufsav; /* BSD-format */ in linux_readdir() local 605 bufsav = buf = malloc(buflen, M_LINUX, M_WAITOK); in linux_readdir() 633 free(bufsav, M_LINUX); in linux_readdir()
|