/freebsd/sys/dev/xen/pcifront/ |
H A D | pcifront.c | 88 struct xenbus_device *xdev; member 113 alloc_pdev(struct xenbus_device *xdev) in alloc_pdev() argument 118 err = sscanf(xdev->nodename, "device/pci/%d", &unit); in alloc_pdev() 122 xenbus_dev_fatal(pdev->xdev, err, "Error scanning pci device instance number"); in alloc_pdev() 129 xenbus_dev_fatal(xdev, err, "Error allocating pcifront_device struct"); in alloc_pdev() 133 pdev->xdev = xdev; in alloc_pdev() 141 xenbus_dev_fatal(xdev, err, "Error allocating sh_info struct"); in alloc_pdev() 146 xdev->data = pdev; in alloc_pdev() 178 xenbus_free_evtchn(pdev->xdev, pdev->evtchn); in put_pdev() 183 pdev->xdev->data = NULL; in put_pdev() [all …]
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_interrupt.c | 113 lkpi_request_irq(struct device *xdev, unsigned int irq, in lkpi_request_irq() argument 127 if (xdev != NULL && xdev != dev) in lkpi_request_irq() 136 if (xdev != NULL) in lkpi_request_irq() 153 if (xdev != NULL) in lkpi_request_irq() 154 devres_add(xdev, irqe); in lkpi_request_irq() 160 if (xdev != NULL) in lkpi_request_irq() 234 lkpi_devm_free_irq(struct device *xdev, unsigned int irq, void *p __unused) in lkpi_devm_free_irq() argument 242 if (xdev != dev) in lkpi_devm_free_irq()
|
/freebsd/sys/dev/sff/ |
H A D | sfp_fdt.c | 124 device_t xdev; in sfp_fdt_get_i2c_bus() local 129 xdev = OF_device_from_xref(OF_xref_from_node(sc->i2c_bus)); in sfp_fdt_get_i2c_bus() 130 if (xdev == NULL) in sfp_fdt_get_i2c_bus() 133 *i2c_bus = xdev; in sfp_fdt_get_i2c_bus()
|
/freebsd/ |
H A D | Makefile | 43 # xdev - xdev-build + xdev-install for the architecture 45 # xdev-build - Build cross-development tools. 46 # xdev-install - Install cross-development tools. 47 # xdev-links - Create traditional links in /usr/bin for cc, etc 172 builddtb xdev xdev-build xdev-install \ 173 xdev [all...] |
H A D | Makefile.sys.inc | 19 libraries obj objlink showconfig tags xdev xdev-build native-xtools \
|
H A D | Makefile.inc1 | 280 !make(xdev*) && \ 321 !make(xdev*) && \ 3761 CDBOBJROOT= ${OBJROOT}${MACHINE}.${MACHINE_ARCH}/xdev/ 3803 .ORDER: xdev-build xdev-install xdev-links 3804 xdev: xdev-build xdev-install .PHONY 3807 xdev-build: _xb-worldtmp _xb-bootstrap-tools _xb-build-tools _xb-cross-tools .PHONY 3866 .ORDER: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries 3867 xdev-install: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries .PHONY 3889 xdev-links: .PHONY
|
/freebsd/sys/dev/iicbus/pwm/ |
H A D | adm1030.c | 67 static void adm1030_start(void *xdev); 175 adm1030_start(void *xdev) in adm1030_start() argument 179 device_t dev = (device_t) xdev; in adm1030_start()
|
H A D | adt746x.c | 122 static void adt746x_start(void *xdev); 255 adt746x_start(void *xdev) in adt746x_start() argument 261 device_t dev = (device_t)xdev; in adt746x_start()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_mc_fdt.c | 186 device_t xdev; in dpaa2_mac_fdt_get_phy_dev() local 188 xdev = OF_device_from_xref(OF_xref_from_node(sc->sfp)); in dpaa2_mac_fdt_get_phy_dev() 189 if (xdev != NULL) in dpaa2_mac_fdt_get_phy_dev() 190 return (xdev); in dpaa2_mac_fdt_get_phy_dev()
|
/freebsd/sys/dev/iicbus/sensor/ |
H A D | ds1775.c | 69 static void ds1775_start(void *xdev); 167 ds1775_start(void *xdev) in ds1775_start() argument 177 device_t dev = (device_t)xdev; in ds1775_start()
|
H A D | ds1631.c | 92 static void ds1631_start(void *xdev); 292 ds1631_start(void *xdev) in ds1631_start() argument 302 device_t dev = (device_t)xdev; in ds1631_start()
|
H A D | max6690.c | 75 static void max6690_start(void *xdev); 254 max6690_start(void *xdev) in max6690_start() argument 262 device_t dev = (device_t)xdev; in max6690_start()
|
H A D | lm75.c | 286 lm75_start(void *xdev) in lm75_start() argument 295 dev = (device_t)xdev; in lm75_start()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | interrupt.h | 125 devm_free_irq(struct device *xdev, unsigned int irq, void *p) in devm_free_irq() argument 127 lkpi_devm_free_irq(xdev, irq, p); in devm_free_irq()
|
/freebsd/contrib/bmake/mk/sys/ |
H A D | SCO_SV.mk | 8 DEV_TOOLS_PREFIX ?= /usr/xdev
|
/freebsd/sys/powerpc/powermac/ |
H A D | smu.c | 177 static void smu_set_sleepled(void *xdev, int onoff); 179 static void smu_doorbell_intr(void *xdev); 180 static void smu_shutdown(void *xdev, int howto); 443 smu_doorbell_intr(void *xdev) in smu_doorbell_intr() argument 449 smu = xdev; in smu_doorbell_intr() 1261 smu_set_sleepled(void *xdev, int onoff) in smu_set_sleepled() argument 1264 device_t smu = xdev; in smu_set_sleepled() 1314 smu_shutdown(void *xdev, int howto) in smu_shutdown() argument 1316 device_t smu = xdev; in smu_shutdown()
|
H A D | fcu.c | 112 static void fcu_start(void *xdev); 238 fcu_start(void *xdev) in fcu_start() argument 243 device_t dev = (device_t)xdev; in fcu_start()
|
/freebsd/sys/dev/adb/ |
H A D | adb_bus.c | 45 static void adb_bus_enumerate(void *xdev); 104 adb_bus_enumerate(void *xdev) in adb_bus_enumerate() argument 106 device_t dev = (device_t)xdev; in adb_bus_enumerate()
|
/freebsd/tools/test/stress2/misc/ |
H A D | mmap29.sh | 64 timeout 60 find / -xdev -print >/dev/null
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | ds3231.c | 405 ds3231_start(void *xdev) in ds3231_start() argument 413 dev = (device_t)xdev; in ds3231_start()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 302 am335x_pmic_shutdown(void *xdev, int howto) in am335x_pmic_shutdown() argument
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 39 ok print ls cpio ncpio newer xdev depth daystart follow maxdepth mindepth noleaf version \
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 435 cyapa_start(void *xdev) in cyapa_start() argument 438 device_t dev = xdev; in cyapa_start()
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 176 atime mtime ctime exec ok print ls cpio ncpio newer xdev depth \
|