Home
last modified time | relevance | path

Searched refs:devhandle (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c73 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 Dmps_cmd.c259 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 Dmpsutil.h124 int mps_map_btdh(int fd, uint16_t *devhandle, uint16_t *bus,
/freebsd/stand/efi/boot1/
H A Dboot_module.h49 EFI_HANDLE devhandle; member
H A Dproto.c102 devinfo->devhandle = h; in probe_handle()
H A Dboot1.c134 loaded_image->DeviceHandle = dev->devhandle; in try_boot()
/freebsd/sys/dev/hptrr/
H A Dhimfuncs.h66 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK d…
/freebsd/sys/dev/hpt27xx/
H A Dhimfuncs.h65 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK d…
/freebsd/sys/dev/hptnr/
H A Dhimfuncs.h65 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK d…
/freebsd/stand/efi/gptboot/
H A Dproto.c181 devinfo->devhandle = h; in probe_handle()