Searched refs:dev_handle (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_mapping.h40 * @dev_handle: device handle for the device pointed by this entry
48 uint16_t dev_handle; member in struct:_map_phy_change
62 * @dev_handle: device handle for the device pointed by this entry
70 uint16_t dev_handle; member in struct:_map_port_change
H A Dmpr_mapping.c76 map_entry->dev_handle = 0;
436 if (mt_entry->dev_handle == volHandle)
457 if (mt_entry->dev_handle == handle)
664 * its dev_handle entry so that other functions can't find this volume
677 mt_entry->dev_handle = 0;
869 if (!phy_change->dev_handle || (phy_change->reason !=
873 dev_handle);
899 if (!port_change->dev_handle || (port_change->reason !=
903 dev_handle);
1162 if (phy_change->is_processed || !phy_change->dev_handle ||
[all...]
H A Dmpr_user.c2209 uint16_t dev_handle, bus, target; local
2213 dev_handle = data->DevHandle;
2221 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2223 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2240 dev_handle = sc->mapping_table[target].dev_handle;
2241 if (dev_handle)
2242 data->DevHandle = dev_handle;
2245 target = mpr_mapping_get_tid_from_handle(sc, dev_handle);
H A Dmprvar.h139 * @dev_handle: device handle for the device pointed by this entry
151 u16 dev_handle; member in struct:dev_mapping_table
191 * @dev_handle: device handle for the device pointed by this entry
195 u16 dev_handle; member in struct:map_removal_table
293 uint16_t dev_handle; member in struct:mpr_column_map
/freebsd-12-stable/sys/dev/mps/
H A Dmps_mapping.h41 * @dev_handle: device handle for the device pointed by this entry
49 uint16_t dev_handle; member in struct:_map_phy_change
60 * @dev_handle: device handle for the device pointed by this entry
H A Dmps_mapping.c77 map_entry->dev_handle = 0;
437 if (mt_entry->dev_handle == volHandle)
458 if (mt_entry->dev_handle == handle)
666 * its dev_handle entry so that other functions can't find this volume
679 mt_entry->dev_handle = 0;
822 if (!phy_change->dev_handle || (phy_change->reason !=
826 dev_handle);
1124 if (phy_change->is_processed || !phy_change->dev_handle ||
1130 phy_change->dev_handle)) {
1147 &sas_address, phy_change->dev_handle, device_inf
[all...]
H A Dmps_user.c2112 uint16_t dev_handle, bus, target; local
2116 dev_handle = data->DevHandle;
2124 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2126 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2143 dev_handle = sc->mapping_table[target].dev_handle;
2144 if (dev_handle)
2145 data->DevHandle = dev_handle;
2148 target = mps_mapping_get_tid_from_handle(sc, dev_handle);
H A Dmpsvar.h112 * @dev_handle: device handle for the device pointed by this entry
123 u16 dev_handle; member in struct:dev_mapping_table
163 * @dev_handle: device handle for the device pointed by this entry
167 u16 dev_handle; member in struct:map_removal_table
258 uint16_t dev_handle; member in struct:mps_column_map
H A Dmps_config.c543 sc->DD_column_map[index].dev_handle =
H A Dmps_sas.c2493 htole16(sc->DD_column_map[column].dev_handle);
2583 dev_handle);
2661 dev_handle);
/freebsd-12-stable/lib/libusb/
H A Dlibusb10_io.c517 ctx = libusb10_get_context_by_device_handle(transfer->dev_handle);
551 xfer->dev_handle = devh;
729 transfer->dev_handle = devh;
750 transfer->dev_handle = devh;
766 transfer->dev_handle = devh;
782 transfer->dev_handle = devh;
H A Dlibusb10.c1086 dev = libusb_get_device(uxfer->dev_handle);
1452 if (uxfer->dev_handle == NULL)
1457 dev = libusb_get_device(uxfer->dev_handle);
1466 pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
1467 pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 1);
1487 uxfer->dev_handle, endpoint);
1516 if ((devh = uxfer->dev_handle) == NULL)
H A Dlibusb.h446 libusb_device_handle *dev_handle; member in struct:libusb_transfer
/freebsd-12-stable/stand/efi/libefi/
H A Defihttp.c77 EFI_HANDLE dev_handle; member in struct:open_efihttp
294 oh->dev_handle = handle;
377 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb,
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_cam.c697 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
698 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
739 device_info->dev_handle = le16toh(buffer->DevHandle);
790 if (phyinfo->attached.dev_handle)
795 phyinfo->attached.dev_handle);
863 if (phyinfo->attached.dev_handle == 0)
H A Dmpt.h507 uint16_t dev_handle; member in struct:mptsas_devinfo

Completed in 289 milliseconds