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

  /src/sys/fs/udf/
udf_vnops.c 1605 uint8_t *pathbuf, *pathpos, *compnamepos; local
1612 pathpos = pathbuf;
1633 memcpy(pathpos, &pathcomp, len);
1634 pathpos += len;
1685 memcpy(pathpos, &pathcomp, len);
1686 pathpos += len;
1760 uint8_t *pathpos, *targetpos; local
1783 pathpos = pathbuf;
1794 memcpy(&pathcomp, pathpos, len);
1843 memcpy(&pathcomp, pathpos, len + l_ci)
    [all...]
  /src/sbin/newfs_udf/
udf_core.c 1839 char *pathbuf, *pathpos, *compnamepos; local
1852 pathpos = pathbuf;
1879 memcpy(pathpos, &pathcomp, len);
1880 pathpos += len;
1931 memcpy(pathpos, &pathcomp, len);
1932 pathpos += len;
  /src/sys/fs/nilfs/
nilfs_vnops.c 1261 uint8_t *pathpos, *targetpos;

Completed in 22 milliseconds