Searched refs:_dev (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/kern/ |
D | bus_if.h | 26 typedef struct resource * bus_alloc_resource_t(device_t _dev, device_t _child, 60 static __inline struct resource * BUS_ALLOC_RESOURCE(device_t _dev, in BUS_ALLOC_RESOURCE() argument 69 KOBJOPLOOKUP(((kobj_t)_dev)->ops,bus_alloc_resource); in BUS_ALLOC_RESOURCE() 70 return ((bus_alloc_resource_t *) _m)(_dev, _child, _type, _rid, _start, _end, _count, _flags); in BUS_ALLOC_RESOURCE() 75 typedef int bus_child_pnpinfo_str_t(device_t _dev, device_t _child, char *_buf, 98 static __inline int BUS_CHILD_PNPINFO_STR(device_t _dev, device_t _child, in BUS_CHILD_PNPINFO_STR() argument 102 KOBJOPLOOKUP(((kobj_t)_dev)->ops,bus_child_pnpinfo_str); in BUS_CHILD_PNPINFO_STR() 103 return ((bus_child_pnpinfo_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_PNPINFO_STR() 109 typedef int bus_child_location_str_t(device_t _dev, device_t _child, char *_buf, 131 static __inline int BUS_CHILD_LOCATION_STR(device_t _dev, device_t _child, in BUS_CHILD_LOCATION_STR() argument [all …]
|
/third_party/libnl/python/netlink/route/ |
D | tc.py | 191 def _dev(self): member in Tc
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 110 #define wsi_for_each_connector(_conn, _dev) \ argument 112 &(_dev)->connectors, list)
|