Searched refs:devhandle (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_show.c | 73 char devhandle[8], ctrlhandle[8]; in show_adapter() local 209 snprintf(devhandle, sizeof(devhandle), "%04x", in show_adapter() 215 snprintf(devhandle, sizeof(devhandle), " "); in show_adapter() 220 i, ctrlhandle, devhandle, isdisabled, speed, minspeed, in show_adapter()
|
H A D | mps_cmd.c | 259 mps_map_btdh(int fd, uint16_t *devhandle, uint16_t *bus, uint16_t *target) in mps_map_btdh() argument 266 map.DevHandle = *devhandle; in mps_map_btdh() 276 *devhandle = map.DevHandle; in mps_map_btdh()
|
H A D | mpsutil.h | 124 int mps_map_btdh(int fd, uint16_t *devhandle, uint16_t *bus,
|
/freebsd/stand/efi/boot1/ |
H A D | boot_module.h | 49 EFI_HANDLE devhandle; member
|
H A D | proto.c | 102 devinfo->devhandle = h; in probe_handle()
|
H A D | boot1.c | 134 loaded_image->DeviceHandle = dev->devhandle; in try_boot()
|
/freebsd/sys/dev/hptrr/ |
H A D | himfuncs.h | 66 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK d…
|
/freebsd/sys/dev/hpt27xx/ |
H A D | himfuncs.h | 65 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK d…
|
/freebsd/sys/dev/hptnr/ |
H A D | himfuncs.h | 65 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK d…
|
/freebsd/stand/efi/gptboot/ |
H A D | proto.c | 181 devinfo->devhandle = h; in probe_handle()
|