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

/netbsd-current/sys/arch/macppc/dev/
H A Dadbvar.h65 unsigned char devType; member in struct:__anon8727
H A Dadb_direct.c158 int devType; member in struct:ADBDevEntry
1015 ADBDevTable[i].devType = 0;
1077 ADBDevTable[ADBNumDevices].devType =
1169 ADBDevTable[ADBNumDevices].devType =
1219 i, x, data.devType);
1397 if (0 != ADBDevTable[i].devType)
1411 printf_intr("index 0x%x devType is: 0x%x\n", index,
1412 ADBDevTable[index].devType);
1414 if (0 == ADBDevTable[index].devType) /* make sure it's a valid entry */
1417 info->devType
[all...]
H A Dadb.c187 aa_args.handler_id = adbdata.devType;
H A Daed.c526 di->dev[adbaddr].handler_id = (int)(adbdata.devType);
/netbsd-current/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) argument
663 *devType = inquiryData.devType & kScsiDevTypeMask;
949 UInt32 devType; local
951 if (DoInquiry(id, bus, &devType)) {
952 if (devType == kScsiDevTypeDirect
953 || devType == kScsiDevTypeOptical) {
955 } else if (devType == kScsiDevTypeCDROM
956 || devType
[all...]
H A DMacSCSICommand.h108 uint8_t devType; /* 0 Device type, */ member in struct:SCSI_Inquiry_Data
145 * These bits may be set in SCSI_Inquiry_Data.devType
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmacrom.h91 unsigned char devType; member in struct:__anon2
/netbsd-current/sys/arch/mac68k/dev/
H A Dadb_direct.c183 int devType; member in struct:ADBDevEntry
1201 if (ADBDevTable[dummy].devType != 0)
2154 ADBDevTable[i].devType = 0;
2193 ADBDevTable[ADBNumDevices].devType =
2290 ADBDevTable[ADBNumDevices].devType =
2340 i, x, data.devType);
2659 printf_intr("index 0x%x devType is: 0x%x\n", index,
2660 ADBDevTable[index].devType);
2662 if (0 == ADBDevTable[index].devType) /* make sure it's a valid entry */
2665 info->devType
[all...]
H A Dadb.c175 aa_args.handler_id = (int)(adbdata.devType);
H A Daed.c524 di->dev[adbaddr].handler_id = (int)(adbdata.devType);
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm_fd.c521 fdopen(dev_t dev, int flags, int devType, struct lwp *l) argument
634 switch (devType) {
656 fdclose(dev_t dev, int flags, int devType, struct lwp *l) argument
678 switch (devType) {
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dxkb.h2698 xcb_atom_t devType; member in struct:xcb_xkb_get_device_info_reply_t

Completed in 198 milliseconds