Home
last modified time | relevance | path

Searched refs:devType (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/macppc/dev/
H A Dadb_direct.c158 int devType; member
1015 ADBDevTable[i].devType = 0; in adb_reinit()
1077 ADBDevTable[ADBNumDevices].devType = in adb_reinit()
1169 ADBDevTable[ADBNumDevices].devType = in adb_reinit()
1219 i, x, data.devType); in adb_reinit()
1397 if (0 != ADBDevTable[i].devType) in count_adbs()
1412 ADBDevTable[index].devType); in get_ind_adb_info()
1414 if (0 == ADBDevTable[index].devType) /* make sure it's a valid entry */ in get_ind_adb_info()
1417 info->devType = ADBDevTable[index].devType; in get_ind_adb_info()
1435 info->devType = ADBDevTable[i].devType; in get_adb_info()
H A Dadbvar.h65 unsigned char devType; member
H A Dadb.c187 aa_args.handler_id = adbdata.devType; in adbattach()
H A Daed.c532 di->dev[adbaddr].handler_id = (int)(adbdata.devType); in aedioctl()
/netbsd-src/external/bsd/pdisk/dist/
H A DSCSI_media.c138 int DoInquiry(UInt32 id, UInt32 bus, UInt32 *devType);
630 DoInquiry(UInt32 id, UInt32 bus, UInt32 *devType) in DoInquiry() argument
663 *devType = inquiryData.devType & kScsiDevTypeMask; in DoInquiry()
949 UInt32 devType; in probe_scsi_device() local
951 if (DoInquiry(id, bus, &devType)) { in probe_scsi_device()
952 if (devType == kScsiDevTypeDirect in probe_scsi_device()
953 || devType == kScsiDevTypeOptical) { in probe_scsi_device()
955 } else if (devType == kScsiDevTypeCDROM in probe_scsi_device()
956 || devType == kScsiDevTypeWorm) { in probe_scsi_device()
H A DMacSCSICommand.h108 uint8_t devType; /* 0 Device type, */ member
/netbsd-src/sys/arch/mac68k/dev/
H A Dadb_direct.c183 int devType; member
1201 if (ADBDevTable[dummy].devType != 0) in adb_guess_next_device()
2154 ADBDevTable[i].devType = 0; in adb_reinit()
2193 ADBDevTable[ADBNumDevices].devType = in adb_reinit()
2290 ADBDevTable[ADBNumDevices].devType = in adb_reinit()
2340 i, x, data.devType); in adb_reinit()
2660 ADBDevTable[index].devType); in get_ind_adb_info()
2662 if (0 == ADBDevTable[index].devType) /* make sure it's a valid entry */ in get_ind_adb_info()
2665 info->devType = (unsigned char)(ADBDevTable[index].devType); in get_ind_adb_info()
2683 info->devType = (unsigned char)(ADBDevTable[i].devType); in get_adb_info()
H A Dadb.c194 aa_args.handler_id = (int)(adbdata.devType); in adbprint()
H A Daed.c570 di->dev[adbaddr].handler_id = (int)(adbdata.devType); in aedpoll()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dmacrom.h91 unsigned char devType; member
/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fd.c521 fdopen(dev_t dev, int flags, int devType, struct lwp *l) in fdopen() argument
634 switch (devType) { in fdopen()
656 fdclose(dev_t dev, int flags, int devType, struct lwp *l) in fdclose() argument
678 switch (devType) { in fdclose()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxkb.h2698 xcb_atom_t devType; member