Home | History | Annotate | Download | only in udf

Lines Matching defs:pathbuf

1605 	uint8_t *pathbuf, *pathpos, *compnamepos;
1611 pathbuf = malloc(UDF_SYMLINKBUFLEN, M_UDFTEMP, M_WAITOK);
1612 pathpos = pathbuf;
1692 free(pathbuf, M_UDFTEMP);
1699 free(pathbuf, M_UDFTEMP);
1705 pathbuf, pathlen, 0,
1710 free(pathbuf, M_UDFTEMP);
1759 uint8_t *pathbuf, *tmpname;
1765 pathbuf = malloc(UDF_SYMLINKBUFLEN, M_UDFTEMP, M_WAITOK);
1767 memset(pathbuf, 0, UDF_SYMLINKBUFLEN);
1772 pathbuf, filesize, 0,
1777 free(pathbuf, M_UDFTEMP);
1783 pathpos = pathbuf;
1874 free(pathbuf, M_UDFTEMP);