Searched refs:desc_type (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/lib/libusb/ |
| HD | libusb10_desc.c | 341 libusb_get_descriptor(libusb_device_handle * devh, uint8_t desc_type, in libusb_get_descriptor() argument 351 LIBUSB_REQUEST_GET_DESCRIPTOR, (desc_type << 8) | desc_index, 0, data, in libusb_get_descriptor()
|
| HD | libusb.h | 448 int libusb_get_descriptor(libusb_device_handle * devh, uint8_t desc_type, uint8_t desc_index,…
|
| /dragonfly/sys/dev/netif/oce/ |
| HD | oce_mbox.c | 2016 if ((nic_desc->desc_type == NIC_RESC_DESC_TYPE_V0) || in oce_get_profile_config() 2017 (nic_desc->desc_type == NIC_RESC_DESC_TYPE_V1)) { in oce_get_profile_config() 2106 if ((nic_desc->desc_type == NIC_RESC_DESC_TYPE_V0) || in oce_get_func_config() 2107 (nic_desc->desc_type == NIC_RESC_DESC_TYPE_V1)) { in oce_get_func_config()
|
| HD | oce_hw.h | 2041 uint8_t desc_type; member
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ada-lang.c | 4181 struct type *desc_type = desc_base_type (type); in make_array_descriptor() local 4182 struct value *descriptor = allocate_value (desc_type); in make_array_descriptor() 4204 TYPE_FIELD_TYPE (desc_type, 0)), in make_array_descriptor() 4205 fat_pntr_data_bitpos (desc_type), in make_array_descriptor() 4206 fat_pntr_data_bitsize (desc_type)); in make_array_descriptor() 4211 TYPE_FIELD_TYPE (desc_type, 1)), in make_array_descriptor() 4212 fat_pntr_bounds_bitpos (desc_type), in make_array_descriptor() 4213 fat_pntr_bounds_bitsize (desc_type)); in make_array_descriptor()
|