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

  /src/sbin/newfs_udf/
udf_core.h 161 int dscrver; /* 2 or 3 */ member in struct:udf_create_context
udf_core.c 111 context.dscrver = 3;
624 tag->descriptor_ver = udf_rw16(context.dscrver);
1117 if (context.dscrver == 2) {
2402 if (context.dscrver != 2) {
2763 if (context.dscrver == 2) {
2777 if (context.dscrver == 2) {
2794 if (context.dscrver == 2) {
2841 if (context.dscrver == 3) {
2897 if (context.dscrver == 2) {
4470 context.dscrver = 3
    [all...]
  /src/sbin/fsck_udf/
main.c 564 if (context.dscrver == 2) {
1251 context.dscrver = udf_rw16(avdp->tag.descriptor_ver);
1258 if (context.dscrver > 2) {
3623 if (context.dscrver == 2) {
  /src/usr.sbin/makefs/
udf.c 669 if (context.dscrver == 2) {

Completed in 18 milliseconds