Searched refs:dev (Results 201 - 225 of 5985) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30_pccard.c42 __FBSDID("$FreeBSD: releng/11.0/sys/dev/stg/tmc18c30_pccard.c 292111 2015-12-11 15:24:29Z imp $");
55 #include <dev/pccard/pccardvar.h>
59 #include <dev/stg/tmc18c30reg.h>
60 #include <dev/stg/tmc18c30var.h>
61 #include <dev/stg/tmc18c30.h>
78 stg_pccard_probe(device_t dev) argument
82 if ((pp = pccard_product_lookup(dev, stg_products,
85 device_set_desc(dev, pp->pp_name);
92 stg_pccard_attach(device_t dev) argument
94 struct stg_softc *sc = device_get_softc(dev);
[all...]
/freebsd-11.0-release/tools/regression/geom/
H A DRunTest.sh11 (cd MdLoad && make) > /dev/null 2>&1
16 mdconfig -d -u $MD > /dev/null 2>&1 || true
17 if [ -c /dev/md$MD ] ; then
20 if [ -c /dev/md$MD ] ; then
23 if [ -c /dev/md$MD ] ; then
24 echo "/dev/md$MD is busy" 1>&2
29 if diskinfo /dev/md${MD}* |
38 diskinfo /dev/md${MD}* > Ref/`basename $f`
42 mdconfig -d -u $MD > /dev/null 2>&1 || true
H A DRunTest.t12 (cd MdLoad && make) > /dev/null 2>&1
21 mdconfig -d -u $MD > /dev/null 2>&1 || true
22 if [ -c /dev/md$MD ] ; then
25 if [ -c /dev/md$MD ] ; then
28 if [ -c /dev/md$MD ] ; then
30 echo "/dev/md$MD is busy"
35 if diskinfo /dev/md${MD}* |
43 diskinfo /dev/md${MD}* > Ref/`basename $f`
47 mdconfig -d -u $MD > /dev/null 2>&1 || true
/freebsd-11.0-release/tools/regression/usb/
H A Dusb_enum.t24 if [ -c /dev/$DEV ] && [ -r /dev/$DEV ] && usbconfig -d $DEV reset ; then
/freebsd-11.0-release/tools/tools/build_option_survey/
H A Dlistallopts.sh13 make showconfig __MAKE_CONF=/dev/null SRCCONF=/dev/null |
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c47 #include <dev/ofw/ofw_bus_subr.h>
54 static int rtc_attach(device_t dev);
55 static int rtc_probe(device_t dev);
78 rtc_probe(device_t dev) argument
81 if (!ofw_bus_is_compatible(dev, "dallas,ds1553"))
84 device_set_desc(dev, "Dallas Semiconductor DS1553 RTC");
89 rtc_attach(device_t dev) argument
95 sc = device_get_softc(dev);
100 sc->res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->rid,
103 device_printf(dev, "canno
[all...]
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-mountoptical.sh63 mount | grep -q "${CDMNT} " 2>/dev/null
85 for i in `ls -1 /dev/acd* /dev/cd* /dev/scd* /dev/rscd* 2>/dev/null`
98 /sbin/umount ${CDMNT} >/dev/null 2>/dev/null
105 for i in `ls -1 /dev/da* 2>/dev/nul
[all...]
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_gem_stolen.c30 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm2/i915/i915_gem_stolen.c 296548 2016-03-08 20:33:02Z dumbbell $");
32 #include <dev/drm2/drmP.h>
33 #include <dev/drm2/i915/i915_drm.h>
34 #include <dev/drm2/i915/i915_drv.h>
48 static unsigned long i915_stolen_to_physical(struct drm_device *dev) argument
66 if (INTEL_INFO(dev)->gen >= 6) {
71 pci_read_config_dword(dev->dev, 0xB0, &base);
73 } else if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) {
92 i915_warn_stolen(struct drm_device *dev) argument
98 i915_setup_compression(struct drm_device *dev, int size) argument
158 i915_cleanup_compression(struct drm_device *dev) argument
167 i915_gem_cleanup_stolen(struct drm_device *dev) argument
173 i915_gem_init_stolen(struct drm_device *dev) argument
[all...]
/freebsd-11.0-release/sys/arm/allwinner/
H A Daw_usbphy.c44 #include <dev/ofw/ofw_bus.h>
45 #include <dev/ofw/ofw_bus_subr.h>
46 #include <dev/gpio/gpiobusvar.h>
48 #include <dev/extres/clk/clk.h>
49 #include <dev/extres/hwreset/hwreset.h>
50 #include <dev/extres/regulator/regulator.h>
51 #include <dev/extres/phy/phy.h>
76 awusbphy_init(device_t dev) argument
86 sc = device_get_softc(dev);
87 node = ofw_bus_get_node(dev);
130 awusbphy_vbus_detect(device_t dev, int *val) argument
151 awusbphy_phy_enable(device_t dev, int phy, bool enable) argument
189 awusbphy_probe(device_t dev) argument
202 awusbphy_attach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/pc98/cbus/
H A Dpmc.c95 pmc_isa_alloc_resources(device_t dev) argument
97 struct pmc_isa_softc *sc = device_get_softc(dev);
103 sc->port_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
113 pmc_isa_release_resources(device_t dev) argument
115 struct pmc_isa_softc *sc = device_get_softc(dev);
118 bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->port_res);
124 pmc_isa_probe(device_t dev) argument
126 struct pmc_isa_softc *sc = device_get_softc(dev);
131 if (isa_get_vendorid(dev)) {
134 if (device_get_unit(dev) >
193 pmc_isa_attach(device_t dev) argument
212 pmc_isa_detach(device_t dev) argument
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Dether.c102 struct device dev; /* What struct physical knows about */ member in struct:etherdevice
122 struct etherdevice *dev = device2ether(p->handler); local
124 return NgSendData(p->fd, dev->hook, v, n) == -1 ? -1 : (ssize_t)n;
138 struct etherdevice *dev = device2ether(p->handler); local
141 if (r && dev->cs >= 0 && FD_ISSET(dev->cs, r)) {
142 FD_CLR(dev->cs, r);
143 log_Printf(LogTIMER, "%s: fdunset(ctrl) %d\n", p->link.name, dev->cs);
160 struct etherdevice *dev = device2ether(p->handler); local
163 if (dev
171 struct etherdevice *dev = device2ether(p->handler); local
186 struct etherdevice *dev = device2ether(p->handler); local
196 struct etherdevice *dev; local
215 ether_MessageIn(struct etherdevice *dev) argument
314 struct etherdevice *dev = device2ether(p->handler); local
350 struct etherdevice *dev = (struct etherdevice *)iov[(*niov)++].iov_base; local
379 struct etherdevice *dev = device2ether(p->handler); local
398 struct etherdevice *dev = device2ether(p->handler); local
412 struct etherdevice *dev = device2ether(p->handler); local
428 ether_Abandon(struct etherdevice *dev, struct physical *p) argument
443 struct etherdevice *dev; local
[all...]
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_agpsupport.c35 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm2/drm_agpsupport.c 280183 2015-03-17 18:50:33Z dumbbell $");
37 #include <dev/drm2/drmP.h>
53 int drm_agp_info(struct drm_device *dev, struct drm_agp_info *info) argument
57 if (!dev->agp || !dev->agp->acquired)
60 kern = &dev->agp->agp_info;
61 agp_get_info(dev->agp->bridge, kern);
77 int drm_agp_info_ioctl(struct drm_device *dev, void *data, argument
83 err = drm_agp_info(dev, info);
93 * \param dev DR
99 drm_agp_acquire(struct drm_device * dev) argument
128 drm_agp_acquire_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
142 drm_agp_release(struct drm_device * dev) argument
152 drm_agp_release_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
168 drm_agp_enable(struct drm_device * dev, struct drm_agp_mode mode) argument
181 drm_agp_enable_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
201 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) argument
239 drm_agp_alloc_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
256 drm_agp_lookup_entry(struct drm_device * dev, unsigned long handle) argument
280 drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) argument
299 drm_agp_unbind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
320 drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) argument
343 drm_agp_bind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
365 drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) argument
386 drm_agp_free_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
403 drm_agp_init(struct drm_device *dev) argument
432 drm_agp_bind_pages(struct drm_device *dev, struct page **pages, unsigned long num_pages, uint32_t gtt_offset, u32 type) argument
[all...]
/freebsd-11.0-release/sys/dev/xe/
H A Dif_xe_pccard.c28 __FBSDID("$FreeBSD: releng/11.0/sys/dev/xe/if_xe_pccard.c 297000 2016-03-18 01:28:41Z jhibbits $");
51 #include <dev/xe/if_xereg.h>
52 #include <dev/xe/if_xevar.h>
54 #include <dev/pccard/pccardvar.h>
55 #include <dev/pccard/pccard_cis.h>
136 xe_cemfix(device_t dev) argument
138 struct xe_softc *sc = device_get_softc(dev);
141 DEVPRINTF(2, (dev, "cemfix\n"));
143 DEVPRINTF(1, (dev, "CEM I/O port 0x%0jx, size 0x%0jx\n",
144 bus_get_resource_start(dev, SYS_RES_IOPOR
167 xe_pccard_product_match(device_t dev, const struct pccard_product* ent, int vpfmatch) argument
186 xe_pccard_get_product(device_t dev) argument
239 xe_pccard_attach(device_t dev) argument
324 xe_pccard_detach(device_t dev) argument
342 xe_pccard_probe(device_t dev) argument
[all...]
/freebsd-11.0-release/etc/rc.d/
H A Dpowerd21 sysctl dev.cpu.0.freq=`sysctl -n dev.cpu.0.freq_levels |
22 sed -e 's:/.*::'` > /dev/null
/freebsd-11.0-release/gnu/usr.bin/grep/tests/
H A Dfile.sh20 echo "miles" | ${GREP} -i -E -f patfile > /dev/null 2>&1
27 echo "GNU" | ${GREP} -G -f patfile > /dev/null 2>&1
34 echo "ridar" | ${GREP} -F -f patfile > /dev/null 2>&1
44 echo "abbcd" | ${GREP} -F -f patfile > /dev/null 2>&1
50 cp /dev/null patfile
53 echo "abbcd" | ${GREP} -F -f patfile > /dev/null 2>&1
/freebsd-11.0-release/crypto/openssh/regress/
H A Dagent-timeout.sh9 eval `${SSHAGENT} -s` > /dev/null
16 ${SSHADD} -t ${SSHAGENT_TIMEOUT} $OBJ/$t > /dev/null 2>&1
21 n=`${SSHADD} -l 2> /dev/null | wc -l`
29 ${SSHADD} -l 2> /dev/null | grep 'The agent has no identities.' >/dev/null
35 ${SSHAGENT} -k > /dev/null
/freebsd-11.0-release/sys/dev/agp/
H A Dagpvar.h26 * $FreeBSD: releng/11.0/sys/dev/agp/agpvar.h 273856 2014-10-30 11:27:03Z tijl $
70 enum agp_acquire_state agp_state(device_t dev);
75 void agp_get_info(device_t dev, struct agp_info *info);
81 int agp_acquire(device_t dev);
86 int agp_release(device_t dev);
90 * defined in <dev/agp/agpreg.h>
92 int agp_enable(device_t dev, u_int32_t mode);
99 void *agp_alloc_memory(device_t dev, int type, vm_size_t bytes);
104 void agp_free_memory(device_t dev, void *handle);
111 int agp_bind_memory(device_t dev, voi
[all...]
/freebsd-11.0-release/sys/dev/ichsmb/
H A Dichsmb_pci.c40 __FBSDID("$FreeBSD: releng/11.0/sys/dev/ichsmb/ichsmb_pci.c 296137 2016-02-27 03:38:01Z jhibbits $");
61 #include <dev/pci/pcivar.h>
62 #include <dev/pci/pcireg.h>
64 #include <dev/smbus/smbconf.h>
66 #include <dev/ichsmb/ichsmb_var.h>
67 #include <dev/ichsmb/ichsmb_reg.h>
100 static int ichsmb_pci_probe(device_t dev);
101 static int ichsmb_pci_attach(device_t dev);
104 static int ichsmb_pci_detach(device_t dev);
141 ichsmb_pci_probe(device_t dev) argument
232 ichsmb_pci_attach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/isci/scil/
H A Dscic_sds_smp_request.h52 * $FreeBSD: releng/11.0/sys/dev/isci/scil/scic_sds_smp_request.h 231136 2012-02-07 17:43:58Z jimharris $
61 #include <dev/isci/scil/intel_sas.h>
62 #include <dev/isci/scil/sci_types.h>
63 #include <dev/isci/scil/scic_sds_request.h>
/freebsd-11.0-release/sys/dev/e1000/
H A De1000_osdep.c33 /*$FreeBSD: releng/11.0/sys/dev/e1000/e1000_osdep.c 286833 2015-08-16 20:13:58Z sbruno $*/
46 pci_write_config(((struct e1000_osdep *)hw->back)->dev, reg, *value, 2);
52 *value = pci_read_config(((struct e1000_osdep *)hw->back)->dev, reg, 2);
58 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
65 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
75 device_t dev = ((struct e1000_osdep *)hw->back)->dev; local
78 pci_find_cap(dev, PCIY_EXPRESS, &offset);
79 *value = pci_read_config(dev, offset + reg, 2);
89 device_t dev local
[all...]
/freebsd-11.0-release/sys/dev/extres/clk/
H A Dclk_bus.c28 __FBSDID("$FreeBSD: releng/11.0/sys/dev/extres/clk/clk_bus.c 297213 2016-03-23 19:21:21Z jmcneill $");
36 #include <dev/fdt/simplebus.h>
38 #include <dev/ofw/openfirm.h>
39 #include <dev/ofw/ofw_bus_subr.h>
46 ofw_clkbus_probe(device_t dev) argument
50 name = ofw_bus_get_name(dev);
55 device_set_desc(dev, "OFW clocks bus");
61 ofw_clkbus_attach(device_t dev) argument
67 sc = device_get_softc(dev);
68 node = ofw_bus_get_node(dev);
[all...]
/freebsd-11.0-release/sys/dev/extres/regulator/
H A Dregulator_bus.c28 __FBSDID("$FreeBSD: releng/11.0/sys/dev/extres/regulator/regulator_bus.c 296906 2016-03-15 15:30:17Z mmel $");
36 #include <dev/fdt/simplebus.h>
38 #include <dev/ofw/openfirm.h>
39 #include <dev/ofw/ofw_bus_subr.h>
46 ofw_regulator_bus_probe(device_t dev) argument
50 name = ofw_bus_get_name(dev);
53 device_set_desc(dev, "OFW regulators bus");
59 ofw_regulator_bus_attach(device_t dev) argument
64 sc = device_get_softc(dev);
65 node = ofw_bus_get_node(dev);
[all...]
H A Dregulator_fixed.h26 * $FreeBSD: releng/11.0/sys/dev/extres/regulator/regulator_fixed.h 296906 2016-03-15 15:30:17Z mmel $
32 #include <dev/gpio/gpiobusvar.h>
33 #include <dev/extres/regulator/regulator.h>
41 int regnode_fixed_register(device_t dev,
/freebsd-11.0-release/sys/dev/atkbdc/
H A Datkbdc_ebus.c31 __FBSDID("$FreeBSD: releng/11.0/sys/dev/atkbdc/atkbdc_ebus.c 300173 2016-05-18 23:39:31Z gonzo $");
43 #include <dev/ofw/ofw_bus.h>
50 #include <dev/kbd/kbdreg.h>
51 #include <dev/atkbdc/atkbdreg.h>
52 #include <dev/atkbdc/atkbdc_subr.h>
53 #include <dev/atkbdc/atkbdcreg.h>
54 #include <dev/atkbdc/psm.h>
91 atkbdc_ebus_probe(device_t dev) argument
97 if (strcmp(ofw_bus_get_name(dev), "8042") != 0)
117 OF_finddevice("keyboard") != ofw_bus_get_node(dev)) {
173 atkbdc_ebus_attach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/uart/
H A Duart_bus_pccard.c27 __FBSDID("$FreeBSD: releng/11.0/sys/dev/uart/uart_bus_pccard.c 292079 2015-12-11 05:27:56Z imp $");
38 #include <dev/pccard/pccard_cis.h>
39 #include <dev/pccard/pccardvar.h>
41 #include <dev/uart/uart.h>
42 #include <dev/uart/uart_bus.h>
46 static int uart_pccard_probe(device_t dev);
47 static int uart_pccard_attach(device_t dev);
67 uart_pccard_probe(device_t dev) argument
73 error = pccard_get_function(dev, &fcn);
88 uart_pccard_attach(device_t dev) argument
[all...]

Completed in 152 milliseconds

1234567891011>>