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

  /src/usr.sbin/mmcformat/
mmcformat.c 191 uscsi_get_mmc_profile(struct uscsi_dev *mydev, int *mmc_profile)
197 *mmc_profile = 0;
205 *mmc_profile = buf[7] | (buf[6] << 8);
592 if (mmc_profile != 0x43) {
702 int mmc_profile, flag, error, display_usage; local in function:main
847 error = uscsi_get_mmc_profile(&dev, &mmc_profile);
876 error = uscsi_get_mmc_profile(&dev, &mmc_profile);
909 if (oldtimer && mmc_profile != 0x0a) {
914 switch (mmc_profile) {
939 print_mmc_profile(mmc_profile));
    [all...]
  /src/usr.sbin/makefs/udf/
cdio_mmc_structs.h 43 uint16_t mmc_profile; member in struct:mmc_discinfo
  /src/sys/dev/scsipi/
scsipi_cd.h 164 uint8_t mmc_profile[2]; /* current mmc profile for disk */ member in struct:scsipi_get_conf_data
cd.c 2439 mmc_profile2class(uint16_t mmc_profile)
2441 switch (mmc_profile) {
2715 mmc_discinfo->mmc_profile = 0x00; /* unknown */
2736 mmc_discinfo->mmc_profile = _2btol(gc->mmc_profile);
2737 mmc_discinfo->mmc_class = mmc_profile2class(mmc_discinfo->mmc_profile);
2808 if (mmc_discinfo->mmc_profile == 0x0a) {
2820 if (mmc_discinfo->mmc_profile == 0x09) {
2826 mmc_discinfo->mmc_profile,
2843 if (mmc_discinfo->mmc_profile == 0x08) /* CD-ROM *
3221 int mmc_profile; local in function:mmc_gettrackinfo
3337 int mmc_profile = mmc_op->mmc_profile; local in function:mmc_do_closetrack
3356 int mmc_profile = mmc_op->mmc_profile; local in function:mmc_do_close_or_finalise
    [all...]
  /src/sys/sys/
cdio.h 268 uint16_t mmc_profile; member in struct:mmc_discinfo
389 uint16_t mmc_profile; /* IN */ member in struct:mmc_op

Completed in 47 milliseconds