Home
last modified time | relevance | path

Searched refs:_handle (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py221 def _handle(m, ud, d): function
223 return all(self._foreach_proxy_method(ud, _handle))
227 def _handle(m, ud, d): function
229 self._foreach_proxy_method(ud, _handle)
233 def _handle(m, ud, d): function
235 return all(self._foreach_proxy_method(ud, _handle))
239 def _handle(m, ud, d): function
241 return all(self._foreach_proxy_method(ud, _handle))
289 def _handle(m, ud, d): function
291 return all(self._foreach_proxy_method(ud, _handle))
/openbmc/phosphor-hwmon/
H A Dsensor.hpp169 return _handle.get(); in getGpio()
196 std::unique_ptr<gpioplus::HandleInterface> _handle; member in sensor::Sensor
H A Dsensor.cpp41 _handle = gpio::BuildGpioHandle(chip, access); in Sensor()
43 if (!_handle) in Sensor()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs/
H A D0001-nfs-Support-libnfs-6-backport-to-1.56.patch36 GVfsBackendHandle _handle,
41 struct nfsfh *fh = _handle;
268 WriteHandle *handle = _handle;
/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h8 #define UINT_PTR(_handle) ((void *)((uintptr_t)_handle)) argument
H A Dhci_core.h324 #define HCI_CONN_HANDLE_UNSET(_handle) (_handle > HCI_CONN_HANDLE_MAX) argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py111 def _handle(obj): function
122 _handle(obj)
/openbmc/linux/include/scsi/
H A Discsi_if.h741 #define iscsi_ptr(_handle) ((void*)(unsigned long)_handle) argument
/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c565 static acpi_handle object##_handle; \
567 &parent##_handle; \
714 drv_acpi_handle_init(#object, &object##_handle, *object##_parent, \