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

  /src/usr.sbin/makefs/
udf.c 90 switch (emul_mmc_profile) {
154 emul_mmc_profile = -1; /* invalid->no emulation */
222 emul_mmc_profile = 0x00;
225 emul_mmc_profile = 0x10;
228 emul_mmc_profile = 0x40;
231 emul_mmc_profile = 0x12;
234 emul_mmc_profile = 0x43;
237 emul_mmc_profile = 0x01;
239 emul_mmc_profile = 0x09;
242 emul_mmc_profile = 0x1b
    [all...]
  /src/sbin/newfs_udf/
newfs_udf.c 156 emul_mmc_profile = -1; /* invalid->no emulation */
udf_core.h 268 extern int emul_mmc_profile; /* for files */
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...]
  /src/sbin/fsck_udf/
main.c 4199 emul_mmc_profile = -1; /* invalid->no emulation */

Completed in 16 milliseconds