Searched refs:dev (Results 251 - 275 of 5985) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dsrq.c42 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) argument
44 struct mlx4_srq_table *srq_table = &mlx4_priv(dev)->srq_table;
49 srq = radix_tree_lookup(&srq_table->tree, srqn & (dev->caps.num_srqs - 1));
56 mlx4_warn(dev, "Async event for bogus SRQ %08x\n", srqn);
66 static int mlx4_SW2HW_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, argument
69 return mlx4_cmd(dev, mailbox->dma, srq_num, 0,
74 static int mlx4_HW2SW_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, argument
77 return mlx4_cmd_box(dev, 0, mailbox ? mailbox->dma : 0, srq_num,
82 static int mlx4_ARM_SRQ(struct mlx4_dev *dev, int srq_num, int limit_watermark) argument
84 return mlx4_cmd(dev, limit_watermar
88 mlx4_QUERY_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, int srq_num) argument
95 __mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn) argument
122 mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn) argument
140 __mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn) argument
149 mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn) argument
164 mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcd, struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq) argument
226 mlx4_srq_free(struct mlx4_dev *dev, struct mlx4_srq *srq) argument
247 mlx4_srq_arm(struct mlx4_dev *dev, struct mlx4_srq *srq, int limit_watermark) argument
253 mlx4_srq_query(struct mlx4_dev *dev, struct mlx4_srq *srq, int *limit_watermark) argument
276 mlx4_init_srq_table(struct mlx4_dev *dev) argument
294 mlx4_cleanup_srq_table(struct mlx4_dev *dev) argument
301 mlx4_srq_lookup(struct mlx4_dev *dev, u32 srqn) argument
[all...]
/freebsd-11.0-release/sys/dev/sdhci/
H A Dsdhci_pci.c27 __FBSDID("$FreeBSD: releng/11.0/sys/dev/sdhci/sdhci_pci.c 299414 2016-05-11 07:50:35Z trasz $");
42 #include <dev/pci/pcireg.h>
43 #include <dev/pci/pcivar.h>
49 #include <dev/mmc/bridge.h>
50 #include <dev/mmc/mmcreg.h>
51 #include <dev/mmc/mmcbrvar.h>
131 sdhci_pci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
133 struct sdhci_pci_softc *sc = device_get_softc(dev);
141 sdhci_pci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint8_t val) argument
143 struct sdhci_pci_softc *sc = device_get_softc(dev);
151 sdhci_pci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
161 sdhci_pci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint16_t val) argument
171 sdhci_pci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) argument
181 sdhci_pci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val) argument
191 sdhci_pci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t *data, bus_size_t count) argument
200 sdhci_pci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t *data, bus_size_t count) argument
211 sdhci_lower_frequency(device_t dev) argument
235 sdhci_restore_frequency(device_t dev) argument
251 sdhci_pci_probe(device_t dev) argument
284 sdhci_pci_attach(device_t dev) argument
365 sdhci_pci_detach(device_t dev) argument
388 sdhci_pci_shutdown(device_t dev) argument
398 sdhci_pci_suspend(device_t dev) argument
412 sdhci_pci_resume(device_t dev) argument
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/bin/df/
H A Dt_df.sh58 /dev/ld0g 1308726116 17901268 1225388540 1% /anon-root
59 /dev/ld0g 1308726116 0 1308726116 0% /anon-root
60 /dev/ld0g 1308726116 261745224 1046980892 20% /anon-root
61 /dev/ld0g 1308726116 785235672 523490444 60% /anon-root
62 /dev/ld0g 1308726116 1243289812 65436304 95% /anon-root
63 /dev/ld0g 1308726116 1308726116 0 100% /anon-root
64 /dev/ld0g 1308726116 0 1243289808 0% /anon-root
65 /dev/ld0g 1308726116 261745224 981544584 21% /anon-root
66 /dev/ld0g 1308726116 785235672 458054140 63% /anon-root
67 /dev/ld0
[all...]
/freebsd-11.0-release/sys/dev/malo/
H A Dif_malo_pci.c34 __FBSDID("$FreeBSD: releng/11.0/sys/dev/malo/if_malo_pci.c 288087 2015-09-22 02:44:59Z adrian $");
59 #include <dev/malo/if_malo.h>
61 #include <dev/pci/pcivar.h>
62 #include <dev/pci/pcireg.h>
132 malo_pci_probe(device_t dev) argument
138 vendor = pci_get_vendor(dev);
139 devid = pci_get_device(dev);
144 device_set_desc(dev, mp->mp_name);
153 malo_pci_attach(device_t dev) argument
156 struct malo_pci_softc *psc = device_get_softc(dev);
270 malo_pci_detach(device_t dev) argument
302 malo_pci_shutdown(device_t dev) argument
312 malo_pci_suspend(device_t dev) argument
322 malo_pci_resume(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_ioctl.c37 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm2/drm_ioctl.c 280183 2015-03-17 18:50:33Z dumbbell $");
39 #include <dev/drm2/drmP.h>
40 #include <dev/drm2/drm_core.h>
53 int drm_getunique(struct drm_device *dev, void *data, argument
69 drm_unset_busid(struct drm_device *dev, argument
93 int drm_setunique(struct drm_device *dev, void *data, argument
106 if (!dev->driver->bus->set_unique)
109 ret = dev->driver->bus->set_unique(dev, master, u);
116 drm_unset_busid(dev, maste
120 drm_set_busid(struct drm_device *dev, struct drm_file *file_priv) argument
150 drm_getmap(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
201 drm_getclient(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
240 drm_getstats(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
265 drm_getcap(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
308 drm_setversion(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
355 drm_noop(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Ddrm_vm.c37 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm2/drm_vm.c 298955 2016-05-03 03:41:25Z pfg $");
43 #include <dev/drm2/drmP.h>
44 #include <dev/drm2/drm.h>
51 struct drm_device *dev = drm_get_device_from_kdev(kdev); local
72 if (dev->dma && offset < ptoa(dev->dma->page_count)) {
73 drm_device_dma_t *dma = dev->dma;
75 DRM_SPINLOCK(&dev->dma_lock);
81 DRM_SPINUNLOCK(&dev->dma_lock);
85 DRM_SPINUNLOCK(&dev
[all...]
/freebsd-11.0-release/sys/dev/if_ndis/
H A Dif_ndis_pci.c34 __FBSDID("$FreeBSD: releng/11.0/sys/dev/if_ndis/if_ndis_pci.c 292411 2015-12-17 21:01:19Z glebius $");
58 #include <dev/pci/pcireg.h>
59 #include <dev/pci/pcivar.h>
60 #include <dev/usb/usb.h>
61 #include <dev/usb/usbdi.h>
68 #include <dev/if_ndis/if_ndisvar.h>
111 ndis_devcompare(bustype, t, dev)
114 device_t dev;
122 vid = pci_get_vendor(dev);
123 did = pci_get_device(dev);
[all...]
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dsaf1761_otg_fdt.c1 /* $FreeBSD: releng/11.0/sys/dev/usb/controller/saf1761_otg_fdt.c 276717 2015-01-05 20:22:18Z hselasky $ */
55 #include <dev/fdt/fdt_common.h>
57 #include <dev/ofw/openfirm.h>
58 #include <dev/ofw/ofw_bus.h>
59 #include <dev/ofw/ofw_bus_subr.h>
61 #include <dev/usb/usb.h>
62 #include <dev/usb/usbdi.h>
64 #include <dev/usb/usb_core.h>
65 #include <dev/usb/usb_busdma.h>
66 #include <dev/us
107 saf1761_otg_fdt_probe(device_t dev) argument
121 saf1761_otg_fdt_attach(device_t dev) argument
238 saf1761_otg_fdt_detach(device_t dev) argument
[all...]
H A Dxhci_mv.c29 __FBSDID("$FreeBSD: releng/11.0/sys/dev/usb/controller/xhci_mv.c 296827 2016-03-14 07:24:08Z wma $");
51 #include <dev/ofw/ofw_bus.h>
52 #include <dev/ofw/ofw_bus_subr.h>
54 #include <dev/usb/usb.h>
55 #include <dev/usb/usbdi.h>
57 #include <dev/usb/usb_core.h>
58 #include <dev/usb/usb_busdma.h>
59 #include <dev/usb/usb_process.h>
60 #include <dev/usb/usb_util.h>
62 #include <dev/us
81 xhci_probe(device_t dev) argument
96 xhci_attach(device_t dev) argument
171 xhci_detach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_gpio.c52 #include <dev/fdt/fdt_common.h>
53 #include <dev/ofw/ofw_bus.h>
54 #include <dev/ofw/ofw_bus_subr.h>
56 #include <dev/gpio/gpiobusvar.h>
62 device_t dev; member in struct:aml8726_gpio_softc
79 mtx_init(&(sc)->mtx, device_get_nameunit((sc)->dev), \
91 aml8726_gpio_probe(device_t dev) argument
94 if (!ofw_bus_status_okay(dev))
97 if (!ofw_bus_is_compatible(dev, "amlogic,aml8726-gpio"))
100 device_set_desc(dev, "Amlogi
106 aml8726_gpio_attach(device_t dev) argument
155 aml8726_gpio_detach(device_t dev) argument
169 aml8726_gpio_get_bus(device_t dev) argument
177 aml8726_gpio_pin_max(device_t dev, int *maxpin) argument
188 aml8726_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) argument
202 aml8726_gpio_pin_getname(device_t dev, uint32_t pin, char *name) argument
216 aml8726_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) argument
236 aml8726_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) argument
263 aml8726_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) argument
291 aml8726_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *value) argument
306 aml8726_gpio_pin_toggle(device_t dev, uint32_t pin) argument
333 aml8726_gpio_get_node(device_t bus, device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/agp/
H A Dagp_via.c28 __FBSDID("$FreeBSD: releng/11.0/sys/dev/agp/agp_via.c 244926 2013-01-01 18:16:49Z antoine $");
40 #include <dev/agp/agppriv.h>
41 #include <dev/agp/agpreg.h>
42 #include <dev/pci/pcivar.h>
43 #include <dev/pci/pcireg.h>
66 agp_via_match(device_t dev) argument
68 if (pci_get_class(dev) != PCIC_BRIDGE
69 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST)
72 if (agp_find_caps(dev) == 0)
75 switch (pci_get_devid(dev)) {
144 agp_via_probe(device_t dev) argument
160 agp_via_attach(device_t dev) argument
224 agp_via_detach(device_t dev) argument
240 agp_via_get_aperture(device_t dev) argument
288 agp_via_set_aperture(device_t dev, u_int32_t aperture) argument
351 agp_via_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) argument
363 agp_via_unbind_page(device_t dev, vm_offset_t offset) argument
375 agp_via_flush_tlb(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/mips/cavium/octe/
H A Doctebus.c52 static int octebus_probe(device_t dev);
53 static int octebus_attach(device_t dev);
54 static int octebus_detach(device_t dev);
55 static int octebus_shutdown(device_t dev);
88 octebus_probe(device_t dev) argument
90 if (device_get_unit(dev) != 0)
92 device_set_desc(dev, "Cavium Octeon Ethernet pseudo-bus");
97 octebus_attach(device_t dev) argument
102 sc = device_get_softc(dev);
103 sc->sc_dev = dev;
113 octebus_detach(device_t dev) argument
120 octebus_shutdown(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30_pci.c41 __FBSDID("$FreeBSD: releng/11.0/sys/dev/stg/tmc18c30_pci.c 274760 2014-11-20 20:50:05Z jhb $");
55 #include <dev/pci/pcireg.h>
56 #include <dev/pci/pcivar.h>
60 #include <dev/stg/tmc18c30reg.h>
61 #include <dev/stg/tmc18c30var.h>
62 #include <dev/stg/tmc18c30.h>
74 stg_pci_probe(device_t dev) argument
76 u_int32_t type = pci_get_devid(dev);
82 device_set_desc(dev, stg->desc);
89 stg_pci_attach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/uart/
H A Duart_bus_fdt.c31 __FBSDID("$FreeBSD: releng/11.0/sys/dev/uart/uart_bus_fdt.c 298955 2016-05-03 03:41:25Z pfg $");
43 #include <dev/fdt/fdt_common.h>
44 #include <dev/ofw/ofw_bus.h>
45 #include <dev/ofw/ofw_bus_subr.h>
46 #include <dev/uart/uart.h>
47 #include <dev/uart/uart_bus.h>
48 #include <dev/uart/uart_cpu.h>
49 #include <dev/uart/uart_cpu_fdt.h>
94 uart_fdt_find_device(device_t dev) argument
100 ocd = ofw_bus_search_compatible(dev, *c
108 uart_fdt_probe(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/sio/
H A Dsio_puc.c27 __FBSDID("$FreeBSD: releng/11.0/sys/dev/sio/sio_puc.c 185059 2008-11-18 21:01:54Z jhb $");
42 #include <dev/puc/puc_bus.h>
44 #include <dev/sio/siovar.h>
45 #include <dev/sio/sioreg.h>
47 static int sio_puc_attach(device_t dev);
48 static int sio_puc_probe(device_t dev);
66 sio_puc_attach(device_t dev) argument
70 if (BUS_READ_IVAR(device_get_parent(dev), dev, PUC_IVAR_CLOCK,
73 return (sioattach(dev,
77 sio_puc_probe(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/boot/mips/beri/loader/
H A Dberi_disk_cfi.c95 struct disk_devdesc *dev; local
98 dev = va_arg(ap, struct disk_devdesc *);
101 if (dev->d_unit != 0)
103 return (disk_open(dev, cfi_get_mediasize(), cfi_get_sectorsize(), 0));
109 struct disk_devdesc *dev; local
111 dev = (struct disk_devdesc *)f->f_devdata;
112 return (disk_close(dev));
118 struct disk_devdesc dev; local
123 dev.d_dev = &beri_cfi_disk;
124 dev
[all...]
H A Dberi_disk_sdcard.c95 struct disk_devdesc *dev; local
98 dev = va_arg(ap, struct disk_devdesc *);
106 if (dev->d_unit != 0)
108 return (disk_open(dev, altera_sdcard_get_mediasize(),
115 struct disk_devdesc *dev; local
117 dev = (struct disk_devdesc *)f->f_devdata;
118 return (disk_close(dev));
124 struct disk_devdesc dev; local
129 dev.d_dev = &beri_sdcard_disk;
130 dev
[all...]
/freebsd-11.0-release/sys/arm/allwinner/clk/
H A Daw_oscclk.c43 #include <dev/ofw/ofw_bus.h>
44 #include <dev/ofw/ofw_bus_subr.h>
46 #include <dev/extres/clk/clk_fixed.h>
49 aw_oscclk_probe(device_t dev) argument
51 if (!ofw_bus_status_okay(dev))
54 if (!ofw_bus_is_compatible(dev, "allwinner,sun4i-a10-osc-clk"))
57 device_set_desc(dev, "Allwinner Oscillator Clock");
62 aw_oscclk_attach(device_t dev) argument
70 node = ofw_bus_get_node(dev);
73 device_printf(dev, "missin
[all...]
/freebsd-11.0-release/sys/sys/
H A Dcpu.h43 static __inline struct pcpu *cpu_get_pcpu(device_t dev) argument
46 BUS_READ_IVAR(device_get_parent(dev), dev, CPU_IVAR_PCPU, &v); local
50 static __inline int32_t cpu_get_nominal_mhz(device_t dev) argument
53 if (BUS_READ_IVAR(device_get_parent(dev), dev,
59 static __inline const uint32_t *cpu_get_cpuid(device_t dev, size_t *count) argument
62 if (BUS_READ_IVAR(device_get_parent(dev), dev,
67 if (BUS_READ_IVAR(device_get_parent(dev), de
83 device_t dev; /* Driver providing this setting. */ member in struct:cf_setting
[all...]
/freebsd-11.0-release/sys/dev/pcf/
H A Dpcf_isa.c31 __FBSDID("$FreeBSD: releng/11.0/sys/dev/pcf/pcf_isa.c 298955 2016-05-03 03:41:25Z pfg $");
55 #include <dev/iicbus/iiconf.h>
56 #include <dev/pcf/pcfvar.h>
101 pcf_isa_probe(device_t dev) argument
107 if (isa_get_logicalid(dev))
111 bus_get_resource(dev, SYS_RES_IOPORT, rid, &start, &count);
119 device_set_desc(dev, "PCF8584 I2C bus controller");
125 pcf_isa_attach(device_t dev) argument
130 sc = DEVTOSOFTC(dev);
131 mtx_init(&sc->pcf_lock, device_get_nameunit(dev), "pc
187 pcf_isa_detach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_drawable.c32 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm/drm_drawable.c 183834 2008-10-13 18:06:33Z rnoland $");
39 #include "dev/drm/drmP.h"
62 drm_get_drawable_info(struct drm_device *dev, int handle) argument
67 result = RB_FIND(drawable_tree, &dev->drw_head, &find);
72 int drm_adddraw(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
82 info->handle = alloc_unr(dev->drw_unrhdr);
83 DRM_SPINLOCK(&dev->drw_lock);
84 RB_INSERT(drawable_tree, &dev->drw_head, info);
86 DRM_SPINUNLOCK(&dev->drw_lock);
93 int drm_rmdraw(struct drm_device *dev, voi argument
114 drm_update_draw(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
156 drm_drawable_free_all(struct drm_device *dev) argument
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_pcib_pci.c29 __FBSDID("$FreeBSD: releng/11.0/sys/dev/acpica/acpi_pcib_pci.c 300249 2016-05-20 00:03:22Z jhb $");
40 #include <contrib/dev/acpica/include/acpi.h>
41 #include <contrib/dev/acpica/include/accommon.h>
43 #include <dev/acpica/acpivar.h>
44 #include <dev/acpica/acpi_pcibvar.h>
47 #include <dev/pci/pcivar.h>
48 #include <dev/pci/pcireg.h>
49 #include <dev/pci/pcib_private.h>
70 static int acpi_pcib_read_ivar(device_t dev, device_t child,
73 device_t dev, in
100 acpi_pcib_pci_probe(device_t dev) argument
117 acpi_pcib_pci_attach(device_t dev) argument
132 acpi_pcib_pci_detach(device_t dev) argument
147 acpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
160 acpi_pcib_pci_route_interrupt(device_t pcib, device_t dev, int pin) argument
[all...]
/freebsd-11.0-release/sys/dev/altera/atse/
H A Dif_atse_fdt.c32 __FBSDID("$FreeBSD: releng/11.0/sys/dev/altera/atse/if_atse_fdt.c 261410 2014-02-02 19:17:28Z ian $");
50 #include <dev/mii/mii.h>
51 #include <dev/mii/miivar.h>
54 #include <dev/fdt/fdt_common.h>
55 #include <dev/ofw/openfirm.h>
56 #include <dev/ofw/ofw_bus.h>
57 #include <dev/ofw/ofw_bus_subr.h>
59 #include <dev/altera/atse/if_atsereg.h>
65 atse_probe_fdt(device_t dev) argument
68 if (!ofw_bus_status_okay(dev))
79 atse_attach_fdt(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c27 * $FreeBSD: releng/11.0/sys/dev/etherswitch/arswitch/arswitch_phy.c 292738 2015-12-26 02:31:39Z adrian $
46 #include <dev/iicbus/iic.h>
47 #include <dev/iicbus/iiconf.h>
48 #include <dev/iicbus/iicbus.h>
49 #include <dev/mii/mii.h>
50 #include <dev/mii/miivar.h>
51 #include <dev/mdio/mdio.h>
53 #include <dev/etherswitch/etherswitch.h>
55 #include <dev/etherswitch/arswitch/arswitchreg.h>
56 #include <dev/etherswitc
75 arswitch_readphy_external(device_t dev, int phy, int reg) argument
90 arswitch_writephy_external(device_t dev, int phy, int reg, int data) argument
109 arswitch_readphy_internal(device_t dev, int phy, int reg) argument
158 arswitch_writephy_internal(device_t dev, int phy, int reg, int data) argument
[all...]
/freebsd-11.0-release/sys/dev/xen/xenpci/
H A Dxenpci.c28 __FBSDID("$FreeBSD: releng/11.0/sys/dev/xen/xenpci/xenpci.c 289686 2015-10-21 10:44:07Z royger $");
48 #include <dev/pci/pcireg.h>
49 #include <dev/pci/pcivar.h>
51 #include <dev/xen/xenpci/xenpcivar.h>
99 xenpci_deallocate_resources(device_t dev) argument
101 struct xenpci_softc *scp = device_get_softc(dev);
104 bus_deactivate_resource(dev, SYS_RES_IRQ,
106 bus_release_resource(dev, SYS_RES_IRQ,
118 xenpci_allocate_resources(device_t dev) argument
120 struct xenpci_softc *scp = device_get_softc(dev);
141 xenpci_probe(device_t dev) argument
155 xenpci_attach(device_t dev) argument
191 xenpci_detach(device_t dev) argument
216 xenpci_resume(device_t dev) argument
[all...]

Completed in 242 milliseconds

<<11121314151617181920>>