| /freebsd-11-stable/sys/dev/xen/pcifront/ |
| HD | pcifront.c | 86 struct xenbus_device *xdev; member 111 alloc_pdev(struct xenbus_device *xdev) in alloc_pdev() argument 116 err = sscanf(xdev->nodename, "device/pci/%d", &unit); in alloc_pdev() 120 xenbus_dev_fatal(pdev->xdev, err, "Error scanning pci device instance number"); in alloc_pdev() 127 xenbus_dev_fatal(xdev, err, "Error allocating pcifront_device struct"); in alloc_pdev() 131 pdev->xdev = xdev; in alloc_pdev() 139 xenbus_dev_fatal(xdev, err, "Error allocating sh_info struct"); in alloc_pdev() 144 xdev->data = pdev; in alloc_pdev() 176 xenbus_free_evtchn(pdev->xdev, pdev->evtchn); in put_pdev() 181 pdev->xdev->data = NULL; in put_pdev() [all …]
|
| /freebsd-11-stable/sys/dev/iicbus/ |
| HD | adm1030.c | 70 static void adm1030_start(void *xdev); 180 adm1030_start(void *xdev) in adm1030_start() argument 184 device_t dev = (device_t) xdev; in adm1030_start()
|
| HD | ds1775.c | 71 static void ds1775_start(void *xdev); 171 ds1775_start(void *xdev) in ds1775_start() argument 181 device_t dev = (device_t)xdev; in ds1775_start()
|
| HD | max6690.c | 77 static void max6690_start(void *xdev); 249 max6690_start(void *xdev) in max6690_start() argument 257 device_t dev = (device_t)xdev; in max6690_start()
|
| HD | ds1631.c | 94 static void ds1631_start(void *xdev); 296 ds1631_start(void *xdev) in ds1631_start() argument 306 device_t dev = (device_t)xdev; in ds1631_start()
|
| HD | ds1307.c | 267 ds1307_start(void *xdev) in ds1307_start() argument 277 dev = (device_t)xdev; in ds1307_start()
|
| HD | adt746x.c | 123 static void adt746x_start(void *xdev); 258 adt746x_start(void *xdev) in adt746x_start() argument 264 device_t dev = (device_t)xdev; in adt746x_start()
|
| HD | lm75.c | 249 lm75_start(void *xdev) in lm75_start() argument 257 dev = (device_t)xdev; in lm75_start()
|
| HD | ds3231.c | 403 ds3231_start(void *xdev) in ds3231_start() argument 411 dev = (device_t)xdev; in ds3231_start()
|
| /freebsd-11-stable/sys/arm/ti/am335x/ |
| HD | am335x_pmic.c | 221 am335x_pmic_start(void *xdev) in am335x_pmic_start() argument 224 device_t dev = (device_t)xdev; in am335x_pmic_start() 319 am335x_pmic_shutdown(void *xdev, int howto) in am335x_pmic_shutdown() argument 326 dev = (device_t)xdev; in am335x_pmic_shutdown()
|
| HD | tda19988.c | 647 tda19988_start(void *xdev) in tda19988_start() argument 650 device_t dev = (device_t)xdev; in tda19988_start()
|
| /freebsd-11-stable/ |
| HD | Makefile | 135 builddtb xdev xdev-build xdev-install \ 136 xdev-links native-xtools stageworld stagekernel stage-packages \ 161 toolchains universe world worlds xdev xdev-build
|
| HD | Makefile.inc1 | 137 !make(showconfig) && !make(native-xtools) && !make(xdev*) && \ 2736 ${_+_}@${ECHODIR} "===> xdev ${_tool} (obj,all)"; \ 2773 ${_+_}@${ECHODIR} "===> xdev ${_tool} (install)"; \
|
| HD | UPDATING | 947 The xdev targets have been converted to using TARGET and
|
| /freebsd-11-stable/sys/powerpc/powermac/ |
| HD | smu.c | 175 static void smu_set_sleepled(void *xdev, int onoff); 177 static void smu_doorbell_intr(void *xdev); 178 static void smu_shutdown(void *xdev, int howto); 442 smu_doorbell_intr(void *xdev) in smu_doorbell_intr() argument 448 smu = xdev; in smu_doorbell_intr() 1262 smu_set_sleepled(void *xdev, int onoff) in smu_set_sleepled() argument 1265 device_t smu = xdev; in smu_set_sleepled() 1315 smu_shutdown(void *xdev, int howto) in smu_shutdown() argument 1317 device_t smu = xdev; in smu_shutdown()
|
| HD | fcu.c | 113 static void fcu_start(void *xdev); 241 fcu_start(void *xdev) in fcu_start() argument 246 device_t dev = (device_t)xdev; in fcu_start()
|
| /freebsd-11-stable/sys/dev/adb/ |
| HD | adb_bus.c | 47 static void adb_bus_enumerate(void *xdev); 108 adb_bus_enumerate(void *xdev) in adb_bus_enumerate() argument 110 device_t dev = (device_t)xdev; in adb_bus_enumerate()
|
| /freebsd-11-stable/sys/dev/ichiic/ |
| HD | ig4_iic.c | 73 static void ig4iic_start(void *xdev); 659 ig4iic_start(void *xdev) in ig4iic_start() argument 663 device_t dev = (device_t)xdev; in ig4iic_start()
|
| /freebsd-11-stable/sys/pc98/cbus/ |
| HD | sio.c | 762 device_t xdev; 871 xdev = devs[i]; 872 xioport = bus_get_resource_start(xdev, SYS_RES_IOPORT, 0); 873 xiftype = GET_IFTYPE(device_get_flags(xdev)); 874 if (device_is_enabled(xdev) && xioport > 0) { 883 xdev = devs[i]; 884 if (device_is_enabled(xdev) && 885 bus_get_resource(xdev, SYS_RES_IOPORT, 0, &xioport,
|
| /freebsd-11-stable/sys/dev/sio/ |
| HD | sio.c | 429 device_t xdev; 492 xdev = devs[i]; 493 if (device_is_enabled(xdev) && 494 bus_get_resource(xdev, SYS_RES_IOPORT, 0, &xioport,
|
| /freebsd-11-stable/share/examples/csh/ |
| HD | dot.cshrc | 40 ok print ls cpio ncpio newer xdev depth daystart follow maxdepth mindepth noleaf version \
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | complete.tcsh | 176 atime mtime ctime exec ok print ls cpio ncpio newer xdev depth \
|