udf_vnops.c | 72 uint8_t *targetbuf, int *length); 880 uint8_t *filedata, *targetbuf; local in function:udf_getattr 960 targetbuf = malloc(PATH_MAX+1, M_UDFTEMP, M_WAITOK); 961 error = udf_do_readlink(udf_node, filesize, targetbuf, &length); 964 KASSERT(length == strlen(targetbuf)); 966 free(targetbuf, M_UDFTEMP); 1756 uint8_t *targetbuf, int *length) 1768 memset(targetbuf, 0, PATH_MAX); 1785 targetpos = targetbuf; 1896 uint8_t *targetbuf; local in function:udf_readlink [all...] |