HomeSort by: relevance | last modified time | path
    Searched refs:targetbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_vnops.c 72 uint8_t *targetbuf, int *length);
880 uint8_t *filedata, *targetbuf; local
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
    [all...]
  /src/sys/fs/nilfs/
nilfs_vnops.c 1260 uint8_t *pathbuf, *targetbuf, *tmpname;

Completed in 21 milliseconds