Searched refs:Controller (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp68 FDRController<> *Controller = nullptr; variable
319 if (TLD.Controller != nullptr)
320 TLD.Controller->flush();
357 if (TLD.Controller != nullptr)
358 TLD.Controller->flush();
452 if (TLD.Controller != nullptr) {
453 TLD.Controller->flush();
454 TLD.Controller = nullptr;
460 if (UNLIKELY(TLD.Controller == nullptr)) {
488 TLD.Controller
[all...]
/freebsd-12-stable/stand/efi/include/
H A Defidevp.h121 UINT32 Controller; member in struct:_CONTROLLER_DEVICE_PATH
398 CONTROLLER_DEVICE_PATH Controller; member in union:__anon8971
432 CONTROLLER_DEVICE_PATH *Controller; member in union:__anon8972
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h159 /// Controller Device Path SubType.
164 /// Controller Device Path.
169 /// Controller number.
1217 CONTROLLER_DEVICE_PATH Controller; member in union:__anon10606
1274 CONTROLLER_DEVICE_PATH *Controller; member in union:__anon10607
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-format.c342 Converts a Controller device path structure to its string representative.
362 CONTROLLER_DEVICE_PATH *Controller; local
364 Controller = DevPath;
368 Controller->ControllerNumber
H A Defivar-dp-parse.c669 Converts a text device path node to Hardware Controller device path structure.
673 @return A pointer to the newly-created Hardware Controller device path structure.
683 CONTROLLER_DEVICE_PATH *Controller; local
686 Controller = (CONTROLLER_DEVICE_PATH *) CreateDeviceNode (
691 Controller->ControllerNumber = (UINT32) Strtoi (ControllerStr);
693 return (EFI_DEVICE_PATH_PROTOCOL *) Controller;
/freebsd-12-stable/stand/efi/libefi/
H A Ddevpath.c171 ((CONTROLLER_DEVICE_PATH *)node)->Controller, tail) < 0)

Completed in 186 milliseconds