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

  /src/sbin/newfs_udf/
udf_core.c 81 int emul_mmc_profile; /* for files */ variable in typeref:typename:int
3166 if ((emul_mmc_profile != -1) &&
3167 (emul_mmc_profile != mmc_discinfo.mmc_profile)) {
3179 if (emul_mmc_profile < 0)
3180 emul_mmc_profile = 0x01;
3196 if (emul_mmc_profile <= 0)
3197 emul_mmc_profile = 0x01;
3198 if (emul_mmc_profile != 0x01) {
3218 mmc_discinfo.mmc_profile = emul_mmc_profile;
3236 switch (emul_mmc_profile) {
    [all...]
udf_core.c 81 int emul_mmc_profile; /* for files */ variable in typeref:typename:int
3166 if ((emul_mmc_profile != -1) &&
3167 (emul_mmc_profile != mmc_discinfo.mmc_profile)) {
3179 if (emul_mmc_profile < 0)
3180 emul_mmc_profile = 0x01;
3196 if (emul_mmc_profile <= 0)
3197 emul_mmc_profile = 0x01;
3198 if (emul_mmc_profile != 0x01) {
3218 mmc_discinfo.mmc_profile = emul_mmc_profile;
3236 switch (emul_mmc_profile) {
    [all...]

Completed in 45 milliseconds