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

  /src/sys/fs/udf/
udf_vnops.c 1604 struct pathcomp pathcomp; local in function:udf_do_symlink
1618 memset(&pathcomp, 0, len);
1619 pathcomp.type = UDF_PATH_COMP_ROOT;
1626 pathcomp.type = UDF_PATH_COMP_MOUNTROOT;
1633 memcpy(pathpos, &pathcomp, len);
1662 len = sizeof(struct pathcomp);
1663 memset(&pathcomp, 0, len);
1664 pathcomp.type = UDF_PATH_COMP_NAME;
1668 pathcomp.type = UDF_PATH_COMP_PARENTDIR
1758 struct pathcomp pathcomp; local in function:udf_do_readlink
    [all...]
ecma167-udf.h 223 struct pathcomp { struct
  /src/sbin/newfs_udf/
udf_core.c 1838 struct pathcomp pathcomp; local in function:udf_encode_symlink
1859 memset(&pathcomp, 0, len);
1860 pathcomp.type = UDF_PATH_COMP_ROOT;
1869 pathcomp.type = UDF_PATH_COMP_MOUNTROOT;
1879 memcpy(pathpos, &pathcomp, len);
1908 len = sizeof(struct pathcomp);
1909 memset(&pathcomp, 0, len);
1910 pathcomp.type = UDF_PATH_COMP_NAME;
1914 pathcomp.type = UDF_PATH_COMP_PARENTDIR
    [all...]

Completed in 43 milliseconds