Searched refs:devType (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/arch/macppc/dev/ |
H A D | adb_direct.c | 158 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 D | adbvar.h | 65 unsigned char devType; member
|
H A D | adb.c | 187 aa_args.handler_id = adbdata.devType; in adbattach()
|
H A D | aed.c | 532 di->dev[adbaddr].handler_id = (int)(adbdata.devType); in aedioctl()
|
/netbsd-src/external/bsd/pdisk/dist/ |
H A D | SCSI_media.c | 138 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 D | MacSCSICommand.h | 108 uint8_t devType; /* 0 Device type, */ member
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | adb_direct.c | 183 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 D | adb.c | 194 aa_args.handler_id = (int)(adbdata.devType); in adbprint()
|
H A D | aed.c | 570 di->dev[adbaddr].handler_id = (int)(adbdata.devType); in aedpoll()
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | macrom.h | 91 unsigned char devType; member
|
/netbsd-src/sys/arch/mac68k/obio/ |
H A D | iwm_fd.c | 521 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 D | xkb.h | 2698 xcb_atom_t devType; member
|